UNPKG

emotion-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Emotion Components

18 lines (15 loc) 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _fluentuiSystemRegular = require("@emotion-icons/fluentui-system-regular"); Object.keys(_fluentuiSystemRegular).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _fluentuiSystemRegular[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _fluentuiSystemRegular[key]; } }); });