iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 764 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 AvocadoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 114a46 46 0 1046 46 46.06 46.06 0 00-46-46zm0 80a34 34 0 1134-34 34 34 0 01-34 34zm81.1-62.68l-29.8-84.21A54 54 0 0077.08 46l-29.52 83.52a86 86 0 10161.54 1.8zM128 234a74.05 74.05 0 01-69.2-100.28c0-.05 0-.09.05-.13L88.39 50a42 42 0 0179.53.92s0 .08.05.13l29.82 84.28A74.06 74.06 0 01128 234z" }));
exports.default = AvocadoLight;