Files
mtdb_movie/common/resources/client/icons/material/FourGMobiledata.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
273 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const FourGMobiledataIcon = createSvgIcon(
<path d="M9 7H7v5H5V7H3v7h4v3h2v-3h2v-2H9V7zm8 4v2h2v2h-5V9h7c0-1.1-.9-2-2-2h-5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h5c1.1 0 2-.9 2-2v-4h-4z" />
, 'FourGMobiledataOutlined');