map new icons

phopshor doesn't have anything decent for "folder symlink", the
"folder dashed" I picked is pretty bad

the three classes not prefixed with `ti ` are inside a conditional in
`packages/frontend/src/pages/admin/abuse-report/notification-recipient.item.vue`
This commit is contained in:
dakkar 2024-08-02 13:23:15 +01:00
parent 4cba570f49
commit 6b55713097

View file

@ -129,6 +129,7 @@ export function pluginReplaceIcons() {
iconsReplace({
values: {
'icon ti ti-brand-youtube': 'icon ph-youtube-logo ph-bold ph-lg',
'ti ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg',
'ti ti-123': 'ph-numpad ph-bold ph-lg',
'ti ti-access-point': 'ph-broadcast ph-bold ph-lg',
'ti ti-activity': 'ph-pulse ph-bold ph-lg',
@ -237,6 +238,7 @@ export function pluginReplaceIcons() {
'ti ti-flask': 'ph-flask ph-bold ph-lg',
'ti ti-folder': 'ph-folder ph-bold ph-lg',
'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg',
'ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg',
'ti ti-forms': 'ph-textbox ph-bold ph-lg',
'ti ti-ghost': 'ph-ghost ph-bold ph-lg',
'ti ti-grid-dots': 'ph-dots-nine ph-bold ph-lg',
@ -312,6 +314,7 @@ export function pluginReplaceIcons() {
'ti ti-rectangle': 'ph-frame-corners ph-bold ph-lg',
'ti ti-refresh': 'ph-arrows-counter-clockwise ph-bold ph-lg',
'ti ti-repeat-off': 'ph-repeat ph-bold ph-lg',
'ti ti-restore': 'ph-box-arrow-up ph-box ph-lg',
'ti ti-robot': 'ph-robot ph-bold ph-lg',
'ti ti-rocket': 'ph-rocket-launch ph-bold ph-lg',
'ti ti-rocket-off': 'ph-rocket ph-bold ph-lg',
@ -362,6 +365,9 @@ export function pluginReplaceIcons() {
'ti ti-world-upload': 'ph-cloud-arrow-up ph-bold ph-lg',
'ti ti-world-x': 'ph-planet ph-bold ph-lg',
'ti ti-x': 'ph-x ph-bold ph-lg',
'ti-help': 'ph-question ph-bold ph-lg',
'ti-mail': 'ph-envelope ph-bold ph-lg',
'ti-webhook': 'ph-webhooks-logo ph-bold ph-lg',
'ti ti-caret-down': 'ph-caret-down ph-bold ph-lg',
'ti ti-chevron-down': 'ph-caret-down ph-bold ph-lg',
},