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
12 lines
820 B
XML
12 lines
820 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
|
|
<!-- Map body with fold lines -->
|
|
<polygon points="6,10 18,6 30,10 42,6 42,38 30,42 18,38 6,42" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<!-- Vertical fold lines -->
|
|
<line x1="18" y1="6" x2="18" y2="38" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<line x1="30" y1="10" x2="30" y2="42" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<!-- Location pin on map -->
|
|
<path d="M24 14 C21 14 19 16 19 19 C19 23 24 29 24 29 C24 29 29 23 29 19 C29 16 27 14 24 14 Z" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- Pin center dot -->
|
|
<circle cx="24" cy="19" r="1.5" stroke="#0066FF" stroke-width="1.5"/>
|
|
</svg>
|