From fc9fe45580839cee9420415f6d04052f9dfcaa62 Mon Sep 17 00:00:00 2001
From: Kieran Bingham <kieran.bingham@ideasonboard.com>
Date: Wed, 5 Feb 2020 14:38:46 +0000
Subject: qcam: assets: Provide initial icon set

Provide simple clean icons from https://feathericons.com/
(https://github.com/feathericons/feather)

These are provided under the MIT license.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/qcam/assets/feathericons/chevron-right.svg | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 src/qcam/assets/feathericons/chevron-right.svg

(limited to 'src/qcam/assets/feathericons/chevron-right.svg')

diff --git a/src/qcam/assets/feathericons/chevron-right.svg b/src/qcam/assets/feathericons/chevron-right.svg
new file mode 100644
index 00000000..258de414
--- /dev/null
+++ b/src/qcam/assets/feathericons/chevron-right.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
\ No newline at end of file
-- 
cgit v1.2.1