import { nextTick } from "vue"; import { createIcons, icons } from "lucide"; export async function updateIcons() { await nextTick(); createIcons({ icons, nameAttr: "icon", attrs: { width: "1.1em", height: "1.1em", }, }); }