iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 815 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 Folder1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6a2.25 2.25 0 012.25-2.25H8.5a2.25 2.25 0 011.8.9l1.35 1.8a.75.75 0 00.6.3h7.5A2.25 2.25 0 0122 9v9a2.25 2.25 0 01-2.25 2.25H4.25A2.25 2.25 0 012 18V6zm2.25-.75A.75.75 0 003.5 6v12c0 .414.336.75.75.75h15.5a.75.75 0 00.75-.75V9a.75.75 0 00-.75-.75h-7.5a2.25 2.25 0 01-1.8-.9L9.1 5.55a.75.75 0 00-.6-.3H4.25z", fill: "#323544" }));
exports.default = Folder1;