merged lyxui into dashboard

This commit is contained in:
Emily
2024-11-18 14:33:09 +01:00
parent 4c811c160b
commit ec974c3599
17 changed files with 0 additions and 7950 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts" setup>
const props = defineProps<{ icon: string }>();
</script>
<template>
<span class="material-symbols-outlined">
{{ props.icon }}
</span>
</template>