UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.43 kB
"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 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-avocado", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M17.8 14.04a3.905 3.905 0 011.337-2.075C20.332 10.98 20.953 9.68 21 8.063c-.047-1.43-.54-2.626-1.477-3.586-.96-.938-2.156-1.43-3.585-1.477-1.618.047-2.918.668-3.903 1.863-.562.68-1.254 1.125-2.074 1.336-.938.188-1.828.48-2.672.88-.844.398-1.559.878-2.144 1.44C3.715 10.02 3 11.743 3 13.688c0 1.946.715 3.668 2.145 5.168C6.645 20.285 8.367 21 10.313 21c1.945 0 3.667-.715 5.167-2.145.563-.585 1.055-1.3 1.477-2.144.398-.844.68-1.723.844-2.637v-.035z" }), React.createElement("path", { d: "M10.87 10.036c-.942.112-1.794.538-2.556 1.278-.74.762-1.166 1.614-1.278 2.556-.135.92.112 1.704.74 2.354.65.628 1.435.875 2.354.74.942-.112 1.794-.538 2.556-1.278.74-.762 1.166-1.614 1.278-2.556.135-.92-.112-1.704-.74-2.354-.65-.628-1.435-.875-2.354-.74z" })); exports.default = Avocado;