- 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
13 lines
645 B
XML
13 lines
645 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">
|
|
<!-- GB-inspired package icon - hexagonal bot head with package box -->
|
|
<path d="M12 2L3 7v10l9 5 9-5V7l-9-5z" opacity="0.2" fill="currentColor"/>
|
|
<path d="M12 2L3 7v10l9 5 9-5V7l-9-5z"/>
|
|
<path d="M12 22V12"/>
|
|
<path d="M21 7l-9 5-9-5"/>
|
|
<!-- Bot eyes -->
|
|
<circle cx="9" cy="10" r="1" fill="currentColor"/>
|
|
<circle cx="15" cy="10" r="1" fill="currentColor"/>
|
|
<!-- Bot antenna -->
|
|
<path d="M12 2v-1"/>
|
|
<circle cx="12" cy="0.5" r="0.5" fill="currentColor"/>
|
|
</svg>
|