iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.89 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 Svg1f48d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 61.9c-11.6 0-21-9.5-21-21.3s9.4-21.3 21-21.3S53 29 53 40.7s-9.4 21.2-21 21.2m0-38.1c-9.2 0-16.7 7.6-16.7 16.9 0 9.3 7.5 16.9 16.7 16.9S48.7 50 48.7 40.7c0-9.4-7.5-16.9-16.7-16.9", fill: "#d0d0d0" }),
React.createElement("path", { d: "M25.5 59c-1.9-.6-3.6-1.6-5.2-2.7-1.6-1.2-3-2.6-4.2-4.1-2.4-3.2-3.8-7.1-3.9-11.1-.1-4 1-8 3.3-11.3 1.1-1.6 2.5-3.1 4-4.4 1.5-1.2 3.2-2.3 5-3-3.4 1.8-6.4 4.5-8.4 7.8-2 3.2-3.1 7.1-2.9 10.9.1 3.8 1.4 7.5 3.6 10.7 2.1 3 5.2 5.5 8.7 7.2", fill: "#fff" }),
React.createElement("path", { d: "M39.6 22.4c1.8.7 3.5 1.8 5 3s2.9 2.7 4 4.4C50.8 33 52 37.1 51.9 41c-.1 4-1.5 7.9-3.9 11.1-1.2 1.6-2.6 3-4.2 4.1-1.6 1.1-3.4 2.1-5.2 2.7 3.5-1.6 6.6-4.1 8.8-7.3 2.2-3.1 3.5-6.9 3.6-10.7 0-3.7-1-7.5-3-10.7-2-3.3-5-6-8.4-7.8", fill: "#a5a5a5" }),
React.createElement("path", { fill: "#d0d0d0", d: "M25.5 15l6.5 6.6 6.5-6.6z" }),
React.createElement("path", { fill: "#a5a5a5", d: "M34.2 15l-1.5 4.4 1.3.1 4.5-4.5z" }),
React.createElement("path", { fill: "#b6fff1", d: "M28.8 1.9l-1.1 6.6h-8.6l3.2-6.6z" }),
React.createElement("g", { fill: "#6adbc6" },
React.createElement("path", { d: "M27.7 8.5l2.1 6.5h-4.3l-6.4-6.5zM28.8 1.9l-1.1 6.6h8.6l-1.1-6.6z" })),
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M35.2 1.9l1.1 6.6h8.6l-3.2-6.6zM27.7 8.5l2.1 6.5h4.4l2.1-6.5z" })),
React.createElement("path", { fill: "#428bc1", d: "M36.3 8.5L34.2 15h4.3l6.4-6.5z" }));
exports.default = Svg1f48d;