UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 987 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 Svg1f519 = (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 2v10h42v12H19v10zM14 46.3c0-3.5-2.7-6.3-6-6.3H2v22h6c3.3 0 6-2.8 6-6.3 0-1.8-.7-3.5-1.9-4.7 1.2-1.2 1.9-2.8 1.9-4.7M8 58.6H5.1v-5.9H8c1.7 0 3 1.3 3 3s-1.3 2.9-3 2.9m0-9.3H5.1v-5.9H8c1.7 0 3 1.3 3 3s-1.3 2.9-3 2.9M40 58.6c-1.7 0-3-1.3-3-3v-9.3c0-1.6 1.3-3 3-3s3 1.3 3 3h3c0-3.5-2.7-6.3-6-6.3s-6 2.8-6 6.3v9.3c0 3.5 2.7 6.3 6 6.3s6-2.8 6-6.3h-3c0 1.7-1.3 3-3 3M62 40h-3.2L55 49.5h-2V40h-3v22h3v-9.5h2l3.8 9.5H62l-4.4-11zM27 62h3l-4-22h-5l-3 22h3l.8-6.1h4.1L27 62m-4.7-9.4l1.3-9.4 1.7 9.4h-3" }))); exports.default = Svg1f519;