export type Icons = | 'arrow-up' | 'arrow-right' | 'arrow-down' | 'arrow-left' | 'upward' | 'forward' | 'downward' | 'back' | 'caret' | 'menu' | 'apps' | 'more-horiz' | 'more-vert' | 'resize-horiz' | 'resize-vert' | 'plus' | 'minus' | 'cross' | 'check' | 'stop' | 'shutdown' | 'refresh' | 'search' | 'flag' | 'bookmark' | 'edit' | 'delete' | 'share' | 'download' | 'upload' | 'copy' | 'mail' | 'people' | 'message' | 'photo' | 'time' | 'location' | 'link' | 'emoji' | 'home' | 'circle-check' | 'wifi' | 'audio' | 'tag' | '' | string;