@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.67 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSubway = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSubway = function GYSiGlyphSubway(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-subway",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5 15.979h-.979l1-4H6l-1 4Zm8 0h-.979l-1-4H12l1 4Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5 14h6.9v.926H5zM11.988.038H5.095c-2.242 0-3.054.688-3.054 2.775v7.784c0 1.848.813 2.441 2.984 2.441h7.725c1.574 0 2.291-.602 2.291-2.44V2.812c0-2.087-.81-2.775-3.053-2.775ZM6.213 1h4.574c.117 0 .213.226.213.5 0 .273-.096.5-.213.5H6.213C6.096 2 6 1.773 6 1.5c0-.274.096-.5.213-.5Zm-.197 10.016H3.969V8.985h2.047v2.031Zm7 0h-2.047V8.985h2.047v2.031Zm.037-5.235c0 1.064-.166 1.257-1.128 1.257H5.091c-.964 0-1.127-.146-1.127-1.21V4.156c0-1.062.163-1.198 1.127-1.198h6.834c.962 0 1.128.198 1.128 1.261v1.562Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSubway = GYSiGlyphSubway;