Adds a toggle in Calendar settings to show the provider icon (Google/Apple/Outlook/Synology) in the bottom-right corner of calendar event blocks. The recurring icon is grouped alongside when both are visible. v1.64.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
533 B
XML
9 lines
533 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
|
<rect x="2" y="2" width="20" height="20" rx="2" fill="#fff" stroke="#4285F4" stroke-width="1.5"/>
|
|
<rect x="2" y="2" width="20" height="6" rx="2" fill="#4285F4"/>
|
|
<circle cx="8" cy="14" r="1.5" fill="#EA4335"/>
|
|
<circle cx="12" cy="14" r="1.5" fill="#FBBC04"/>
|
|
<circle cx="16" cy="14" r="1.5" fill="#34A853"/>
|
|
<rect x="7" y="4" width="2" height="4" rx="1" fill="#fff"/>
|
|
<rect x="15" y="4" width="2" height="4" rx="1" fill="#fff"/>
|
|
</svg> |