@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.67 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFireAlarm = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFireAlarm = function GYSiGlyphFireAlarm(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-fire-alarm",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.986 9.977a4.936 4.936 0 0 0 4.93-4.941 4.936 4.936 0 0 0-4.93-4.941 4.936 4.936 0 0 0-4.931 4.941 4.937 4.937 0 0 0 4.931 4.941Zm0-7c1.135 0 2.055.921 2.055 2.059a2.056 2.056 0 1 1-4.109 0c0-1.138.92-2.059 2.054-2.059Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.283 11.018H7.681a.68.68 0 0 0-.678.684v.646c-1.326-.998-2.27-3.02-2.568-4.748.323-.264.533-.656.533-1.1 0-.794-.658-1.438-1.469-1.438-.812 0-1.469.644-1.469 1.438 0 .67.471 1.228 1.104 1.387.43 2.389 1.877 4.898 3.869 6.052v1.316a.68.68 0 0 0 .678.683h6.602a.68.68 0 0 0 .679-.683v-3.554a.68.68 0 0 0-.679-.683Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphFireAlarm = GYSiGlyphFireAlarm;