UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 954 B
"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 Svg1f5a5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 6c0-2-2-4-4-4H6C4 2 2 4 2 6v38h60V6z", fill: "#212528" }), React.createElement("path", { d: "M2 44v4c0 2 2 4 4 4h52c2 0 4-2 4-4v-4H2z", fill: "#ddd" }), React.createElement("path", { d: "M24 54c0 4-4 4-8 4h32c-4 0-8 0-8-4v-2H24v2", fill: "#bfbebe" }), React.createElement("path", { fill: "#3e4347", d: "M6 6h52v34H6z" }), React.createElement("g", { fill: "#94989b" }, React.createElement("circle", { cx: "32", cy: "47.9", r: "1" }), React.createElement("path", { d: "M16 58h32v4H16z" }))); exports.default = Svg1f5a5;