UNPKG

@icongo/tb

Version:
33 lines (32 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TBDeviceWatchOff = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TBDeviceWatchOff = function TBDeviceWatchOff(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-device-watch-off", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10 6h5a3 3 0 0 1 3 3v5m-.882 3.125A2.99 2.99 0 0 1 15 18H9a3 3 0 0 1-3-3V9c0-.828.336-1.578.878-2.121" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9 18v3h6v-3M9 5V3h6v3M3 3l18 18" })] })); }; exports.TBDeviceWatchOff = TBDeviceWatchOff;