feat: replace nuxt icons with unocss icons

This commit is contained in:
Zoe
2026-02-26 14:51:07 -06:00
parent 3ff0bcce19
commit 97afa1cbe1
30 changed files with 107 additions and 114 deletions
+4 -4
View File
@@ -117,7 +117,7 @@ watch(
]">
<div
class="w-[24px] h-[24px] flex-shrink-0 rounded-lg overflow-hidden flex items-center justify-center">
<Icon name="mynaui:code" class="w-4.5 h-4.5" />
<span class="i-mynaui-code w-4.5 h-4.5"></span>
</div>
Input
</button>
@@ -128,7 +128,7 @@ watch(
]">
<div
class="w-[24px] h-[24px] flex-shrink-0 rounded-lg overflow-hidden flex items-center justify-center">
<Icon name="mynaui:arrow-down-square" class="w-4.5 h-4.5" />
<span class="i-mynaui-arrow-down-square w-4.5 h-4.5"></span>
</div>
Output
</button>
@@ -138,7 +138,7 @@ watch(
]">
<div
class="w-[24px] h-[24px] flex-shrink-0 rounded-lg overflow-hidden flex items-center justify-center">
<Icon name="mynaui:danger-triangle" class="w-4.5 h-4.5" />
<span class="i-mynaui-danger-triangle w-4.5 h-4.5"></span>
</div>
Error
</button>
@@ -148,7 +148,7 @@ watch(
]">
<div
class="w-[24px] h-[24px] flex-shrink-0 rounded-lg overflow-hidden flex items-center justify-center">
<Icon name="mynaui:flask" class="w-4.5 h-4.5" />
<span class="i-mynaui-flask w-4.5 h-4.5"></span>
</div>
Function call
</button>