Files
emaui/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchFilled.mjs
2026-05-29 15:23:46 +03:00

15 lines
744 B
JavaScript

/**
* @license @tabler/icons-react v3.44.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M15 2a1 1 0 0 1 1 1v2.126c1.726 .445 3 2.01 3 3.874v6a4 4 0 0 1 -3 3.874v2.126a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-2.126a4 4 0 0 1 -3 -3.874v-6a4 4 0 0 1 3 -3.874v-2.126a1 1 0 0 1 1 -1zm-1 17h-4v1h4zm0 -15h-4v1h4z", "key": "svg-0" }]];
const IconDeviceWatchFilled = createReactComponent("filled", "device-watch-filled", "DeviceWatchFilled", __iconNode);
export { __iconNode, IconDeviceWatchFilled as default };
//# sourceMappingURL=IconDeviceWatchFilled.mjs.map