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

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

318
319
320
321
322
323
324
325
326
327
}, /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Button, {
  variant: this.props.flags.highlighter ? 'warning' : ButtonsBar.Layout.btnNormal,
  onClick: this.props.onHighlighter,
  title: _RecitEditor.i18n.get_string('highlighttool')
}, /*#__PURE__*/_react["default"].createElement(_reactFontawesome.FontAwesomeIcon, {
  icon: _freeSolidSvgIcons.faHighlighter
})), /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Button, {
  variant: this.props.flags.mathFormula ? 'warning' : ButtonsBar.Layout.btnNormal,
  onClick: this.props.onMathFormula,
  title: _RecitEditor.i18n.get_string('math')
fork icon0
star icon0
watch icon2

+ 32 other calls in file