Files
boc/quixzoom-market-pages/icons/icon-transparent.svg
T
Bernt bae705aa97 ARCHITECTURE: NFC roadmap, edge AI, audit logging
- 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
2026-06-29 16:24:48 +00:00

15 lines
836 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
<!-- Eye outline (upper lid arc) -->
<path d="M6 22 Q24 8 42 22" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Eye outline (lower lid arc) -->
<path d="M6 22 Q24 36 42 22" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Iris circle -->
<circle cx="24" cy="22" r="5" stroke="#0066FF" stroke-width="1.8"/>
<!-- Pupil dot -->
<circle cx="24" cy="22" r="1.5" stroke="#0066FF" stroke-width="1.8"/>
<!-- Price tag (hanging from eye) -->
<path d="M30 27 L38 35 L35 38 L27 30 Z" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Tag hole -->
<circle cx="31" cy="28.5" r="1.2" stroke="#0066FF" stroke-width="1.5"/>
</svg>