iconista
Version:
Thousands of SVG icons with one React component
34 lines (33 loc) • 3.13 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 Svg1f6a7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ffce31", d: "M3.4 17.5h57.2v19.7H3.4z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M12.7 37.1H3.4L12 17.5h9.3zM23.1 37.1l8.1-19.6h9.7l-8.1 19.6M42.7 37.1l8.1-19.6h9.8l-8.1 19.6" })),
React.createElement("path", { fill: "#94989b", d: "M11.4 10.9h3.8V17h-3.8z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M12.3 10.9h1.9V17h-1.9z" }),
React.createElement("circle", { cx: "13.2", cy: "8.6", r: "6.6", fill: "#94989b" }),
React.createElement("circle", { cx: "13.2", cy: "8.6", r: "5.6", fill: "#d0d0d0" }),
React.createElement("circle", { cx: "13.2", cy: "8.6", r: "4.7", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#94989b", d: "M48.9 10.9h3.8V17h-3.8z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M49.8 10.9h1.9V17h-1.9z" }),
React.createElement("circle", { cx: "50.8", cy: "8.6", r: "6.6", fill: "#94989b" }),
React.createElement("circle", { cx: "50.8", cy: "8.6", r: "5.6", fill: "#d0d0d0" }),
React.createElement("circle", { cx: "50.8", cy: "8.6", r: "4.7", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#94989b", d: "M11.4 37.6h3.8V62h-3.8z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M12.3 37.6h1.9V62h-1.9z" }),
React.createElement("path", { d: "M17 62H9.5s1.9-2.5 1.9-3.3h3.8c-.1.8 1.8 3.3 1.8 3.3", fill: "#3e4347" }),
React.createElement("path", { fill: "#94989b", d: "M48.9 37.6h3.8V62h-3.8z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M49.8 37.6h1.9V62h-1.9z" }),
React.createElement("path", { d: "M54.5 62H47s1.9-2.5 1.9-3.3h3.8c-.1.8 1.8 3.3 1.8 3.3", fill: "#3e4347" }),
React.createElement("path", { fill: "#94989b", d: "M7.9 44.2H56V48H7.9z" }),
React.createElement("path", { fill: "#d0d0d0", d: "M9.5 45.1h45V47h-45z" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("circle", { cx: "13.2", cy: "46.1", r: ".7" }),
React.createElement("circle", { cx: "50.8", cy: "46.1", r: ".7" })),
React.createElement("path", { d: "M61.1 17H2.9c-.5 0-.9.4-.9.9v18.8c0 .5.4.9.9.9H61c.5 0 .9-.4.9-.9V17.9c.1-.5-.3-.9-.8-.9m-1 17.8c0 .5-.4.9-.9.9H4.8c-.5 0-.9-.4-.9-.9v-15c0-.5.4-.9.9-.9h54.4c.5 0 .9.4.9.9v15", fill: "#d0d0d0" }),
React.createElement("path", { d: "M61.1 17.5c.3 0 .5.2.5.5v18.8c0 .3-.2.5-.5.5H2.9c-.3 0-.5-.2-.5-.5V17.9c0-.3.2-.5.5-.5h58.2M4.8 36.2h54.4c.8 0 1.4-.6 1.4-1.4v-15c0-.8-.6-1.4-1.4-1.4H4.8c-.8 0-1.4.6-1.4 1.4v15c0 .8.6 1.4 1.4 1.4M61.1 17H2.9c-.5 0-.9.4-.9.9v18.8c0 .5.4.9.9.9H61c.5 0 .9-.4.9-.9V17.9c.1-.5-.3-.9-.8-.9zM4.8 35.8c-.5 0-.9-.4-.9-.9v-15c0-.5.4-.9.9-.9h54.4c.5 0 .9.4.9.9v15c0 .5-.4.9-.9.9H4.8", fill: "#94989b" }));
exports.default = Svg1f6a7;