iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.02 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 Svg1f1e91f1ff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 32C62 15.4 48.6 2 32 2v60c16.6 0 30-13.4 30-30", fill: "#f9f9f9" }),
React.createElement("path", { d: "M2 32c0 16.6 13.4 30 30 30V2C15.4 2 2 15.4 2 32z", fill: "#699635" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M40.7 39l-.1-5.4L46 32l-5.4-1.6.1-5.4-3.3 4.3-5.4-1.6 3.3 4.3-3.3 4.3 5.4-1.6z" }),
React.createElement("path", { d: "M37.2 44c-6.6 0-11.9-5.4-11.9-12s5.3-12 11.9-12c2.5 0 4.8.8 6.8 2.1C41.3 19 37.3 17 32.8 17 24.6 17 18 23.7 18 32s6.6 15 14.8 15c4.5 0 8.5-2 11.2-5.1-1.9 1.3-4.2 2.1-6.8 2.1" })));
exports.default = Svg1f1e91f1ff;