iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 722 B
JavaScript
;
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 Svg1f51a = (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: "M3 18L19 2v10h42v12H19v10zM25 43.4V40H13v22h12v-3.4h-9v-5.9h9v-3.4h-9v-5.9zM51 40h-6v22h6c3.3 0 6-2.8 6-6.3v-9.3c0-3.6-2.7-6.4-6-6.4m3 15.7c0 1.6-1.3 3-3 3h-3V43.4h3c1.7 0 3 1.3 3 3v9.3M32 47.7L37.8 62H41V40h-3v14.3L32.2 40H29v22h3z" })));
exports.default = Svg1f51a;