botui/ui/suite/assets/icons/gb-meet.svg
Rodrigo Rodriguez (Pragmatismo) b8f1053575 feat(mail): add email tracking UI to Suite mail app
- Add Tracking folder to sidebar with 📊 icon
- Display tracking stats panel (sent, opened, rate, avg time)
- Show read status indicators (✓✓ green=read, gray=sent)
- Add read count badges for multiple opens
- Implement tracking item details view
- Add CSS for read indicators, stats panel, tooltips
2025-12-04 18:15:31 -03:00

11 lines
611 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<!-- Video camera body -->
<rect x="2" y="5" width="14" height="14" rx="2" ry="2"/>
<!-- Camera lens/record indicator -->
<circle cx="9" cy="12" r="3" fill="currentColor" stroke="none" opacity="0.3"/>
<circle cx="9" cy="12" r="1.5" fill="currentColor" stroke="none"/>
<!-- Viewfinder triangle -->
<path d="M16 9.5 L22 6 L22 18 L16 14.5"/>
<!-- Signal waves -->
<path d="M5 2 Q9 0 13 2" stroke-dasharray="1 1" opacity="0.5"/>
</svg>