Created
November 22, 2018 15:49
-
-
Save nickbutcher/e603e53b3b8eab14f55fc1b2947ebc2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Copyright 2018 Google LLC. | |
| SPDX-License-Identifier: Apache-2.0 --> | |
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:width="24dp" | |
| android:height="24dp" | |
| android:viewportWidth="24" | |
| android:viewportHeight="24"> | |
| <path | |
| android:name="cross" | |
| android:pathData="M6.4,6.4 L17.6,17.6 M6.4,17.6 L17.6,6.4" | |
| android:strokeWidth="2" | |
| android:strokeLineCap="square" | |
| android:strokeColor="#999" /> | |
| </vector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment