UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.87 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 FileEarmarkPdf = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-file-earmark-pdf", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M14 14V4.5L9.5 0H4a2 2 0 00-2 2v12a2 2 0 002 2h8a2 2 0 002-2M9.5 3A1.5 1.5 0 0011 4.5h2V14a1 1 0 01-1 1H4a1 1 0 01-1-1V2a1 1 0 011-1h5.5z" }), React.createElement("path", { d: "M4.603 14.087a.8.8 0 01-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 011.482-.645 20 20 0 001.062-2.227 7.3 7.3 0 01-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 01.477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 00.98 1.686 5.8 5.8 0 011.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 01-.354.416.86.86 0 01-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 01-.911-.95 11.7 11.7 0 00-1.997.406 11.3 11.3 0 01-1.02 1.51c-.292.35-.609.656-.927.787a.8.8 0 01-.58.029m1.379-1.901q-.25.115-.459.238c-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361q.016.032.026.044l.035-.012c.137-.056.355-.235.635-.572a8 8 0 00.45-.606m1.64-1.33a13 13 0 011.01-.193 12 12 0 01-.51-.858 21 21 0 01-.5 1.05zm2.446.45q.226.245.435.41c.24.19.407.253.498.256a.1.1 0 00.07-.015.3.3 0 00.094-.125.44.44 0 00.059-.2.1.1 0 00-.026-.063c-.052-.062-.2-.152-.518-.209a4 4 0 00-.612-.053zM8.078 7.8a7 7 0 00.2-.828q.046-.282.038-.465a.6.6 0 00-.032-.198.5.5 0 00-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822q.036.167.09.346z" })); exports.default = FileEarmarkPdf;