replaced ti-reload
This commit is contained in:
@@ -101,6 +101,31 @@ export function getConfig(): UserConfig {
|
||||
'**/pages/announcement.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-reload': 'ph-arrow-clockwise ph-bold ph-lg',
|
||||
},
|
||||
exclude: [
|
||||
'**/pages/settings/emoji-picker.*',
|
||||
'**/pages/flash/flash.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-reload': 'ph-arrow-counter-clockwise ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/pages/settings/emoji-picker.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-reload': 'ph-arrows-clockwise ph-bold ph-lg',
|
||||
},
|
||||
include: [
|
||||
'**/pages/flash/flash.*',
|
||||
],
|
||||
}),
|
||||
iconsReplace({
|
||||
values: {
|
||||
'ti ti-terminal-2': 'ph-terminal-window ph-bold ph-lg',
|
||||
|
||||
Reference in New Issue
Block a user