@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.54 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTurnOff = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTurnOff = function GYSiGlyphTurnOff(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-turn-off",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphTurnOff = GYSiGlyphTurnOff;