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

15 lines
734 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": "M8.707 2.293l3.293 3.292l3.293 -3.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 0 1.414l-2.293 2.293h4.586a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h4.585l-2.292 -2.293a1 1 0 0 1 1.414 -1.414", "key": "svg-0" }]];
const IconDeviceTvFilled = createReactComponent("filled", "device-tv-filled", "DeviceTvFilled", __iconNode);
export { __iconNode, IconDeviceTvFilled as default };
//# sourceMappingURL=IconDeviceTvFilled.mjs.map