@icongo/gy
Version:
Glyph Iconset Icons
43 lines (42 loc) • 2.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTrolleyBriefcase = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTrolleyBriefcase = function GYSiGlyphTrolleyBriefcase(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-briefcase",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 4.471,
cy: 14.478,
className: "prefix__si-glyph-fill",
rx: 1.471,
ry: 1.478
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 12.481,
cy: 14.481,
r: 1.481,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.342 11.062H2.938V3.075L1.206.267A.68.68 0 0 0 .281.126a.63.63 0 0 0-.146.896L2.033 3.53v7.532s-.971-.167-.971.417c0 .521.565.469.934.469h13.346c.368 0 .609-.064.609-.413s-.241-.473-.609-.473ZM6.223 7.5v-.041.041Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.889 9.297a.632.632 0 0 1-.625.639H4.681a.631.631 0 0 1-.624-.639V2.663c0-.353.279-.639.624-.639h1.583c.346 0 .625.286.625.639v6.634Zm4.039-.025c0 .366-.282.663-.629.663H8.705c-.349 0-.629-.297-.629-.663V3.77c0-.367.28-.664.629-.664h1.594c.347 0 .629.297.629.664v5.502Zm4.018-.013c0 .396-.285.719-.638.719h-1.617c-.354 0-.639-.322-.639-.719V4.801c0-.396.285-.717.639-.717h1.617c.353 0 .638.321.638.717v4.458Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTrolleyBriefcase = GYSiGlyphTrolleyBriefcase;