@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCoffeeMachine = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCoffeeMachine = function GYSiGlyphCoffeeMachine(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-coffee-machine",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.021 15.085v.879H17v-2.928H3.027c-1.109 0-2.006.917-2.006 2.049ZM6.035 12h.918c1.104 0 2-.926 2-2.067V8.037H4.035v.991h-1v.905h1c0 1.141.897 2.067 2 2.067Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.083.083v1.834c0 1.076.851.947 1.917.991v1.05h2.042v2H6v.917h.959V3.958h1.916V2.917H11v9.067h6V.083H1.083Zm4.959 3.001H4.917V1.916h1.125v1.168Zm2 0H6.917V1.916h1.125v1.168Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCoffeeMachine = GYSiGlyphCoffeeMachine;