import { IconType as Icon } from "react-icons";
export type IconType = {
    label: string;
    icon: Icon;
};
