UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.51 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 Upload64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M33.06 6.94a1.5 1.5 0 0 0-2.12 0L20.272 17.605a1.5 1.5 0 1 0 2.121 2.121l8.106-8.106v31.046a1.5 1.5 0 0 0 3 0V11.62l8.106 8.106a1.5 1.5 0 1 0 2.121-2.121L33.061 6.939Zm-11.403 30.3a1.5 1.5 0 1 0-.647-2.929c-4.074.9-7.61 2.303-10.169 4.1-2.532 1.78-4.341 4.127-4.341 6.923 0 1.96.9 3.716 2.3 5.186 1.391 1.462 3.334 2.711 5.62 3.727 4.576 2.034 10.793 3.254 17.58 3.254 6.787 0 13.004-1.22 17.58-3.254 2.286-1.016 4.229-2.265 5.62-3.727 1.4-1.47 2.3-3.225 2.3-5.186 0-2.796-1.81-5.144-4.341-6.922-2.558-1.798-6.095-3.2-10.169-4.1a1.5 1.5 0 0 0-.647 2.929c3.83.846 6.959 2.127 9.091 3.625 2.16 1.517 3.066 3.075 3.066 4.468 0 .985-.443 2.036-1.473 3.118-1.037 1.09-2.609 2.14-4.666 3.054C44.251 53.333 38.468 54.5 32 54.5s-12.251-1.168-16.361-2.995c-2.057-.914-3.63-1.964-4.666-3.054C9.943 47.37 9.5 46.319 9.5 45.334c0-1.393.906-2.95 3.066-4.468 2.132-1.498 5.262-2.78 9.09-3.625Z" }))); }; exports.default = Upload64;