iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.1 kB
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 Svg1f1f91f1ff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M17 6C6.3 12.2.9 23.9 2.2 35.3L49.8 7.9C40.5 1 27.7-.1 17 6z", fill: "#83bf4f" }),
React.createElement("path", { d: "M14.2 56.1c9.3 6.9 22.2 8 32.8 1.8 10.7-6.1 16.1-17.8 14.8-29.3L14.2 56.1", fill: "#428bc1" }),
React.createElement("path", { d: "M58 17c-1.4-2.4-3.1-4.5-5-6.4L3 39.5c.7 2.6 1.7 5.1 3 7.5 1.4 2.4 3.1 4.5 5 6.4l50-28.9c-.6-2.6-1.6-5.1-3-7.5", fill: "#3e4347" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M61.5 26.5c-.1-.7-.3-1.4-.5-2L11 53.4c.5.5 1 1 1.5 1.4.5.5 1.1.9 1.7 1.3l47.6-27.5-.3-2.1M51.5 9.2c-.5-.5-1.1-.9-1.7-1.3L2.2 35.3l.3 2.1c.1.7.3 1.4.5 2l50-28.8c-.5-.5-1-1-1.5-1.4" })));
exports.default = Svg1f1f91f1ff;