[libcamera-devel,v2,5/7] qcam: assets: Provide initial icon set

Message ID 20200214001810.19302-6-kieran.bingham@ideasonboard.com
State Accepted
Headers show
Series
  • qcam: Provide an initial toolbar
Related show

Commit Message

Kieran Bingham Feb. 14, 2020, 12:18 a.m. UTC
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/README.md              | 5 +++++
 src/qcam/assets/feathericons/*.svg                  | 1 + (*282)
 283 files changed, 287 insertions(+)
 create mode 100644 src/qcam/assets/feathericons/README.md
 create mode 100644 src/qcam/assets/feathericons/*.svg


<Remaining icons removed for mailing list posting>

Patch

diff --git a/src/qcam/assets/feathericons/README.md b/src/qcam/assets/feathericons/README.md
new file mode 100644
index 000000000000..ce7664f6bf16
--- /dev/null
+++ b/src/qcam/assets/feathericons/README.md
@@ -0,0 +1,5 @@ 
+Icons from https://feathericons.com/
+License: MIT
+
+Generate the QRC file with:
+ rcc --project
diff --git a/src/qcam/assets/feathericons/activity.svg b/src/qcam/assets/feathericons/activity.svg
new file mode 100644
index 000000000000..669a57a772fa
--- /dev/null
+++ b/src/qcam/assets/feathericons/activity.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-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg>
\ No newline at end of file