@scania/tegel-cli
Version:
CLI tool for copying and transforming Tegel components with custom prefixes
30 lines (29 loc) • 435 B
text/typescript
export type TratonIconNames =
| 'arrow_diagonal'
| 'arrow_down'
| 'arrow_left'
| 'arrow_right'
| 'arrow_up'
| 'bento'
| 'burger'
| 'calendar'
| 'chevron_down'
| 'chevron_left'
| 'chevron_right'
| 'chevron_up'
| 'cross'
| 'edit'
| 'error'
| 'info'
| 'minus'
| 'notification'
| 'plus'
| 'print'
| 'refresh'
| 'search'
| 'share'
| 'sorting'
| 'star'
| 'tick'
| 'truck'
| 'warning';