@fluentui/react-northstar
Version:
A themable React component library.
26 lines (24 loc) • 658 B
JavaScript
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
;