iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 755 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 Svg1f1e71f1eb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30z", fill: "#83bf4f" }),
React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#ffce31", d: "M32 36.8l5.6 4.2-2.1-6.9 5.5-4.2h-6.9L32 23l-2.1 6.9H23l5.5 4.2-2.1 6.9z" }));
exports.default = Svg1f1e71f1eb;