iconista
Version:
Thousands of SVG icons with one React component
27 lines (26 loc) • 2.68 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 Svg1f1f91f1f2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M2 32c0 6.1 1.8 11.8 5 16.6V15.4C3.8 20.2 2 25.9 2 32zM32 2c-5.5 0-10.6 1.5-15 4v52c4.4 2.6 9.5 4 15 4 16.6 0 30-13.4 30-30S48.6 2 32 2z" })),
React.createElement("path", { d: "M7 15.4v33.2c2.6 3.9 6 7.1 10 9.4V6c-4 2.3-7.4 5.6-10 9.4", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M37.2 8.8c2.5 2.1 4 5.3 3.8 8.8-.3 6-5.4 10.7-11.4 10.5-1.4-.1-2.7-.4-3.8-.9 1.9 1.6 4.4 2.6 7.1 2.6 6.1 0 11-4.9 11-11-.1-4.4-2.8-8.3-6.7-10M26.7 16.9l.5-1.5h1.5l-1.2-.9.5-1.4-1.3.9-1.2-.9.5 1.4-1.3.9h1.5zM26.2 9.8l.5 1.5.5-1.5h1.5l-1.2-.9.5-1.5-1.3.9-1.2-.9.5 1.5-1.3.9zM31.8 12.7l.5 1.5.5-1.5h1.5l-1.2-.9.4-1.5-1.2.9-1.3-.9.5 1.5-1.2.9zM21.9 17.3l.5-1.5-1.3.9-1.2-.9.5 1.5-1.3.9h1.6l.4 1.5.5-1.5h1.6zM26.7 22.5l.5-1.4h1.5l-1.2-.9.5-1.5-1.3.9-1.2-.9.5 1.5-1.3.9h1.5z" })),
React.createElement("g", { fill: "#ffe62e" },
React.createElement("path", { d: "M7 15.4v6l3-3zM17 21.4v-6l-3 3zM7 29.9v5.9l3-2.9zM17 35.8v-5.9l-3 3zM7 42.6v6l3-3zM17 48.6v-6l-3 3z" })),
React.createElement("path", { fill: "#83bf4f", d: "M9.8 42.6l-2.3-3.4 2.3-3.3h4.4l2.3 3.3-2.3 3.4z" }),
React.createElement("path", { fill: "#ffe62e", d: "M9.8 28.8l-2.3-3.3 2.3-3.3h4.4l2.3 3.3-2.3 3.3z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M10.4 27.9l-1.7-2.4 1.7-2.4h3.2l1.7 2.4-1.7 2.4z" }),
React.createElement("path", { fill: "#fff", d: "M11.3 26.5l-.6-1 .6-1h1.4l.6 1-.6 1z" }),
React.createElement("path", { fill: "#83bf4f", d: "M9.2 14.6l-.7-1.1L14 8.3l2 3-2.2 3.3z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M9.9 13.7l-.8-1.1 4-3.8 1.7 2.5-1.7 2.4z" }),
React.createElement("path", { fill: "#ffe62e", d: "M9 49l-.7 1.1 5.4 5.2 2-2.9-2.2-3.3z" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M9.6 49.9L8.9 51l3.9 3.8 1.7-2.4-1.6-2.4zM10.4 41.6l-1.7-2.4 1.7-2.4h3.2l1.7 2.4-1.7 2.4z" })),
React.createElement("g", { fill: "#ffe62e" },
React.createElement("path", { d: "M11.3 40.2l-.7-1 .7-1h1.3l.7 1-.7 1zM10.9 11.9l-.4-.6L12 9.9l.8 1-.6 1z" })),
React.createElement("path", { fill: "#fff", d: "M10.4 51.7l-.4.6 1.6 1.5.8-1.1-.7-1z" }));
exports.default = Svg1f1f91f1f2;