diff options
Diffstat (limited to 'src/icons/checks.svg')
-rw-r--r-- | src/icons/checks.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/checks.svg b/src/icons/checks.svg new file mode 100644 index 00000000..3c7e6489 --- /dev/null +++ b/src/icons/checks.svg @@ -0,0 +1,10 @@ +--- +category: System +tags: [tick, "yes", confirm] +version: "1.4" +unicode: "ebaa" +--- +<svg> + <path d="M7 12l5 5l10 -10" /> + <path d="M2 12l5 5m5 -5l5 -5" /> +</svg> |