@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphLampDesk = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphLampDesk };