UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 839 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 Folder = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-folder", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M.54 3.87L.5 3a2 2 0 012-2h3.672a2 2 0 011.414.586l.828.828A2 2 0 009.828 3h3.982a2 2 0 011.992 2.181l-.637 7A2 2 0 0113.174 14H2.826a2 2 0 01-1.991-1.819l-.637-7a2 2 0 01.342-1.31zM2.19 4a1 1 0 00-.996 1.09l.637 7a1 1 0 00.995.91h10.348a1 1 0 00.995-.91l.637-7A1 1 0 0013.81 4zm4.69-1.707A1 1 0 006.172 2H2.5a1 1 0 00-1 .981l.006.139q.323-.119.684-.12h5.396z" })); exports.default = Folder;