iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.63 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 Svg2708 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#acb8bf" },
React.createElement("path", { d: "M7.212 12.752l8.132-8.132 1.98 1.98-8.132 8.132zM21.421 14.797l8.133-8.13 1.98 1.98-8.133 8.13zM49.31 54.854l8.134-8.13 1.98 1.981-8.134 8.13zM47.279 40.557l8.134-8.13 1.98 1.981-8.135 8.13z" })),
React.createElement("path", { d: "M56.4 60.7l-4.7-42.1-6.3-6.3L3.3 7.6c-2-.2-1.6 4.8.7 5.9l31.7 14.8L50.5 60c1.1 2.3 6.1 2.7 5.9.7", fill: "#42ade2" }),
React.createElement("path", { d: "M61.3 8.1c2.2-4.3-1.1-7.6-5.4-5.4-5.5 2.8-13.6 9.1-21.8 17.2-12.8 12.8-21 25.5-18.3 28.3 2.7 2.7 15.5-5.5 28.3-18.3 8.1-8.1 14.4-16.3 17.2-21.8", fill: "#dae3ea" }),
React.createElement("path", { d: "M22.4 60.2l-1.6-14.8-2.2-2.2-14.8-1.6c-.7-.1-.6 1.7.2 2.1l11.1 5.2L20.3 60c.4.8 2.2.9 2.1.2", fill: "#42ade2" }),
React.createElement("path", { d: "M20.2 46.2c-4.5 4.5-8.6 7.6-9.2 6.9-.6-.6 2.5-4.8 6.9-9.3 4.5-4.5 8.6-7.6 9.3-6.9.5.6-2.6 4.8-7 9.3", fill: "#acb8bf" }),
React.createElement("path", { d: "M59.8 9.7c.5-1.8.3-3.5-.8-4.7-1.1-1.1-2.9-1.4-4.6-.8L51 6.3c1.7-.6 4.2.3 5.3 1.4 1.2 1.2 2 3.6 1.4 5.3l2.1-3.3", fill: "#3e4347" }),
React.createElement("path", { fill: "#dae3ea", d: "M53.664 9.695l5.654-5.659.637.636-5.655 5.66z" }));
exports.default = Svg2708;