@reown/appkit-ui
Version:
#### 🔗 [Website](https://reown.com/appkit)
10 lines • 366 B
JavaScript
import { svg } from 'lit';
export const externalLinkSvg = svg `<svg fill="none" viewBox="0 0 14 15">
<path
fill="currentColor"
fill-rule="evenodd"
d="M3.74 3.99a1 1 0 0 1 1-1H11a1 1 0 0 1 1 1v6.26a1 1 0 0 1-2 0V6.4l-6.3 6.3a1 1 0 0 1-1.4-1.42l6.29-6.3H4.74a1 1 0 0 1-1-1Z"
clip-rule="evenodd"
/>
</svg>`;
//# sourceMappingURL=external-link.js.map