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

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

380
381
382
383
384
385
386
387
388
389
  icon: _freeSolidSvgIcons.faTrashAlt,
  title: _RecitEditor.i18n.get_string('delete')
})), help && /*#__PURE__*/_react["default"].createElement(_reactBootstrap.OverlayTrigger, {
  overlay: /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Tooltip, null, help)
}, /*#__PURE__*/_react["default"].createElement(_reactBootstrap.Button, null, /*#__PURE__*/_react["default"].createElement(_reactFontawesome.FontAwesomeIcon, {
  icon: _freeSolidSvgIcons.faInfoCircle
}), " ")))), this.state.saveElement && /*#__PURE__*/_react["default"].createElement(_RecitEditor.TemplateForm, {
  onClose: function onClose() {
    return _this2.setState({
      saveElement: false
fork icon0
star icon0
watch icon2

+ 1478 other calls in file

162
163
164
165
166
167
168
169
170
171
  bsStyle = "warning";
  icon = _freeSolidSvgIcons.faExclamationTriangle;
  break;
case 'info':
  bsStyle = "info";
  icon = _freeSolidSvgIcons.faInfoCircle;
  break;
default:
  bsStyle = "danger";
  icon = _freeSolidSvgIcons.faExclamationTriangle;
fork icon0
star icon0
watch icon2

+ 4 other calls in file