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

6 lines
328 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SignalWifiStatusbarConnectedNoInternet4Icon = createSvgIcon(
[<path d="M12 4C7.31 4 3.07 5.9 0 8.98L12 21l5-5.01V8h5.92C19.97 5.51 16.16 4 12 4zm7 14h2v2h-2z" key="0" />,<path d="M19 10h2v6h-2z" key="1" />,]
, 'SignalWifiStatusbarConnectedNoInternet4Outlined');