iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 725 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 AvocadoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 116a44 44 0 1044 44 44.05 44.05 0 00-44-44zm0 80a36 36 0 1136-36 36 36 0 01-36 36zm79.22-64l-29.79-84.2A52 52 0 0079 46.66l-29.55 83.51A84 84 0 10207.22 132zM128 236a76.06 76.06 0 01-71-103.08l29.5-83.59a44 44 0 0183.35 1.05l29.82 84.28A76 76 0 01128 236z" }));
exports.default = AvocadoThin;