@icongo/gy
Version:
Glyph Iconset Icons
40 lines (39 loc) • 2.02 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTrolley2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTrolley2 = function GYSiGlyphTrolley2(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-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 4.437,
cy: 12.437,
r: 1.437,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 10.452,
cy: 12.485,
className: "prefix__si-glyph-fill",
rx: 1.452,
ry: 1.485
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.684.337c-.717 0-1.297.599-1.297 1.338l-.172 1.343H.557c-.318 0-.541.287-.541.654 0 .139.01.27.072.375l1.211 5.454c.04.172.168.299.331.369a.508.508 0 0 0 .265.083H12.36l-.174 1.093H2.564c-.319 0-.501.056-.501.423s.182.474.501.474l10.79.001 1.16-8.948c.057.007.111.018.17.018.715 0 1.295-.6 1.295-1.338 0-.74-.581-1.339-1.295-1.339Zm-1.938 5.772H11V3.968h2.078l-.332 2.141ZM2.17 8.994l-.309-2.035h2.182v2.035H2.17Zm5.799-5.025h2.047v2.047H7.969V3.969Zm-.938 2.078H4.953V3.953h2.078v2.094Zm-3-.01H1.834L1.52 3.971h2.512v2.066h-.001Zm.938.932h2.062v2.078H4.969V6.969Zm3-.016h2.062v2.094H7.969V6.953Zm3 2.078V6.984h1.906l-.289 2.047h-1.617Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTrolley2 = GYSiGlyphTrolley2;