diff options
Diffstat (limited to 'ext/images')
-rw-r--r-- | ext/images/down-chevron.svg | 4 | ||||
-rw-r--r-- | ext/images/up-chevron.svg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ext/images/down-chevron.svg b/ext/images/down-chevron.svg new file mode 100644 index 00000000..ad2414c2 --- /dev/null +++ b/ext/images/down-chevron.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m0.93946 5.5303 2.1211-2.1211 4.9395 4.9395 4.9394-4.9395 2.1211 2.1211-7.0605 7.0605z" fill="#333"/> +</svg> diff --git a/ext/images/up-chevron.svg b/ext/images/up-chevron.svg new file mode 100644 index 00000000..fa1bb7b4 --- /dev/null +++ b/ext/images/up-chevron.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m0.93946 10.47 2.1211 2.1211 4.9395-4.9395 4.9394 4.9395 2.1211-2.1211-7.0605-7.0605z" fill="#333"/> +</svg> |