@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphHandLamp = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-hand-lamp",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m11.951 7.979 1.006.013-1.039-.975V4.866C11.918 2.554 9.807.06 7.49.06h-.969c-2.316 0-4.438 2.547-4.438 4.858v2.117l-1.13.892 1.09.01-.006 4.647-.975 1.395 2.602.655 1.986.438 1.348.862 1.352-.858 2.006-.401 2.624-.613-1.021-1.615-.008-4.468ZM6.035 13.98l-3.098-.578V7.917l3.098.372v5.691Zm5.002-.49-3.069.466V8.367l3.069-.357v5.48ZM8.049 4.828c.135-.191.215-.418.215-.664 0-.67-.582-1.213-1.297-1.213s-1.295.543-1.295 1.213c0 .247.08.476.215.668L2.943 6.644V5.021C2.943 3.189 4.59.996 6.534.996H7.5c1.943 0 3.525 2.193 3.525 4.025v1.62L8.049 4.828Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphHandLamp };