UNPKG

@icongo/gy

Version:
40 lines (39 loc) 1.9 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphBus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphBus = function GYSiGlyphBus(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-bus", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", transform: "translate(1 3)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 3.492, cy: 8.48, className: "prefix__si-glyph-fill", rx: 1.492, ry: 1.48 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 12.485, cy: 8.485, r: 1.485, className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.078.024h-7.91c-2.104 0-3.137.5-3.137 2.991 0 0-.888.993-1.586.993-.698 0-1.445.443-1.445.985v3.131c0 .408.219.728.918.819a2.667 2.667 0 0 1-.049-.485c0-1.438 1.182-2.605 2.637-2.605S6.143 7.02 6.143 8.458c0 .176-.019.346-.053.512l3.822.002a2.669 2.669 0 0 1-.048-.477 2.644 2.644 0 0 1 2.642-2.643 2.643 2.643 0 0 1 2.641 2.643 2.6 2.6 0 0 1-.049.478h.887V3.009c-.001-1.863-.671-2.985-1.907-2.985ZM7.016 3.031H3.918c0-2.223.947-2.05 1.293-2.05L7.023.967l-.007 2.064Zm5.027-.01H7.969V.978h4.074v2.043Zm.931 0V.978h1.435c.692 0 .67 2.043.67 2.043h-2.105Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphBus = GYSiGlyphBus;