iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 752 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 Svg1f1e71f1ef = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M22 60.3V3.7C10.4 7.8 2 18.9 2 32c0 13.1 8.4 24.2 20 28.3z", fill: "#83bf4f" }),
React.createElement("path", { d: "M22 32h40C62 15.4 48.6 2 32 2c-3.5 0-6.9.6-10 1.7V32", fill: "#ffce31" }),
React.createElement("path", { d: "M22 32v28.3c3.1 1.1 6.5 1.7 10 1.7 16.6 0 30-13.4 30-30H22", fill: "#ed4c5c" }));
exports.default = Svg1f1e71f1ef;