iconista
Version:
Thousands of SVG icons with one React component
30 lines (29 loc) • 2.65 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 Svg1f4fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 14v9c0 .5.5 1 1 1h58c.5 0 1-.5 1-1v-9H2", fill: "#3e4347" }),
React.createElement("path", { d: "M60 24v-6H4v6H2v24c0 1.1.9 2 2 2h56c1.1 0 2-.9 2-2V24h-2", fill: "#62727a" }),
React.createElement("path", { d: "M53 24H11c-2.2 0-4 4-4 9s1.8 9 4 9h42c2.2 0 4-4 4-9s-1.8-9-4-9", fill: "#b2c1c0" }),
React.createElement("path", { d: "M53 26H11c-.5.2-2 2.6-2 7s1.5 6.8 2 7h42c.6-.2 2-2.6 2-7s-1.5-6.8-2-7", fill: "#e8e8e8" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "42", cy: "33", r: "7" }),
React.createElement("path", { d: "M30.5 40c1.6-1.9 2.5-4.3 2.5-7s-.9-5.1-2.5-7h-17c-1.6 1.9-2.5 4.3-2.5 7s.9 5.1 2.5 7h17" })),
React.createElement("circle", { cx: "42", cy: "33", r: "5", fill: "#fff" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M44.7 36.6l-.5-.9c.7-.5 1.2-1.3 1.3-2.2h1c-.2 1.3-.9 2.4-1.8 3.1M44.7 29.4c1 .7 1.7 1.8 1.8 3.1h-1c-.1-.9-.6-1.7-1.3-2.2l.5-.9" })),
React.createElement("circle", { cx: "22", cy: "33", r: "5", fill: "#fff" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M19.3 36.6l.5-.9c-.7-.5-1.2-1.3-1.3-2.2h-1c.2 1.3.9 2.4 1.8 3.1M19.3 29.4c-1 .7-1.6 1.8-1.8 3.1h1c.1-.9.6-1.7 1.3-2.2l-.5-.9M22 24h20v18H22z" })),
React.createElement("path", { d: "M38 26H26c-1.1 0-2 .9-2 2v2h16v-2c0-1.1-.9-2-2-2", fill: "#42ade2" }),
React.createElement("path", { d: "M24 30v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8H24", fill: "#fff" }),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M26 32h12v2H26zM26 36h12v2H26z" })),
React.createElement("g", { fill: "#62727a" },
React.createElement("path", { d: "M22 31c-1.1 0-2 .9-2 2s.9 2 2 2v-4M42 31c1.1 0 2 .9 2 2s-.9 2-2 2v-4" })),
React.createElement("g", { fill: "#b2c1c0" },
React.createElement("path", { d: "M22 28.5c-.6 0-1.2.1-1.8.4l.5.9c.4-.2.8-.3 1.3-.3v-1M22 36.5c-.5 0-.9-.1-1.3-.3l-.5.9c.6.2 1.2.4 1.8.4v-1M42 28.5v1c.5 0 .9.1 1.3.3l.5-.9c-.6-.3-1.2-.4-1.8-.4M43.3 36.2c-.4.2-.8.3-1.3.3v1c.6 0 1.2-.1 1.8-.4l-.5-.9" })),
React.createElement("path", { fill: "#3e4347", d: "M50 26l-2 7.9.7 1.1 2.3-9z" }));
exports.default = Svg1f4fc;