UNPKG

iconista

Version:

Thousands of SVG icons with one React component

20 lines (19 loc) 1.92 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 Svg1f375 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M45.6 55.3H18.4s.4 2.6 4 4.8c1.3.8 4.5 1.9 9.6 1.9s8.3-1.1 9.6-1.9c3.7-2.1 4-4.8 4-4.8", fill: "#d2d8d9" }), React.createElement("g", { fill: "#eff6f7" }, React.createElement("path", { d: "M57 31.7H7s.7 11.1 7.3 20.1c2.5 3.3 8.3 8.1 17.7 8.1 9.3 0 15.2-4.8 17.7-8.1 6.6-9 7.3-20.1 7.3-20.1" }), React.createElement("ellipse", { cx: "32", cy: "31.7", rx: "25", ry: "9.7" })), React.createElement("path", { d: "M32 27c10.6 0 19.5 2.7 21.5 6.4.3-.5.5-1.1.5-1.6 0-4.4-9.8-8-22-8s-22 3.6-22 8c0 .6.2 1.1.5 1.6 2-3.7 10.9-6.4 21.5-6.4", fill: "#d2d8d9" }), React.createElement("path", { d: "M32 39.7c10.6 0 19.5-2.7 21.5-6.4-2-3.6-10.9-6.3-21.5-6.3s-19.5 2.7-21.5 6.4c2 3.6 10.9 6.3 21.5 6.3", fill: "#96b269" }), React.createElement("path", { fill: "#4e6b20", d: "M25.5 52l-4.3-5.7-6.1 3.5-1.4 6.5 10.5 2.1z" }), React.createElement("path", { fill: "#8cc63e", d: "M24.7 52.5l-3.5-6.2-6.6 2.6-2.2 6.1 10 3.7z" }), React.createElement("circle", { cx: "20.4", cy: "48.7", r: "1.2", fill: "#4e6b20" }), React.createElement("path", { fill: "#b59267", d: "M19.9 38.2h1v10h-1z" }), React.createElement("g", { opacity: ".6", fill: "#a6aeb0" }, React.createElement("path", { d: "M33.3 11.4C29.6 7.6 32.1 2 32.1 2s-7.8 7.4-2.9 12.5c5.7 5.9 2.9 9.5 2.9 9.5s7-6.6 1.2-12.6M22.3 14.8c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2M44.3 14.8c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2" }))); exports.default = Svg1f375;