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

15 lines
768 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": "M18 2a2 2 0 0 1 1.995 1.85l.005 .15v16a2 2 0 0 1 -1.85 1.995l-.15 .005h-12a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-16a2 2 0 0 1 1.85 -1.995l.15 -.005h12zm-6 13a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", "key": "svg-0" }]];
const IconDeviceTabletFilled = createReactComponent("filled", "device-tablet-filled", "DeviceTabletFilled", __iconNode);
export { __iconNode, IconDeviceTabletFilled as default };
//# sourceMappingURL=IconDeviceTabletFilled.mjs.map