UNPKG

@reown/appkit-ui

Version:

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

13 lines • 448 B
import { svg } from 'lit'; export const moreSvg = svg `<svg fill="none" viewBox="0 0 41 40"> <path style="fill: var(--wui-color-fg-100);" fill-opacity=".05" d="M.6 20a20 20 0 1 1 40 0 20 20 0 0 1-40 0Z" /> <path fill="#949E9E" d="M15.6 20.31a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM23.1 20.31a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM28.1 22.81a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" /> </svg>`; //# sourceMappingURL=more.js.map