aboutsummaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-06 21:05:51 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-06 21:05:51 +0530
commit07f25566ca51b7faf6462a57d15f4ebbfc733ab0 (patch)
tree04e03d831adae4c00ac6a6a19706de4ed6ad7dd3 /img
parent13bccc7bd982da58738dfd63a2493e476d596161 (diff)
downloadwallet-core-07f25566ca51b7faf6462a57d15f4ebbfc733ab0.tar.xz
start spring cleaning, use rollup instead of both webpack and rollup
Diffstat (limited to 'img')
-rw-r--r--img/icon.pngbin830 -> 0 bytes
-rw-r--r--img/logo-2015-medium.pngbin65674 -> 0 bytes
l---------img/logo.png1
-rw-r--r--img/spinner-bars.svg53
4 files changed, 0 insertions, 54 deletions
diff --git a/img/icon.png b/img/icon.png
deleted file mode 100644
index b4733bebc..000000000
--- a/img/icon.png
+++ /dev/null
Binary files differ
diff --git a/img/logo-2015-medium.png b/img/logo-2015-medium.png
deleted file mode 100644
index acf84baaf..000000000
--- a/img/logo-2015-medium.png
+++ /dev/null
Binary files differ
diff --git a/img/logo.png b/img/logo.png
deleted file mode 120000
index 1ddb87d2c..000000000
--- a/img/logo.png
+++ /dev/null
@@ -1 +0,0 @@
-logo-2015-medium.png \ No newline at end of file
diff --git a/img/spinner-bars.svg b/img/spinner-bars.svg
deleted file mode 100644
index f6f7dfcb3..000000000
--- a/img/spinner-bars.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
-<svg width="135" height="140" viewBox="0 0 135 140" xmlns="http://www.w3.org/2000/svg" fill="#fff">
- <rect y="10" width="15" height="120" rx="6">
- <animate attributeName="height"
- begin="0.5s" dur="1s"
- values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
- repeatCount="indefinite" />
- <animate attributeName="y"
- begin="0.5s" dur="1s"
- values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
- repeatCount="indefinite" />
- </rect>
- <rect x="30" y="10" width="15" height="120" rx="6">
- <animate attributeName="height"
- begin="0.25s" dur="1s"
- values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
- repeatCount="indefinite" />
- <animate attributeName="y"
- begin="0.25s" dur="1s"
- values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
- repeatCount="indefinite" />
- </rect>
- <rect x="60" width="15" height="140" rx="6">
- <animate attributeName="height"
- begin="0s" dur="1s"
- values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
- repeatCount="indefinite" />
- <animate attributeName="y"
- begin="0s" dur="1s"
- values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
- repeatCount="indefinite" />
- </rect>
- <rect x="90" y="10" width="15" height="120" rx="6">
- <animate attributeName="height"
- begin="0.25s" dur="1s"
- values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
- repeatCount="indefinite" />
- <animate attributeName="y"
- begin="0.25s" dur="1s"
- values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
- repeatCount="indefinite" />
- </rect>
- <rect x="120" y="10" width="15" height="120" rx="6">
- <animate attributeName="height"
- begin="0.5s" dur="1s"
- values="120;110;100;90;80;70;60;50;40;140;120" calcMode="linear"
- repeatCount="indefinite" />
- <animate attributeName="y"
- begin="0.5s" dur="1s"
- values="10;15;20;25;30;35;40;45;50;0;10" calcMode="linear"
- repeatCount="indefinite" />
- </rect>
-</svg>