|
|
|
@ -329,10 +329,10 @@ export const iconMap = {
|
|
|
|
|
keyboard: h('span', { class: 'material-symbols-outlined' }, 'keyboard'), |
|
|
|
|
accountPlus: h('span', { class: 'material-symbols-outlined' }, 'person_add'), |
|
|
|
|
database: h('span', { class: 'material-symbols-outlined' }, 'storage'), |
|
|
|
|
discord: h('span', { class: 'material-symbols-outlined' }, 'discord'), |
|
|
|
|
reddit: h('span', { class: 'material-symbols-outlined' }, 'reddit'), |
|
|
|
|
github: h('span', { class: 'material-symbols-outlined' }, 'github'), |
|
|
|
|
twitter: h('span', { class: 'material-symbols-outlined' }, 'twitter'), |
|
|
|
|
discord: PhDiscordLogoLight, |
|
|
|
|
reddit: PhRedditLogoLight, |
|
|
|
|
github: PhGithubLogoLight, |
|
|
|
|
twitter: PhTwitterLogoLight, |
|
|
|
|
at: h('span', { class: 'material-symbols-outlined' }, 'alternate_email'), |
|
|
|
|
plusCircle: h('span', { class: 'material-symbols-outlined' }, 'add_circle'), |
|
|
|
|
minusCircle: h('span', { class: 'material-symbols-outlined' }, 'remove_circle'), |
|
|
|
@ -359,8 +359,11 @@ export const iconMap = {
|
|
|
|
|
arrowDown: h('span', { class: 'material-symbols-outlined', style: { fontSize: '.8rem' } }, 'keyboard_arrow_down'), |
|
|
|
|
arrowRight: h('span', { class: 'material-symbols-outlined' }, 'keyboard_arrow_right'), |
|
|
|
|
arrowDoubleLeft: h('span', { class: 'material-symbols-outlined' }, 'first_page'), |
|
|
|
|
threeDotVertical: h('span', { class: 'material-symbols-outlined' }, 'more_vert'), |
|
|
|
|
threeDotHorizontal: h('span', { class: 'material-symbols-outlined' }, 'more_horiz'), |
|
|
|
|
// threeDotVertical: h('span', { class: 'material-symbols-outlined' }, 'more_vert'),
|
|
|
|
|
// threeDotHorizontal: h('span', { class: 'material-symbols-outlined' }, 'more_horiz'),
|
|
|
|
|
|
|
|
|
|
threeDotVertical: PhDotsThreeOutlineVerticalThin, |
|
|
|
|
threeDotHorizontal: PhDotsThreeOutlineThin, |
|
|
|
|
table: h('span', { class: 'material-symbols-outlined' }, 'table_chart'), |
|
|
|
|
excel: PhExcelThin, // h('span', { class: 'material-symbols-outlined' }, 'grid_on'),
|
|
|
|
|
csv: PhCsvThin, // h('span', { class: 'material-symbols-outlined' }, 'grid_on'),
|
|
|
|
@ -406,7 +409,7 @@ export const iconMap = {
|
|
|
|
|
sync: h('span', { class: 'material-symbols-outlined' }, 'sync'), |
|
|
|
|
warning: h('span', { class: 'material-symbols-outlined' }, 'warning'), |
|
|
|
|
share: h('span', { class: 'material-symbols-outlined' }, 'share'), |
|
|
|
|
reload: h('span', { class: 'material-symbols-outlined ' }, 'refresh'), |
|
|
|
|
reload: h('span', { class: 'material-symbols-outlined' }, 'refresh'), |
|
|
|
|
xml: h('span', { class: 'material-symbols-outlined' }, 'code'), |
|
|
|
|
airtable: h('span', { class: 'material-symbols-outlined' }, 'grid_on'), |
|
|
|
|
grid: h('span', { class: 'material-symbols-outlined' }, 'grid_on'), |
|
|
|
@ -415,7 +418,8 @@ export const iconMap = {
|
|
|
|
|
map: h('span', { class: 'material-symbols-outlined' }, 'map'), |
|
|
|
|
kanban: h('span', { class: 'material-symbols-outlined' }, 'view_column'), |
|
|
|
|
view: h('span', { class: 'material-symbols-outlined' }, 'view_list'), |
|
|
|
|
rowHeight: h('span', { class: 'material-symbols-outlined' }, 'height'), |
|
|
|
|
// rowHeight: h('span', { class: 'material-symbols-outlined' }, 'height'),
|
|
|
|
|
rowHeight: h(PhSplitVerticalThin, { style: { fontSize: '14px' } }), |
|
|
|
|
filter: h('span', { class: 'material-symbols-outlined' }, 'filter_list'), |
|
|
|
|
closeCircle: h('span', { class: 'material-symbols-outlined' }, 'cancel'), |
|
|
|
|
closeBox: h('span', { class: 'material-symbols-outlined' }, 'close'), |
|
|
|
|