Replaces the generic stroke-only folder with a flat two-layer folder (depth via a 28%-opacity back plate) plus two signal arcs and a node dot radiating from the top-right corner. currentColor throughout so the .app-icon tint applies cleanly in both themes. Manifest version bumped to 0.1.1 so the resource manager sees the change as a distinct release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
561 B
XML
9 lines
561 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-hidden="true">
|
|
<path fill="currentColor" opacity="0.28" d="M6 18 Q6 14 10 14 H22 L28 20 H54 Q58 20 58 24 V46 Q58 50 54 50 H10 Q6 50 6 46 Z"/>
|
|
<path fill="currentColor" d="M6 28 Q6 24 10 24 H54 Q58 24 58 28 V46 Q58 50 54 50 H10 Q6 50 6 46 Z"/>
|
|
<g fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round">
|
|
<path d="M42 12 A10 10 0 0 1 58 22"/>
|
|
<path d="M46 14 A6 6 0 0 1 56 22" opacity="0.75"/>
|
|
</g>
|
|
<circle cx="51" cy="19" r="1.8" fill="currentColor"/>
|
|
</svg>
|