blob: 0b45c01d1a46711610d73661af0aae7e3b62b333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<g transform="translate(50 42)">
<g transform="scale(0.8)">
<g transform="translate(-50 -50)">
<polygon fill="#9f1515" points="72.5 50 50 11 27.5 50 50 50">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 38.5;360 50 38.5" keyTimes="0;1"></animateTransform>
</polygon>
<polygon fill="#f5e116" points="5 89 50 89 27.5 50">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 27.5 77.5;360 27.5 77.5" keyTimes="0;1"></animateTransform>
</polygon>
<polygon fill="#04284d" points="72.5 50 50 89 95 89">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 72.5 77.5;360 72 77.5" keyTimes="0;1"></animateTransform>
</polygon>
</g>
</g>
</g>
<!-- [ldio] generated by https://loading.io/ --></svg>
|