interface ServiceIconProps { size: '100%' | number; } export const AppIcon = ({ size }: ServiceIconProps) => null;