UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 896 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 Origami = (props) => React.createElement("svg", { className: "lucide lucide-origami", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M12 12V4a1 1 0 011-1h6.297a1 1 0 01.651 1.759l-4.696 4.025M12 21l-7.414-7.414A2 2 0 014 12.172V6.415a1.002 1.002 0 011.707-.707L20 20.009" }), React.createElement("path", { d: "M12.214 3.381l8.414 14.966a1 1 0 01-.167 1.199l-1.168 1.163a1 1 0 01-.706.291H6.351a1 1 0 01-.625-.219L3.25 18.8a1 1 0 01.631-1.781l4.165.027" })); exports.default = Origami;