@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.13 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 GYSiGlyphTurnOff = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-turn-off",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M11.124 1.613v2.349c1.606.887 2.632 2.624 2.632 4.578 0 2.854-2.35 5.169-5.248 5.169-2.896 0-5.246-2.314-5.246-5.169 0-2.017 1.012-3.749 2.696-4.601V1.611c-2.937.975-4.895 3.693-4.895 6.929 0 4.052 3.334 7.335 7.444 7.335 4.111 0 7.446-3.283 7.446-7.335.001-3.177-1.973-5.902-4.829-6.927Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.46 7.873c.778 0 1.412-.48 1.412-1.075V1.115C9.872.521 9.238.04 8.46.04c-.779 0-1.412.481-1.412 1.075v5.683c0 .595.633 1.075 1.412 1.075Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTurnOff };