UNPKG

@icongo/gy

Version:
47 lines (46 loc) 2.03 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphTruck = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphTruck = function GYSiGlyphTruck(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-truck", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { className: "prefix__si-glyph-fill", transform: "translate(4 3)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 1.438, cy: 8.491, className: "prefix__si-glyph-fill", rx: 1.438, ry: 1.491 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 9.463, cy: 8.48, className: "prefix__si-glyph-fill", rx: 1.463, ry: 1.48 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M4.031.062v6.885h3.464c.47-.61 1.2-1.01 2.03-1.01.831 0 1.562.399 2.031 1.01h1.398V.062H4.031Z", className: "prefix__si-glyph-fill" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 11h2.916v.875H8zm8 0h.979v1H16zm-13.064.521a2.585 2.585 0 0 1 4.042-2.132V5.98c0-.527-.403-.954-.901-.954H2.946c-.499 0-1.056.846-1.056.846s-.841 1.505-.841 2.145v3.013c0 .542.396.943.901.943h1.032a2.614 2.614 0 0 1-.046-.452Zm.063-5.592 3.057.021-.022 2.112H2.253c-.068-1.276.746-2.133.746-2.133Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphTruck = GYSiGlyphTruck;