iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.48 kB
JavaScript
"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 Svg1f36e = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 52C15.5 52 2 44.6 2 35.4c0-9.1 13.5-16.6 30-16.6s30 7.4 30 16.6C62 44.6 48.5 52 32 52z", fill: "#e0e1e5" }),
React.createElement("path", { d: "M60.5 34.8C60.5 43.2 47.7 50 32 50S3.5 43.2 3.5 34.8c0-8.4 12.8-15.2 28.5-15.2s28.5 6.8 28.5 15.2z", fill: "#f5f5f5" }),
React.createElement("path", { d: "M51.5 25.8c-3.6-2-35.2-8.2-42.2 4.5-1.9 3.5-.4 8.4 5.5 11.7 3.6 2.1 11.3 5.5 16.1 6.3 4.9.8 9.4-2.1 13.2-2.9 6.2-1.4 10.2-4.3 10.6-8.8.4-4.6 2.6-7.5-3.2-10.8", fill: "#a8521a" }),
React.createElement("ellipse", { cx: "32", cy: "33.7", rx: "19.2", ry: "10.7", fill: "#7d3d15" }),
React.createElement("path", { d: "M45.6 16.8H18.4s-3.1 17.3-3.1 17.5c0 3.8 7.5 6.8 16.7 6.8s16.7-3 16.7-6.8c0-.2-3.1-17.5-3.1-17.5", fill: "#ffd170" }),
React.createElement("path", { d: "M45.9 17.9c0-3.1-6.2-5.7-13.9-5.7s-13.9 2.5-13.9 5.7 6.2 5.7 13.9 5.7c8.5 0 13.9-4 13.9-5.7", fill: "#7d3d15" }),
React.createElement("path", { d: "M44.8 17.1c0-2.8-5.8-5.1-12.9-5.1S19 14.3 19 17.1s5.8 5.1 12.9 5.1c7.9-.1 12.9-3.6 12.9-5.1", fill: "#a8521a" }));
exports.default = Svg1f36e;