Skip to content

Commit

Permalink
Update all icons to their rounded variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Jan 3, 2025
1 parent 0a5a8b4 commit 9695fb3
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 33 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/drawable/ic_arrow_end.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:autoMirrored="true"
android:tint="#000000"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@color/black"
android:pathData="M6.2,20.2l1.8,1.8l10,-10l-10,-10l-1.8,1.8l8.2,8.2z" />
android:fillColor="@android:color/white"
android:pathData="M7.38,21.01c0.49,0.49 1.28,0.49 1.77,0l8.31,-8.31c0.39,-0.39 0.39,-1.02 0,-1.41L9.15,2.98c-0.49,-0.49 -1.28,-0.49 -1.77,0s-0.49,1.28 0,1.77L14.62,12l-7.25,7.25c-0.48,0.48 -0.48,1.28 0.01,1.76z" />
</vector>
6 changes: 3 additions & 3 deletions app/src/main/res/drawable/ic_color_picker.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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">
<path
android:fillColor="#000000"
android:pathData="M18.4,3.3L20.7,5.6C21.1,6 21.1,6.7 20.7,7.1L17.6,10.2L19.5,12.1L18.1,13.5L16.7,12.1L7.8,21H3V16.3L11.9,7.3L10.5,5.9L11.9,4.5L13.8,6.4L17,3.3C17.4,2.9 18,2.9 18.4,3.3ZM5,17.1L6.9,19L15,10.9L13.1,9L5,17.1Z" />
android:pathData="M120,800v-117q0,-16 6,-30.5t17,-25.5l335,-335 -58,-56 58,-56 76,76 124,-124q5,-5 12.5,-8t15.5,-3q8,0 15,3t13,8l94,94q5,6 8,13t3,15q0,8 -3,15.5t-8,12.5L705,405l76,78 -57,57 -56,-58 -335,335q-11,11 -25.5,17t-30.5,6L160,840q-17,0 -28.5,-11.5T120,800ZM200,760h78l332,-334 -76,-76 -334,332v78ZM647,350 L743,254 706,217 610,313 647,350ZM647,350 L610,313 647,350Z" />
</vector>
6 changes: 3 additions & 3 deletions app/src/main/res/drawable/ic_filter_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="#000000"
android:pathData="M400,720L400,640L560,640L560,720L400,720ZM240,520L240,440L720,440L720,520L240,520ZM120,320L120,240L840,240L840,320L120,320Z" />
<path
android:fillColor="#000000"
android:pathData="M440,720q-17,0 -28.5,-11.5T400,680q0,-17 11.5,-28.5T440,640h80q17,0 28.5,11.5T560,680q0,17 -11.5,28.5T520,720h-80ZM280,520q-17,0 -28.5,-11.5T240,480q0,-17 11.5,-28.5T280,440h400q17,0 28.5,11.5T720,480q0,17 -11.5,28.5T680,520L280,520ZM160,320q-17,0 -28.5,-11.5T120,280q0,-17 11.5,-28.5T160,240h640q17,0 28.5,11.5T840,280q0,17 -11.5,28.5T800,320L160,320Z" />
</vector>
6 changes: 3 additions & 3 deletions app/src/main/res/drawable/ic_invert_colors.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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">
<path
android:fillColor="#000000"
android:pathData="M6.3,7.9L12,2.3L17.7,7.9C20.8,11.1 20.8,16.1 17.7,19.2C16.1,20.8 14.1,21.6 12,21.6C10,21.6 7.9,20.8 6.3,19.2C3.2,16.1 3.2,11.1 6.3,7.9ZM7.8,17.8C8.9,19 10.4,19.6 12,19.6V5.1L7.8,9.4C6.6,10.5 6,12 6,13.6C6,15.2 6.6,16.7 7.8,17.8Z" />
android:pathData="M480,840q-133,0 -226.5,-92.5T160,524q0,-66 25,-122t69,-100l184,-181q9,-8 20,-12.5t22,-4.5q11,0 22,4.5t20,12.5l184,181q44,44 69,100t25,122q0,131 -93.5,223.5T480,840ZM480,760v-568L310,360q-35,33 -52.5,74.5T240,524q0,97 70,166.5T480,760Z" />
</vector>
8 changes: 3 additions & 5 deletions app/src/main/res/drawable/ic_nav_settings_filled.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="#000000"
android:pathData="M19.5,12C19.5,12.3 19.5,12.7 19.4,13L21.5,14.6C21.7,14.8 21.8,15.1 21.7,15.3L19.7,18.7C19.5,19 19.3,19 19.1,19L16.6,18C16,18.3 15.5,18.7 14.9,18.9L14.5,21.6C14.5,21.8 14.3,22 14,22H10C9.8,22 9.5,21.8 9.5,21.6L9.1,18.9C8.5,18.7 8,18.4 7.4,18L5,19C4.7,19 4.5,19 4.3,18.7L2.3,15.3C2.2,15.1 2.3,14.8 2.5,14.6L4.6,13C4.5,12.7 4.5,12.3 4.5,12C4.5,11.7 4.5,11.3 4.6,11L2.5,9.4C2.3,9.2 2.2,9 2.3,8.7L4.3,5.3C4.5,5.1 4.7,5 5,5.1L7.4,6.1C8,5.7 8.5,5.3 9.1,5.1L9.5,2.4C9.5,2.2 9.8,2 10,2H14C14.3,2 14.5,2.2 14.5,2.4L14.9,5.1C15.5,5.3 16,5.7 16.6,6.1L19.1,5.1C19.3,5 19.5,5.1 19.7,5.3L21.7,8.7C21.8,9 21.7,9.2 21.5,9.4L19.4,11C19.5,11.3 19.5,11.7 19.5,12ZM8.5,12C8.5,13.9 10.1,15.5 12,15.5C13.9,15.5 15.5,13.9 15.5,12C15.5,10.1 13.9,8.5 12,8.5C10.1,8.5 8.5,10.1 8.5,12Z"
tools:ignore="VectorPath" />
android:pathData="M433,880q-27,0 -46.5,-18T363,818l-9,-66q-13,-5 -24.5,-12T307,725l-62,26q-25,11 -50,2t-39,-32l-47,-82q-14,-23 -8,-49t27,-43l53,-40q-1,-7 -1,-13.5v-27q0,-6.5 1,-13.5l-53,-40q-21,-17 -27,-43t8,-49l47,-82q14,-23 39,-32t50,2l62,26q11,-8 23,-15t24,-12l9,-66q4,-26 23.5,-44t46.5,-18h94q27,0 46.5,18t23.5,44l9,66q13,5 24.5,12t22.5,15l62,-26q25,-11 50,-2t39,32l47,82q14,23 8,49t-27,43l-53,40q1,7 1,13.5v27q0,6.5 -2,13.5l53,40q21,17 27,43t-8,49l-48,82q-14,23 -39,32t-50,-2l-60,-26q-11,8 -23,15t-24,12l-9,66q-4,26 -23.5,44T527,880h-94ZM482,620q58,0 99,-41t41,-99q0,-58 -41,-99t-99,-41q-59,0 -99.5,41T342,480q0,58 40.5,99t99.5,41Z" />
</vector>
7 changes: 3 additions & 4 deletions app/src/main/res/drawable/ic_nav_settings_outline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="#000000"
android:fillType="evenOdd"
android:pathData="M19.5,12C19.5,12.3 19.5,12.7 19.4,13L21.5,14.6C21.7,14.8 21.8,15.1 21.7,15.3L19.7,18.7C19.6,18.9 19.4,19 19.2,19C19.2,19 19.1,19 19.1,19L16.6,18C16,18.3 15.5,18.7 14.9,18.9L14.5,21.6C14.5,21.8 14.3,22 14,22H10C9.8,22 9.5,21.8 9.5,21.6L9.1,18.9C8.5,18.7 8,18.4 7.4,18L5,19C4.9,19 4.8,19 4.8,19C4.6,19 4.4,18.9 4.3,18.7L2.3,15.3C2.2,15.1 2.3,14.8 2.5,14.6L4.6,13C4.5,12.7 4.5,12.3 4.5,12C4.5,11.7 4.5,11.3 4.6,11L2.5,9.4C2.3,9.2 2.2,9 2.3,8.7L4.3,5.3C4.4,5.1 4.6,5 4.8,5C4.8,5 4.9,5 5,5.1L7.4,6.1C8,5.7 8.5,5.3 9.1,5.1L9.5,2.4C9.5,2.2 9.8,2 10,2H14C14.3,2 14.5,2.2 14.5,2.4L14.9,5.1C15.5,5.3 16,5.7 16.6,6.1L19.1,5.1C19.1,5 19.2,5 19.2,5C19.4,5 19.6,5.1 19.7,5.3L21.7,8.7C21.8,9 21.7,9.2 21.5,9.4L19.4,11C19.5,11.3 19.5,11.7 19.5,12ZM17.5,12C17.5,11.8 17.5,11.6 17.5,11.3L17.3,10.1L18.2,9.4L19.3,8.6L18.6,7.4L17.3,7.9L16.2,8.3L15.3,7.6C14.9,7.3 14.5,7.1 14.1,6.9L13,6.5L12.9,5.4L12.7,4H11.3L11.1,5.4L10.9,6.5L9.9,6.9C9.5,7.1 9.1,7.3 8.6,7.6L7.7,8.3L6.7,7.9L5.4,7.4L4.7,8.6L5.8,9.4L6.7,10.1L6.6,11.3C6.5,11.6 6.5,11.8 6.5,12C6.5,12.2 6.5,12.4 6.6,12.7L6.7,13.9L5.8,14.6L4.7,15.4L5.4,16.6L6.7,16.1L7.8,15.7L8.7,16.4C9.1,16.7 9.5,16.9 9.9,17.1L11,17.5L11.1,18.7L11.3,20H12.7L12.9,18.7L13.1,17.5L14.1,17.1C14.5,16.9 14.9,16.7 15.4,16.4L16.3,15.7L17.3,16.1L18.6,16.6L19.3,15.4L18.2,14.6L17.3,13.9L17.5,12.7C17.5,12.4 17.5,12.2 17.5,12ZM12,8C9.8,8 8,9.8 8,12C8,14.2 9.8,16 12,16C14.2,16 16,14.2 16,12C16,9.8 14.2,8 12,8ZM10,12C10,13.1 10.9,14 12,14C13.1,14 14,13.1 14,12C14,10.9 13.1,10 12,10C10.9,10 10,10.9 10,12Z"
android:pathData="M433,880q-27,0 -46.5,-18T363,818l-9,-66q-13,-5 -24.5,-12T307,725l-62,26q-25,11 -50,2t-39,-32l-47,-82q-14,-23 -8,-49t27,-43l53,-40q-1,-7 -1,-13.5v-27q0,-6.5 1,-13.5l-53,-40q-21,-17 -27,-43t8,-49l47,-82q14,-23 39,-32t50,2l62,26q11,-8 23,-15t24,-12l9,-66q4,-26 23.5,-44t46.5,-18h94q27,0 46.5,18t23.5,44l9,66q13,5 24.5,12t22.5,15l62,-26q25,-11 50,-2t39,32l47,82q14,23 8,49t-27,43l-53,40q1,7 1,13.5v27q0,6.5 -2,13.5l53,40q21,17 27,43t-8,49l-48,82q-14,23 -39,32t-50,-2l-60,-26q-11,8 -23,15t-24,12l-9,66q-4,26 -23.5,44T527,880h-94ZM440,800h79l14,-106q31,-8 57.5,-23.5T639,633l99,41 39,-68 -86,-65q5,-14 7,-29.5t2,-31.5q0,-16 -2,-31.5t-7,-29.5l86,-65 -39,-68 -99,42q-22,-23 -48.5,-38.5T533,266l-13,-106h-79l-14,106q-31,8 -57.5,23.5T321,327l-99,-41 -39,68 86,64q-5,15 -7,30t-2,32q0,16 2,31t7,30l-86,65 39,68 99,-42q22,23 48.5,38.5T427,694l13,106ZM482,620q58,0 99,-41t41,-99q0,-58 -41,-99t-99,-41q-59,0 -99.5,41T342,480q0,58 40.5,99t99.5,41ZM480,480Z"
tools:ignore="VectorPath" />
</vector>
17 changes: 12 additions & 5 deletions app/src/main/res/drawable/ic_reset.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M12,5V2L8,6l4,4V7c3.31,0 6,2.69 6,6c0,2.97 -2.17,5.43 -5,5.91v2.02c3.95,-0.49 7,-3.85 7,-7.93C20,8.58 16.42,5 12,5z"/>
<path android:fillColor="@android:color/white" android:pathData="M6,13c0,-1.65 0.67,-3.15 1.76,-4.24L6.34,7.34C4.9,8.79 4,10.79 4,13c0,4.08 3.05,7.44 7,7.93v-2.02C8.17,18.43 6,15.97 6,13z"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#000000"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M12,5V3.21c0,-0.45 -0.54,-0.67 -0.85,-0.35L8.35,5.65c-0.2,0.2 -0.2,0.51 0,0.71l2.79,2.79C11.46,9.46 12,9.24 12,8.79V7c3.31,0 6,2.69 6,6c0,2.72 -1.83,5.02 -4.31,5.75C13.27,18.87 13,19.27 13,19.7v0c0,0.65 0.62,1.16 1.25,0.97C17.57,19.7 20,16.64 20,13C20,8.58 16.42,5 12,5z" />
<path
android:fillColor="@android:color/white"
android:pathData="M6,13c0,-1.34 0.44,-2.58 1.19,-3.59c0.3,-0.4 0.26,-0.95 -0.09,-1.31l0,0C6.68,7.68 5.96,7.72 5.6,8.2C4.6,9.54 4,11.2 4,13c0,3.64 2.43,6.7 5.75,7.67C10.38,20.86 11,20.35 11,19.7v0c0,-0.43 -0.27,-0.83 -0.69,-0.95C7.83,18.02 6,15.72 6,13z" />
</vector>
7 changes: 3 additions & 4 deletions app/src/main/res/drawable/ic_search.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<path

android:fillColor="#000000"
android:pathData="M14.7,14H15.5L20.5,19L19,20.5L14,15.5V14.7L13.7,14.4C12.6,15.4 11.1,16 9.5,16C5.9,16 3,13.1 3,9.5C3,5.9 5.9,3 9.5,3C13.1,3 16,5.9 16,9.5C16,11.1 15.4,12.6 14.4,13.7L14.7,14ZM5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5C7,5 5,7 5,9.5Z" />
android:pathData="M380,640q-109,0 -184.5,-75.5T120,380q0,-109 75.5,-184.5T380,120q109,0 184.5,75.5T640,380q0,44 -14,83t-38,69l224,224q11,11 11,28t-11,28q-11,11 -28,11t-28,-11L532,588q-30,24 -69,38t-83,14ZM380,560q75,0 127.5,-52.5T560,380q0,-75 -52.5,-127.5T380,200q-75,0 -127.5,52.5T200,380q0,75 52.5,127.5T380,560Z" />
</vector>
9 changes: 5 additions & 4 deletions app/src/main/res/drawable/ic_update.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
android:tint="#000000"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000"
android:pathData="M480,840q-75,0 -140.5,-28.5t-114,-77q-48.5,-48.5 -77,-114T120,480q0,-75 28.5,-140.5t77,-114q48.5,-48.5 114,-77T480,120q82,0 155.5,35T760,254v-94h80v240L600,400v-80h110q-41,-56 -101,-88t-129,-32q-117,0 -198.5,81.5T200,480q0,117 81.5,198.5T480,760q105,0 183.5,-68T756,520h82q-15,137 -117.5,228.5T480,840ZM592,648L440,496v-216h80v184l128,128 -56,56Z" />
android:fillColor="@android:color/white"
android:pathData="M11,8.75v3.68c0,0.35 0.19,0.68 0.49,0.86l3.12,1.85c0.36,0.21 0.82,0.09 1.03,-0.26c0.21,-0.36 0.1,-0.82 -0.26,-1.03l-2.87,-1.71v-3.4C12.5,8.34 12.16,8 11.75,8S11,8.34 11,8.75zM21,9.5V4.21c0,-0.45 -0.54,-0.67 -0.85,-0.35l-1.78,1.78c-1.81,-1.81 -4.39,-2.85 -7.21,-2.6c-4.19,0.38 -7.64,3.75 -8.1,7.94C2.46,16.4 6.69,21 12,21c4.59,0 8.38,-3.44 8.93,-7.88c0.07,-0.6 -0.4,-1.12 -1,-1.12c-0.5,0 -0.92,0.37 -0.98,0.86c-0.43,3.49 -3.44,6.19 -7.05,6.14c-3.71,-0.05 -6.84,-3.18 -6.9,-6.9C4.94,8.2 8.11,5 12,5c1.93,0 3.68,0.79 4.95,2.05l-2.09,2.09C14.54,9.46 14.76,10 15.21,10h5.29C20.78,10 21,9.78 21,9.5z" />
</vector>

0 comments on commit 9695fb3

Please sign in to comment.