bae705aa97
- Add NFC ePassport roadmap (ICAO 9303, eIDAS) - Add TensorFlow.js edge face detection (BlazeFace) - Add structured audit logger (GDPR-compliant) - Risk scoring support Part of KYC Apple Native UX v1.1.0
13 lines
815 B
XML
13 lines
815 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
|
|
<!-- Coin/circle currency symbol on left -->
|
|
<circle cx="14" cy="24" r="9" stroke="#0066FF" stroke-width="1.8"/>
|
|
<!-- Kr symbol inside coin -->
|
|
<line x1="11" y1="20" x2="11" y2="28" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<line x1="11" y1="24" x2="17" y2="20" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<line x1="11" y1="24" x2="17" y2="28" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<!-- Arrow shaft -->
|
|
<line x1="26" y1="24" x2="42" y2="24" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<!-- Arrow head -->
|
|
<polyline points="36,18 42,24 36,30" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</svg>
|