Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 434 Bytes

File metadata and controls

17 lines (12 loc) · 434 Bytes

Development

Icons

All icons from Iconify's MDI set can be used with unplugin-icons.

Icons follow the pattern: ~icons/mdi/{icon-name} where {icon-name} matches the MDI icon name (e.g., mdi/home, mdi/account-circle).

<script setup>
import IconSync from '~icons/mdi/sync';
</script>

<template>
  <IconSync />
</template>