Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
220 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const LteMobiledataIcon = createSvgIcon(
<path d="M6 14h3v2H4V8h2v6zm3-4h2v6h2v-6h2V8H9v2zm12 0V8h-5v8h5v-2h-3v-1h3v-2h-3v-1h3z" />
, 'LteMobiledataOutlined');