@reown/appkit-ui
Version:
#### 🔗 [Website](https://reown.com/appkit)
10 lines • 472 B
JavaScript
import { svg } from 'lit';
export const coinPlaceholderSvg = svg `<svg fill="none" viewBox="0 0 20 20">
<path
fill="currentColor"
fill-rule="evenodd"
d="M10 3a7 7 0 0 0-6.85 8.44l8.29-8.3C10.97 3.06 10.49 3 10 3Zm3.49.93-9.56 9.56c.32.55.71 1.06 1.16 1.5L15 5.1a7.03 7.03 0 0 0-1.5-1.16Zm2.7 2.8-9.46 9.46a7 7 0 0 0 9.46-9.46ZM1.99 5.9A9 9 0 1 1 18 14.09 9 9 0 0 1 1.98 5.91Z"
clip-rule="evenodd"
/>
</svg>`;
//# sourceMappingURL=coinPlaceholder.js.map