UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.89 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphTrain = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphTrain = function GYSiGlyphTrain(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-train", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M5.979 12.484a1.48 1.48 0 0 0-2.956 0l-.003.02a1.48 1.48 0 1 0 2.96 0l-.001-.02Zm5.019-.03a1.484 1.484 0 0 0-1.494-1.433c-.814 0-1.473.64-1.492 1.433a.197.197 0 0 0-.004.034c0 .81.67 1.467 1.496 1.467.828 0 1.498-.657 1.498-1.467 0-.01-.004-.023-.004-.034Zm4 0a1.484 1.484 0 0 0-1.494-1.433c-.814 0-1.473.64-1.492 1.433a.197.197 0 0 0-.004.034c0 .81.67 1.467 1.496 1.467.828 0 1.498-.657 1.498-1.467 0-.01-.004-.023-.004-.034Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M16.938 12.98c0-.965-.922-1.971-.922-1.971h-.047V8.015h-.984v-3l-1.962.024v3l-1.054-.024V6.036h-.953v1.979H7.969V4.953h1V3H1.016v1.938h1v5.125H1.03v2.922h.979a2.621 2.621 0 0 1-.048-.48c0-.012.005-.033.005-.033a2.54 2.54 0 0 1 2.535-2.513 2.54 2.54 0 0 1 2.537 2.513c0 .01.006.021.006.033 0 .164-.02.324-.049.48h8.975v-.004h.968v-.001ZM6 8.041H3.992V4.969H6v3.072Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphTrain = GYSiGlyphTrain;