Default set of icons used inside Invopop.
Simply call the following after the list of icons has been modified:
go generate .Upload generated code to the repository to ensure it can be used directly by Go.
The icons are automatically built and published to npm when changes are pushed to the themes/ folder.
npm install @invopop/ui-icons @steeze-ui/svelte-icon<script>
import { Icon } from "@steeze-ui/svelte-icon";
import { AddCircle, Alert, Calendar } from "@invopop/ui-icons";
</script>
<Icon src={AddCircle} />
<Icon src={Alert} size="24" />
<Icon src={Calendar} theme="solid" />