UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.86 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 FileJPG32 = (_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-.087 13.36c-.375 0-.711.09-1.007.273-.291.18-.52.438-.685.772-.161.335-.24.73-.24 1.181 0 .444.081.837.247 1.176a1.9 1.9 0 0 0 .69.783c.3.183.638.274 1.013.274.327 0 .637-.051.928-.154.292-.103.539-.25.738-.44l.02-.02v-1.89h-1.896v.806h.984v.608c-.176.175-.43.266-.774.266a.9.9 0 0 1-.52-.156 1.064 1.064 0 0 1-.366-.469 2.065 2.065 0 0 1-.133-.784c0-.314.045-.574.133-.784.092-.21.215-.364.366-.463a.9.9 0 0 1 .52-.156c.198 0 .359.043.486.127.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-6.549.077H10.96v.806h1.158v1.745c0 .343-.082.58-.232.726-.146.143-.386.221-.734.221h-.438v.806h.438c.62 0 1.093-.134 1.407-.413.32-.286.472-.738.472-1.34v-2.55Zm2.504 0h-1.41v4.304h.913v-1.452h.473c.3 0 .57-.056.804-.17.235-.117.418-.285.55-.505a1.48 1.48 0 0 0 .195-.772c0-.286-.065-.536-.196-.748a1.21 1.21 0 0 0-.538-.488 1.776 1.776 0 0 0-.791-.169Zm-.497 2.046v-1.24h.449c.208 0 .363.055.471.157.11.1.17.246.17.448 0 .21-.061.365-.177.473-.112.106-.272.162-.488.162h-.425Z" }))); }; exports.default = FileJPG32;