type LibraryListLayoutIconProps = { color: string } export function LibraryListLayoutIcon(props: LibraryListLayoutIconProps): JSX.Element { return ( ) }