@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 719 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLamp = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-lamp",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M11.655.029H7.312c-.765 0-3.272 6.932-3.272 6.932h10.941S12.379.029 11.655.029Zm-7.634 8v.929h4.981v5.084H6.396c-1.333 0-1.333 1.925-1.333 1.925h8.896s0-1.925-1.333-1.925H9.959V8.958h2.084v2h.875v-2h2.041v-.929H4.021Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLamp };