mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
fix: simplify refresh icon to two-tone circle with PBI logo, remove arrows
This commit is contained in:
parent
beba2af69e
commit
b900b9c19a
1 changed files with 3 additions and 9 deletions
|
|
@ -84,16 +84,10 @@
|
|||
<circle cx="734" cy="92" r="14" fill="#d97757"/>
|
||||
<text x="734" y="98" font-family="'Segoe UI', Arial, sans-serif" font-size="15" fill="#0d1117" text-anchor="middle" font-weight="bold">4</text>
|
||||
<text x="734" y="126" font-family="'Segoe UI', Arial, sans-serif" font-size="14" fill="#d97757" text-anchor="middle" font-weight="bold">Reopen</text>
|
||||
<!-- Refresh/cycle icon using dashed circle + two arrow triangles -->
|
||||
<!-- Refresh icon: simple two-tone circle with PBI logo -->
|
||||
<g transform="translate(710, 142)">
|
||||
<!-- Circle outline split visually by arrows -->
|
||||
<circle cx="24" cy="24" r="22" fill="none" stroke="#d97757" stroke-width="2.5" stroke-dasharray="34.5 34.5" stroke-dashoffset="0"/>
|
||||
<circle cx="24" cy="24" r="22" fill="none" stroke="#06d6a0" stroke-width="2.5" stroke-dasharray="34.5 34.5" stroke-dashoffset="34.5"/>
|
||||
|
||||
<!-- Arrow at top: green arc ends here, points right -->
|
||||
<polygon points="33,3 27,0 30,9" fill="#06d6a0"/>
|
||||
<!-- Arrow at bottom: orange arc ends here, points left -->
|
||||
<polygon points="15,45 21,48 18,39" fill="#d97757"/>
|
||||
<circle cx="24" cy="24" r="22" fill="none" stroke="#d97757" stroke-width="2.5" stroke-dasharray="69 69" stroke-dashoffset="0"/>
|
||||
<circle cx="24" cy="24" r="22" fill="none" stroke="#06d6a0" stroke-width="2.5" stroke-dasharray="69 69" stroke-dashoffset="69"/>
|
||||
|
||||
<!-- Center PBI mini icon -->
|
||||
<rect x="13" y="13" width="7" height="20" rx="2" fill="#F2C811" opacity="0.6"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.6 KiB |
Loading…
Reference in a new issue