iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.45 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 Svg1f1ea1f1f9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2z", fill: "#699635" }),
React.createElement("path", { d: "M60.3 42c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10h56.6", fill: "#ffce31" }),
React.createElement("circle", { cx: "32", cy: "32", r: "14", fill: "#428bc1" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M35.8 33.3l6.1-4.3h-7.5L32 22l-2.3 7h-7.5l6.1 4.3-2.3 7 6-4.3 6.1 4.3-2.3-7m3.5-3.5l-3.8 2.7-.9-2.7h4.7M29.2 33l1.1-3.2h3.5l1.1 3.2-2.9 2-2.8-2m2.8-8.4l1.5 4.4h-2.9l1.4-4.4m-7.3 5.2h4.7l-.9 2.7-3.8-2.7m2.8 8.4l1.4-4.4 2.4 1.7-3.8 2.7m9 0l-3.8-2.7 2.4-1.7 1.4 4.4" }),
React.createElement("path", { d: "M31.6 37.3V42h.8v-4.7L32 37zM25.9 32.7L22 33.8l.2.8 4.6-1.3zM29.1 28.1l.2-.8-3.1-3.8-.6.5 3.3 4.1zM35.1 28.1l3.3-4.1-.6-.5-3.1 3.8.2.8zM38.1 32.7l-.9.6 4.6 1.3.2-.8z" })));
exports.default = Svg1f1ea1f1f9;