export enum DsIconEnum { 'x' = 'x', 'wifi_off' = 'wifi_off', 'volume_up' = 'volume_up', 'volume_off' = 'volume_off', 'visibility_off' = 'visibility_off', 'visibility' = 'visibility', 'vip' = 'vip', 'view_list' = 'view_list', 'user_policy' = 'user_policy', 'twitter' = 'twitter', 'system_update' = 'system_update', 'support_agent' = 'support_agent', 'shuffle' = 'shuffle', 'share' = 'share', 'settings' = 'settings', 'search_off' = 'search_off', 'search' = 'search', 'schedule_filled' = 'schedule_filled', 'schedule' = 'schedule', 'replay_30' = 'replay_30', 'replay_10' = 'replay_10', 'refresh' = 'refresh', 'redeem' = 'redeem', 'radio_button_unchecked' = 'radio_button_unchecked', 'radio_button_checked' = 'radio_button_checked', 'quiz' = 'quiz', 'queue_music' = 'queue_music', 'push_pin' = 'push_pin', 'priority_high' = 'priority_high', 'print' = 'print', 'play_arrow' = 'play_arrow', 'play_arrow-filled' = 'play_arrow-filled', 'person' = 'person', 'pause' = 'pause', 'notifications_off' = 'notifications_off', 'notifications' = 'notifications', 'newsmode' = 'newsmode', 'mystery' = 'mystery', 'more_horiz' = 'more_horiz', 'mode_comment' = 'mode_comment', 'menu' = 'menu', 'menu-filled' = 'menu-filled', 'memory' = 'memory', 'mark_email_unread' = 'mark_email_unread', 'manage_accounts' = 'manage_accounts', 'manage_accounts-filled' = 'manage_accounts-filled', 'mail' = 'mail', 'logout' = 'logout', 'login' = 'login', 'lock' = 'lock', 'link' = 'link', 'lightbulb' = 'lightbulb', 'ios_share' = 'ios_share', 'integrity' = 'integrity', 'instagram' = 'instagram', 'info' = 'info', 'info-filled' = 'info-filled', 'home' = 'home', 'home-filled' = 'home-filled', 'history' = 'history', 'help' = 'help', 'headphones' = 'headphones', 'headphones-filled' = 'headphones-filled', 'group_add' = 'group_add', 'grid_view' = 'grid_view', 'games-2' = 'games-2', 'games-1' = 'games-1', 'games-1-filled' = 'games-1-filled', 'fullscreen' = 'fullscreen', 'forward_30' = 'forward_30', 'forward_10' = 'forward_10', 'format_size' = 'format_size', 'filter_none' = 'filter_none', 'filter_list' = 'filter_list', 'feedback' = 'feedback', 'feed' = 'feed', 'favorite' = 'favorite', 'favorite-filled' = 'favorite-filled', 'facebook' = 'facebook', 'expand_more' = 'expand_more', 'expand_less' = 'expand_less', 'edit' = 'edit', 'download' = 'download', 'delete' = 'delete', 'comment' = 'comment', 'close' = 'close', 'chevron_right' = 'chevron_right', 'chevron_left' = 'chevron_left', 'chevron_down' = 'chevron_down', 'check_circle' = 'check_circle', 'check_box_outline_blank' = 'check_box_outline_blank', 'check_box-filled' = 'check_box-filled', 'check' = 'check', 'celebration' = 'celebration', 'cancel' = 'cancel', 'campaign' = 'campaign', 'bookmarked' = 'bookmarked', 'bookmark-filled' = 'bookmark-filled', 'autoplay' = 'autoplay', 'arrow_upward' = 'arrow_upward', 'arrow_outward' = 'arrow_outward', 'arrow_forward' = 'arrow_forward', 'arrow_back' = 'arrow_back', 'add' = 'add', } export type DsIcon = keyof typeof DsIconEnum