UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 861 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 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 208h-48v-24h4a68.07 68.07 0 0068-68 28 28 0 00-56 0 12 12 0 01-12 12h-4V56a40 40 0 00-80 0v32h-4a12 12 0 01-12-12 28 28 0 00-56 0 68.07 68.07 0 0068 68h4v64H40a8 8 0 000 16h176a8 8 0 000-16zM96 128H84a52.06 52.06 0 01-52-52 12 12 0 0124 0 28 28 0 0028 28h12a8 8 0 008-8V56a24 24 0 0148 0v80a8 8 0 008 8h12a28 28 0 0028-28 12 12 0 0124 0 52.06 52.06 0 01-52 52h-12a8 8 0 00-8 8v32h-48v-72a8 8 0 00-8-8z" })); exports.default = Cactus;