@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.86 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const FileXLS48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.5 6A1.5 1.5 0 0 1 10 4.5h18a1.5 1.5 0 0 1 1.06.44l10 10A1.5 1.5 0 0 1 39.5 16v26a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 42V6Zm3 1.5v33h25v-23H28a1.5 1.5 0 0 1-1.5-1.5V7.5h-15Zm18 2.121 4.879 4.879H29.5V9.621Zm.505 20.04c-.408 0-.78.073-1.112.224a1.835 1.835 0 0 0-.798.647 1.737 1.737 0 0 0-.287 1.001c0 .4.097.74.298 1.014.194.262.425.468.69.613.264.141.601.29 1.011.447.412.155.706.296.888.42l.003.002c.172.11.25.25.25.43 0 .203-.076.36-.23.478-.153.116-.352.177-.605.177-.28 0-.52-.06-.724-.175a1.126 1.126 0 0 1-.445-.513l-.037-.08-1.255.39.035.098c.17.476.467.852.888 1.122.427.264.941.393 1.538.393.443 0 .84-.077 1.185-.234a1.91 1.91 0 0 0 .806-.684c.198-.3.296-.646.296-1.036 0-.377-.095-.696-.29-.951a2.016 2.016 0 0 0-.68-.586 7.237 7.237 0 0 0-.985-.438 9.753 9.753 0 0 1-.675-.275 1.561 1.561 0 0 1-.386-.276.512.512 0 0 1-.134-.354.54.54 0 0 1 .205-.444c.147-.115.337-.176.577-.176.221 0 .41.058.572.171l.003.002c.168.108.29.26.366.456l.034.085 1.312-.378-.033-.099a2.019 2.019 0 0 0-.813-1.086c-.387-.26-.879-.386-1.468-.386Zm-12.754.116h-1.678l2.053 3.214-2.108 3.241h1.525L18.39 34.2l1.297 2.032h1.678l-2.071-3.24 2.052-3.215h-1.524l-1.294 2.011-1.278-2.01Zm6.756 0h-1.37v6.455h4.106v-1.208h-2.736v-5.247Z" })));
};
exports.default = FileXLS48;