UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.8 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 FileFIG20 = (_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-.65 8.048c-.234 0-.444.057-.628.172a1.145 1.145 0 0 0-.429.482 1.7 1.7 0 0 0-.15.738c0 .278.051.523.154.735.103.209.248.373.432.49.187.114.399.17.633.17.205 0 .398-.031.58-.096a1.24 1.24 0 0 0 .461-.275l.013-.012V13.58h-1.185v.503h.614v.38c-.11.11-.268.167-.483.167a.562.562 0 0 1-.325-.098.665.665 0 0 1-.229-.293 1.291 1.291 0 0 1-.083-.49c0-.196.028-.359.083-.49a.642.642 0 0 1 .229-.29.562.562 0 0 1 .325-.097.54.54 0 0 1 .303.08c.08.052.14.124.18.217l.014.034.527-.153-.013-.041a.872.872 0 0 0-.361-.476c-.177-.118-.398-.176-.661-.176Zm-2.897.05H7.167v2.689h.57v-1.05h.946v-.492h-.945v-.644H8.87v-.504Zm1.084 0h-.57v2.689h.57v-2.69Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" }))))); }; exports.default = FileFIG20;