UNPKG

@icongo/gy

Version:
43 lines (42 loc) 1.74 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphTrolleyFull = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphTrolleyFull = function GYSiGlyphTrolleyFull(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-trolley-full", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", transform: "translate(0 2)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M5.8 9 3.451 0H.002l.025.938h2.438L5.065 10H15.97V9H5.8Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7 6h1.958v1.955H7zm3 0h1.953v2H10zm0-3h1.938v1.899H10zm0-3h1.953v1.941H10zm3 6h1.953v1.906H13zm0-3h1.938v1.899H13zm0-3h1.953v1.941H13zM7 3h1.938v1.899H7zm0-3h1.953v1.941H7z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 7.494, cy: 10.471, className: "prefix__si-glyph-fill", rx: 1.494, ry: 1.471 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 13.487, cy: 10.487, r: 1.487, className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphTrolleyFull = GYSiGlyphTrolleyFull;