@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLightAlarm = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLightAlarm = function GYSiGlyphLightAlarm(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-light-alarm",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2 12h11v2H2zm10-1H3V9.667C3 7.826 3.75 5 7.5 5S12 7.826 12 9.667V11ZM7 2h1v2H7zM2.597 3.44l.707-.708 1.414 1.414-.707.707zm10.413-.293.707.707-1.414 1.414-.707-.707zM13 8h2v1h-2zM0 8h1.75v1H0z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphLightAlarm = GYSiGlyphLightAlarm;