mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
feat(theme)!: migrate from heroicons to lucide (#2540)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ Use the `icon` prop to show an [Icon](/components/icon) inside the Badge.
|
||||
::component-code
|
||||
---
|
||||
props:
|
||||
icon: i-heroicons-rocket-launch
|
||||
icon: i-lucide-rocket
|
||||
size: md
|
||||
color: primary
|
||||
variant: solid
|
||||
@@ -89,7 +89,7 @@ Use the `leading` and `trailing` props to set the icon position or the `leading-
|
||||
::component-code
|
||||
---
|
||||
props:
|
||||
trailingIcon: i-heroicons-arrow-right
|
||||
trailingIcon: i-lucide-arrow-right
|
||||
size: md
|
||||
slots:
|
||||
default: Badge
|
||||
|
||||
Reference in New Issue
Block a user