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>
5 lines
388 B
XML
5 lines
388 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="#0078D4" stroke-width="1.5"/>
|
|
<rect x="2" y="2" width="20" height="6" rx="2" fill="#0078D4"/>
|
|
<text x="12" y="18" font-family="Arial,sans-serif" font-size="10" font-weight="bold" fill="#0078D4" text-anchor="middle">O</text>
|
|
</svg> |