iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.17 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 Svg1f4bb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#212528" },
React.createElement("path", { d: "M7.3 53.8h49.4c.8 0 1.4-.6 1.4-1.4v-33c0-.8-.6-1.4-1.4-1.4H7.3c-.7 0-1.3.6-1.3 1.4v33c0 .8.6 1.4 1.3 1.4M2 58.7C2 60.3 3.3 62 5 62h54c1.6 0 3-1.7 3-3.3H2z" })),
React.createElement("path", { fill: "#ddd", d: "M57 53.8H7l-5 4.9h60z" }),
React.createElement("path", { fill: "#bfbebe", d: "M55.3 54.2H8.7l-1.7 2h50z" }),
React.createElement("path", { fill: "#212528", d: "M37.1 57.1H26.9l-.8 1.1h11.8z" }),
React.createElement("path", { fill: "#3e4347", d: "M9 21h46v29.8H9z" }),
React.createElement("circle", { cx: "32", cy: "19.6", r: ".8", fill: "#ddd" }),
React.createElement("path", { d: "M36.3 60.8h-8.6c-.3 0-1.1 0-1.1-1h10.8c0 1-.8 1-1.1 1", fill: "#3e4347" }));
exports.default = Svg1f4bb;