diff --git a/public/iconify/nonicons.json b/public/iconify/nonicons.json new file mode 100644 index 0000000..370ea42 --- /dev/null +++ b/public/iconify/nonicons.json @@ -0,0 +1,10 @@ +{ + "prefix": "nonicons", + "lastModified": 1702313196, + "aliases": {}, + "icons": { + "loading-16": { + "body": "" + } + } +} diff --git a/public/iconify/solar.json b/public/iconify/solar.json new file mode 100644 index 0000000..7105b94 --- /dev/null +++ b/public/iconify/solar.json @@ -0,0 +1,12 @@ +{ + "prefix": "solar", + "lastModified": 1702314058, + "aliases": {}, + "width": 24, + "height": 24, + "icons": { + "refresh-outline": { + "body": "" + } + } +} diff --git a/src/components/common/log-drawer.vue b/src/components/common/log-drawer.vue index 9a7dd2d..8eea17f 100644 --- a/src/components/common/log-drawer.vue +++ b/src/components/common/log-drawer.vue @@ -1,9 +1,9 @@