@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphFireAlarm = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphFireAlarm };