iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.17 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 Svg1f1e81f1eb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M6.6 16C3.7 20.6 2 26.1 2 32h60c0-5.9-1.7-11.4-4.6-16H6.6z", fill: "#fff" }),
React.createElement("path", { d: "M57.4 48c2.9-4.6 4.6-10.1 4.6-16H2c0 5.9 1.7 11.4 4.6 16h50.8z", fill: "#699635" }),
React.createElement("path", { d: "M6.6 48c3.9 6.2 10.1 10.9 17.4 12.9h16c7.3-2 13.4-6.7 17.4-12.9H6.6z", fill: "#ffe62e" }),
React.createElement("path", { d: "M40 3.1H24C16.7 5.1 10.6 9.8 6.6 16h50.7C53.4 9.8 47.3 5.1 40 3.1z", fill: "#2a5f9e" }),
React.createElement("path", { d: "M40 3.1C37.5 2.4 34.8 2 32 2s-5.5.4-8 1.1v57.8c2.5.7 5.2 1.1 8 1.1s5.5-.4 8-1.1V3.1", fill: "#f42f4c" }),
React.createElement("path", { fill: "#ffe62e", d: "M18 11.6l1.9 1.4-.7-2.3L21 9.3h-2.3L18 7l-.7 2.3H15l1.8 1.4-.7 2.3z" }));
exports.default = Svg1f1e81f1eb;