@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.92 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 FileJPG48 = (_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-.13 20.04a2.81 2.81 0 0 0-1.51.41c-.438.269-.78.657-1.028 1.158-.242.502-.36 1.094-.36 1.771 0 .666.122 1.255.37 1.763.247.502.594.895 1.036 1.175.45.275.956.411 1.52.411.49 0 .954-.076 1.392-.23a3.03 3.03 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-.228-.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.263-.369-.03-.097a2.093 2.093 0 0 0-.868-1.142c-.423-.284-.953-.422-1.586-.422Zm-9.824.116H16.44v1.208h1.737v2.618c0 .515-.123.87-.348 1.09-.219.214-.578.331-1.1.331h-.658v1.208h.658c.93 0 1.64-.2 2.11-.62.48-.428.708-1.106.708-2.009v-3.826Zm3.756 0h-2.116v6.455h1.37v-2.178h.71c.45 0 .854-.084 1.206-.253.352-.177.628-.43.824-.759.197-.33.293-.717.293-1.158 0-.429-.096-.804-.293-1.123a1.815 1.815 0 0 0-.807-.73 2.662 2.662 0 0 0-1.187-.254Zm-.746 3.07v-1.862h.674c.313 0 .545.083.707.235.166.15.255.37.255.673 0 .316-.092.547-.265.71-.168.158-.408.243-.733.243h-.638Z" })));
};
exports.default = FileJPG48;