-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh more icon using Material icons
- Loading branch information
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
android:viewportWidth="960" | ||
android:viewportHeight="960" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:pathData="M4.5,10.5H2.25L1.5,11.25V13.5L2.25,14.25H4.5L5.25,13.5V11.25L4.5,10.5Z" | ||
android:strokeAlpha="0.4" | ||
android:fillColor="#ffffff" | ||
android:fillAlpha="0.4"/> | ||
<path | ||
android:pathData="M13.125,10.5H10.875L10.125,11.25V13.5L10.875,14.25H13.125L13.875,13.5V11.25L13.125,10.5Z" | ||
android:strokeAlpha="0.4" | ||
android:fillColor="#ffffff" | ||
android:fillAlpha="0.4"/> | ||
<path | ||
android:pathData="M21.75,10.5H19.5L18.75,11.25V13.5L19.5,14.25H21.75L22.5,13.5V11.25L21.75,10.5Z" | ||
android:strokeAlpha="0.4" | ||
android:fillColor="#ffffff" | ||
android:fillAlpha="0.4"/> | ||
android:fillColor="@android:color/white" | ||
android:pathData="M240,560Q207,560 183.5,536.5Q160,513 160,480Q160,447 183.5,423.5Q207,400 240,400Q273,400 296.5,423.5Q320,447 320,480Q320,513 296.5,536.5Q273,560 240,560ZM480,560Q447,560 423.5,536.5Q400,513 400,480Q400,447 423.5,423.5Q447,400 480,400Q513,400 536.5,423.5Q560,447 560,480Q560,513 536.5,536.5Q513,560 480,560ZM720,560Q687,560 663.5,536.5Q640,513 640,480Q640,447 663.5,423.5Q687,400 720,400Q753,400 776.5,423.5Q800,447 800,480Q800,513 776.5,536.5Q753,560 720,560Z"/> | ||
</vector> |