From 3a3047e6f2cd4dab84a0a3f047e223ef1bf84b61 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 21 Sep 2020 15:20:59 +0300 Subject: Init homescreen-demo-ci app Bug-AGL: SPEC-3592 Signed-off-by: Marius Vlad Change-Id: Id58ed059cdd44c2931a7b5d67970cbafd9e25002 --- shell/images/DividingLine.svg | 62 ++++++++++++++++++ shell/images/critical.svg | 146 ++++++++++++++++++++++++++++++++++++++++++ shell/images/exclamation.svg | 130 +++++++++++++++++++++++++++++++++++++ shell/images/images.qrc | 10 +++ shell/images/information.svg | 130 +++++++++++++++++++++++++++++++++++++ shell/images/question.svg | 130 +++++++++++++++++++++++++++++++++++++ 6 files changed, 608 insertions(+) create mode 100644 shell/images/DividingLine.svg create mode 100644 shell/images/critical.svg create mode 100644 shell/images/exclamation.svg create mode 100644 shell/images/images.qrc create mode 100644 shell/images/information.svg create mode 100644 shell/images/question.svg (limited to 'shell/images') diff --git a/shell/images/DividingLine.svg b/shell/images/DividingLine.svg new file mode 100644 index 0000000..788256c --- /dev/null +++ b/shell/images/DividingLine.svg @@ -0,0 +1,62 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/shell/images/critical.svg b/shell/images/critical.svg new file mode 100644 index 0000000..e2df6fc --- /dev/null +++ b/shell/images/critical.svg @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/shell/images/exclamation.svg b/shell/images/exclamation.svg new file mode 100644 index 0000000..c43ebdd --- /dev/null +++ b/shell/images/exclamation.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + ! + + diff --git a/shell/images/images.qrc b/shell/images/images.qrc new file mode 100644 index 0000000..4b27259 --- /dev/null +++ b/shell/images/images.qrc @@ -0,0 +1,10 @@ + + + DividingLine.svg + critical.svg + exclamation.svg + information.svg + question.svg + + + diff --git a/shell/images/information.svg b/shell/images/information.svg new file mode 100644 index 0000000..44b0ef8 --- /dev/null +++ b/shell/images/information.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + i + + diff --git a/shell/images/question.svg b/shell/images/question.svg new file mode 100644 index 0000000..7d55a46 --- /dev/null +++ b/shell/images/question.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + ? + + -- cgit