diff options
Diffstat (limited to 'src/_icons/check.svg')
-rw-r--r-- | src/_icons/check.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/check.svg b/src/_icons/check.svg index ba7315f7..00febeb9 100644 --- a/src/_icons/check.svg +++ b/src/_icons/check.svg @@ -2,5 +2,5 @@ tags: [tick, "yes"] --- <svg> - <polyline points="20 7 10 17 5 12" /> + <path d="M5 12l5 5l10 -10" /> </svg> |