UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.13 kB
"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 CactusDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 116a60 60 0 01-60 60h-12v40H96v-80H84a60 60 0 01-60-60 20 20 0 0120-20 20 20 0 0120 20 20 20 0 0020 20h12V56a32 32 0 0132-32 32 32 0 0132 32v80h12a20 20 0 0020-20 20 20 0 0120-20 20 20 0 0120 20z", opacity: ".2" }), 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 = CactusDuotone;