summaryrefslogtreecommitdiffstats
path: root/ui/webui/resources/images
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-08-24 16:52:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-24 23:53:19 +0000
commit39e165f9a18b4648c309ef4ca33f92817bd34fb9 (patch)
tree7100e687dbcdc45a0b137f54f75304c16ce6fdd2 /ui/webui/resources/images
parent3ac008a2c423251d12921bd97a2776f7912864e6 (diff)
downloadchromium_src-39e165f9a18b4648c309ef4ca33f92817bd34fb9.zip
chromium_src-39e165f9a18b4648c309ef4ca33f92817bd34fb9.tar.gz
chromium_src-39e165f9a18b4648c309ef4ca33f92817bd34fb9.tar.bz2
Update device icons in history page to MD spec
BUG=505953 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/1308203007 Cr-Commit-Position: refs/heads/master@{#345211}
Diffstat (limited to 'ui/webui/resources/images')
-rw-r--r--ui/webui/resources/images/laptop.svg9
-rw-r--r--ui/webui/resources/images/laptop_small.pngbin177 -> 0 bytes
-rw-r--r--ui/webui/resources/images/phone_small.pngbin192 -> 0 bytes
-rw-r--r--ui/webui/resources/images/smartphone.svg3
-rw-r--r--ui/webui/resources/images/tablet.svg3
-rw-r--r--ui/webui/resources/images/tablet_small.pngbin198 -> 0 bytes
6 files changed, 15 insertions, 0 deletions
diff --git a/ui/webui/resources/images/laptop.svg b/ui/webui/resources/images/laptop.svg
new file mode 100644
index 0000000..9c1eadd
--- /dev/null
+++ b/ui/webui/resources/images/laptop.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" fill="#5a5a5a">
+ <defs>
+ <path id="a" d="M0 0h24v24H0V0z"/>
+ </defs>
+ <clipPath id="b">
+ <use xlink:href="#a" overflow="visible"/>
+ </clipPath>
+ <path clip-path="url(#b)" d="M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"/>
+</svg>
diff --git a/ui/webui/resources/images/laptop_small.png b/ui/webui/resources/images/laptop_small.png
deleted file mode 100644
index 70e7d75..0000000
--- a/ui/webui/resources/images/laptop_small.png
+++ /dev/null
Binary files differ
diff --git a/ui/webui/resources/images/phone_small.png b/ui/webui/resources/images/phone_small.png
deleted file mode 100644
index 501f6b8..0000000
--- a/ui/webui/resources/images/phone_small.png
+++ /dev/null
Binary files differ
diff --git a/ui/webui/resources/images/smartphone.svg b/ui/webui/resources/images/smartphone.svg
new file mode 100644
index 0000000..8ad936d
--- /dev/null
+++ b/ui/webui/resources/images/smartphone.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="#5a5a5a">
+ <path d="M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/>
+</svg>
diff --git a/ui/webui/resources/images/tablet.svg b/ui/webui/resources/images/tablet.svg
new file mode 100644
index 0000000..a05e683
--- /dev/null
+++ b/ui/webui/resources/images/tablet.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="#5a5a5a">
+ <path d="M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 1.99-.9 1.99-2L23 6c0-1.1-.9-2-2-2zm-2 14H5V6h14v12z"/>
+</svg>
diff --git a/ui/webui/resources/images/tablet_small.png b/ui/webui/resources/images/tablet_small.png
deleted file mode 100644
index bf07b5f..0000000
--- a/ui/webui/resources/images/tablet_small.png
+++ /dev/null
Binary files differ