iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 926 B
JavaScript
;
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 FolderMinus = (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.111C1 1.496 1.497 1 2.11 1h5.551c.614 0 1.11.497 1.11 1.11v1.11h8.882c.614 0 1.11.497 1.11 1.11v13.324a1.11 1.11 0 0 1-1.11 1.11zm-.555-14.433H7.661V2.665a.555.555 0 0 0-.555-.555h-4.44a.555.555 0 0 0-.556.555V5.441h14.988a.555.555 0 0 0 0-1.11zm.555 3.33v-1.11H2.11V17.1c0 .307.249.555.555.555h14.433a.555.555 0 0 0 .555-.555V7.661zm-3.885 4.95H5.996a.555.555 0 0 1 0-1.111h7.772a.555.555 0 0 1 0 1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = FolderMinus;