fix(icons): update loading icon (#4163)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Alec Armbruster
2025-05-22 07:51:46 -07:00
committed by GitHub
parent 3243fb88f7
commit fe4e1f859d
27 changed files with 63 additions and 63 deletions

View File

@@ -194,7 +194,7 @@ props:
### Loading Icon :badge{label="New" class="align-text-top"}
Use the `loading-icon` prop to customize the loading icon. Defaults to `i-lucide-refresh-cw`.
Use the `loading-icon` prop to customize the loading icon. Defaults to `i-lucide-loader-circle`.
::component-code
---
@@ -202,7 +202,7 @@ ignore:
- placeholder
props:
loading: true
loadingIcon: 'i-lucide-repeat-2'
loadingIcon: 'i-lucide-loader'
placeholder: 'Search...'
rows: 1
---