UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.17 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 FolderActive = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)", fillRule: "evenodd", clipRule: "evenodd" }, React.createElement("path", { d: "M7.71 3h6.79l.51.5v4.507A4.997 4.997 0 0014 7.416V5.99H7.69l-.86.86-.35.15H1.99v6H7.1c.07.348.178.682.316 1H1.51l-.5-.5v-11l.5-.5h5l.35.15.85.85zm-.22 2h6.5l.01-.99H7.5l-.36-.15-.85-.85H2v3h4.28l.86-.86.35-.15z", fill: "#C5C5C5" }), React.createElement("path", { d: "M9.778 8.674a4 4 0 114.445 6.652 4 4 0 01-4.445-6.652zm2.13 4.99l2.387-3.182-.8-.6-2.077 2.769-1.301-1.041-.625.78 1.704 1.364.713-.09z", fill: "#388A34" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = FolderActive;