diff options
Diffstat (limited to 'front/src/assets/triangles.svg')
-rw-r--r-- | front/src/assets/triangles.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/front/src/assets/triangles.svg b/front/src/assets/triangles.svg new file mode 100644 index 0000000..0b45c01 --- /dev/null +++ b/front/src/assets/triangles.svg @@ -0,0 +1,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>
\ No newline at end of file |