iconista
Version:
Thousands of SVG icons with one React component
28 lines (27 loc) • 3.21 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 Svg1f1ff1f1fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#75a843" },
React.createElement("path", { d: "M32 2c-6.2 0-11.9 1.9-16.6 5h33.3C43.9 3.9 38.2 2 32 2zM32 62c6.2 0 11.9-1.9 16.6-5H15.4c4.7 3.1 10.4 5 16.6 5" })),
React.createElement("path", { d: "M7 47h51c1.8-3.1 3-6.5 3.6-10.1H3.4C4 40.6 5.3 44 7 47z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M3 32c0 1.7.2 3.4.4 5h58.1c.3-1.6.4-3.3.4-5s-.2-3.4-.4-5H3.4c-.2 1.6-.4 3.3-.4 5", fill: "#3e4347" }),
React.createElement("path", { d: "M3.4 27h58.2c-.6-3.6-1.9-7-3.6-10H7c-1.7 3-3 6.4-3.6 10", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M12.3 17H58c-2.3-4-5.6-7.5-9.5-10h-33c-1.1.7-2.2 1.6-3.2 2.4V17M12.3 47v7.6c1 .9 2.1 1.7 3.2 2.4h33c3.9-2.6 7.1-6 9.5-10.1H12.3z" })),
React.createElement("path", { d: "M12.6 12.2H9.5C4.8 17.5 2 24.4 2 32c0 7.7 2.9 14.8 7.8 20.1h2.5L32.4 32 12.6 12.2z", fill: "#f9f9f9" }),
React.createElement("path", { d: "M12.3 9.4c-1 .9-2 1.8-2.8 2.8L29.3 32 9.5 51.8c.9 1 1.8 1.9 2.8 2.8L34.9 32 12.3 9.4z", fill: "#3e4347" }),
React.createElement("path", { fill: "#ed4c5c", d: "M17.5 33.9l5.3-4.5-6.3-1.1-3.3-6.6-3.3 6.6-6.3 1.1L9 33.9l-1.4 6.7 5.6-3.2 5.7 3.2z" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M11.3 30.1c.7 1.5.9 1.6 2.6 2.2 1.7.6 6.6 1.2 7.1 1.2-.3-.3-5.8-4.4-6.9-5.2-1.1-.8-1.4-1.2-1.4-1.2s-1-1.8-1.4-2.4c-.4-.5-1-1.3-1.8-1.3s-1.4.6-1.7 1.5c-.1 0-.9.5-.8.9.2 0 1.5-.4 2 1.1s.5 3.9 0 5.1c-.5 1.2-1.2 2.1-1.2 3.2 0 .1.1.4.3.4.1.5.8 3.8.8 3.8h9.8l1.6-6" }),
React.createElement("g", { stroke: "#000", strokeLinejoin: "round", strokeLinecap: "round", strokeWidth: ".2" },
React.createElement("path", { d: "M11.3 30.1c.7 1.5.9 1.6 2.6 2.2 1.7.6 6.6 1.2 7.1 1.2-.3-.3-5.8-4.4-6.9-5.2-1.1-.8-1.4-1.2-1.4-1.2s-1-1.8-1.4-2.4c-.4-.5-1-1.3-1.8-1.3s-1.4.6-1.7 1.5c-.1 0-.9.5-.8.9.2 0 1.5-.4 2 1.1s.5 3.9 0 5.1c-.5 1.2-1.2 2.1-1.2 3.2 0 .1.1.4.3.4.1.5.8 3.8.8 3.8h9.8l1.6-6" }),
React.createElement("path", { d: "M8.1 35.7s2.1-.1 2.7-.1c.6 0 5.8 0 8.8.7M8.9 35.6s-.2-.3-.1-.8 1.6-1.8 1.6-3.7M10.1 35.5s-.2-.8 1.7-1.5c.5-.2 2-1 2.1-1.7M11.6 34.1s4.6 0 8.3.8" }),
React.createElement("path", { d: "M12.8 33.5s1.6.1 1.8 0c.3-.1.7-.3.9-.8M13.7 33.6s.9-.4 1-1M11.2 39.5s-.4-2.5-.4-3.9l.9.9 1-.9.9.9 1-.8.9 1 1-.8.8.9 1-.7 1.2 1.1M19.1 37.9c-3.5-.5-8.2-.5-8.2-.5M9.3 28.7s2.9-1.4 3.4-1.6" }),
React.createElement("path", { d: "M10.8 36.5l1 .9.8-.9.9.9 1-.8.8.9 1-.8.8 1 1-.8 1 .9" }),
React.createElement("circle", { cx: "13.5", cy: "34.9", r: ".4" }),
React.createElement("circle", { cx: "15.2", cy: "35", r: ".4" }),
React.createElement("circle", { cx: "9.2", cy: "24.7", r: ".3" }))));
exports.default = Svg1f1ff1f1fc;