How to use Icon package
Overview and usage guide for the Icon package
Getting started
npm install @structdk/struct-iconFramework examples
React
import Calendar24 from '@structdk/struct-icon/react/24/calendar';
<Calendar24 className="w-6 h-6 text-foreground" aria-label="Calendar" />;Vue
<script setup>
import Calendar24 from '@structdk/struct-icon/vue/24/calendar.vue';
</script>
<template>
<Calendar24 class="w-6 h-6 text-foreground" aria-label="Calendar" />
</template>Svelte
Angular
Package
Last updated