UNPKG

@reown/appkit-ui

Version:

#### 🔗 [Website](https://reown.com/appkit)

14 lines • 524 B
import { svg } from 'lit'; export const xSvg = svg `<svg fill="none" viewBox="0 0 41 40"> <g clip-path="url(#a)"> <path fill="#000" d="M.8 0h40v40H.8z" /> <path fill="#fff" d="m22.63 18.46 7.14-8.3h-1.69l-6.2 7.2-4.96-7.2H11.2l7.5 10.9-7.5 8.71h1.7l6.55-7.61 5.23 7.61h5.72l-7.77-11.31Zm-9.13-7.03h2.6l11.98 17.13h-2.6L13.5 11.43Z" /> </g> <defs> <clipPath id="a"><path fill="#fff" d="M.8 20a20 20 0 1 1 40 0 20 20 0 0 1-40 0Z" /></clipPath> </defs> </svg>`; //# sourceMappingURL=x.js.map