Chromium Code Reviews| Index: chrome/browser/resources/vr_shell/images/lock.svg |
| diff --git a/chrome/browser/resources/vr_shell/images/lock.svg b/chrome/browser/resources/vr_shell/images/lock.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8b20b4c52e9db5977aaf4051971b5e2ac6de2767 |
| --- /dev/null |
| +++ b/chrome/browser/resources/vr_shell/images/lock.svg |
| @@ -0,0 +1,4 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48" fill="#0b8043"> |
| + <path d="M0 0h48v48H0z" fill="none"/> |
| + <path d="M36 16h-2v-4c0-5.52-4.48-10-10-10S14 6.48 14 12v4h-2c-2.21 0-4 1.79-4 4v20c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4zM24 34c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm6.2-18H17.8v-4c0-3.42 2.78-6.2 6.2-6.2 3.42 0 6.2 2.78 6.2 6.2v4z"/> |
|
Dan Beam
2016/12/13 03:56:59
leave this in ui/webui, used by chrome/browser/res
cjgrant
2016/12/19 21:19:09
Our lock image is green, whereas the existing lock
|
| +</svg> |