UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 750 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 AvocadoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 108a52 52 0 1052 52 52.06 52.06 0 00-52-52zm0 80a28 28 0 1128-28 28 28 0 01-28 28zm86.76-58.68L185 45.17A60 60 0 0071.42 44l-29.5 83.46a92 92 0 10172.84 1.86zM128 228a68.05 68.05 0 01-63.59-92.15c0-.09.07-.18.1-.26L94.05 52a36 36 0 0168.17.78l.09.27 29.82 84.28A68 68 0 01128 228z" })); exports.default = AvocadoBold;