import { type DomIconProps, IconSubfolders } from '@/components/Icons'; /** Icon for subfolders. */ export function IconShowSubfolders({ value, size = '1.25rem', className }: DomIconProps) { if (value) { return ; } else { return ; } }