iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.43 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 Svg1f58a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#93a2aa" },
React.createElement("path", { d: "M36.6 15.1c-1.7 2.6-6.1 5.3-10 7.3.2.2.6.8.8.8 1.1-.5 2.2-.9 3.3-1.4 2.2-1 4.4-2.3 6.4-3.8 4-3.2 5.5-12.8 8.4-13 1.7 0 3.3 2.5 4.5 3.6l1.7-1.7c.1-.1-1.3-1.4-1.4-1.5-1.7-1.7-3.7-3.5-6.4-2.5-3.6 1.4-5.3 9.3-7.3 12.2m9.3-10s.1 0 0 0m-1.3.2c-.1 0-.1 0 0 0M2.3 60.9c-.3.4-.4.8-.2 1 .2.2.7.1 1-.2L5.5 60 4 58.5l-1.7 2.4" })),
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M28.3 26.3l9.4 9.4 23.4-25-7.8-7.8z" }),
React.createElement("path", { d: "M9.372 46.795l19.729-19.728 7.778 7.778L17.15 54.573z" })),
React.createElement("g", { fill: "#c7d3d8" },
React.createElement("path", { d: "M3.2 57.7l3.1 3.1 10.9-6.2-7.8-7.8zM31.2 23.4l9.4 9.4-2.9 2.9-9.4-9.4z" })),
React.createElement("path", { d: "M53.8 3.4l6.8 6.8c1.9-1.9 1.9-4.9 0-6.8s-4.9-1.9-6.8 0", fill: "#42ade2" }),
React.createElement("path", { fill: "#c7d3d8", d: "M51.953 3.748l1.414-1.414 8.344 8.344-1.414 1.414z" }));
exports.default = Svg1f58a;