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