iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.32 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 Svg1f689 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#3e4347", d: "M2 62h17.5l17.8-11.2H8.1L2 53.2z" }),
React.createElement("path", { d: "M23.4 51.5c.1-.1.3-.1.4-.2l-.4.2", fill: "#e8e8e8" }),
React.createElement("path", { d: "M3.1 33.9C1 43.7 2.6 53.5 14.6 53.5c2.5 0 5.7-.4 8.7-2 4.8-2.6 7.6-8 8.7-15.5.1-.7.2-1.3.3-2l-29.2-.1", fill: "#c7e755" }),
React.createElement("path", { d: "M32.3 33.9c1.2-8.5 3-19.7 6.3-24.8h-22c-2.4 2.5-5.1 5.9-7.8 10.4-2.2 3.7-4.5 9.1-5.6 14.4h29.1", fill: "#3e4347" }),
React.createElement("path", { d: "M31.7 2c-1.3 0-8.7.6-15.1 7.1h22c1.4-2.3 3.1-3.4 5.2-2.5-1.5-1.2-4-4.6-12.1-4.6", fill: "#dae3ea" }),
React.createElement("path", { d: "M44.6 7c-7.3-4.7-10.5 14.1-12.3 26.9l25.5-6V17s-6.3-4.7-13.2-10", fill: "#c5d0d8" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M32.3 33.9c-.1.7-.2 1.4-.3 2-1.1 7.6-3.9 12.9-8.7 15.5L57.8 32v-4l-25.5 5.9M19.4 41.3c0 .7.2 1.3.5 1.9h6c.3-.6.5-1.2.5-1.9s-.2-1.3-.5-1.9h-6c-.3.6-.5 1.3-.5 1.9M3.7 41.3c0 .7.2 1.3.5 1.9h6c.3-.6.5-1.2.5-1.9s-.2-1.3-.5-1.9h-6c-.3.6-.5 1.3-.5 1.9" })),
React.createElement("g", { fill: "#d6eef0" },
React.createElement("path", { d: "M6.4 41.3c0 .7.2 1.3.5 1.9h4.3c.3-.6.5-1.2.5-1.9s-.2-1.3-.5-1.9H6.8c-.3.6-.4 1.3-.4 1.9M22.1 41.3c0 .7.2 1.3.5 1.9h4.3c.3-.6.5-1.2.5-1.9s-.2-1.3-.5-1.9h-4.3c-.4.6-.5 1.3-.5 1.9" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M54.6 17.5l-5.7-3.6c-.8-.5-1.5-.1-1.5.9v15.6l8.7-2v-8.1c0-1-.7-2.3-1.5-2.8M43.2 10.3c-2-1.3-4.4 5.9-5.2 8.2-1.4 4.8-2.7 12.9-2.7 12.9-.2 1 .5 1.7 1.4 1.5l7.2-1.7c.9-.2 1.7-1.2 1.7-2.3v-17l-2.4-1.6" })),
React.createElement("path", { fill: "#94989b", d: "M19.5 53.1H62V32h-4.2z" }),
React.createElement("path", { fill: "#ffe62e", d: "M28.8 53.1h-3.1L58.9 32h1z" }),
React.createElement("path", { fill: "#666", d: "M19.5 53.1H62V62H19.5z" }));
exports.default = Svg1f689;