mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
feat(theme)!: migrate from heroicons to lucide (#2540)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ describe('Separator', () => {
|
||||
// Props
|
||||
['with as', { props: { as: 'span' } }],
|
||||
['with label', { props: { label: '+1' } }],
|
||||
['with icon', { props: { icon: 'i-heroicons-photo' } }],
|
||||
['with icon', { props: { icon: 'i-lucide-image' } }],
|
||||
['with avatar', { props: { avatar: { src: 'https://github.com/benjamincanac.png' } } }],
|
||||
['with orientation vertical', { props: { orientation: 'vertical' as const } }],
|
||||
['with decorative', { props: { decorative: true } }],
|
||||
|
||||
Reference in New Issue
Block a user