Compare commits

3 Commits

Author SHA1 Message Date
Sovran_Systems
aa24505314 Merge pull request #99 from naturallaw777/copilot/add-sparrow-and-bisq-icons
Add missing sparrow.svg and bisq.svg service tile icons
2026-04-06 23:20:23 -05:00
copilot-swe-agent[bot]
2e5be9816e Add missing sparrow.svg and bisq.svg service tile icons
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/d7bbfadc-d5a8-4750-81b4-685ccb993d70

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
2026-04-07 03:06:12 +00:00
copilot-swe-agent[bot]
87ecccff9e Initial plan 2026-04-07 02:58:50 +00:00
2 changed files with 24 additions and 0 deletions

8
app/icons/bisq.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Left spine -->
<rect fill="#25B135" x="8" y="8" width="12" height="48" rx="3"/>
<!-- Upper bump -->
<path fill="#25B135" d="M18,8 L30,8 Q48,8 48,22 Q48,36 30,36 L18,36 Z"/>
<!-- Lower bump (larger) -->
<path fill="#25B135" d="M18,34 L32,34 Q56,34 56,47 Q56,58 36,58 L18,58 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 363 B

16
app/icons/sparrow.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Forked tail -->
<polygon fill="#F7931A" points="20,44 8,38 6,46 14,48 8,54 20,50"/>
<!-- Body -->
<ellipse fill="#F7931A" cx="32" cy="44" rx="16" ry="10"/>
<!-- Neck -->
<ellipse fill="#F7931A" cx="40" cy="36" rx="10" ry="9"/>
<!-- Head -->
<circle fill="#F7931A" cx="46" cy="26" r="11"/>
<!-- Beak -->
<polygon fill="#F7931A" points="55,22 64,26 55,30"/>
<!-- Wing -->
<ellipse fill="#D07010" cx="30" cy="41" rx="11" ry="6" transform="rotate(-8 30 41)"/>
<!-- Eye -->
<circle fill="#0D0500" cx="50" cy="23" r="2.5"/>
</svg>

After

Width:  |  Height:  |  Size: 619 B