@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.48 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 FilePDF32 = (_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-7.66 13.354h-1.41v4.304h.913V22.62h.473c.3 0 .57-.056.804-.17.235-.117.419-.286.55-.505.13-.22.195-.478.195-.772 0-.286-.065-.536-.196-.749a1.211 1.211 0 0 0-.538-.487 1.776 1.776 0 0 0-.79-.169Zm3.81 0H14.39v4.304h1.428c.587 0 1.064-.177 1.427-.535.37-.361.548-.906.548-1.62 0-.718-.176-1.263-.542-1.62-.363-.354-.843-.529-1.433-.529Zm5.587 0H18.68v4.304h.913v-1.68h1.512v-.788h-1.512v-1.03h1.812v-.806Zm-9.894 2.046v-1.24h.45c.207 0 .362.055.47.156.111.1.17.247.17.449 0 .21-.061.365-.176.473-.113.105-.273.162-.489.162h-.425Zm3.792 1.452v-2.692h.431c.385 0 .662.113.845.328.184.218.283.553.283 1.015 0 .51-.11.853-.31 1.05-.206.198-.476.3-.818.3h-.431Z" })));
};
exports.default = FilePDF32;