@reown/appkit-ui
Version:
#### 🔗 [Website](https://reown.com/appkit)
14 lines • 678 B
JavaScript
import { svg } from 'lit';
export const helpCircleSvg = svg `<svg fill="none" viewBox="0 0 16 16">
<path
fill="currentColor"
d="M8.51 5.66a.83.83 0 0 0-.57-.2.83.83 0 0 0-.52.28.8.8 0 0 0-.25.52 1 1 0 0 1-2 0c0-.75.34-1.43.81-1.91a2.75 2.75 0 0 1 4.78 1.92c0 1.24-.8 1.86-1.25 2.2l-.04.03c-.47.36-.5.43-.5.65a1 1 0 1 1-2 0c0-1.25.8-1.86 1.24-2.2l.04-.04c.47-.36.5-.43.5-.65 0-.3-.1-.49-.24-.6ZM9.12 11.87a1.13 1.13 0 1 1-2.25 0 1.13 1.13 0 0 1 2.25 0Z"
/>
<path
fill="currentColor"
fill-rule="evenodd"
d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z"
clip-rule="evenodd"
/>
</svg>`;
//# sourceMappingURL=help-circle.js.map