iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 584 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 AvocadoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M211 130.66l-29.8-84.19a56 56 0 00-106-1.14l-29.51 83.5A88 88 0 10211 130.66zM128 200a40 40 0 1140-40 40 40 0 01-40 40z" }));
exports.default = AvocadoFill;