@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 2.05 kB
JavaScript
'use strict';
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 FileXLS20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M3.417 2.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 .53.22l4.166 4.166a.75.75 0 0 1 .22.53V17.5a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75v-15Zm1.5.75v13.5h10.166V7.417h-3.417a.75.75 0 0 1-.75-.75V3.25h-6Zm7.5 1.06 1.606 1.607h-1.607V4.31Zm.085 8.048c-.17 0-.325.031-.463.094-.14.06-.25.15-.333.27a.723.723 0 0 0-.12.417c0 .167.04.308.125.422.08.11.177.195.287.256.11.058.25.12.422.186.171.065.294.123.37.175v.001c.072.046.105.104.105.179 0 .085-.032.15-.096.199a.406.406 0 0 1-.252.074.601.601 0 0 1-.302-.073.469.469 0 0 1-.185-.214l-.015-.033-.523.162.014.041a.9.9 0 0 0 .37.468c.178.11.392.164.64.164.186 0 .351-.033.495-.098a.767.767 0 0 0 .459-.716c0-.158-.04-.29-.121-.397a.84.84 0 0 0-.284-.244 3.01 3.01 0 0 0-.41-.182 4.244 4.244 0 0 1-.281-.115.648.648 0 0 1-.16-.115.213.213 0 0 1-.057-.148c0-.078.029-.138.086-.185a.377.377 0 0 1 .24-.073c.092 0 .171.024.239.071v.001c.07.045.121.108.153.19l.014.036.547-.158-.013-.041a.84.84 0 0 0-.34-.453c-.16-.108-.366-.16-.611-.16Zm-5.314.05h-.7l.856 1.338-.879 1.35h.636l.562-.846.54.847h.7l-.864-1.35.856-1.34H8.26l-.54.838-.532-.838Zm2.815 0h-.571v2.689h1.71v-.504h-1.14v-2.186Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = FileXLS20;