iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.04 kB
JavaScript
"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 RootFolderOpened = (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: "M1 6.257V2.5l.5-.5h5l.35.15.86.85h5.79l.5.5V6h1.13l.48.63-2.63 7-.48.37H8.743c.254-.307.475-.642.658-1h2.73l2.37-6H8.742a5.533 5.533 0 00-.72-.724l.127-.126L8.5 6H13V4H7.5l-.35-.15L6.29 3H2l.01 2.594c-.361.184-.7.407-1.01.663z", 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 = RootFolderOpened;