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

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Feb 14 01:18:08 CET 2020


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 at ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart at 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

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

<Remaining icons removed for mailing list posting>


More information about the libcamera-devel mailing list