|
|
@ -89,6 +89,13 @@ import MdiCommentAccountOutline from '~icons/mdi/comment-account-outline' |
|
|
|
import MaterialSymbolsPersonSearchOutline from '~icons/material-symbols/person-search-outline' |
|
|
|
import MaterialSymbolsPersonSearchOutline from '~icons/material-symbols/person-search-outline' |
|
|
|
import MaterialSymbolsBlock from '~icons/material-symbols/block' |
|
|
|
import MaterialSymbolsBlock from '~icons/material-symbols/block' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import HasManyIcon from '~icons/nc-icons/hasmany' |
|
|
|
|
|
|
|
import ManytoManyIcon from '~icons/nc-icons/manytomany' |
|
|
|
|
|
|
|
import BelongsToIcon from '~icons/nc-icons/belongsto' |
|
|
|
|
|
|
|
import HasManySolidIcon from '~icons/nc-icons/hm-solid' |
|
|
|
|
|
|
|
import ManytoManySolidIcon from '~icons/nc-icons/mm-solid' |
|
|
|
|
|
|
|
import BelongsToSolidIcon from '~icons/nc-icons/bt-solid' |
|
|
|
|
|
|
|
|
|
|
|
// keep it for reference
|
|
|
|
// keep it for reference
|
|
|
|
// todo: remove it after all icons are migrated
|
|
|
|
// todo: remove it after all icons are migrated
|
|
|
|
/* export const iconMapOld = { |
|
|
|
/* export const iconMapOld = { |
|
|
@ -237,6 +244,12 @@ import MaterialSymbolsBlock from '~icons/material-symbols/block' |
|
|
|
} as const */ |
|
|
|
} as const */ |
|
|
|
|
|
|
|
|
|
|
|
export const iconMap = { |
|
|
|
export const iconMap = { |
|
|
|
|
|
|
|
mm: ManytoManyIcon, |
|
|
|
|
|
|
|
hm: HasManyIcon, |
|
|
|
|
|
|
|
bt: BelongsToIcon, |
|
|
|
|
|
|
|
mm_solid: ManytoManySolidIcon, |
|
|
|
|
|
|
|
hm_solid: HasManySolidIcon, |
|
|
|
|
|
|
|
bt_solid: BelongsToSolidIcon, |
|
|
|
workspaceDefault: MsGroup, |
|
|
|
workspaceDefault: MsGroup, |
|
|
|
search: NcSearch, |
|
|
|
search: NcSearch, |
|
|
|
error: h('span', { class: 'material-symbols' }, 'error'), |
|
|
|
error: h('span', { class: 'material-symbols' }, 'error'), |
|
|
@ -393,9 +406,6 @@ export const iconMap = { |
|
|
|
closeBox: h('span', { class: 'material-symbols' }, 'close'), |
|
|
|
closeBox: h('span', { class: 'material-symbols' }, 'close'), |
|
|
|
close: MSCloseRounded, |
|
|
|
close: MSCloseRounded, |
|
|
|
openInNew: h('span', { class: 'material-symbols' }, 'open_in_new'), |
|
|
|
openInNew: h('span', { class: 'material-symbols' }, 'open_in_new'), |
|
|
|
mm: h('span', { class: 'material-symbols' }, 'table_rows'), |
|
|
|
|
|
|
|
hm: h('span', { class: 'material-symbols' }, 'table_rows'), |
|
|
|
|
|
|
|
bt: h('span', { class: 'material-symbols' }, 'subdirectory_arrow_right'), |
|
|
|
|
|
|
|
passwordChange: h('span', { class: 'material-symbols' }, 'vpn_key'), |
|
|
|
passwordChange: h('span', { class: 'material-symbols' }, 'vpn_key'), |
|
|
|
mapMarker: h('span', { class: 'material-symbols' }, 'room'), |
|
|
|
mapMarker: h('span', { class: 'material-symbols' }, 'room'), |
|
|
|
currentLocation: h('span', { class: 'material-symbols' }, 'my_location'), |
|
|
|
currentLocation: h('span', { class: 'material-symbols' }, 'my_location'), |
|
|
|