@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.23 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 FileSVG32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5.667 4a1 1 0 0 1 1-1h12a1 1 0 0 1 .707.293L26.04 9.96a1 1 0 0 1 .292.707V28a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1V4Zm2 1v22h16.666V11.667h-5.666a1 1 0 0 1-1-1V5h-10Zm12 1.414 3.252 3.253h-3.252V6.414Zm-7.885 13.36c-.272 0-.52.049-.741.149-.223.097-.401.24-.532.431a1.158 1.158 0 0 0-.192.668c0 .267.065.494.199.676.13.175.283.312.46.409.176.094.4.193.674.297.275.104.47.198.592.28l.002.002c.115.073.167.167.167.286 0 .136-.05.24-.154.319a.647.647 0 0 1-.403.118.962.962 0 0 1-.482-.116.75.75 0 0 1-.297-.342l-.025-.054-.836.26.023.065c.113.318.311.569.592.749.284.175.627.262 1.025.262.295 0 .56-.052.79-.157a1.223 1.223 0 0 0 .734-1.146c0-.251-.063-.464-.193-.634a1.345 1.345 0 0 0-.454-.39 4.837 4.837 0 0 0-.656-.293 6.76 6.76 0 0 1-.45-.183 1.04 1.04 0 0 1-.257-.184.341.341 0 0 1-.09-.236.36.36 0 0 1 .137-.296.603.603 0 0 1 .385-.117.64.64 0 0 1 .381.114l.003.001a.615.615 0 0 1 .244.304l.022.057.875-.252-.022-.066a1.345 1.345 0 0 0-.543-.725c-.257-.173-.585-.257-.978-.257Zm8.28 0c-.375 0-.711.09-1.007.273-.291.18-.52.438-.685.772-.16.335-.24.73-.24 1.18 0 .445.081.838.247 1.177.165.334.396.596.69.783.3.183.638.274 1.013.274.328 0 .637-.052.929-.154a2.05 2.05 0 0 0 .738-.44l.02-.02v-1.89H19.87v.806h.984v.608c-.176.175-.43.266-.774.266a.9.9 0 0 1-.52-.156 1.064 1.064 0 0 1-.366-.47A2.065 2.065 0 0 1 19.06 22c0-.314.045-.574.133-.784.092-.21.215-.364.366-.463a.9.9 0 0 1 .52-.156.86.86 0 0 1 .486.127c.128.084.224.2.287.348l.023.055.842-.246-.02-.065a1.395 1.395 0 0 0-.579-.761c-.281-.19-.635-.282-1.057-.282Zm-5.3.077h-.994l1.474 4.304h1.007l1.474-4.304h-.946l-1.013 3.165-1.002-3.165Z" })));
};
exports.default = FileSVG32;