diff options
author | codecalm <codecalm@gmail.com> | 2020-03-28 15:27:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-28 15:27:57 +0100 |
commit | be0bc14339540c096266105b38f2d7cee47548ea (patch) | |
tree | dc919470537a9f0252299a3d4996432d8420d80c /src/_icons/checkbox.svg | |
parent | gitignore fixes (diff) | |
download | tabler-icons-be0bc14339540c096266105b38f2d7cee47548ea.tar.xz |
missing tabler icons
Diffstat (limited to 'src/_icons/checkbox.svg')
-rw-r--r-- | src/_icons/checkbox.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/checkbox.svg b/src/_icons/checkbox.svg new file mode 100644 index 00000000..99773f5a --- /dev/null +++ b/src/_icons/checkbox.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="9 11 12 14 20 6" /> + <path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /> +</svg> |