UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 2.42 kB
'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 FileCSV24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 3a1 1 0 0 1 1-1h9a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v16h12V9h-4a1 1 0 0 1-1-1V4H6Zm9 1.414L16.586 7H15V5.414ZM9.113 14.83a1.327 1.327 0 0 0-1.251.766c-.124.252-.185.555-.185.909 0 .353.06.657.185.908.124.25.295.442.515.57.221.128.471.192.75.192.301 0 .557-.073.762-.222.206-.149.345-.333.414-.551l.016-.049-.626-.189-.018.04a.664.664 0 0 1-.205.264.567.567 0 0 1-.335.09.672.672 0 0 1-.555-.256c-.134-.17-.205-.434-.205-.797 0-.364.07-.627.201-.798a.655.655 0 0 1 .55-.26c.143 0 .251.033.33.094h.001a.622.622 0 0 1 .204.26l.018.04.626-.19-.015-.047a1.038 1.038 0 0 0-.41-.548c-.208-.152-.465-.226-.767-.226Zm2.775 0c-.204 0-.39.037-.556.112a.917.917 0 0 0-.4.324.868.868 0 0 0-.143.5c0 .2.049.37.15.507.096.132.212.234.345.307.131.07.3.145.505.223.206.078.353.148.444.21l.001.002c.086.055.126.125.126.214 0 .102-.039.18-.116.24a.486.486 0 0 1-.302.088c-.14 0-.26-.03-.362-.087a.563.563 0 0 1-.223-.257l-.018-.04-.628.195.018.049c.085.238.233.426.444.561.213.132.47.197.769.197.221 0 .42-.04.592-.118a.956.956 0 0 0 .403-.341.92.92 0 0 0 .148-.518.76.76 0 0 0-.145-.476 1.008 1.008 0 0 0-.34-.293 3.61 3.61 0 0 0-.492-.219 5.111 5.111 0 0 1-.338-.137.782.782 0 0 1-.193-.138.256.256 0 0 1-.067-.177.27.27 0 0 1 .103-.222.452.452 0 0 1 .288-.088c.11 0 .206.028.286.085l.002.001c.084.054.145.13.183.228l.017.043.656-.19-.017-.049a1.01 1.01 0 0 0-.406-.543c-.194-.13-.44-.193-.734-.193Zm2.235.059h-.745l1.105 3.227h.755l1.105-3.227h-.709l-.76 2.373-.75-2.373Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" }))))); }; exports.default = FileCSV24;