UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 651 B
"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 Fold = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.952 2.381L7.976 6.357 4 2.381 3.38 3l4.285 4.285h.62L12.57 3l-.618-.619zM3.904 14l4.072-4.072L12.048 14l.618-.619L8.286 9h-.62l-4.38 4.381.618.619z", fill: "#424242" })); exports.default = Fold;