From 54f65627c6129366504faf41650f5e61855a485d Mon Sep 17 00:00:00 2001 From: estade Date: Wed, 15 Jul 2015 19:39:37 -0700 Subject: Switch controlled settings indicators to inlined SVGs. The names of the .svgs are taken from the official icon name. Most of the svgs are identical to the old pngs, but the "policy", "extension", and "group" ones are slightly different. BUG=505953 TBR=oshima@chromium.org,benwells@chromium.org Review URL: https://codereview.chromium.org/1227223004 Cr-Commit-Position: refs/heads/master@{#338974} --- ui/webui/resources/images/account_child_invert.svg | 6 ++++++ ui/webui/resources/images/account_circle.svg | 4 ++++ ui/webui/resources/images/business.svg | 4 ++++ ui/webui/resources/images/extension.svg | 4 ++++ ui/webui/resources/images/group.svg | 4 ++++ ui/webui/resources/images/supervisor_account.svg | 4 ++++ 6 files changed, 26 insertions(+) create mode 100644 ui/webui/resources/images/account_child_invert.svg create mode 100644 ui/webui/resources/images/account_circle.svg create mode 100644 ui/webui/resources/images/business.svg create mode 100644 ui/webui/resources/images/extension.svg create mode 100644 ui/webui/resources/images/group.svg create mode 100644 ui/webui/resources/images/supervisor_account.svg (limited to 'ui/webui/resources/images') diff --git a/ui/webui/resources/images/account_child_invert.svg b/ui/webui/resources/images/account_child_invert.svg new file mode 100644 index 0000000..dcb32c4 --- /dev/null +++ b/ui/webui/resources/images/account_child_invert.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/ui/webui/resources/images/account_circle.svg b/ui/webui/resources/images/account_circle.svg new file mode 100644 index 0000000..24d6af9 --- /dev/null +++ b/ui/webui/resources/images/account_circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/ui/webui/resources/images/business.svg b/ui/webui/resources/images/business.svg new file mode 100644 index 0000000..0584f8d --- /dev/null +++ b/ui/webui/resources/images/business.svg @@ -0,0 +1,4 @@ + + + + diff --git a/ui/webui/resources/images/extension.svg b/ui/webui/resources/images/extension.svg new file mode 100644 index 0000000..33cf404 --- /dev/null +++ b/ui/webui/resources/images/extension.svg @@ -0,0 +1,4 @@ + + + + diff --git a/ui/webui/resources/images/group.svg b/ui/webui/resources/images/group.svg new file mode 100644 index 0000000..b5140a4 --- /dev/null +++ b/ui/webui/resources/images/group.svg @@ -0,0 +1,4 @@ + + + + diff --git a/ui/webui/resources/images/supervisor_account.svg b/ui/webui/resources/images/supervisor_account.svg new file mode 100644 index 0000000..87fdd29 --- /dev/null +++ b/ui/webui/resources/images/supervisor_account.svg @@ -0,0 +1,4 @@ + + + + -- cgit v1.1