iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.47 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 Svg1f4a9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32.2 36.9C15.1 36.9 2 29.8 2 45.7 2 58.5 18.9 62 31.8 62c15 0 30.2-3.5 30.2-16.3 0-15.9-12.2-8.8-29.8-8.8", fill: "#89664c" }),
React.createElement("path", { d: "M31.7 20.9c-9.6 0-24.5 1.1-24.5 12.6 0 16.8 49.5 16.8 49.5 0 .1-11.5-14.8-12.6-25-12.6", fill: "#9b7861" }),
React.createElement("path", { d: "M49 16.7C44.4 6.4 22.6 17 26.4 4.5c.6-1.9.5-2.7-.9-2.4C17.7 3.7 12 11.7 14 18.4c6.4 21.4 41.3 12.3 35-1.7", fill: "#a88673" }),
React.createElement("path", { d: "M28.8 34.3c0 4-3.2 7.2-7.2 7.2s-7.2-3.2-7.2-7.2 3.2-7.2 7.2-7.2 7.2 3.2 7.2 7.2", fill: "#fff" }),
React.createElement("circle", { cx: "23.6", cy: "34.3", r: "3.6", fill: "#231f20" }),
React.createElement("path", { d: "M49.6 34.3c0 4-3.2 7.2-7.2 7.2s-7.2-3.2-7.2-7.2 3.2-7.2 7.2-7.2c3.9 0 7.2 3.2 7.2 7.2", fill: "#fff" }),
React.createElement("g", { fill: "#231f20" },
React.createElement("circle", { cx: "40.4", cy: "34.3", r: "3.6" }),
React.createElement("path", { d: "M38 50.6c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6" })));
exports.default = Svg1f4a9;