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
764 B
XML
13 lines
764 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
|
|
<!-- Camera body -->
|
|
<rect x="4" y="14" width="40" height="28" rx="2" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- Viewfinder notch on top -->
|
|
<path d="M16 14 L16 10 L32 10 L32 14" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- Lens outer circle -->
|
|
<circle cx="24" cy="28" r="8" stroke="#0066FF" stroke-width="1.8"/>
|
|
<!-- Lens inner circle -->
|
|
<circle cx="24" cy="28" r="4" stroke="#0066FF" stroke-width="1.8"/>
|
|
<!-- Shutter button on top -->
|
|
<rect x="20" y="8" width="8" height="4" rx="1" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|