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('Avatar', () => {
|
||||
['with src', { props: { src: 'https://github.com/benjamincanac.png' } }],
|
||||
['with alt', { props: { alt: 'Benjamin Canac' } }],
|
||||
['with text', { props: { text: '+1' } }],
|
||||
['with icon', { props: { icon: 'i-heroicons-photo' } }],
|
||||
['with icon', { props: { icon: 'i-lucide-image' } }],
|
||||
...sizes.map((size: string) => [`with size ${size}`, { props: { src: 'https://github.com/benjamincanac.png', size } }]),
|
||||
['with class', { props: { class: 'bg-[var(--ui-bg)]' } }],
|
||||
['with ui', { props: { ui: { fallback: 'font-bold' } } }]
|
||||
|
||||
Reference in New Issue
Block a user