iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.31 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 Svg1f1f81f1f8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2C19.3 2 8.5 9.9 4.1 21h55.8C55.5 9.9 44.7 2 32 2z", fill: "#3e4347" }),
React.createElement("path", { d: "M32 62c12.7 0 23.5-7.9 27.9-19H4.1C8.5 54.1 19.3 62 32 62z", fill: "#699635" }),
React.createElement("path", { d: "M62 32c0-3.1-.5-6.2-1.4-9H3.4C2.5 25.8 2 28.9 2 32c0 3.1.5 6.2 1.4 9h57.2c.9-2.8 1.4-5.9 1.4-9", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M60.3 22c-.1-.3-.3-.7-.4-1H4.1c-.1.3-.3.7-.4 1-.1.3-.2.7-.3 1h57.2c-.1-.3-.2-.7-.3-1M3.7 42c.1.3.3.7.4 1h55.8c.1-.3.3-.7.4-1 .1-.3.2-.7.3-1H3.4c.1.3.2.7.3 1" })),
React.createElement("path", { d: "M10.8 10.8C5.4 16.2 2 23.7 2 32c0 8.3 3.4 15.8 8.8 21.2L32 32 10.8 10.8z", fill: "#2a5f9e" }),
React.createElement("path", { fill: "#ffce31", d: "M16.8 31l3.2-4.2-5.2 1.6-3.3-4.2v5.2L6.4 31l5.1 1.6v5.2l3.3-4.2 5.2 1.6z" }));
exports.default = Svg1f1f81f1f8;