mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-08-21 10:33:37 +00:00
replace new icons
This commit is contained in:
parent
35649b03c7
commit
c9186236f9
1 changed files with 19 additions and 4 deletions
|
@ -388,11 +388,26 @@ export function pluginReplaceIcons() {
|
||||||
'ti ti-world-upload': 'ph-cloud-arrow-up ph-bold ph-lg',
|
'ti ti-world-upload': 'ph-cloud-arrow-up ph-bold ph-lg',
|
||||||
'ti ti-world-x': 'ph-planet ph-bold ph-lg',
|
'ti ti-world-x': 'ph-planet ph-bold ph-lg',
|
||||||
'ti ti-x': 'ph-x ph-bold ph-lg',
|
'ti ti-x': 'ph-x ph-bold ph-lg',
|
||||||
'ti-help': 'ph-question ph-bold ph-lg',
|
'ti ti-help': 'ph-question ph-bold ph-lg',
|
||||||
'ti-mail': 'ph-envelope ph-bold ph-lg',
|
'ti ti ti-caret-down': 'ph-caret-down 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',
|
'ti ti-chevron-down': 'ph-caret-down ph-bold ph-lg',
|
||||||
|
'ti ti-accessible': 'ph-person-simple-circle ph-bold ph-lg',
|
||||||
|
'ti ti-antenna-bars-3': 'ph-cell-signal-medium ph-bold ph-lg',
|
||||||
|
'ti ti-arrows-horizontal': 'ph-arrows-horizontal ph-bold ph-lg',
|
||||||
|
'ti ti-battery-vertical-eco': 'ph-battery-plus-vertical ph-bold ph-lg',
|
||||||
|
'ti ti-clipboard': 'ph-clipboard ph-bold ph-lg',
|
||||||
|
'ti ti-cloud-cog': 'ph-cloud-check ph-bold ph-lg',
|
||||||
|
'ti ti-cloud-down': 'ph-cloud-arrow-down ph-bold ph-lg',
|
||||||
|
'ti ti-cloud-up': 'ph-cloud-arrow-up ph-bold ph-lg',
|
||||||
|
'ti ti-dots-circle-horizontal': 'ph-dots-three-circle ph-bold ph-lg',
|
||||||
|
'ti ti-mood-plus': 'ph-smiley ph-bold ph-lg',
|
||||||
|
'ti ti-photo-exclamation': 'ph-gear ph-bold ph-lg',
|
||||||
|
'ti ti-photo-search': 'ph-file-magnifying-glass ph-bold ph-lg',
|
||||||
|
'ti ti-settings-2': 'ph-gear-six ph-bold ph-lg',
|
||||||
|
'ti ti-settings-cog': 'ph-gear ph-bold ph-lg',
|
||||||
|
'ti ti-ticket': 'ph-ticket ph-bold ph-lg',
|
||||||
|
'ti ti-user-cog': 'ph-user-circle-gear ph-bold ph-lg',
|
||||||
|
'ti ti-users-group': 'ph-users-three ph-bold ph-lg',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue