export interface DynamicIconProps {
    /**
     * What level of heading is this?
     */
    level?: number;
    /**
     * The icon
     */
    icon: string;
}
