Update Fizzy logo with official SVG from repository
Replace custom logo with official Fizzy equalizer/bar chart design from the basecamp/fizzy repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a7a275d012
commit
65d8bc6feb
1 changed files with 1 additions and 27 deletions
|
|
@ -1,27 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none">
|
||||
<!-- Background circle -->
|
||||
<circle cx="50" cy="50" r="48" fill="#0EA5E9" stroke="#0284C7" stroke-width="2"/>
|
||||
|
||||
<!-- Kanban board representation -->
|
||||
<g transform="translate(20, 25)">
|
||||
<!-- First column -->
|
||||
<rect x="0" y="0" width="16" height="50" rx="2" fill="white" opacity="0.9"/>
|
||||
<rect x="2" y="4" width="12" height="8" rx="1" fill="#0EA5E9"/>
|
||||
<rect x="2" y="14" width="12" height="8" rx="1" fill="#0EA5E9"/>
|
||||
<rect x="2" y="24" width="12" height="8" rx="1" fill="#0EA5E9"/>
|
||||
|
||||
<!-- Second column -->
|
||||
<rect x="22" y="0" width="16" height="50" rx="2" fill="white" opacity="0.9"/>
|
||||
<rect x="24" y="4" width="12" height="8" rx="1" fill="#0EA5E9"/>
|
||||
<rect x="24" y="14" width="12" height="8" rx="1" fill="#0EA5E9"/>
|
||||
|
||||
<!-- Third column -->
|
||||
<rect x="44" y="0" width="16" height="50" rx="2" fill="white" opacity="0.9"/>
|
||||
<rect x="46" y="4" width="12" height="8" rx="1" fill="#0EA5E9"/>
|
||||
</g>
|
||||
|
||||
<!-- Sparkle/Fizzy effect -->
|
||||
<circle cx="75" cy="30" r="3" fill="#FCD34D" opacity="0.9"/>
|
||||
<circle cx="70" cy="20" r="2" fill="#FCD34D" opacity="0.7"/>
|
||||
<circle cx="80" cy="25" r="2.5" fill="#FCD34D" opacity="0.8"/>
|
||||
</svg>
|
||||
<svg height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><path d="m3 1c1.10457 0 2 .89543 2 2v17c0 .9763-.69986 1.7872-1.625 1.9629v6.6621c0 .2071-.16789.375-.375.375s-.375-.1679-.375-.375v-6.6621c-.92514-.1757-1.625-.9866-1.625-1.9629v-17c0-1.10457.89543-2 2-2zm6 0c1.1046 0 2 .89543 2 2v24c0 1.1046-.8954 2-2 2-1.10457 0-2-.8954-2-2v-24c0-1.10457.89543-2 2-2zm6 0c1.1046 0 2 .89543 2 2v20.5c0 .9763-.6999 1.7872-1.625 1.9629v3.1621c0 .2071-.1679.375-.375.375s-.375-.1679-.375-.375v-3.1621c-.9251-.1757-1.625-.9866-1.625-1.9629v-20.5c0-1.10457.8954-2 2-2zm6 0c1.1046 0 2 .89543 2 2v13.5c0 .9763-.6999 1.7872-1.625 1.9629v10.1621c0 .2071-.1679.375-.375.375s-.375-.1679-.375-.375v-10.1621c-.9251-.1757-1.625-.9866-1.625-1.9629v-13.5c0-1.10457.8954-2 2-2zm6 0c1.1046 0 2 .89543 2 2v17c0 .9763-.6999 1.7872-1.625 1.9629v6.6621c0 .2071-.1679.375-.375.375s-.375-.1679-.375-.375v-6.6621c-.9251-.1757-1.625-.9866-1.625-1.9629v-17c0-1.10457.8954-2 2-2z" fill="currentColor"/></svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1,000 B |
Loading…
Reference in a new issue