UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 587 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 Svg2122 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#4d5357" }, React.createElement("path", { d: "M2 2v7.5h10.3V34h7.5V9.5h10.3V2zM54.5 2l-6.6 13.2L41.4 2h-7.5v32h7.5V20.8L47.9 34l6.6-13.2V34H62V2z" }))); exports.default = Svg2122;