Chromium Code Reviews| Index: ash/resources/vector_icons/network_badge_off.icon |
| diff --git a/ash/resources/vector_icons/network_badge_off.icon b/ash/resources/vector_icons/network_badge_off.icon |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e8388fece62757678c8e36df41c67b487fb606b3 |
| --- /dev/null |
| +++ b/ash/resources/vector_icons/network_badge_off.icon |
| @@ -0,0 +1,16 @@ |
| +// Copyright 2016 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +CANVAS_DIMENSIONS, 20, |
|
Evan Stade
2017/03/21 17:40:25
I made this badge myself. I based it off of the ot
James Cook
2017/03/21 19:57:31
Acknowledged.
|
| +PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, |
| +CAP_SQUARE, |
| +STROKE, 2, |
| +MOVE_TO, 4, 2, |
| +R_LINE_TO, 14, 14, |
| +NEW_PATH, |
| +CAP_SQUARE, |
| +STROKE, 2, |
| +MOVE_TO, 2, 2, |
| +R_LINE_TO, 14, 14, |
| +END |