Refactoring: rotate-cw, rotate-ccw, repeat, refresh-cw, refresh-ccw (#177)

* refactor icons

* Add refresh icons
This commit is contained in:
Eric Fennis
2021-01-27 19:45:49 +01:00
committed by GitHub
parent 97677113e3
commit f9cf015e20
5 changed files with 16 additions and 14 deletions

View File

@@ -9,8 +9,8 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="17 1 21 5 17 9" />
<path d="M3 11V9a4 4 0 014-4h14" />
<polyline points="7 23 3 19 7 15" />
<path d="M21 13v2a4 4 0 01-4 4H3" />
<path d="M17 2l4 4-4 4" />
<path d="M3 11v-1a4 4 0 014-4h14" />
<path d="M7 22l-4-4 4-4" />
<path d="M21 13v1a4 4 0 01-4 4H3" />
</svg>

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 345 B