@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.66 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLampDesk = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLampDesk = function GYSiGlyphLampDesk(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-lamp-desk",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.521 7.989c-.258 0-.497.072-.708.19l-1.541-2.593.376-.341-1.579-1.743-1.007 1.805 1.135 1.254.358-.325 1.607 2.66a1.498 1.498 0 0 0 .243 1.569l-1.229 3.929a6.604 6.604 0 0 0-2.137-.361c-2.72 0-5.038-.375-5.974 1.916h11.946c-.544-1.33-1.562-.423-2.843-1.116l1.19-3.859c.053.006.104.017.16.017.21 0 .409-.046.59-.126.303-.134.548-.37.704-.662.115-.212.186-.452.186-.711a1.488 1.488 0 0 0-1.477-1.503Zm-3.388-6.023L8.346-.009 3.113 2.266 7.354 6.95l2.779-4.984Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.473 5.323c.999 1.104 1.882.47 1.882.47L4.177 3.386s-.706.833.296 1.937Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphLampDesk = GYSiGlyphLampDesk;