iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 749 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 CactusFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 216a8 8 0 01-8 8H40a8 8 0 010-16h48v-72h-8a64.07 64.07 0 01-64-64 24.07 24.07 0 0124.08-24h.4A23.55 23.55 0 0164 71.52V72a16 16 0 0016 16h8V56a40 40 0 0180 0v72h8a16 16 0 0016-16v-.48A23.55 23.55 0 01215.52 88h.4A24.07 24.07 0 01240 112a64.07 64.07 0 01-64 64h-8v32h48a8 8 0 018 8z" }));
exports.default = CactusFill;