iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 918 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 Svg1f1fb1f1e8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 62c5.9 0 11.4-1.7 16-4.6V6.6C43.4 3.7 37.9 2 32 2S20.6 3.7 16 6.6v50.7c4.6 3 10.1 4.7 16 4.7", fill: "#ffe62e" }),
React.createElement("path", { d: "M16 6.6C7.6 11.9 2 21.3 2 32s5.6 20.1 14 25.4V6.6z", fill: "#2a5f9e" }),
React.createElement("g", { fill: "#699635" },
React.createElement("path", { d: "M48 57.4c8.4-5.3 14-14.7 14-25.4S56.4 11.9 48 6.6v50.8M24.8 17.9l-6 10.4 6 10.3 6-10.3zM39.2 17.9l-6 10.4 6 10.3 6-10.3zM26 41.7l6 10.4 6-10.4-6-10.3z" })));
exports.default = Svg1f1fb1f1e8;