Skip to content

Commit b58a318

Browse files
committed
feat: update icon share
1 parent 02f9d5b commit b58a318

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:width="24dp"
3-
android:height="24dp"
4-
android:viewportWidth="256"
5-
android:viewportHeight="256">
6-
<path
7-
android:pathData="M176,160a39.89,39.89,0,0,0-28.62,12.09l-46.1-29.63a39.8,39.8,0,0,0,0-28.92l46.1-29.63a40,40,0,1,0-8.66-13.45l-46.1,29.63a40,40,0,1,0,0,55.82l46.1,29.63A40,40,0,1,0,176,160Zm0-128a24,24,0,1,1-24,24A24,24,0,0,1,176,32ZM64,152a24,24,0,1,1,24-24A24,24,0,0,1,64,152Zm112,72a24,24,0,1,1,24-24A24,24,0,0,1,176,224Z"
8-
android:fillColor="#ffffff"/>
2+
android:width="16dp"
3+
android:height="16dp"
4+
android:viewportWidth="16"
5+
android:viewportHeight="16">
6+
<path
7+
android:pathData="M10.646,3.146C10.842,2.951 11.158,2.951 11.354,3.146L14.354,6.146C14.549,6.342 14.549,6.658 14.354,6.854L11.354,9.854C11.158,10.049 10.842,10.049 10.646,9.854C10.451,9.658 10.451,9.342 10.646,9.146L13.293,6.5L10.646,3.854C10.451,3.658 10.451,3.342 10.646,3.146Z"
8+
android:fillColor="#FF4400"
9+
android:fillType="evenOdd"/>
10+
<path
11+
android:pathData="M2,5C2.276,5 2.5,5.224 2.5,5.5V13H12C12.276,13 12.5,13.224 12.5,13.5C12.5,13.776 12.276,14 12,14H2.5C2.235,14 1.98,13.895 1.793,13.707C1.605,13.52 1.5,13.265 1.5,13V5.5C1.5,5.224 1.724,5 2,5Z"
12+
android:fillColor="#FF4400"
13+
android:fillType="evenOdd"/>
14+
<path
15+
android:pathData="M10.5,7C9.281,7 8.096,7.405 7.132,8.152C6.168,8.899 5.479,9.944 5.174,11.125C5.105,11.392 4.832,11.553 4.564,11.484C4.297,11.415 4.136,11.142 4.205,10.875C4.566,9.48 5.38,8.244 6.52,7.361C7.659,6.479 9.059,6 10.5,6H14C14.277,6 14.5,6.224 14.5,6.5C14.5,6.776 14.277,7 14,7H10.5C10.5,7 10.501,7 10.5,7Z"
16+
android:fillColor="#FF4400"
17+
android:fillType="evenOdd"/>
918
</vector>

0 commit comments

Comments
 (0)