import { ICONS, getIcon } from "~/utils/icons"; export const NvimStatusBar = (props: { label: string; labelColor: string; fileIcon?: string; fileName: string; }) => (