iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 1.91 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 Svg1f50d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#b0bdc6", d: "M39.024 42.778l3.819-3.818 2.898 2.9-3.818 3.817z" }),
React.createElement("path", { fill: "#dfe9ef", d: "M39.945 41.86l1.98-1.98 2.9 2.897-1.98 1.98z" }),
React.createElement("path", { fill: "#b0bdc6", d: "M38.955 42.773l3.818-3.819 1.202 1.202-3.818 3.82z" }),
React.createElement("path", { d: "M41.5 8.8c-9-9-23.7-9-32.8 0s-9 23.7 0 32.8c9 9 23.7 9 32.8 0 9.1-9.1 9.1-23.8 0-32.8m-2.1 30.6c-7.9 7.9-20.6 7.9-28.4 0-7.9-7.9-7.9-20.6 0-28.4 7.9-7.9 20.6-7.9 28.4 0 7.8 7.8 7.8 20.5 0 28.4", fill: "#dfe9ef" }),
React.createElement("path", { d: "M39.9 10.4c-8.1-8.1-21.3-8.1-29.5 0-8.1 8.1-8.1 21.3 0 29.5 8.1 8.1 21.3 8.1 29.5 0 8.1-8.1 8.1-21.3 0-29.5m-1.1 28.4c-7.5 7.5-19.8 7.5-27.3 0S4 19 11.5 11.5s19.8-7.5 27.3 0 7.5 19.8 0 27.3", fill: "#b0bdc6" }),
React.createElement("path", { d: "M36.1 29.8c-6.5 6.5-17.1 6.5-23.6 0-1.7-1.7-3-3.7-3.8-5.9-.4 4.8 1.2 9.7 4.8 13.3 6.5 6.5 17.1 6.5 23.6 0 4.8-4.8 6-11.8 3.8-17.7-.4 3.8-2 7.4-4.8 10.3", opacity: ".6", fill: "#a6aeb0" }),
React.createElement("path", { fill: "#333", d: "M39.88 46.795l6.93-6.93L60.6 53.654l-6.93 6.93z" }),
React.createElement("path", { fill: "#575b5e", d: "M41.437 45.24l3.817-3.82 13.79 13.787-3.817 3.819z" }),
React.createElement("path", { d: "M61.9 52.9c1.1 1.1-7.8 10.1-9 9l-.7-.7c-1.1-1.1 7.8-10.1 9-9l.7.7", fill: "#b0bdc6" }),
React.createElement("path", { d: "M60.4 54.4c1.1 1.1-4.8 7.1-6 6l-.7-.7c-1.1-1.1 4.8-7.1 6-6l.7.7", fill: "#dfe9ef" }));
exports.default = Svg1f50d;