diff options
Diffstat (limited to 'icons/shield-check.svg')
-rw-r--r-- | icons/shield-check.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/shield-check.svg b/icons/shield-check.svg index 55848be0..d2f6f6e7 100644 --- a/icons/shield-check.svg +++ b/icons/shield-check.svg @@ -1,6 +1,7 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shield-check" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> <path d="M9 12l2 2l4 -4" /> - <path d="M12 3a12 12 0 008.5 3a12 12 0 01-8.5 15a12 12 0 01-8.5 -15a12 12 0 008.5 -3" /> + <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /> </svg> |