UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 2.16 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 FileJPG20 = (_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-.18 8.048c-.234 0-.444.057-.629.172a1.146 1.146 0 0 0-.428.482 1.7 1.7 0 0 0-.15.738c0 .278.05.523.154.735.103.209.247.373.432.49.187.114.398.17.633.17.204 0 .398-.031.58-.096.182-.064.336-.155.461-.275l.013-.012V13.58h-1.186v.503h.615v.38c-.11.11-.268.167-.483.167a.562.562 0 0 1-.325-.098.665.665 0 0 1-.23-.293 1.291 1.291 0 0 1-.082-.49c0-.196.028-.359.082-.49a.641.641 0 0 1 .23-.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-.362-.476c-.176-.118-.397-.176-.66-.176Zm-4.093.05H6.85v.503h.723V14c0 .215-.05.363-.145.454-.091.09-.24.138-.458.138h-.274v.504h.274c.387 0 .683-.084.879-.258.2-.179.295-.462.295-.838v-1.594Zm1.565 0h-.882v2.689h.571v-.908h.296c.188 0 .356-.035.502-.105a.816.816 0 0 0 .344-.316.925.925 0 0 0 .122-.483.871.871 0 0 0-.122-.468.756.756 0 0 0-.336-.305 1.11 1.11 0 0 0-.495-.105Zm-.31 1.278v-.775h.28c.13 0 .227.034.295.097.069.063.106.154.106.28 0 .132-.038.229-.11.297-.07.065-.17.1-.306.1h-.266Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" }))))); }; exports.default = FileJPG20;