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 CactusThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 212h-52v-32h8a64.07 64.07 0 0064-64 24 24 0 00-48 0 16 16 0 01-16 16h-8V56a36 36 0 00-72 0v36h-8a16 16 0 01-16-16 24 24 0 00-48 0 64.07 64.07 0 0064 64h8v72H40a4 4 0 000 8h176a4 4 0 000-8zM96 132H84a56.06 56.06 0 01-56-56 16 16 0 0132 0 24 24 0 0024 24h12a4 4 0 004-4V56a28 28 0 0156 0v80a4 4 0 004 4h12a24 24 0 0024-24 16 16 0 0132 0 56.06 56.06 0 01-56 56h-12a4 4 0 00-4 4v36h-56v-76a4 4 0 00-4-4z" })); exports.default = CactusThin;