iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 871 B
JavaScript
;
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 CactusLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 210h-50v-28h6a66.08 66.08 0 0066-66 26 26 0 00-52 0 14 14 0 01-14 14h-6V56a38 38 0 00-76 0v34h-6a14 14 0 01-14-14 26 26 0 00-52 0 66.08 66.08 0 0066 66h6v68H40a6 6 0 000 12h176a6 6 0 000-12zM96 130H84a54.06 54.06 0 01-54-54 14 14 0 0128 0 26 26 0 0026 26h12a6 6 0 006-6V56a26 26 0 0152 0v80a6 6 0 006 6h12a26 26 0 0026-26 14 14 0 0128 0 54.06 54.06 0 01-54 54h-12a6 6 0 00-6 6v34h-52v-74a6 6 0 00-6-6z" }));
exports.default = CactusLight;