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
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
|
|
<!-- Y axis -->
|
|
<line x1="8" y1="6" x2="8" y2="40" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<!-- X axis -->
|
|
<line x1="8" y1="40" x2="44" y2="40" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round"/>
|
|
<!-- Y axis arrow -->
|
|
<polyline points="5,10 8,6 11,10" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<!-- X axis arrow -->
|
|
<polyline points="40,37 44,40 40,43" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<!-- Line chart: 3 data points with upward trend -->
|
|
<polyline points="14,34 24,24 36,14" stroke="#0066FF" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<!-- Data point 1 -->
|
|
<circle cx="14" cy="34" r="2.5" stroke="#0066FF" stroke-width="1.8" fill="none"/>
|
|
<!-- Data point 2 -->
|
|
<circle cx="24" cy="24" r="2.5" stroke="#0066FF" stroke-width="1.8" fill="none"/>
|
|
<!-- Data point 3 -->
|
|
<circle cx="36" cy="14" r="2.5" stroke="#0066FF" stroke-width="1.8" fill="none"/>
|
|
</svg>
|