iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 867 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 NewFolder = (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)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 3H4V0H3v3H0v1h3v3h1V4h3V3zM5.5 7H5V6h.3l.8-.9.4-.1H14V4H8V3h6.5l.5.5v10l-.5.5h-13l-.5-.5V5h1v8h12V6H6.7l-.8.9-.4.1z", fill: "#424242" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0" },
React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))));
exports.default = NewFolder;