Refine refresh-ccw-dot to match other refresh- icons (#3437)

Also update attributions to include contributors to `refresh-ccw`, ignoring optimisations
This commit is contained in:
Jamie Law
2025-07-28 09:10:41 +01:00
committed by GitHub
parent 98b43826a4
commit 3844a4b346
2 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
"csandman",
"ericfennis",
"danielbayley",
"jamiemlaw"
],
"tags": [
"arrows",

View File

@@ -9,9 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 2v6h6" />
<path d="M21 12A9 9 0 0 0 6 5.3L3 8" />
<path d="M21 22v-6h-6" />
<path d="M3 12a9 9 0 0 0 15 6.7l3-2.7" />
<path d="M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" />
<path d="M3 3v5h5" />
<path d="M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" />
<path d="M16 16h5v5" />
<circle cx="12" cy="12" r="1" />
</svg>

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 426 B