| 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,
|
| +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
|
|
|