diff options
Diffstat (limited to 'ext/mixed/img')
-rw-r--r-- | ext/mixed/img/checkbox-border.svg | 1 | ||||
-rw-r--r-- | ext/mixed/img/checkbox-check.svg | 1 | ||||
-rw-r--r-- | ext/mixed/img/checkbox-fill.svg | 1 |
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 |