@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.54 kB
JavaScript
;
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 FileFIG48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.5 6A1.5 1.5 0 0 1 10 4.5h18a1.5 1.5 0 0 1 1.06.44l10 10A1.5 1.5 0 0 1 39.5 16v26a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 42V6Zm3 1.5v33h25v-23H28a1.5 1.5 0 0 1-1.5-1.5V7.5h-15Zm18 2.121 4.879 4.879H29.5V9.621Zm-1.257 20.04a2.81 2.81 0 0 0-1.51.41 2.75 2.75 0 0 0-1.028 1.158c-.242.502-.36 1.094-.36 1.771 0 .666.122 1.255.37 1.763.247.502.593.895 1.036 1.175.45.275.956.411 1.52.411.49 0 .954-.076 1.392-.23a3.029 3.029 0 0 0 1.107-.662l.03-.03v-2.833h-2.846v1.208h1.476v.913c-.263.262-.644.4-1.16.4a1.35 1.35 0 0 1-.78-.235c-.227-.156-.412-.388-.55-.704-.131-.32-.199-.712-.199-1.176 0-.47.068-.861.2-1.176.137-.315.322-.545.549-.694a1.35 1.35 0 0 1 .78-.235c.298 0 .538.066.728.19.193.127.337.3.431.523l.035.082 1.264-.369-.031-.097a2.093 2.093 0 0 0-.868-1.142c-.423-.284-.953-.422-1.586-.422Zm-6.954.116h-4.088v6.455h1.37v-2.52h2.268v-1.18h-2.268v-1.547h2.718v-1.208Zm2.601 0h-1.37v6.455h1.37v-6.455Z" })));
};
exports.default = FileFIG48;