styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _fluentuiSystemFilled = require("@styled-icons/fluentui-system-filled");
Object.keys(_fluentuiSystemFilled).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _fluentuiSystemFilled[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _fluentuiSystemFilled[key];
}
});
});