UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.85 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const FilePdfFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-file-pdf-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M5.523 10.424q.21-.124.459-.238a8 8 0 01-.45.606c-.28.337-.498.516-.635.572l-.035.012a.3.3 0 01-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548m2.455-1.647q-.178.037-.356.078a21 21 0 00.5-1.05 12 12 0 00.51.858q-.326.048-.654.114m2.525.939a4 4 0 01-.435-.41q.344.007.612.054c.317.057.466.147.518.209a.1.1 0 01.026.064.44.44 0 01-.06.2.3.3 0 01-.094.124.1.1 0 01-.069.015c-.09-.003-.258-.066-.498-.256M8.278 4.97c-.04.244-.108.524-.2.829a5 5 0 01-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.5.5 0 01.145-.04c.013.03.028.092.032.198q.008.183-.038.465z" }), React.createElement("path", { fillRule: "evenodd", d: "M4 0h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2a2 2 0 012-2m.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.6 11.6 0 011.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.86.86 0 00.51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.84.84 0 00-.2-.518c-.226-.27-.596-.4-.96-.465a5.8 5.8 0 00-1.335-.05 11 11 0 01-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.24 1.24 0 00-.127-.538.7.7 0 00-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a20 20 0 01-1.062 2.227 7.7 7.7 0 00-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103" })); exports.default = FilePdfFill;