aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-31 13:38:55 -0400
committerGitHub <noreply@github.com>2020-10-31 13:38:55 -0400
commitbcf06105d6993bde4759f4911778f0eb83de5f30 (patch)
treec29bd6caa1e917c03a81820ca10b221bcca5b8d7 /ext
parent54768ca6e40ccfe545f083b33c4fdbe5a0bc53d2 (diff)
Add checkbox images (#973)
Diffstat (limited to 'ext')
-rw-r--r--ext/mixed/img/checkbox-border.svg1
-rw-r--r--ext/mixed/img/checkbox-check.svg1
-rw-r--r--ext/mixed/img/checkbox-fill.svg1
3 files changed, 3 insertions, 0 deletions
diff --git a/ext/mixed/img/checkbox-border.svg b/ext/mixed/img/checkbox-border.svg
new file mode 100644
index 00000000..cd117bbd
--- /dev/null
+++ b/ext/mixed/img/checkbox-border.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2 0C.892 0 0 .892 0 2v12c0 1.108.892 2 2 2h12c1.108 0 2-.892 2-2V2c0-1.108-.892-2-2-2H2zm0 2h12v12H2V2z" fill="#000"/></svg> \ No newline at end of file
diff --git a/ext/mixed/img/checkbox-check.svg b/ext/mixed/img/checkbox-check.svg
new file mode 100644
index 00000000..7e2c8f5c
--- /dev/null
+++ b/ext/mixed/img/checkbox-check.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M6.5 12.5L14 5l-1.5-1.5-6 6-3-3L2 8z"/></svg> \ No newline at end of file
diff --git a/ext/mixed/img/checkbox-fill.svg b/ext/mixed/img/checkbox-fill.svg
new file mode 100644
index 00000000..19056771
--- /dev/null
+++ b/ext/mixed/img/checkbox-fill.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M1 1h14v14H1z" fill="#000"/></svg> \ No newline at end of file