iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 2.05 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 Svg1f3f31f308 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ed4c5c", d: "M52.382 5.075C40.137 3.203 24.137 28.036 9.213 20.497c-.582-1.575-1.143-3.158-1.725-4.73C25.077 19.105 33.07-2.995 50.658.345c.584 1.572 1.14 3.156 1.724 4.73" }),
React.createElement("path", { fill: "#ff8736", d: "M54.105 9.804C43.762 7.786 22.512 31.453 10.938 25.227c-.585-1.573-1.14-3.157-1.725-4.73C26.802 23.835 34.794 1.734 52.382 5.075c.584 1.572 1.14 3.156 1.723 4.729" }),
React.createElement("path", { fill: "#ffce31", d: "M55.83 14.535C45.762 12.744 27.086 38.25 12.662 29.957c-.585-1.573-1.142-3.157-1.725-4.73C28.525 28.566 36.52 6.467 54.105 9.805c.585 1.574 1.142 3.157 1.725 4.73" }),
React.createElement("path", { fill: "#83bf4f", d: "M57.556 19.265c-9.711-1.521-31.086 25.813-43.171 15.422-.584-1.572-1.139-3.157-1.723-4.73 17.585 3.341 25.579-18.762 43.168-15.422.583 1.573 1.142 3.156 1.726 4.73" }),
React.createElement("path", { fill: "#275fd9", d: "M59.278 23.995C48.22 22.161 28.595 50.453 16.109 39.418c-.584-1.574-1.144-3.156-1.725-4.73 17.588 3.338 25.582-18.761 43.171-15.422.583 1.573 1.141 3.155 1.723 4.729" }),
React.createElement("path", { fill: "#9028e0", d: "M61 28.726c-17.583-3.34-25.579 18.761-43.166 15.421-.584-1.572-1.142-3.156-1.725-4.729 17.588 3.338 25.581-18.762 43.169-15.423.583 1.575 1.142 3.158 1.722 4.731" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "5.168", cy: "13.336", r: "2.168" }),
React.createElement("path", { d: "M7.04 14.49l-2.56.929L22.186 64h2.896z" }),
React.createElement("path", { d: "M3.688 15.602l4.076-1.48.37 1.017-4.077 1.48z" })));
exports.default = Svg1f3f31f308;