New notebook logo: spiral-bound page icon for favicon/PWA/desktop
SVG source in frontend/public/icon.svg, rendered to 192/512/maskable PNGs and desktop/build/appicon.png; SVG favicon with PNG fallback; icons added to the service-worker precache. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" rx="96" fill="#2f6fde"/>
|
||||
<rect x="96" y="120" width="320" height="52" rx="26" fill="#ffffff" opacity="0.95"/>
|
||||
<rect x="96" y="216" width="320" height="14" rx="7" fill="#ffffff" opacity="0.7"/>
|
||||
<rect x="96" y="258" width="250" height="14" rx="7" fill="#ffffff" opacity="0.55"/>
|
||||
<rect x="96" y="300" width="290" height="14" rx="7" fill="#ffffff" opacity="0.4"/>
|
||||
<rect x="96" y="342" width="200" height="14" rx="7" fill="#ffffff" opacity="0.3"/>
|
||||
<!-- Tefter logo: spiral-bound notebook -->
|
||||
<rect width="512" height="512" rx="100" fill="#2f6fde"/>
|
||||
<!-- page with a subtle back sheet peeking out -->
|
||||
<rect x="152" y="104" width="238" height="328" rx="26" fill="#1d4fa8"/>
|
||||
<rect x="138" y="90" width="238" height="328" rx="26" fill="#ffffff"/>
|
||||
<!-- spiral holes -->
|
||||
<circle cx="176" cy="150" r="14" fill="#2f6fde"/>
|
||||
<circle cx="176" cy="222" r="14" fill="#2f6fde"/>
|
||||
<circle cx="176" cy="294" r="14" fill="#2f6fde"/>
|
||||
<circle cx="176" cy="366" r="14" fill="#2f6fde"/>
|
||||
<!-- red margin rule -->
|
||||
<rect x="206" y="110" width="7" height="288" rx="3.5" fill="#e5484d"/>
|
||||
<!-- text lines: title + body -->
|
||||
<rect x="234" y="141" width="118" height="18" rx="9" fill="#3d5c94"/>
|
||||
<rect x="234" y="213" width="96" height="17" rx="8.5" fill="#8fa9d6"/>
|
||||
<rect x="234" y="285" width="110" height="17" rx="8.5" fill="#8fa9d6"/>
|
||||
<rect x="234" y="357" width="74" height="17" rx="8.5" fill="#8fa9d6"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user