export const icons = [
	'arrow-down',
	'arrow-left',
	'arrow-right',
	'arrow-up',
	'arrows-left-right',
	'arrows-up-down',
	'audio',
	'book',
	'bookmark-outline',
	'bookmark',
	'circle',
	'closed-captions-off',
	'closed-captions-on',
	'corporate',
	'cross',
	'dashboard',
	'data',
	'dollar',
	'download',
	'edit',
	'eye-closed',
	'eye-open',
	'first',
	'gift',
	'grid',
	'hamburger',
	'highlight',
	'info',
	'ipad',
	'label-outline',
	'label',
	'last',
	'link',
	'list',
	'lock',
	'mail',
	'media-description',
	'minus',
	'more',
	'mute-notifications',
	'mute',
	'newspaper',
	'notifications',
	'outside-page',
	'pause',
	'phone',
	'pin',
	'play',
	'plus',
	'podcast',
	'preferences',
	'print',
	'radar',
	'refresh',
	'restore',
	'scroll-to',
	'search',
	'series',
	'settings',
	'share',
	'skip-backward-30',
	'skip-forward-30',
	'sparkles',
	'speech-left',
	'speech-right',
	'speech',
	'stop',
	'tick',
	'trash',
	'upload',
	'user',
	'users',
	'video',
	'warning-alt',
	'warning',
	'written-text',
] as const;

export type IconName = typeof icons[number];
