iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.51 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 Svg1f915 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("circle", { cx: "31.9", cy: "32.1", r: "29.9", fill: "#ffdd67" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("circle", { cx: "43.7", cy: "30", r: "5" }),
React.createElement("circle", { cx: "20.2", cy: "30", r: "5" })),
React.createElement("path", { d: "M32 2c-6 0-11.7 1.8-16.4 4.9 17.7 9.1 33.2 23 41.7 41.2 3-4.6 4.7-10.2 4.7-16.1C62 15.4 48.6 2 32 2", fill: "#cccfd4" }),
React.createElement("path", { d: "M32.9 3.6C27.4 3.6 22.3 5.2 18 8c16.7 7.7 31.6 19.3 39.4 35.8 3.1-5.8 2.9-12.9 2.9-12.9C60.2 15.8 48 3.6 32.9 3.6", fill: "#fff" }),
React.createElement("path", { d: "M15.8 6.7c14.5-.1 28.9 3.3 41.9 9.8C60.4 21 62 26.3 62 32v1.4A92.956 92.956 0 0 0 4.5 20c2.4-5.5 6.4-10.1 11.3-13.3", fill: "#cccfd4" }),
React.createElement("path", { d: "M17 8.1c13.6-.1 27.6 4 39.8 9.6 3.3 6.5 3.5 11.9 3.5 11.9-16.5-8.7-35.4-13.1-52.9-11.4 0 0 4.2-7.8 9.6-10.1", fill: "#fff" }),
React.createElement("path", { d: "M40.3 42.8c-5.8-1.5-12-.4-16.9 3-1.2.9 1.1 4 2.3 3.2 3.2-2.3 8.4-3.8 13.7-2.4 1.3.3 2.4-3.3.9-3.8", fill: "#664e27" }));
exports.default = Svg1f915;