import React from "react"; import { IconSubComponentProps } from "src/components/Icon/Icon"; export type SubIcon = string | React.FC | null;