]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/images/global/circle-tick.svg
fix duplicate id in svg, empty alt in base email
[github/Chocobozzz/PeerTube.git] / client / src / assets / images / global / circle-tick.svg
index 2327de6beedc3d297dc74ef189a3c56fb36b93e7..5121a674f5eba08e0c0a2840ca369bd1b1c496de 100644 (file)
@@ -1,12 +1,7 @@
-<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-    <g transform="translate(-400.000000, -1134.000000)" stroke="#000000" stroke-width="2">
-      <g id="Extras" transform="translate(48.000000, 1046.000000)">
-        <g id="yes" transform="translate(352.000000, 88.000000)">
-          <circle id="Oval-1" cx="12" cy="12" r="10"/>
-          <polyline id="Path-288" stroke-linecap="round" stroke-linejoin="round" points="8.5 12.5 10.5 14.5 15.5 9.5"/>
-        </g>
-      </g>
-    </g>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
+  <defs/>
+  <g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
+    <circle cx="12" cy="12" r="10"/>
+    <path stroke-linecap="round" stroke-linejoin="round" d="M8.5 12.5l2 2 5-5"/>
   </g>
 </svg>