iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.17 kB
JavaScript
;
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 Svg1f1f11f1fe = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32z", fill: "#3e4347" }),
React.createElement("path", { d: "M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16h50.8z", fill: "#c94747" }),
React.createElement("path", { d: "M6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14H6.6z", fill: "#83bf4f" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M38.2 36.7v-3.6L34.7 32l3.5-1.1v-3.6l2.2 2.9 3.6-1.1-2.2 2.9 2.2 2.9-3.6-1.1z" }),
React.createElement("path", { d: "M32.8 40c-4.4 0-7.9-3.6-7.9-8s3.5-8 7.9-8c1.7 0 3.2.5 4.5 1.4a9.78 9.78 0 0 0-7.4-3.4c-5.5 0-9.9 4.5-9.9 10s4.4 10 9.9 10c3 0 5.6-1.3 7.4-3.4-1.2.9-2.8 1.4-4.5 1.4" })));
exports.default = Svg1f1f11f1fe;