iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1 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 Svg1f1f51f1f0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M17 58V6C8 11.2 2 20.9 2 32s6 20.8 15 26z", fill: "#f9f9f9" }),
React.createElement("path", { d: "M32 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", fill: "#699635" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M38 38.1c-6.1 0-11-4.8-11-10.8 0-2.9 1.1-5.4 3-7.4-4.1 2.1-7 6.4-7 11.3 0 7 5.8 12.7 13 12.7s13-5.7 13-12.7c0-.7-.1-1.4-.2-2-.9 5.1-5.4 8.9-10.8 8.9" }),
React.createElement("path", { d: "M40 19.9l2.5-1.9-1 3.1 2.5 1.8-3 .1-1 3-1-3-3-.1 2.5-1.8-1-3.1z" })));
exports.default = Svg1f1f51f1f0;