iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.08 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 Svg1f1fa1f1ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2C23.1 2 15.1 5.9 9.6 12h44.7C48.9 5.9 40.9 2 32 2z", fill: "#3e4347" }),
React.createElement("path", { d: "M54.4 12H9.6C7.1 14.9 5 18.3 3.7 22h56.6c-1.3-3.7-3.4-7.1-5.9-10", fill: "#ffe62e" }),
React.createElement("path", { d: "M60.3 22H3.7C2.6 25.1 2 28.5 2 32h60c0-3.5-.6-6.9-1.7-10", fill: "#ed4c5c" }),
React.createElement("path", { d: "M62 32H2c0 3.5.6 6.9 1.7 10h56.6c1.1-3.1 1.7-6.5 1.7-10", fill: "#3e4347" }),
React.createElement("path", { d: "M60.3 42H3.7C5 45.7 7 49.1 9.6 52h44.7c2.6-2.9 4.7-6.3 6-10", fill: "#ffe62e" }),
React.createElement("path", { d: "M54.4 52H9.6c5.5 6.1 13.5 10 22.4 10 8.9 0 16.9-3.9 22.4-10", fill: "#ed4c5c" }),
React.createElement("circle", { cx: "32", cy: "32", r: "10", fill: "#fff" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "31", cy: "26", r: "2" }),
React.createElement("path", { d: "M31.5 35l.5 6h.5v-6z" }),
React.createElement("path", { d: "M31 40.5v.5h2v-1zM34.9 37.2c-1.1-1.7-2.1-3.3-3.2-5-.3-.5-1.2 0-.9.5.9 1.4 1.8 2.8 2.7 4.3h-3.6v.5c1.7 0 2.8.5 4.5.5.5 0 .7-.4.5-.8" }),
React.createElement("path", { d: "M33.9 32.1c-1.1-.4-3.4-.9-1.9-5.1h-1.8s-4.4 8.7 3.8 8.7c1.8 0 2.6 1.5 2.6 3.3-.1 0 2.1-5.2-2.7-6.9M29.5 36.5l.5 2h.5v-2zM31 25l-4 2h4z" })),
React.createElement("path", { d: "M35 32.6v3.3s1.6.7.9 3.1l1.1.5s1.8-4.8-2-6.9", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M31.5 32s0 2.6 2.5 2.6c0 0 1-2.6-2.5-2.6" }),
React.createElement("ellipse", { cx: "30.4", cy: "31.7", rx: ".9", ry: "1.6" })));
exports.default = Svg1f1fa1f1ec;