UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 867 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 CactusBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 204h-44v-16a72.08 72.08 0 0072-72 32 32 0 00-64 0 8 8 0 01-8 8V56a44 44 0 00-88 0v28a8 8 0 01-8-8 32 32 0 00-64 0 72.08 72.08 0 0072 72v56H40a12 12 0 000 24h176a12 12 0 000-24zM96 124H84a48.05 48.05 0 01-48-48 8 8 0 0116 0 32 32 0 0032 32h12a12 12 0 0012-12V56a20 20 0 0140 0v80a12 12 0 0012 12h12a32 32 0 0032-32 8 8 0 0116 0 48.05 48.05 0 01-48 48h-12a12 12 0 00-12 12v28h-40v-68a12 12 0 00-12-12z" })); exports.default = CactusBold;