diff options
author | codecalm <codecalm@gmail.com> | 2020-04-07 18:32:41 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-07 18:32:41 +0200 |
commit | 171765dbdebdda8206081ee2e67302a179b4e998 (patch) | |
tree | 9aee097f99be9eab0df34e2317da497647364117 /src/_icons/checks.svg | |
parent | #12 mobile vibration icon (diff) | |
download | tabler-icons-171765dbdebdda8206081ee2e67302a179b4e998.tar.xz |
new icons, rotate, checks
Diffstat (limited to 'src/_icons/checks.svg')
-rw-r--r-- | src/_icons/checks.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/checks.svg b/src/_icons/checks.svg new file mode 100644 index 00000000..d0d7a9cc --- /dev/null +++ b/src/_icons/checks.svg @@ -0,0 +1,7 @@ +--- +tags: [tick, "yes"] +--- +<svg> + <path d="M7 12l5 5l10 -10" /> + <path d="M2 12l5 5m5 -5l5 -5" /> +</svg> |