yarn add svelte-identicons
<script lang="ts">
import { Identicon } from 'svelte-identicons';
</script>
<Identicon
seed="your-seed"
height={10}
width={10}
pixelSize={10}
numberOfColors={2}
symetry="central"
text={undefined}
textColor="#ffffff"
/>