iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.33 kB
JavaScript
"use strict";
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 Svg1f1f01f1f3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M6 47c1.9 3.4 4.4 6.2 7.3 8.5l48.4-27.9C61.1 24 59.9 20.4 58 17c-1.9-3.4-4.4-6.2-7.3-8.5L2.3 36.4C2.9 40.1 4.1 43.6 6 47", fill: "#3e4347" }),
React.createElement("g", { fill: "#ffe62e" },
React.createElement("path", { d: "M19.1 59.1l42.8-24.7c.2-2.3.1-4.5-.2-6.8L13.3 55.5c1.8 1.4 3.8 2.6 5.8 3.6M2.3 36.4L50.7 8.5c-1.8-1.4-3.7-2.6-5.8-3.6L2.1 29.6c-.2 2.3-.1 4.6.2 6.8" })),
React.createElement("path", { d: "M44.9 4.9C36.3.8 25.9.9 17 6 8.1 11.1 2.9 20.1 2.1 29.6L44.9 4.9z", fill: "#699635" }),
React.createElement("path", { d: "M19.1 59.1c8.6 4.1 19 4 27.9-1.1 8.9-5.1 14.1-14.1 14.9-23.6L19.1 59.1", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M22 40.1l4.6.6-3.5-3.2 1.8-4.3-4 2.3-3.5-3.3 1.1 4.7-3.9 2.2 4.5.7 1.1 4.6zM44 27.4l4.6.6-3.5-3.3 1.8-4.2-3.9 2.2-3.5-3.2 1 4.6-3.9 2.3 4.6.6 1.1 4.6z" })));
exports.default = Svg1f1f01f1f3;