<AppIcon
src="/app_view/icon_placeholder.png"
srcset={[
{ src: "/app_view/icon_placeholder_dark.png", theme: "dark" },
]}
size={48}
mask={true}
/>Properties
| Property | Value | Description |
|---|---|---|
src | string | URL of the app icon image inside the |
srcset | { src: string; theme: 'dark' | 'light' }[] | Alternative icon sources for dark or light mode. |
mask | boolean | Enables the squircle mask around the icon. Defaults to |
size | number | Icon size in pixels. Defaults to |
filter | nonegrayscale | Applies a visual filter to the icon. Defaults to |