iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 771 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 Svg1f51b = (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: "M18 24h28v10l16-16L46 2v10H18V2L2 18l16 16zM20 40c-3.3 0-6 2.8-6 6.3v9.3c0 3.5 2.7 6.3 6 6.3s6-2.8 6-6.3v-9.3c0-3.5-2.7-6.3-6-6.3m3 15.7c0 1.6-1.3 3-3 3s-3-1.3-3-3v-9.3c0-1.6 1.3-3 3-3s3 1.3 3 3v9.3M39 54.3L33.2 40H30v22h3V47.7L38.8 62H42V40h-3zM46 58h4v4h-4zM46.7 54h2.6l.7-14h-4z" })));
exports.default = Svg1f51b;