interface AppIconProps { size?: number className?: string } export function AppIcon({ size = 32, className }: AppIconProps) { return ( {/* Background */} {/* Block 1 — PBI */} {/* Block 2 — Story */} {/* Block 3 — Task */} {/* Rocket nose */} {/* Window */} {/* Fins */} {/* Flame */} ) }