UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.29 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 Svg26f3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("ellipse", { cx: "32", cy: "49.7", rx: "30", ry: "12.3", fill: "#97b113" }), React.createElement("path", { d: "M28 47s3-6.6 5.6-9.6h-.9S28 43.1 26 46.7l2 .3", opacity: ".3", fill: "#1e1e1e" }), React.createElement("ellipse", { cx: "26.6", cy: "50.3", rx: "8.7", ry: "3.7", fill: "#c7c7c7" }), React.createElement("path", { d: "M26.6 48.2c4.2 0 7.7 1.2 8.5 2.9.1-.3.2-.5.2-.8 0-2-3.9-3.7-8.7-3.7s-8.7 1.6-8.7 3.7c0 .3.1.5.2.8.9-1.6 4.3-2.9 8.5-2.9", fill: "#3d2905" }), React.createElement("path", { d: "M45 9.3c-.9-.5-15.8-8.2-18-9.3v20.7c2.2-1.1 17.1-8.8 18-9.3.7-.3.7-1.7 0-2.1", fill: "#ed4c5c" }), React.createElement("path", { d: "M28 53.9s-.9.1-2.4.1v-7.2H28v7.1", opacity: ".5", fill: "#1e1e1e" }), React.createElement("path", { fill: "#d3976e", d: "M25 0h2v54h-2z" }), React.createElement("path", { fill: "#89664c", d: "M25 52.2h2V54h-2z" })); exports.default = Svg26f3;