iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.31 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 Svg1f6a1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M30 11.5h4v12h-4z" }),
React.createElement("path", { d: "M39.6 13L23.9 9.9l.5-2.9 3.5.7 3-2.5 3.9.7 2.1 3.5 3.2.6z" })),
React.createElement("path", { fill: "#3e4347", d: "M62 19.1L2 7V5l60 12z" }),
React.createElement("path", { d: "M55 49H9V31.5c0-5.5 4.5-10 10-10h26c5.5 0 10 4.5 10 10V49z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M51 44.9H13V33.4c0-4.6 3.7-8.3 8.3-8.3h21.4c4.6 0 8.3 3.7 8.3 8.3v11.5", fill: "#3e4347" }),
React.createElement("path", { d: "M55 49c0 5.5-4.5 10-10 10H19c-5.5 0-10-4.5-10-10h46", fill: "#dae3ea" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M24.8 46.9h-2.7c0-11.8 4-24 4-24h2.7c0-.1-4 12.2-4 24M39.2 46.9h2.7c0-11.8-4-24-4-24h-2.7c0-.1 4 12.2 4 24M54.1 53c.3-.6.5-1.3.6-2H9.2c.1.7.4 1.4.6 2h44.3" })));
exports.default = Svg1f6a1;