iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 923 B
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 Svg1f1f21f1fb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 32c0 9.8 4.7 18.5 12 24h36c7.3-5.5 12-14.2 12-24S57.3 13.5 50 8H14C6.7 13.5 2 22.2 2 32z", fill: "#699635" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M14 8h36c-5-3.8-11.2-6-18-6S19 4.2 14 8M32 62c6.8 0 13-2.2 18-6H14c5 3.8 11.2 6 18 6" })),
React.createElement("path", { d: "M43 49.6C34.6 48 28.3 40.7 28.3 32S34.6 16 43 14.4c-1.2-.2-2.4-.4-3.7-.4C29.2 14 21 22.1 21 32s8.2 18 18.3 18c1.3 0 2.5-.1 3.7-.4", fill: "#fff" }));
exports.default = Svg1f1f21f1fb;