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

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

426
427
428
429
430
431
432
433
434
435
}, this.props.tab === "comp" && /*#__PURE__*/_react["default"].createElement("div", {
  className: "panel"
}, /*#__PURE__*/_react["default"].createElement("h5", {
  className: "m-0 p-2"
}, /*#__PURE__*/_react["default"].createElement(_reactFontawesome.FontAwesomeIcon, {
  icon: _freeSolidSvgIcons.faPuzzlePiece
}), " ", _RecitEditor.i18n.get_string('components')), /*#__PURE__*/_react["default"].createElement("hr", {
  className: "mt-0"
}), /*#__PURE__*/_react["default"].createElement(TokenList, {
  dataProvider: _HTMLElementData.HTMLElementData.getInstance().elementList,
fork icon0
star icon0
watch icon2

+ 11 other calls in file

437
438
439
440
441
442
443
444
445
446
}), /*#__PURE__*/_react["default"].createElement(LeftPanelButton, {
  checked: this.state.panels.components === 3,
  value: "components,3",
  onClick: this.onPanelChange,
  title: _RecitEditor.i18n.get_string('components'),
  glyph: _freeSolidSvgIcons.faPuzzlePiece
}), /*#__PURE__*/_react["default"].createElement("div", {
  style: {
    margin: '4px 0',
    height: '1px',
fork icon0
star icon0
watch icon2

+ 5923 other calls in file