replace new icons with ours
This commit is contained in:
parent
0a7075044a
commit
60c6267d7a
1 changed files with 7 additions and 0 deletions
|
@ -144,6 +144,7 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-api': 'ph-key ph-bold ph-lg',
|
||||
'ti ti-app-window': 'ph-app-window ph-bold ph-lg',
|
||||
'ti ti-apple': 'ph-orange-slice ph-bold ph-lg',
|
||||
'ti ti-archive': 'ph-archive ph-bold ph-lg',
|
||||
'ti ti-arrow-back-up': 'ph-arrow-u-up-left ph-bold ph-lg',
|
||||
'ti ti-arrow-bar-to-down': 'ph-arrow-line-down ph-bold ph-lg',
|
||||
'ti ti-arrow-big-right': 'ph-arrow-fat-right ph-bold ph-lg',
|
||||
|
@ -214,6 +215,7 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-device-mobile': 'ph-device-mobile ph-bold ph-lg',
|
||||
'ti ti-device-tablet': 'ph-device-tablet ph-bold ph-lg',
|
||||
'ti ti-device-tv': 'ph-television ph-bold ph-lg',
|
||||
'ti ti-device-usb': 'ph-usb ph-bold ph-lg',
|
||||
'ti ti-devices': 'ph-devices ph-bold ph-lg',
|
||||
'ti ti-dice': 'ph ph-dice-five ph-bold ph-lg',
|
||||
'ti ti-dice-5': 'ph ph-dice-five ph-bold ph-lg',
|
||||
|
@ -262,6 +264,7 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-list-search': 'ph-list ph-bold ph-lg-search',
|
||||
'ti ti-lock': 'ph-lock ph-bold ph-lg',
|
||||
'ti ti-lock-open': 'ph-lock-open ph-bold ph-lg',
|
||||
'ti ti-lock-star': 'ph-shield-star ph-bold ph-lg',
|
||||
'ti ti-mail': 'ph-envelope ph-bold ph-lg',
|
||||
'ti ti-map-pin': 'ph-map-pin ph-bold ph-lg',
|
||||
'ti ti-maximize': 'ph-frame-corners ph-bold ph-lg',
|
||||
|
@ -269,7 +272,9 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-menu': 'ph-list ph-bold ph-lg',
|
||||
'ti ti-menu-2': 'ph-list ph-bold ph-lg',
|
||||
'ti ti-message': 'ph-envelope ph-bold ph-lg',
|
||||
'ti ti-message-exclamation': 'ph-exclamation ph-bold ph-lg',
|
||||
'ti ti-message-off': 'ph-bell-slash ph-bold ph-lg',
|
||||
'ti ti-message-x': 'ph-prohibit ph-bold ph-lg',
|
||||
'ti ti-messages': 'ph-envelope ph-bold ph-lg',
|
||||
'ti ti-messages-off': 'ph-envelope-open ph-bold ph-lg',
|
||||
'ti ti-minimize': 'ph-arrows-in-simple ph-bold ph-lg',
|
||||
|
@ -352,6 +357,7 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-user-plus': 'ph-user-plus ph-bold ph-lg',
|
||||
'ti ti-user-search': 'ph-user-circle ph-bold ph-lg',
|
||||
'ti ti-user-shield': 'ph-newspaper-clipping ph-bold ph-lg',
|
||||
'ti ti-user-star': 'ph-user-focus ph-bold ph-lg',
|
||||
'ti ti-users': 'ph-users ph-bold ph-lg',
|
||||
'ti ti-video': 'ph-video ph-bold ph-lg',
|
||||
'ti ti-volume': 'ph-speaker-high ph-bold ph-lg',
|
||||
|
@ -361,6 +367,7 @@ export function pluginReplaceIcons() {
|
|||
'ti ti-window-maximize': 'ph-frame-corners ph-bold ph-lg',
|
||||
'ti ti-world': 'ph-globe-hemisphere-west ph-bold ph-lg',
|
||||
'ti ti-world-download': 'ph-cloud-arrow-down ph-bold ph-lg',
|
||||
'ti ti-world-cog': 'ph-gear-six ph-bold ph-lg',
|
||||
'ti ti-world-search': 'ph-binoculars 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',
|
||||
|
|
Loading…
Reference in a new issue