iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.47 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 Svg1f361 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M50.9 48.6c-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3l10.6 10.6c.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3L50.9 48.6", fill: "#f29a2e" }),
React.createElement("ellipse", { transform: "rotate(-45.001 46.998 46.997)", cx: "47", cy: "47", rx: "13.6", ry: "12", fill: "#8cc63e" }),
React.createElement("path", { d: "M38.3 35.9c-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3l-3.7-3.7", fill: "#f29a2e" }),
React.createElement("ellipse", { transform: "rotate(-45.001 30.91 30.911)", cx: "30.9", cy: "30.9", rx: "13.6", ry: "12", fill: "#dae3ea" }),
React.createElement("path", { d: "M22.2 19.9c-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3l-3.7-3.7", fill: "#f29a2e" }),
React.createElement("ellipse", { transform: "rotate(-45.001 14.822 14.824)", cx: "14.8", cy: "14.8", rx: "13.6", ry: "12", fill: "#ff99ad" }),
React.createElement("path", { d: "M6.1 3.8c-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3L6.1 3.8", fill: "#f29a2e" }));
exports.default = Svg1f361;