@reown/appkit-ui
Version:
#### 🔗 [Website](https://reown.com/appkit)
8 lines • 414 B
JavaScript
import { svg } from 'lit';
export const allWalletsSvg = svg `<svg fill="none" viewBox="0 0 24 24">
<path
style="fill: var(--wui-color-accent-100);"
d="M10.2 6.6a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0ZM21 6.6a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0ZM10.2 17.4a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0ZM21 17.4a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0Z"
/>
</svg>`;
//# sourceMappingURL=all-wallets.js.map