UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 804 B
"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 FileImageFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-file-image-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4 0h8a2 2 0 012 2v8.293l-2.73-2.73a1 1 0 00-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 00-1.222.15L2 12.292V2a2 2 0 012-2m4.002 5.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0" }), React.createElement("path", { d: "M10.564 8.27L14 11.708V14a2 2 0 01-2 2H4a2 2 0 01-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z" })); exports.default = FileImageFill;