iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 754 B
JavaScript
;
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 FolderFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-folder-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M9.828 3h3.982a2 2 0 011.992 2.181l-.637 7A2 2 0 0113.174 14H2.825a2 2 0 01-1.991-1.819l-.637-7a2 2 0 01.342-1.31L.5 3a2 2 0 012-2h3.672a2 2 0 011.414.586l.828.828A2 2 0 009.828 3m-8.322.12q.322-.119.684-.12h5.396l-.707-.707A1 1 0 006.172 2H2.5a1 1 0 00-1 .981z" }));
exports.default = FolderFill;