@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHandLamp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHandLamp = function GYSiGlyphHandLamp(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-hand-lamp",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphHandLamp = GYSiGlyphHandLamp;