Skip to content

Commit 96cd3fd

Browse files
committed
feat: Update send icon with new design and dimensions
1 parent 5e333e1 commit 96cd3fd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:width="24dp"
4-
android:height="24dp"
3+
android:width="30dp"
4+
android:height="28dp"
55
android:viewportWidth="24"
66
android:viewportHeight="24">
77
<path
88
android:fillColor="#FFFFFF"
9-
android:pathData="M2.01,21L23,12 2.01,3 2,10l15,2 -15,2z"/>
9+
android:pathData="M12,5.5C11.6,5.5 11.2,5.65 10.9,5.95L6.8,10.05C6.3,10.55 6.3,11.35 6.8,11.85C7.3,12.35 8.1,12.35 8.6,11.85L10.5,9.95V18.5C10.5,19.33 11.17,20 12,20C12.83,20 13.5,19.33 13.5,18.5V9.95L15.4,11.85C15.9,12.35 16.7,12.35 17.2,11.85C17.7,11.35 17.7,10.55 17.2,10.05L13.1,5.95C12.8,5.65 12.4,5.5 12,5.5Z"
10+
android:strokeWidth="2"
11+
android:strokeLineCap="round"
12+
android:strokeLineJoin="round"/>
1013
</vector>

0 commit comments

Comments
 (0)