iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.15 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 Svg1f68a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M43.9 7.4h-2.6c0-1.6-1.4-2.9-3.1-2.9H25.8c-1.7 0-3.1 1.3-3.1 2.9h-2.6c0-3 2.6-5.4 5.7-5.4h12.4c3.1 0 5.7 2.4 5.7 5.4" }),
React.createElement("path", { d: "M28.5 10.5l-1.4.5-2.9-7.5 1.4-.5zM35.5 10.5l1.4.5 2.9-7.5-1.4-.5z" })),
React.createElement("path", { fill: "#94989b", d: "M17.4 50.2L9.4 62h4.3l7.8-11.8z" }),
React.createElement("path", { fill: "#e6e6e6", d: "M17.4 50.2h-4L4 62h5.4z" }),
React.createElement("path", { fill: "#94989b", d: "M46.6 50.2h-4.1L50.3 62h4.3z" }),
React.createElement("path", { fill: "#e6e6e6", d: "M46.6 50.2l8 11.8H60l-9.4-11.8z" }),
React.createElement("path", { fill: "#666", d: "M43.2 51.3H20.8L13.7 62h36.6z" }),
React.createElement("path", { d: "M53.3 48c0 14.6-42.5 14.6-42.5 0V23.1c0-18.6 42.5-18.6 42.5 0V48z", fill: "#c7e755" }),
React.createElement("path", { d: "M53.3 39.7H10.7V23.1c0-18.6 42.5-18.6 42.5 0 .1 0 .1 16.6.1 16.6", fill: "#dae3ea" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M50.8 48.3c0 1.1-1.1 2.1-2.4 2.1h-5.8c-1.3 0-2.4-.9-2.4-2.1 0-1.1 1.1-2.1 2.4-2.1h5.8c1.3 0 2.4 1 2.4 2.1M13.2 48.3c0-1.1 1.1-2.1 2.4-2.1h5.8c1.3 0 2.4.9 2.4 2.1 0 1.1-1.1 2.1-2.4 2.1h-5.8c-1.3 0-2.4-1-2.4-2.1" })),
React.createElement("g", { fill: "#d6eef0" },
React.createElement("path", { d: "M16.9 48.3c0-1.1 1.1-2.1 2.4-2.1h2.1c1.3 0 2.4.9 2.4 2.1 0 1.1-1.1 2.1-2.4 2.1h-2.1c-1.3 0-2.4-1-2.4-2.1M40.1 48.3c0-1.1 1.1-2.1 2.4-2.1h2.1c1.3 0 2.4.9 2.4 2.1 0 1.1-1.1 2.1-2.4 2.1h-2.1c-1.3 0-2.4-1-2.4-2.1" })),
React.createElement("path", { d: "M50.7 39.7c0 1.6-37.4 1.6-37.4 0V21.1c0-1.6 37.4-1.6 37.4 0v18.6", fill: "#3e4347" }));
exports.default = Svg1f68a;