From 073393af311d36c8ca7570ff0d3f0a3117c0b544 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 16 Sep 2016 14:02:32 -0700 Subject: [pkg] rename www to ui --- ui/app/img/arrow-down.svg | 65 ++++++++++++++++++++++ ui/app/img/arrow-up.svg | 65 ++++++++++++++++++++++ ui/app/img/cloud.svg | 65 ++++++++++++++++++++++ ui/app/img/disabled.svg | 72 +++++++++++++++++++++++++ ui/app/img/envelope.svg | 64 ++++++++++++++++++++++ ui/app/img/gear.svg | 61 +++++++++++++++++++++ ui/app/img/mask.svg | 133 ++++++++++++++++++++++++++++++++++++++++++++++ ui/app/img/off.svg | 88 ++++++++++++++++++++++++++++++ ui/app/img/on.svg | 78 +++++++++++++++++++++++++++ ui/app/img/planet.svg | 60 +++++++++++++++++++++ ui/app/img/unknown.svg | 82 ++++++++++++++++++++++++++++ ui/app/img/user.svg | 65 ++++++++++++++++++++++ ui/app/img/wait.svg | 75 ++++++++++++++++++++++++++ 13 files changed, 973 insertions(+) create mode 100644 ui/app/img/arrow-down.svg create mode 100644 ui/app/img/arrow-up.svg create mode 100644 ui/app/img/cloud.svg create mode 100644 ui/app/img/disabled.svg create mode 100644 ui/app/img/envelope.svg create mode 100644 ui/app/img/gear.svg create mode 100644 ui/app/img/mask.svg create mode 100644 ui/app/img/off.svg create mode 100644 ui/app/img/on.svg create mode 100644 ui/app/img/planet.svg create mode 100644 ui/app/img/unknown.svg create mode 100644 ui/app/img/user.svg create mode 100644 ui/app/img/wait.svg (limited to 'ui/app/img') diff --git a/ui/app/img/arrow-down.svg b/ui/app/img/arrow-down.svg new file mode 100644 index 0000000..14c4b5d --- /dev/null +++ b/ui/app/img/arrow-down.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/ui/app/img/arrow-up.svg b/ui/app/img/arrow-up.svg new file mode 100644 index 0000000..30ea8fd --- /dev/null +++ b/ui/app/img/arrow-up.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/ui/app/img/cloud.svg b/ui/app/img/cloud.svg new file mode 100644 index 0000000..bf7a94a --- /dev/null +++ b/ui/app/img/cloud.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/ui/app/img/disabled.svg b/ui/app/img/disabled.svg new file mode 100644 index 0000000..90804d8 --- /dev/null +++ b/ui/app/img/disabled.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/ui/app/img/envelope.svg b/ui/app/img/envelope.svg new file mode 100644 index 0000000..5775e09 --- /dev/null +++ b/ui/app/img/envelope.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ui/app/img/gear.svg b/ui/app/img/gear.svg new file mode 100644 index 0000000..be5a5b3 --- /dev/null +++ b/ui/app/img/gear.svg @@ -0,0 +1,61 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ui/app/img/mask.svg b/ui/app/img/mask.svg new file mode 100644 index 0000000..f254c5e --- /dev/null +++ b/ui/app/img/mask.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/ui/app/img/off.svg b/ui/app/img/off.svg new file mode 100644 index 0000000..35c49a5 --- /dev/null +++ b/ui/app/img/off.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/ui/app/img/on.svg b/ui/app/img/on.svg new file mode 100644 index 0000000..36938e0 --- /dev/null +++ b/ui/app/img/on.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/ui/app/img/planet.svg b/ui/app/img/planet.svg new file mode 100644 index 0000000..5697d5d --- /dev/null +++ b/ui/app/img/planet.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/ui/app/img/unknown.svg b/ui/app/img/unknown.svg new file mode 100644 index 0000000..6003863 --- /dev/null +++ b/ui/app/img/unknown.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/ui/app/img/user.svg b/ui/app/img/user.svg new file mode 100644 index 0000000..ad86a75 --- /dev/null +++ b/ui/app/img/user.svg @@ -0,0 +1,65 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/ui/app/img/wait.svg b/ui/app/img/wait.svg new file mode 100644 index 0000000..2ae0113 --- /dev/null +++ b/ui/app/img/wait.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + -- cgit v1.2.3