mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
feat(theme)!: migrate from heroicons to lucide (#2540)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -121,14 +121,14 @@ The `extractShortcuts` utility can be used to automatically define shortcuts fro
|
||||
<script setup lang="ts">
|
||||
const items = [{
|
||||
label: 'Save',
|
||||
icon: 'i-heroicons-document-arrow-down',
|
||||
icon: 'i-lucide-file-down',
|
||||
kbds: ['meta', 'S'],
|
||||
onSelect() {
|
||||
save()
|
||||
}
|
||||
}, {
|
||||
label: 'Copy',
|
||||
icon: 'i-heroicons-document-duplicate',
|
||||
icon: 'i-lucide-copy',
|
||||
kbds: ['meta', 'C'],
|
||||
onSelect() {
|
||||
copy()
|
||||
|
||||
Reference in New Issue
Block a user