FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708

This commit is contained in:
2026-04-26 20:23:14 -04:00
parent e07237b6b0
commit 0ff6c74871
5880 changed files with 1643723 additions and 908 deletions

View File

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80">
<!-- Scripter Icon Mark -->
<defs>
<linearGradient id="iconGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2563EB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1d4ed8;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle (optional, for social avatars) -->
<circle cx="40" cy="40" r="38" fill="#2563EB" opacity="0.1"/>
<!-- Icon Mark - Two overlapping pages forming "S" -->
<g transform="translate(12, 8)">
<!-- Back page -->
<rect x="0" y="8" width="48" height="62" rx="3" fill="#2563EB" opacity="0.9"/>
<!-- Front page -->
<rect x="10" y="0" width="48" height="62" rx="3" fill="url(#iconGradient)"/>
<!-- Page lines -->
<line x1="17" y1="14" x2="48" y2="14" stroke="white" stroke-width="2" opacity="0.6"/>
<line x1="17" y1="21" x2="48" y2="21" stroke="white" stroke-width="2" opacity="0.6"/>
<line x1="17" y1="28" x2="42" y2="28" stroke="white" stroke-width="2" opacity="0.6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB