iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 827 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 Svg1f1ec1f1eb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 32c0 16.6 13.4 30 30 30 11.7 0 21.9-6.8 26.8-16.6L5.2 18.6C3.1 22.6 2 27.2 2 32z", fill: "#ffce31" }),
React.createElement("path", { d: "M32 2C20.3 2 10.1 8.8 5.2 18.6l53.7 26.8c2-4 3.2-8.6 3.2-13.4C62 15.4 48.6 2 32 2z", fill: "#699635" }),
React.createElement("path", { fill: "#da121a", d: "M32 17.9L35.3 28h10.6l-8.6 6.3 3.3 10.1-8.6-6.2-8.6 6.2 3.3-10.1-8.6-6.3h10.6z" }));
exports.default = Svg1f1ec1f1eb;