UNPKG

@fluentui/react-northstar

Version:
26 lines (24 loc) 658 B
"use strict"; exports.__esModule = true; exports.attachmentIconStyles = void 0; var _reactIconsNorthstar = require("@fluentui/react-icons-northstar"); var attachmentIconStyles = { root: function root(_ref) { var _ref2; var v = _ref.variables; return _ref2 = { height: v.iconSize, width: v.iconSize, marginRight: v.iconSpace }, _ref2["& ." + _reactIconsNorthstar.svgIconClassName] = { height: '100%', width: '100%', '& svg': { height: '100%', width: '100%' } }, _ref2; } }; exports.attachmentIconStyles = attachmentIconStyles; //# sourceMappingURL=attachmentIconStyles.js.map