iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 2.04 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 Svg1f1ec1f1e9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M11.2 53.6C16.6 58.8 23.9 62 32 62c8.1 0 15.4-3.2 20.8-8.4H11.2zM52.8 10.4C47.4 5.2 40.1 2 32 2s-15.4 3.2-20.8 8.4h41.6z" })),
React.createElement("g", { fill: "#007168" },
React.createElement("path", { d: "M5.4 45.8L32 32 5.4 18.2C3.2 22.3 2 27 2 32s1.2 9.7 3.4 13.8zM62 32c0-5-1.2-9.7-3.4-13.8L32 32l26.6 13.8C60.8 41.7 62 37 62 32z" })),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M58.6 45.8L32 32 5.4 45.8c1.5 2.9 3.5 5.5 5.8 7.8h41.6c2.3-2.3 4.3-4.9 5.8-7.8M5.4 18.2L32 32l26.6-13.8c-1.5-2.9-3.5-5.5-5.8-7.8H11.2c-2.3 2.2-4.3 4.9-5.8 7.8z" })),
React.createElement("circle", { cx: "32", cy: "32", r: "9", fill: "#ed4c5c" }),
React.createElement("path", { d: "M8.3 34.4c.8.8 1.6 1.5 2.4 1.8 0-.9-.1-1.9-.4-2.9-.7-.6-1.5-1.2-2.2-1.5-.1.8 0 1.7.2 2.6", fill: "#ce1126" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M5 26.3C6.3 29 1.6 35.5 9.4 37c-.5-.7-.9-1.7-1.2-2.7-.2-.9-.3-1.8-.2-2.6.8.3 1.5.8 2.2 1.5.8.7 1.5 1.6 1.9 2.4 2.1-7.4-5.2-6.9-7.1-9.3M22 4.9l.5 1.8h2l-1.6 1.1.6 1.8L22 8.5l-1.6 1.1.6-1.8-1.5-1.1h1.9zM23 54.1l.5 1.8h2L23.9 57l.6 1.9-1.5-1.2-1.6 1.2.6-1.9-1.5-1.1h1.9zM32 23l1.9 6.3h6.3l-5.1 3.8 2 6.3-5.1-3.9-5.1 3.9 2-6.3-5.1-3.8h6.3zM32 4.9l.5 1.8h2l-1.6 1.1.6 1.8L32 8.5l-1.6 1.1.6-1.8-1.5-1.1h1.9zM42 4.9l.5 1.8h2l-1.6 1.1.6 1.8L42 8.5l-1.6 1.1.6-1.8-1.5-1.1h1.9zM32 54.1l.5 1.8h2L32.9 57l.6 1.9-1.5-1.2-1.6 1.2.6-1.9-1.5-1.1h1.9zM42 54.1l.5 1.8h2L42.9 57l.6 1.9-1.5-1.2-1.6 1.2.6-1.9-1.5-1.1h1.9z" })));
exports.default = Svg1f1ec1f1e9;