UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 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 FolderPlus = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.653 18.764H2.11A1.11 1.11 0 0 1 1 17.654V2.11C1 1.497 1.497 1 2.11 1h5.551c.614 0 1.11.497 1.11 1.11v1.11h8.882c.614 0 1.11.498 1.11 1.11v13.324a1.11 1.11 0 0 1-1.11 1.11zM17.1 4.331H7.662V2.665a.556.556 0 0 0-.555-.555H2.666a.556.556 0 0 0-.555.555V5.441h14.987a.555.555 0 0 0 0-1.11zm.554 3.33v-1.11H2.11V17.101c0 .306.249.553.555.553h14.433a.555.555 0 0 0 .555-.554V7.661zm-4.437 5.281h-2.775v2.776a.555.555 0 0 1-1.11 0v-2.776H6.555a.555.555 0 0 1 0-1.11h2.776V9.055a.556.556 0 0 1 1.11 0v2.775h2.775a.555.555 0 1 1 0 1.111z", fill: "#000", fillRule: "evenodd" })); exports.default = FolderPlus;