Apariencia
{[
{ value: 'light', label: 'Light', icon: Sun },
{ value: 'dark', label: 'Dark', icon: Moon },
{ value: 'system', label: 'System', icon: Laptop },
].map((item) => {
const Icon = item.icon;
return (
);
})}
{myComplexesQuery.data && myComplexesQuery.data.length > 1 && (