iconista
Version:
Thousands of SVG icons with one React component
21 lines (20 loc) • 1.87 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 Svg1f912 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#ffdd67" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("circle", { cx: "43.5", cy: "30.3", r: "5" }),
React.createElement("circle", { cx: "20.5", cy: "30.3", r: "5" })),
React.createElement("g", { fill: "#917524" },
React.createElement("path", { d: "M25.6 15.2c-3.2 2.7-7.5 3.9-11.7 3.1-.6-.1-1.1 2-.4 2.2 4.8.9 9.8-.5 13.5-3.6.5-.5-1-2.1-1.4-1.7M50.1 18.2c-4.2.7-8.5-.4-11.7-3.1-.4-.4-2 1.2-1.4 1.7 3.7 3.2 8.7 4.5 13.5 3.6.7-.2.2-2.3-.4-2.2" })),
React.createElement("path", { d: "M4.4 38.7l24.2 14.2 4.6-6.5-21.4-18.1c-6.4-4.5-13.7 5.9-7.4 10.4", fill: "#e5e5e5" }),
React.createElement("path", { d: "M5.8 36.5l23.8 15 2.8-3.9-22.2-17.3c-3.7-2.6-8.1 3.6-4.4 6.2", fill: "#fff" }),
React.createElement("path", { fill: "#ed4c5c", d: "M7.5 36.2l22.1 14.4 1.9-2.6-21.1-16z" }),
React.createElement("ellipse", { transform: "rotate(-54.808 8.95 34.089)", cx: "9", cy: "34.1", rx: "2.6", ry: ".9", fill: "#a5203c" }),
React.createElement("g", { fill: "#51575b" },
React.createElement("path", { d: "M18.1 41.5l-2 2.8-.9-.5 2-2.9zM20.5 43.2l-1.9 2.7-.9-.5 1.9-2.8zM23 44.9l-1.9 2.6-.8-.5 1.8-2.6zM25.4 46.6L23.8 49l-.9-.6 1.7-2.3zM27.9 48.3l-1.5 2.2-.9-.6 1.5-2.1z" })),
React.createElement("path", { d: "M41.5 43.9c-6 .3-11.6 3.3-15.2 8-.9 1.2 2.2 3.5 3.1 2.3 2.4-3.1 6.8-6.2 12.3-6.5 1.4 0 1.3-3.8-.2-3.8", fill: "#664e27" }));
exports.default = Svg1f912;