iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.03 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 Svg1f1f81f1fe = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62z", fill: "#3e4347" }),
React.createElement("path", { d: "M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M60.3 42c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10h56.6z", fill: "#f9f9f9" }),
React.createElement("g", { fill: "#75a843" },
React.createElement("path", { d: "M21 35.2l4.3 2.8-1.6-4.6 4.3-2.9h-5.3L21 26l-1.6 4.5H14l4.3 2.9-1.6 4.6zM43 35.2l4.3 2.8-1.6-4.6 4.3-2.9h-5.3L43 26l-1.6 4.5H36l4.3 2.9-1.6 4.6z" })));
exports.default = Svg1f1f81f1fe;