diff options
author | Volpeon <git@volpeon.ink> | 2023-10-24 07:06:39 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-10-24 07:06:39 +0200 |
commit | 62aec9609ed494025711deaf3dfd375f26fe43a8 (patch) | |
tree | d24e8288d733a0a629a2b79133062afaa29936dd | |
parent | Add check-circle (diff) | |
download | iro-icons-62aec9609ed494025711deaf3dfd375f26fe43a8.tar.gz iro-icons-62aec9609ed494025711deaf3dfd375f26fe43a8.tar.bz2 iro-icons-62aec9609ed494025711deaf3dfd375f26fe43a8.zip |
Fix
-rw-r--r-- | dist/check-circle.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/check-circle.svg b/dist/check-circle.svg new file mode 100644 index 0000000..fe14d01 --- /dev/null +++ b/dist/check-circle.svg | |||
@@ -0,0 +1,4 @@ | |||
1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | ||
2 | <circle cx="8" cy="8" r="6.25" fill="none" stroke="currentColor" /> | ||
3 | <path d="m5.25 7.75 2.25 2.5 3.25-4" fill="none" stroke="currentColor" /> | ||
4 | </svg> | ||