iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.56 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 Svg1f925 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 32c0 15.5-10 28-28 28C18.5 60 6 47.5 6 32S18.5 4 34 4s28 12.5 28 28z", fill: "#ffdd67" }),
React.createElement("path", { d: "M30.4 26.1c0 5.4-4.3 9.7-9.7 9.7-5.4 0-9.7-4.3-9.7-9.7 0-5.3 4.3-9.7 9.7-9.7 5.4 0 9.7 4.3 9.7 9.7", fill: "#fff" }),
React.createElement("circle", { cx: "24", cy: "28.2", r: "3.2", fill: "#664e27" }),
React.createElement("path", { d: "M54.7 26.1c0 5.4-4.3 9.7-9.7 9.7-5.4 0-9.7-4.3-9.7-9.7s4.3-9.7 9.7-9.7c5.3 0 9.7 4.3 9.7 9.7", fill: "#fff" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("circle", { cx: "40.7", cy: "28.2", r: "3.2" }),
React.createElement("path", { d: "M45.7 48c-1.4-3.6-4.8-6-12.7-6-8 0-11.3 2.4-12.7 6-.7 1.9.3 4 .3 4 .4 1.2 2.1 2 12.4 2s12-.8 12.4-2c0 0 1.1-2.1.3-4" })),
React.createElement("path", { d: "M42 47.1c.1-.2 0-.5-.2-.7 0 0-2-1.9-8.8-1.9-6.8 0-8.8 1.9-8.8 1.9-.2.2-.2.5-.2.7l.2.5c.1.2.3.4.5.4h16.6c.2 0 .5-.2.5-.4l.2-.5", fill: "#fff" }),
React.createElement("path", { d: "M30.6 39.3c-7.3 1.3-15.7 1.8-23.1 1.2-8.7-.7-6.2-11.2 1-9.6 7.3 1.3 14.7 1.8 22.1 1.3 4.5-.2 4.6 6.1 0 7.1", fill: "#eba352" }));
exports.default = Svg1f925;