iconista
Version:
Thousands of SVG icons with one React component
27 lines (26 loc) • 3.06 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 Svg1f4c6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#819096" },
React.createElement("path", { d: "M2 34.2h3.6v5.9H2zM58.3 18.4h3.6v5.9h-3.6z" }),
React.createElement("path", { d: "M59.7 21.7L27.3 10.4c-1.4-.5-3.2-.1-4 .9l-8.9 11.6L2.7 38.2c-1.2 1.5-.8 3.4.9 4.2l39.3 17.3c2 .9 4.3 0 5.1-1.9L55.8 39l5.9-14c.5-1.2-.4-2.7-2-3.3" })),
React.createElement("path", { d: "M61.7 19.1c.5-1.2-.4-2.7-2-3.3L27.3 4.5c-1.4-.5-3.2-.1-4 .9L14.4 17l41.4 16.1 5.9-14", fill: "#ed4c5c" }),
React.createElement("path", { d: "M14.4 17L2.7 32.3c-1.2 1.5-.8 3.4.9 4.2l39.3 17.3c2 .9 4.3 0 5.1-1.9l7.9-18.8L14.4 17", fill: "#cad5dd" }),
React.createElement("path", { d: "M4.2 30.3c-1.2 1.5.3 3.8 1.5 4.9 4.7 4.3 23 12.3 23 12.3L4.2 30.3", opacity: ".5", fill: "#333" }),
React.createElement("path", { d: "M14.4 17s-3.8 5.3-7 6.8c-2.4 1.1-3.8 0-4.4 1.8C0 36.2 42.6 54 42.6 54c2 .9 4.3 0 5.1-1.9L55.8 33 14.4 17", fill: "#d9e3e8" }),
React.createElement("path", { d: "M61.8 18.2c.3-1 .5-1.8-1.8-2.5L27.3 4.5c-2.1-.8-2.8-.6-4 .9l-2.7 3.2 39.6 14.1 1.6-4.5", fill: "#c7d3d8" }),
React.createElement("path", { fill: "#93a2aa", d: "M60.2 22.7v5.9l1.6-4 .2-7.3z" }),
React.createElement("g", { fill: "#69787c" },
React.createElement("ellipse", { cx: "33.5", cy: "9.8", rx: "1.6", ry: "1.3" }),
React.createElement("ellipse", { cx: "48.3", cy: "15.1", rx: "1.6", ry: "1.3" })),
React.createElement("path", { d: "M35 9.5L47.4 14s.5.3.2 2.4c-.5-.1-.9-.8-.9-.8L34.2 11c.1-.1-.1-.4.8-1.5", fill: "#e8edef" }),
React.createElement("path", { d: "M34.7 9.9l12.4 4.5s.3.4.3 1.8c-.4-.3-.6-.7-.6-.7l-12.5-4.6s-.2-.2.4-1", fill: "#93a2aa" }),
React.createElement("path", { fill: "#69787c", d: "M20.6 8.9v-.3l39.6 14.1v6.2H60l.1-5.9z" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M28.3 17.9l-.1.1c-.3.5-.4.9-.4 1.1 0 .2.1.4.5.6.3.1.6.1.8-.1.1-.1.3-.3.5-.7l2.6-4.7 1.5.5-2.7 4.9c-.3.6-.7 1-1.1 1.2-.7.4-1.4.5-2.3.1-.9-.3-1.3-.8-1.3-1.4 0-.6.1-1.2.6-2l.1-.2 1.3.6M35.2 15.4l1.6.6-2.4 4.2c-.3.5-.4.8-.4 1.1 0 .5.3.8.9 1.1.6.2 1.1.2 1.6-.1.2-.2.5-.5.8-1l2.4-4.3 1.7.6-2.5 4.4c-.4.7-.9 1.3-1.4 1.6-.9.6-2 .6-3.3.1-1.3-.5-1.9-1.2-1.9-2.1 0-.5.2-1.1.6-1.8l2.3-4.4M42.9 18.1l1.7.6-3.3 5.9 4.1 1.6-.8 1.3-5.7-2.3 4-7.1" })),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M19 27.7l1.1-1.9c1 .3 1.7.5 2.1.6.7.1 1.3.1 1.9-.2.4-.1.8-.4 1.2-.8l.5-.5 2.5 1L20 40.2 16.9 39l5.8-9.8-3.7-1.5M42.3 34.5c-.7.2-1.8.7-3.2 1.4-1.4.7-2.7 1.5-4 2.5-1 .7-2 1.6-3.1 2.8-1.1 1.1-1.9 2.1-2.4 2.9l-3.1-1.3c1.6-2.5 4-4.8 7.4-6.8 2.1-1.3 3.7-2.1 4.9-2.4l-7.7-3.1 1.5-2.5 10.9 4.3-1.2 2.2" })));
exports.default = Svg1f4c6;