11 lines
440 B
XML
11 lines
440 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<!-- Placeholder icon: a simple key glyph. Replace with branded asset before release. -->
|
|
<g fill="none" stroke="#3584e4" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
|
|
<circle cx="22" cy="32" r="9"/>
|
|
<path d="M31 32h22"/>
|
|
<path d="M44 32v8"/>
|
|
<path d="M52 32v6"/>
|
|
</g>
|
|
</svg>
|