UNPKG

@reown/appkit-ui

Version:

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

37 lines • 1.59 kB
import { svg } from 'lit'; export const profileSvg = svg `<svg viewBox="0 0 60 60" fill="none" > <g clip-path="url(#1)"> <rect width="60" height="60" rx="30" fill="#00ACE6" /> <path d="M59 73C59 89.0163 46.0163 102 30 102C13.9837 102 1 89.0163 1 73C1 56.9837 12 44 30 44C48 44 59 56.9837 59 73Z" fill="#1AC6FF" stroke="white" stroke-width="2" /> <path d="M18.6904 19.9015C19.6264 15.3286 23.3466 11.8445 27.9708 11.2096C29.3231 11.024 30.6751 11.0238 32.0289 11.2096C36.6532 11.8445 40.3733 15.3286 41.3094 19.9015C41.4868 20.7681 41.6309 21.6509 41.7492 22.5271C41.8811 23.5041 41.8811 24.4944 41.7492 25.4715C41.6309 26.3476 41.4868 27.2304 41.3094 28.097C40.3733 32.6699 36.6532 36.154 32.0289 36.7889C30.6772 36.9744 29.3216 36.9743 27.9708 36.7889C23.3466 36.154 19.6264 32.6699 18.6904 28.097C18.513 27.2304 18.3689 26.3476 18.2506 25.4715C18.1186 24.4944 18.1186 23.5041 18.2506 22.5271C18.3689 21.6509 18.513 20.7681 18.6904 19.9015Z" fill="#1AC6FF" stroke="white" stroke-width="2" /> <circle cx="24.5" cy="23.5" r="1.5" fill="white" /> <circle cx="35.5" cy="23.5" r="1.5" fill="white" /> <path d="M31 20L28 28H32" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </g> <rect x="0.5" y="0.5" width="59" height="59" rx="29.5" stroke="white" stroke-opacity="0.1" /> <defs> <clipPath id="1"> <rect width="60" height="60" rx="30" fill="white" /> </clipPath> </defs> </svg> `; //# sourceMappingURL=profile.js.map