@bootstrap-styled/rsg-components
Version:
Create documentation layouts for your react-styleguidist using Bootstrap-Styled rsg-component. Boostrap Styled rsg-components use the @bootstrap-styled/v4 for recreating the original rsg-components.
9 lines (6 loc) • 463 B
JavaScript
var _fontawesomeSvgCore = require("@fortawesome/fontawesome-svg-core");
var _freeSolidSvgIcons = require("@fortawesome/free-solid-svg-icons");
// `library` is needed for injecting the icon it the fontawesome engine
// Basic icon svg
_fontawesomeSvgCore.library.add(_freeSolidSvgIcons.faBars, _freeSolidSvgIcons.faAngleUp, _freeSolidSvgIcons.faAngleDoubleLeft, _freeSolidSvgIcons.faCopy, _freeSolidSvgIcons.faLink, _freeSolidSvgIcons.faArrowsAlt);
;