6 lines
328 B
TypeScript
Executable File
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');
|