@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCashierMachine = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCashierMachine = function GYSiGlyphCashierMachine(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-cashier-machine",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.641 4.012h-1.656V2.957h1.352c.346 0 .625-.346.625-.771V.772c0-.427-.279-.771-.625-.771H9.646c-.346 0-.624.345-.624.771v1.414c0 .426.278.771.624.771h1.378v1.055H4.353c-.37 0-.67.3-.67.668l-1.67 8.631V16h13.998v-2.689L14.312 4.68a.67.67 0 0 0-.671-.668Zm-7.625 8.004H4.985v-1.047h1.031v1.047Zm-1.032-2V8.969h1.031v1.047H4.984Zm3.032 2.015H6.985v-1.062h1.031v1.062Zm0-2.031H6.969V8.984h1.047V10Zm2 2.029H8.969v-1.061h1.047v1.061ZM8.969 10V8.969h1.047V10H8.969Zm1.047-2H4.985V6h5.031v2ZM13 8h-2.018V6.98H13V8Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCashierMachine = GYSiGlyphCashierMachine;