feat: replace nuxt icons with unocss icons
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user