iconista
Version:
Thousands of SVG icons with one React component
21 lines (20 loc) • 1.72 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 Svg1f6a0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#94989b", d: "M30.7 6.7h3.8v15h-3.8z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M62 17L2 5.8V3.9l60 11.2zM42.3 9.5L21.7 5.8V3.9l20.6 3.7z" }),
React.createElement("circle", { cx: "21.8", cy: "4.8", r: "2.8" })),
React.createElement("circle", { cx: "21.8", cy: "4.8", r: ".9", fill: "#94989b" }),
React.createElement("circle", { cx: "42.2", cy: "8.6", r: "2.8", fill: "#3e4347" }),
React.createElement("circle", { cx: "42.2", cy: "8.6", r: ".9", fill: "#94989b" }),
React.createElement("path", { fill: "#d0d0d0", d: "M30.7 14.2h3.8v7.5h-3.8z" }),
React.createElement("path", { d: "M62 51.7C62 57.4 57.4 62 51.7 62H12.3C6.6 62 2 57.4 2 51.7V30.8c0-5.7 4.6-10.3 10.3-10.3h39.5c5.7 0 10.3 4.6 10.3 10.3v20.9z", fill: "#dae3ea" }),
React.createElement("path", { d: "M57.9 47.5H6.1V32.8c0-4.7 3.8-8.5 8.5-8.5h34.9c4.7 0 8.5 3.8 8.5 8.5l-.1 14.7", fill: "#3e4347" }),
React.createElement("path", { d: "M62 51.7C62 57.4 57.4 62 51.7 62H12.3C6.6 62 2 57.4 2 51.7h60z", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#dae3ea" },
React.createElement("path", { d: "M61.1 55.8c.3-.7.5-1.3.7-2.1H2.2c.1.7.4 1.4.7 2.1h58.2M43.9 21.5H48v27h-4.1zM30 21.5h4.1v27H30zM16 21.5h4.1v27H16z" })));
exports.default = Svg1f6a0;