UNPKG

@reown/appkit-ui

Version:

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

19 lines • 1.07 kB
import { svg } from 'lit'; export const networkSvg = svg `<svg fill="none" viewBox="0 0 60 60"> <g clip-path="url(#a)"> <rect width="60" height="60" fill="#00ACE6" rx="30" /> <circle cx="64" cy="39" r="50" fill="#1AC6FF" stroke="#fff" stroke-width="2" /> <circle cx="78" cy="30" r="50" fill="#4DD2FF" stroke="#fff" stroke-width="2" /> <circle cx="72" cy="15" r="35" fill="#80DFFF" stroke="#fff" stroke-width="2" /> <circle cx="34" cy="-17" r="45" stroke="#fff" stroke-width="2" /> <circle cx="34" cy="-5" r="50" stroke="#fff" stroke-width="2" /> <circle cx="30" cy="45" r="4" fill="#4DD2FF" stroke="#fff" stroke-width="2" /> <circle cx="39.5" cy="27.5" r="4" fill="#80DFFF" stroke="#fff" stroke-width="2" /> <circle cx="16" cy="24" r="4" fill="#19C6FF" stroke="#fff" stroke-width="2" /> </g> <rect width="59" height="59" x=".5" y=".5" stroke="#062B2B" stroke-opacity=".1" rx="29.5" /> <defs> <clipPath id="a"><rect width="60" height="60" fill="#fff" rx="30" /></clipPath> </defs> </svg>`; //# sourceMappingURL=network.js.map