UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 752 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 Avocado = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 112a48 48 0 1048 48 48.05 48.05 0 00-48-48zm0 80a32 32 0 1132-32 32 32 0 01-32 32zm83-61.34l-29.8-84.19a56 56 0 00-106-1.14l-29.51 83.5A88 88 0 10211 130.66zM128 232a72.05 72.05 0 01-67.33-97.57 1.34 1.34 0 01.07-.18l29.54-83.59a40 40 0 0175.74.88l.06.18L195.9 136a72.05 72.05 0 01-67.9 96z" })); exports.default = Avocado;