UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.03 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 RootFolder = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.71 3h6.79l.51.5v10l-.5.5H8.743c.254-.307.475-.642.658-1h4.59v-1.51l.01-4v-1.5H7.69l-.018.017a5.494 5.494 0 00-.881-.508l.348-.349.35-.15h6.5l.01-.99H7.5l-.36-.15-.85-.85H2V5.6c-.354.18-.685.399-.99.649V2.5l.5-.5h5l.35.15.85.85z", fill: "#424242" }), React.createElement("path", { d: "M6 10.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z", fill: "#424242" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zM4.5 13a2.5 2.5 0 100-5 2.5 2.5 0 000 5z", fill: "#424242" })); exports.default = RootFolder;