forked from Helium314/HeliBoard
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rounded icons - Fix Helium314#694
- Loading branch information
1 parent
c0c11d7
commit 2562d72
Showing
4 changed files
with
31 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Material Design Authors / Google LLC | ||
modified | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportHeight="960" | ||
android:viewportWidth="960" > | ||
<path android:fillColor="#FFF" | ||
android:pathData="M480,536L284,732Q273,743 256,743Q239,743 228,732Q217,721 217,704Q217,687 228,676L424,480L228,284Q217,273 217,256Q217,239 228,228Q239,217 256,217Q273,217 284,228L480,424L676,228Q687,217 704,217Q721,217 732,228Q743,239 743,256Q743,273 732,284L536,480L732,676Q743,687 743,704Q743,721 732,732Q721,743 704,743Q687,743 676,732L480,536Z"/> | ||
</vector> |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Material Design Authors / Google LLC | ||
modified | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportHeight="960" | ||
android:viewportWidth="960"> | ||
<path android:fillColor="#FFF" | ||
android:pathData="m480 560l-94 94q8 15 11 32q3 17 3 34q0 66-47 113q-47 47-113 47q-66 0-113-47q-47-47-47-113q0-66 47-113q47-47 113-47q17 0 34 3q17 3 32 11l 94-94l-94-94q-15 8-32 11q-17 3-34 3q-66 0-113-47q-47-47-47-113q0-66 47-113q47-47 113-47q66 0 113 47q47 47 47 113q0 17-3 34q-3 17-11 32l 438 438q27 27 12 62q-15 35-53 35q-11 0-22-5q-11-5-19-13l-263-263zm120-120l-80-80l 223-223q8-8 19-13q11-5 22-5q38 0 53 35q15 35-13 62l-223 223zm-360-120q33 0 57-24q24-24 24-57q0-33-24-57q-24-24-57-24q-33 0-57 24q-24 24-24 57q0 33 24 57q24 24 57 24zm240 180q8 0 14-6q6-6 6-14q0-8-6-14q-6-6-14-6q-8 0-14 6q-6 6-6 14q0 8 6 14q6 6 14 6zm-240 300q33 0 57-24q24-24 24-57q0-33-24-57q-24-24-57-24q-33 0-57 24q-24 24-24 57q0 33 24 57q24 24 57 24z"/> | ||
</vector> |
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