export interface IIconOption {
    name: string
    type?: IGlobal.IconType
    position?: 'left' | 'right'
}
