iconista
Version:
Thousands of SVG icons with one React component
40 lines (39 loc) • 3.37 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 Svg1f68c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ffce31", d: "M2 38.4h60v16.5H2z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M2 54.9h60v1.8H2zM13.8 44.1H62v1H13.8zM13.8 38.8H62v1H13.8z" })),
React.createElement("g", { fill: "#63686b" },
React.createElement("path", { d: "M49.6 46.8c-4.6 0-8.3 3.6-8.3 8.1 0 .6.1 1.2.2 1.8h16.2c.1-.6.2-1.2.2-1.8 0-4.5-3.7-8.1-8.3-8.1M18.6 46.8c-4.6 0-8.3 3.6-8.3 8.1 0 .6.1 1.2.2 1.8h16.2c.1-.6.2-1.2.2-1.8-.1-4.5-3.8-8.1-8.3-8.1" })),
React.createElement("path", { d: "M59.9 16H4.3c-1.1 0-2 .9-2.3 2v20.3h60V18c0-1.1-.9-2-2.1-2", fill: "#ffce31" }),
React.createElement("ellipse", { cx: "49.6", cy: "54.9", rx: "7.2", ry: "7.1", fill: "#3e4347" }),
React.createElement("ellipse", { cx: "49.6", cy: "54.9", rx: "3.6", ry: "3.6", fill: "#94989b" }),
React.createElement("ellipse", { cx: "18.6", cy: "54.9", rx: "7.2", ry: "7.1", fill: "#3e4347" }),
React.createElement("path", { d: "M18.6 51.3c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6 3.6-1.6 3.6-3.6-1.7-3.6-3.6-3.6", fill: "#94989b" }),
React.createElement("path", { fill: "#3e4347", d: "M2 20.9h3.1v17.4H2z" }),
React.createElement("path", { d: "M4.7 53.7c-.3.2-1.5.8-1.5.8v-3.6s1.2.5 1.5.8c.8.5.8 1.4 0 2", fill: "#f5f5f5" }),
React.createElement("path", { d: "M4.1 41.8c-.2.2-1 .6-1 .6v-2.7s.8.4 1 .6c.5.3.5 1 0 1.5", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#63686b", d: "M14.9 20.9h7.5v4.5h-7.5z" }),
React.createElement("path", { fill: "#3e4347", d: "M14.9 27.3h7.5v4.5h-7.5z" }),
React.createElement("path", { fill: "#63686b", d: "M24.1 20.9h7.5v4.5h-7.5z" }),
React.createElement("path", { fill: "#3e4347", d: "M24.1 27.3h7.5v4.5h-7.5z" }),
React.createElement("path", { fill: "#63686b", d: "M33.5 20.9H41v4.5h-7.5z" }),
React.createElement("path", { fill: "#3e4347", d: "M33.5 27.3H41v4.5h-7.5z" }),
React.createElement("path", { fill: "#63686b", d: "M42.9 20.9h7.5v4.5h-7.5z" }),
React.createElement("path", { fill: "#3e4347", d: "M42.9 27.3h7.5v4.5h-7.5z" }),
React.createElement("path", { fill: "#63686b", d: "M51.7 20.9h7.5v4.5h-7.5z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M51.7 27.3h7.5v4.5h-7.5zM2 33.6h60v1H2z" })),
React.createElement("path", { fill: "#f5f5f5", d: "M18.5 43.8l-3.3-3.2v-4.5l3.3-3.2h4.7l3.3 3.2v4.5l-3.3 3.2z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M19.1 42.4l-2.5-2.3v-3.4l2.5-2.4h3.5l2.5 2.4v3.4l-2.5 2.3z" }),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M13.3 36.5h1.9v3.8h-1.9zM4 23.5h2.7v12.3H4z" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M6.7 20.9H13v10.9H6.7zM2 43.6h4.7V50H2z" })),
React.createElement("g", { fill: "#63686b" },
React.createElement("path", { d: "M2 44.5h3.8v.9H2zM2 46.3h3.8v.9H2zM2 48.2h3.8v.9H2z" })));
exports.default = Svg1f68c;