botui/ui/suite/assets/icons/gb-mail.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

9 lines
433 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">
<!-- Envelope body -->
<rect x="2" y="4" width="20" height="16" rx="2" ry="2"/>
<!-- Envelope flap lines -->
<polyline points="2 4 12 13 22 4"/>
<!-- Bottom fold accent -->
<line x1="2" y1="20" x2="8" y2="14"/>
<line x1="22" y1="20" x2="16" y2="14"/>
</svg>