keycloak-theme/login.keywind/components/icon/external-link.ftl
2022-02-22 16:53:26 +08:00

7 lines
404 B
Plaintext

<#-- https://github.com/tailwindlabs/heroicons/blob/master/src/outline/external-link.svg -->
<#macro kw>
<svg fill="none" height="1em" stroke="currentColor" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
</svg>
</#macro>