1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 80 80"
xmlns="http://www.w3.org/2000/svg">
<path
id="restore-circle"
d="M 43.267598,3.2675985 C 23.008066,3.2675985 6.5351966,19.740468 6.5351966,40 c 0,0.171468 0.00482,0.342043 0.00717,0.512962 h 4.5915504 c -0.0027,-0.170945 -0.0072,-0.341371 -0.0072,-0.512962 0,-17.778077 14.362775,-32.1408513 32.140851,-32.1408513 17.778077,0 32.140852,14.3627743 32.140852,32.1408513 0,17.778076 -14.362775,32.140851 -32.140852,32.140851 -8.338958,0 -15.925965,-3.160587 -21.6323,-8.350881 H 15.300394 C 22.042368,71.704396 32.076566,76.732402 43.267598,76.732402 63.52713,76.732402 80,60.259532 80,40 80,19.740468 63.52713,3.2675985 43.267598,3.2675985 Z" />
<path
id="restore-arrow"
d="m 17.457497,40.45113 h -17.45749705 L 8.7287481,50.692775 Z" />
<rect
id="restore-first-clock-hand"
width="5"
height="20"
x="37.5"
y="22.075739" />
<rect
id="restore-second-clock-hand"
width="5"
height="20"
x="1.6809042"
y="56.336418"
transform="rotate(-40)" />
</svg>
|