How to use the faMinus function from @fortawesome/free-solid-svg-icons

Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faMinus code examples handpicked from public code repositorys.

21
22
23
24
25
26
27
28
29
30
this.commonService = commonService;
this.modalService = modalService;
this.isLoadingAdd = false;
this.isLoadingDelete = false;
this.faPlusCircle = free_solid_svg_icons_1.faPlus;
this.faMinusCircle = free_solid_svg_icons_1.faMinus;
this.faCaretDown = free_solid_svg_icons_1.faCaretDown;
this.close = exports.close;
this.selectedStory = null;
this.product_list = [];
fork icon1
star icon0
watch icon1

16
17
18
19
20
21
22
23
24
25
this.common_service = common_service;
this.apiService = apiService;
this.faPlus = free_solid_svg_icons_1.faPlus;
this.faMapMarkerAlt = free_solid_svg_icons_1.faMapMarkerAlt;
this.faChevronDown = free_solid_svg_icons_1.faChevronDown;
this.faMinus = free_solid_svg_icons_1.faMinus;
this.selected_branch = "";
this.createOrderNessaryData = null;
this.branch_list = [];
this.selectedRow = -1;
fork icon1
star icon0
watch icon0

39
40
41
42
43
44
45
46
47
48
}, this.props.showRmCol && /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Button, {
  onClick: function onClick() {
    return _this2.onClick('rmcol');
  }
}, /*#__PURE__*/_react["default"].createElement(_reactFontawesome.FontAwesomeIcon, {
  icon: _freeSolidSvgIcons.faMinus
}), " " + _RecitEditor.i18n.get_string('column')), /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Button, {
  onClick: function onClick() {
    return _this2.onClick('addcol');
  }
fork icon0
star icon0
watch icon2

+ 7 other calls in file