@reown/appkit-ui
Version:
#### 🔗 [Website](https://reown.com/appkit)
41 lines • 1.47 kB
JavaScript
import { svg } from 'lit';
export const ethSvg = svg `<svg fill="none" viewBox="0 0 60 60">
<g clip-path="url(#a)">
<rect width="60" height="60" fill="#987DE8" rx="30" />
<path
fill="#fff"
fill-rule="evenodd"
d="m15.48 28.37 11.97-19.3a3 3 0 0 1 5.1 0l11.97 19.3a6 6 0 0 1 .9 3.14v.03a6 6 0 0 1-1.16 3.56L33.23 50.2a4 4 0 0 1-6.46 0L15.73 35.1a6 6 0 0 1-1.15-3.54v-.03a6 6 0 0 1 .9-3.16Z"
clip-rule="evenodd"
/>
<path
fill="#643CDD"
d="M30.84 10.11a1 1 0 0 0-.84-.46V24.5l12.6 5.53a2 2 0 0 0-.28-1.4L30.84 10.11Z"
/>
<path
fill="#BDADEB"
d="M30 9.65a1 1 0 0 0-.85.46L17.66 28.64a2 2 0 0 0-.26 1.39L30 24.5V9.65Z"
/>
<path
fill="#643CDD"
d="M30 50.54a1 1 0 0 0 .8-.4l11.24-15.38c.3-.44-.2-1-.66-.73l-9.89 5.68a3 3 0 0 1-1.5.4v10.43Z"
/>
<path
fill="#BDADEB"
d="m17.97 34.76 11.22 15.37c.2.28.5.41.8.41V40.11a3 3 0 0 1-1.49-.4l-9.88-5.68c-.47-.27-.97.3-.65.73Z"
/>
<path
fill="#401AB3"
d="M42.6 30.03 30 24.5v13.14a3 3 0 0 0 1.5-.4l10.14-5.83a2 2 0 0 0 .95-1.38Z"
/>
<path
fill="#7C5AE2"
d="M30 37.64V24.46l-12.6 5.57a2 2 0 0 0 .97 1.39l10.13 5.82a3 3 0 0 0 1.5.4Z"
/>
</g>
<rect width="59" height="59" x=".5" y=".5" stroke="#fff" stroke-opacity=".1" rx="29.5" />
<defs>
<clipPath id="a"><rect width="60" height="60" fill="#fff" rx="30" /></clipPath>
</defs>
</svg> `;
//# sourceMappingURL=eth.js.map