// responsive component device icons. // Desktop Icon. export const DesktopIcon = () => ( ); // Tablet device Icon. export const TabletIcon = () => ( ); // Mobile device Icon. export const MobileIcon = () => ( );