Newer
Older
export type IconTypes =
| 'chevron-right'
| 'chevron-left'
| 'chevron-up'
| 'chevron-down'
| 'plus'
| 'arrow'
| 'dots'
| 'admin'
| 'export'
| 'location'
| 'magnifier-zoom-in'
| 'magnifier-zoom-out'
| 'pin'
mateusz-winiarczyk
committed
| 'reload'
export type IconComponentType = ({ className }: { className: string }) => JSX.Element;