import type { ComponentPropsWithoutRef } from "react"; export function ListIcon(props: ComponentPropsWithoutRef<"svg">) { return ( ); }