SIGN IN SIGN UP
unionlabs / union UNCLAIMED

The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.

0 0 174 Rust

feat(app): packets icon (#2861)

closes #2844 

Now u can use as svelte component

```js
import UnionIcon from "$lib/components/union-icons/index.svelte"

<UnionIcon theme="mono" name="transfers" class="mr-2 size-5" />
```
or import  and use in TS/JS

```js
import { UnionIcons } from "$lib/components/union-icons/union-icons.ts"

{ route: "packets", icon: UnionIcons.packet.variants.color, description: "All packets" },
```
C
cor committed
34e3f1a42f9fe9b9b685ae0da10a7be509da9ba2
Committed by GitHub <noreply@github.com> on 9/1/2024, 10:05:31 AM