Gets the default window icon.
import { defaultWindowIcon } from '@tauri-apps/api/app';const icon = await defaultWindowIcon(); Copy
import { defaultWindowIcon } from '@tauri-apps/api/app';const icon = await defaultWindowIcon();
2.0.0
Gets the default window icon.