UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.57 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 FilePDF64 = (_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: "M11.833 8a1.5 1.5 0 0 1 1.5-1.5h24a1.5 1.5 0 0 1 1.06.44l13.334 13.333a1.5 1.5 0 0 1 .44 1.06V56a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V8Zm3 1.5v45h34.334V22.833H37.333a1.5 1.5 0 0 1-1.5-1.5V9.5h-21Zm24 2.121 8.212 8.212h-8.212v-8.212ZM24.014 39.536h-2.821v8.607h1.826V45.24h.947c.6 0 1.139-.112 1.608-.338.47-.235.837-.572 1.098-1.01.263-.44.391-.957.391-1.545 0-.572-.128-1.073-.39-1.497a2.42 2.42 0 0 0-1.077-.975c-.461-.227-.99-.338-1.582-.338Zm7.62 0h-2.857v8.607h2.857c1.173 0 2.128-.353 2.853-1.07.74-.722 1.097-1.81 1.097-3.24 0-1.435-.353-2.524-1.085-3.239-.725-.708-1.685-1.058-2.865-1.058Zm11.174 0h-5.45v8.607h1.826v-3.36h3.024v-1.575h-3.024v-2.06h3.624v-1.612ZM23.02 43.63v-2.482h.899c.416 0 .726.11.942.314.222.2.34.492.34.897 0 .42-.122.73-.353.947-.225.21-.544.324-.977.324h-.85Zm7.585 2.904v-5.386h.862c.77 0 1.324.226 1.69.658.369.436.565 1.104.565 2.029 0 1.018-.218 1.706-.62 2.1-.41.396-.951.599-1.635.599h-.862Z" }))); }; exports.default = FilePDF64;