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

6 lines
330 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SignalCellularNoSimIcon = createSvgIcon(
<path d="M10.83 5H17v9.11l2 2V5c0-1.1-.9-2-2-2h-7L7.94 5.06l1.42 1.42L10.83 5zm10.43 16.21L3.79 3.74 2.38 5.15 5 7.77V19c0 1.11.9 2 2 2h11.23l1.62 1.62 1.41-1.41zM7 19V9.79L16.23 19H7z" />
, 'SignalCellularNoSimOutlined');