mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
fix icon mappings for ti-user-check and ti-user-heart
This commit is contained in:
parent
3479c2c13a
commit
04baad2f9c
1 changed files with 2 additions and 1 deletions
|
@ -344,10 +344,11 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-universe': 'ph-rocket-launch ph-bold ph-lg',
|
||||
'ti ti-upload': 'ph-upload ph-bold ph-lg',
|
||||
'ti ti-user': 'ph-user ph-bold ph-lg',
|
||||
'ti ti-user-check': 'ph-check ph-bold ph-lg',
|
||||
'ti ti-user-check': 'ph-user-check ph-bold ph-lg',
|
||||
'ti ti-user-circle': 'ph-user-circle ph-bold ph-lg',
|
||||
'ti ti-user-edit': 'ph-user-list ph-bold ph-lg',
|
||||
'ti ti-user-exclamation': 'ph-warning-circle ph-bold ph-lg',
|
||||
'ti ti-user-heart': 'ph-user-switch ph-bold ph-lg',
|
||||
'ti ti-user-off': 'ph-user-minus ph-bold ph-lg',
|
||||
'ti ti-user-plus': 'ph-user-plus ph-bold ph-lg',
|
||||
'ti ti-user-search': 'ph-user-circle ph-bold ph-lg',
|
||||
|
|
Loading…
Reference in a new issue