Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Created November 22, 2018 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickbutcher/e603e53b3b8eab14f55fc1b2947ebc2d to your computer and use it in GitHub Desktop.
Save nickbutcher/e603e53b3b8eab14f55fc1b2947ebc2d to your computer and use it in GitHub Desktop.
<!-- 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