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 Svg1f362 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M52.3 49.8c-.7-.7-1.8-.7-2.5 0s-.7 1.8 0 2.5l7.3 7.3c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5l-7.3-7.3", fill: "#f29a2e" }),
React.createElement("path", { d: "M60.7 38.6c1.6 1.6 1.7 4 .3 5.4L44 61c-1.4 1.4-3.8 1.3-5.4-.3L30.9 53c-1.6-1.6-1.7-4-.3-5.4l17-17c1.4-1.4 3.8-1.3 5.4.3l7.7 7.7", fill: "#dae3ea" }),
React.createElement("path", { d: "M39 36.5c-.7-.7-1.8-.7-2.5 0s-.7 1.8 0 2.5l3.9 3.9c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5L39 36.5", fill: "#f29a2e" }),
React.createElement("ellipse", { transform: "rotate(-45.001 31.162 31.164)", cx: "31.2", cy: "31.2", rx: "14.4", ry: "12.6", fill: "#8e725e" }),
React.createElement("path", { d: "M22 19.5c-.7-.7-1.8-.7-2.5 0s-.7 1.8 0 2.5l3.9 3.9c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5L22 19.5", fill: "#f29a2e" }),
React.createElement("path", { d: "M29.9 7c4.9 4.9-1.2 10.5-6.8 16.1S12 34.9 7 29.9C4.4 27.3 1.9 8.6 5.2 5.2S27.3 4.4 29.9 7z", fill: "#62727a" }),
React.createElement("path", { d: "M5 2.5c-.7-.7-1.8-.7-2.5 0s-.7 1.8 0 2.5l3.9 3.9c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5L5 2.5", fill: "#f29a2e" }));
exports.default = Svg1f362;