UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 843 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 Cactus = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-cactus", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M7 22a1 1 0 01-.117-1.993L7 20h2v-6a4 4 0 01-3.995-3.8L5 10V9a1 1 0 011.993-.117L7 9v1a2 2 0 001.85 1.995L9 12V5a3 3 0 015.995-.176L15 5v10a2 2 0 001.995-1.85L17 13V8a1 1 0 011.993-.117L19 8v5a4 4 0 01-3.8 3.995L15 17v3h2a1 1 0 01.117 1.993L17 22H7z" })); exports.default = Cactus;