UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 948 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 AvocadoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M203.45 133.33l-29.82-84.28a48 48 0 00-90.9-1l-29.54 83.54a80 80 0 10150.26 1.74zM128 200a40 40 0 1140-40 40 40 0 01-40 40z", opacity: ".2" }), 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 = AvocadoDuotone;