Updated navigation icons
This commit is contained in:
parent
ee06aed94b
commit
659914afbe
10
app/src/main/res/drawable/ic_bug_filled_md2.xml
Normal file
10
app/src/main/res/drawable/ic_bug_filled_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M20,8h-2.81c-0.45,-0.78 -1.07,-1.45 -1.82,-1.96L17,4.41 15.59,3l-2.17,2.17C12.96,5.06 12.49,5 12,5c-0.49,0 -0.96,0.06 -1.41,0.17L8.41,3 7,4.41l1.62,1.63C7.88,6.55 7.26,7.22 6.81,8L4,8v2h2.09c-0.05,0.33 -0.09,0.66 -0.09,1v1L4,12v2h2v1c0,0.34 0.04,0.67 0.09,1L4,16v2h2.81c1.04,1.79 2.97,3 5.19,3s4.15,-1.21 5.19,-3L20,18v-2h-2.09c0.05,-0.33 0.09,-0.66 0.09,-1v-1h2v-2h-2v-1c0,-0.34 -0.04,-0.67 -0.09,-1L20,10L20,8zM14,16h-4v-2h4v2zM14,12h-4v-2h4v2z" />
|
||||||
|
</vector>
|
@ -1,10 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:width="24dp"
|
<item android:drawable="@drawable/ic_bug_filled_md2" android:state_selected="true" />
|
||||||
android:height="24dp"
|
<item android:drawable="@drawable/ic_bug_filled_md2" android:state_checked="true" />
|
||||||
android:viewportWidth="24"
|
<item android:drawable="@drawable/ic_bug_outlined_md2" />
|
||||||
android:viewportHeight="24">
|
</selector>
|
||||||
<path
|
|
||||||
android:fillColor="?colorOnSurface"
|
|
||||||
android:pathData="M20,8H17.19C16.74,7.2 16.12,6.5 15.37,6L17,4.41L15.59,3L13.42,5.17C12.96,5.06 12.5,5 12,5C11.5,5 11.05,5.06 10.59,5.17L8.41,3L7,4.41L8.62,6C7.87,6.5 7.26,7.21 6.81,8H4V10H6.09C6.03,10.33 6,10.66 6,11V12H4V14H6V15C6,15.34 6.03,15.67 6.09,16H4V18H6.81C8.47,20.87 12.14,21.84 15,20.18C15.91,19.66 16.67,18.9 17.19,18H20V16H17.91C17.97,15.67 18,15.34 18,15V14H20V12H18V11C18,10.66 17.97,10.33 17.91,10H20V8M16,15A4,4 0 0,1 12,19A4,4 0 0,1 8,15V11A4,4 0 0,1 12,7A4,4 0 0,1 16,11V15M14,10V12H10V10H14M10,14H14V16H10V14Z" />
|
|
||||||
</vector>
|
|
10
app/src/main/res/drawable/ic_bug_outlined_md2.xml
Normal file
10
app/src/main/res/drawable/ic_bug_outlined_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M20,8H17.19C16.74,7.2 16.12,6.5 15.37,6L17,4.41L15.59,3L13.42,5.17C12.96,5.06 12.5,5 12,5C11.5,5 11.05,5.06 10.59,5.17L8.41,3L7,4.41L8.62,6C7.87,6.5 7.26,7.21 6.81,8H4V10H6.09C6.03,10.33 6,10.66 6,11V12H4V14H6V15C6,15.34 6.03,15.67 6.09,16H4V18H6.81C8.47,20.87 12.14,21.84 15,20.18C15.91,19.66 16.67,18.9 17.19,18H20V16H17.91C17.97,15.67 18,15.34 18,15V14H20V12H18V11C18,10.66 17.97,10.33 17.91,10H20V8M16,15A4,4 0 0,1 12,19A4,4 0 0,1 8,15V11A4,4 0 0,1 12,7A4,4 0 0,1 16,11V15M14,10V12H10V10H14M10,14H14V16H10V14Z" />
|
||||||
|
</vector>
|
9
app/src/main/res/drawable/ic_home_filled_md2.xml
Normal file
9
app/src/main/res/drawable/ic_home_filled_md2.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z" />
|
||||||
|
</vector>
|
@ -1,10 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:width="24dp"
|
<item android:drawable="@drawable/ic_home_filled_md2" android:state_selected="true" />
|
||||||
android:height="24dp"
|
<item android:drawable="@drawable/ic_home_filled_md2" android:state_checked="true" />
|
||||||
android:viewportWidth="24"
|
<item android:drawable="@drawable/ic_home_outlined_md2" />
|
||||||
android:viewportHeight="24">
|
</selector>
|
||||||
<path
|
|
||||||
android:fillColor="?colorOnPrimary"
|
|
||||||
android:pathData="M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69M12 3L2 12H5V20H11V14H13V20H19V12H22L12 3Z" />
|
|
||||||
</vector>
|
|
10
app/src/main/res/drawable/ic_home_outlined_md2.xml
Normal file
10
app/src/main/res/drawable/ic_home_outlined_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69M12 3L2 12H5V20H11V14H13V20H19V12H22L12 3Z" />
|
||||||
|
</vector>
|
10
app/src/main/res/drawable/ic_module_filled_md2.xml
Normal file
10
app/src/main/res/drawable/ic_module_filled_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M20.5,11H19V7C19,5.89 18.1,5 17,5H13V3.5A2.5,2.5 0 0,0 10.5,1A2.5,2.5 0 0,0 8,3.5V5H4A2,2 0 0,0 2,7V10.8H3.5C5,10.8 6.2,12 6.2,13.5C6.2,15 5,16.2 3.5,16.2H2V20A2,2 0 0,0 4,22H7.8V20.5C7.8,19 9,17.8 10.5,17.8C12,17.8 13.2,19 13.2,20.5V22H17A2,2 0 0,0 19,20V16H20.5A2.5,2.5 0 0,0 23,13.5A2.5,2.5 0 0,0 20.5,11Z" />
|
||||||
|
</vector>
|
@ -1,10 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:width="24dp"
|
<item android:drawable="@drawable/ic_module_filled_md2" android:state_selected="true" />
|
||||||
android:height="24dp"
|
<item android:drawable="@drawable/ic_module_filled_md2" android:state_checked="true" />
|
||||||
android:viewportWidth="24"
|
<item android:drawable="@drawable/ic_module_outlined_md2" />
|
||||||
android:viewportHeight="24">
|
</selector>
|
||||||
<path
|
|
||||||
android:fillColor="?colorOnSurface"
|
|
||||||
android:pathData="M22,13.5C22,15.26 20.7,16.72 19,16.96V20A2,2 0 0,1 17,22H13.2V21.7A2.7,2.7 0 0,0 10.5,19C9,19 7.8,20.21 7.8,21.7V22H4A2,2 0 0,1 2,20V16.2H2.3C3.79,16.2 5,15 5,13.5C5,12 3.79,10.8 2.3,10.8H2V7A2,2 0 0,1 4,5H7.04C7.28,3.3 8.74,2 10.5,2C12.26,2 13.72,3.3 13.96,5H17A2,2 0 0,1 19,7V10.04C20.7,10.28 22,11.74 22,13.5M17,15H18.5A1.5,1.5 0 0,0 20,13.5A1.5,1.5 0 0,0 18.5,12H17V7H12V5.5A1.5,1.5 0 0,0 10.5,4A1.5,1.5 0 0,0 9,5.5V7H4V9.12C5.76,9.8 7,11.5 7,13.5C7,15.5 5.75,17.2 4,17.88V20H6.12C6.8,18.25 8.5,17 10.5,17C12.5,17 14.2,18.25 14.88,20H17V15Z" />
|
|
||||||
</vector>
|
|
10
app/src/main/res/drawable/ic_module_outlined_md2.xml
Normal file
10
app/src/main/res/drawable/ic_module_outlined_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M22,13.5C22,15.26 20.7,16.72 19,16.96V20A2,2 0 0,1 17,22H13.2V21.7A2.7,2.7 0 0,0 10.5,19C9,19 7.8,20.21 7.8,21.7V22H4A2,2 0 0,1 2,20V16.2H2.3C3.79,16.2 5,15 5,13.5C5,12 3.79,10.8 2.3,10.8H2V7A2,2 0 0,1 4,5H7.04C7.28,3.3 8.74,2 10.5,2C12.26,2 13.72,3.3 13.96,5H17A2,2 0 0,1 19,7V10.04C20.7,10.28 22,11.74 22,13.5M17,15H18.5A1.5,1.5 0 0,0 20,13.5A1.5,1.5 0 0,0 18.5,12H17V7H12V5.5A1.5,1.5 0 0,0 10.5,4A1.5,1.5 0 0,0 9,5.5V7H4V9.12C5.76,9.8 7,11.5 7,13.5C7,15.5 5.75,17.2 4,17.88V20H6.12C6.8,18.25 8.5,17 10.5,17C12.5,17 14.2,18.25 14.88,20H17V15Z" />
|
||||||
|
</vector>
|
10
app/src/main/res/drawable/ic_settings_filled_md2.xml
Normal file
10
app/src/main/res/drawable/ic_settings_filled_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z" />
|
||||||
|
</vector>
|
@ -1,10 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:width="24dp"
|
<item android:drawable="@drawable/ic_settings_filled_md2" android:state_selected="true" />
|
||||||
android:height="24dp"
|
<item android:drawable="@drawable/ic_settings_filled_md2" android:state_checked="true" />
|
||||||
android:viewportWidth="24"
|
<item android:drawable="@drawable/ic_settings_outlined_md2" />
|
||||||
android:viewportHeight="24">
|
</selector>
|
||||||
<path
|
|
||||||
android:fillColor="?colorOnSurface"
|
|
||||||
android:pathData="M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M10,22C9.75,22 9.54,21.82 9.5,21.58L9.13,18.93C8.5,18.68 7.96,18.34 7.44,17.94L4.95,18.95C4.73,19.03 4.46,18.95 4.34,18.73L2.34,15.27C2.21,15.05 2.27,14.78 2.46,14.63L4.57,12.97L4.5,12L4.57,11L2.46,9.37C2.27,9.22 2.21,8.95 2.34,8.73L4.34,5.27C4.46,5.05 4.73,4.96 4.95,5.05L7.44,6.05C7.96,5.66 8.5,5.32 9.13,5.07L9.5,2.42C9.54,2.18 9.75,2 10,2H14C14.25,2 14.46,2.18 14.5,2.42L14.87,5.07C15.5,5.32 16.04,5.66 16.56,6.05L19.05,5.05C19.27,4.96 19.54,5.05 19.66,5.27L21.66,8.73C21.79,8.95 21.73,9.22 21.54,9.37L19.43,11L19.5,12L19.43,13L21.54,14.63C21.73,14.78 21.79,15.05 21.66,15.27L19.66,18.73C19.54,18.95 19.27,19.04 19.05,18.95L16.56,17.95C16.04,18.34 15.5,18.68 14.87,18.93L14.5,21.58C14.46,21.82 14.25,22 14,22H10M11.25,4L10.88,6.61C9.68,6.86 8.62,7.5 7.85,8.39L5.44,7.35L4.69,8.65L6.8,10.2C6.4,11.37 6.4,12.64 6.8,13.8L4.68,15.36L5.43,16.66L7.86,15.62C8.63,16.5 9.68,17.14 10.87,17.38L11.24,20H12.76L13.13,17.39C14.32,17.14 15.37,16.5 16.14,15.62L18.57,16.66L19.32,15.36L17.2,13.81C17.6,12.64 17.6,11.37 17.2,10.2L19.31,8.65L18.56,7.35L16.15,8.39C15.38,7.5 14.32,6.86 13.12,6.62L12.75,4H11.25Z" />
|
|
||||||
</vector>
|
|
10
app/src/main/res/drawable/ic_settings_outlined_md2.xml
Normal file
10
app/src/main/res/drawable/ic_settings_outlined_md2.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M10,22C9.75,22 9.54,21.82 9.5,21.58L9.13,18.93C8.5,18.68 7.96,18.34 7.44,17.94L4.95,18.95C4.73,19.03 4.46,18.95 4.34,18.73L2.34,15.27C2.21,15.05 2.27,14.78 2.46,14.63L4.57,12.97L4.5,12L4.57,11L2.46,9.37C2.27,9.22 2.21,8.95 2.34,8.73L4.34,5.27C4.46,5.05 4.73,4.96 4.95,5.05L7.44,6.05C7.96,5.66 8.5,5.32 9.13,5.07L9.5,2.42C9.54,2.18 9.75,2 10,2H14C14.25,2 14.46,2.18 14.5,2.42L14.87,5.07C15.5,5.32 16.04,5.66 16.56,6.05L19.05,5.05C19.27,4.96 19.54,5.05 19.66,5.27L21.66,8.73C21.79,8.95 21.73,9.22 21.54,9.37L19.43,11L19.5,12L19.43,13L21.54,14.63C21.73,14.78 21.79,15.05 21.66,15.27L19.66,18.73C19.54,18.95 19.27,19.04 19.05,18.95L16.56,17.95C16.04,18.34 15.5,18.68 14.87,18.93L14.5,21.58C14.46,21.82 14.25,22 14,22H10M11.25,4L10.88,6.61C9.68,6.86 8.62,7.5 7.85,8.39L5.44,7.35L4.69,8.65L6.8,10.2C6.4,11.37 6.4,12.64 6.8,13.8L4.68,15.36L5.43,16.66L7.86,15.62C8.63,16.5 9.68,17.14 10.87,17.38L11.24,20H12.76L13.13,17.39C14.32,17.14 15.37,16.5 16.14,15.62L18.57,16.66L19.32,15.36L17.2,13.81C17.6,12.64 17.6,11.37 17.2,10.2L19.31,8.65L18.56,7.35L16.15,8.39C15.38,7.5 14.32,6.86 13.12,6.62L12.75,4H11.25Z" />
|
||||||
|
</vector>
|
20
app/src/main/res/drawable/ic_superuser_filled_md2.xml
Normal file
20
app/src/main/res/drawable/ic_superuser_filled_md2.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="18.82"
|
||||||
|
android:viewportHeight="19.38">
|
||||||
|
|
||||||
|
<group
|
||||||
|
android:scaleX=".8"
|
||||||
|
android:scaleY=".8"
|
||||||
|
android:translateX="1.882"
|
||||||
|
android:translateY="1.882">
|
||||||
|
<path
|
||||||
|
android:fillColor="?colorOnSurface"
|
||||||
|
android:pathData="M3.55,18.45A0.49,0.49 0,0 1,3.41 18.02l0.49,-3.13L1.41,14.89a0.65,0.65 0,0 1,-0.67 -0.67L0.74,12.53A0.65,0.65 0,0 1,1.41 11.87h2.9l0.64,-4.35L2.17,7.52a0.65,0.65 0,0 1,-0.67 -0.67L1.5,5.16a0.65,0.65 0,0 1,0.67 -0.67L5.41,4.49l0.46,-3.13a0.86,0.86 0,0 1,0.23 -0.44,0.59 0.59,0 0,1 0.43,-0.17h1.71a0.6,0.6 0,0 1,0.61 0.61L8.41,4.5h3.6l0.46,-3.13a0.87,0.87 0,0 1,0.23 -0.44,0.59 0.59,0 0,1 0.44,-0.17h1.71a0.6,0.6 0,0 1,0.61 0.61l-0.46,3.13L17.41,4.5a0.65,0.65 0,0 1,0.67 0.67L18.08,6.85a0.65,0.65 0,0 1,-0.67 0.67L14.56,7.52l-0.67,4.35h2.76a0.65,0.65 0,0 1,0.67 0.67v1.68a0.65,0.65 0,0 1,-0.67 0.67L13.41,14.89l-0.46,3.13a0.87,0.87 0,0 1,-0.23 0.44,0.63 0.63,0 0,1 -0.46,0.17L10.59,18.63a0.64,0.64 0,0 1,-0.45 -0.17,0.49 0.49,0 0,1 -0.16,-0.44l0.49,-3.13L6.87,14.89L6.41,18.02a0.86,0.86 0,0 1,-0.23 0.44,0.63 0.63,0 0,1 -0.46,0.17L4,18.63A0.65,0.65 0,0 1,3.55 18.45ZM7.31,11.87h3.6l0.64,-4.35L7.97,7.52Z"
|
||||||
|
android:strokeWidth="1.5"
|
||||||
|
android:strokeColor="?colorOnSurface"
|
||||||
|
android:strokeLineJoin="round" />
|
||||||
|
</group>
|
||||||
|
|
||||||
|
</vector>
|
@ -1,9 +1,6 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
android:width="24dp"
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:height="24dp"
|
<item android:drawable="@drawable/ic_superuser_filled_md2" android:state_selected="true" />
|
||||||
android:viewportWidth="24"
|
<item android:drawable="@drawable/ic_superuser_filled_md2" android:state_checked="true" />
|
||||||
android:viewportHeight="24">
|
<item android:drawable="@drawable/ic_superuser_outlined_md2" />
|
||||||
<path
|
</selector>
|
||||||
android:fillColor="?colorOnSurface"
|
|
||||||
android:pathData="M18.6,3l-0.7,4h4l-0.3,2h-4l-1.1,6h4l-0.3,2h-4l-0.7,4h-2l0.7,-4h-6l-0.7,4h-2l0.7,-4h-4l0.4,-2h4l1.1,-6h-4l0.4,-2h4l0.7,-4h2L9.9,7h6l0.7,-4H18.6M15.5,9h-6l-1.1,6h6L15.5,9M18.6,1.5h-2c-0.7,0 -1.3,0.5 -1.5,1.2l-0.5,2.8h-3l0.4,-2.2c0.1,-0.4 0,-0.9 -0.3,-1.2c-0.3,-0.3 -0.7,-0.5 -1.1,-0.5h-2C7.9,1.5 7.2,2 7.1,2.7L6.6,5.5H3.9C3.2,5.5 2.5,6 2.4,6.7l-0.4,2C2,9.2 2.1,9.6 2.4,10c0.3,0.3 0.7,0.5 1.1,0.5h2.2l-0.5,3H2.5c-0.7,0 -1.4,0.5 -1.5,1.2l-0.4,2c-0.1,0.4 0,0.9 0.3,1.2c0.3,0.3 0.7,0.5 1.1,0.5h2.2l-0.4,2.2c-0.1,0.4 0,0.9 0.3,1.2c0.3,0.3 0.7,0.5 1.1,0.5h2c0.7,0 1.3,-0.5 1.5,-1.2l0.5,-2.8h3l-0.4,2.2c-0.1,0.4 0,0.9 0.3,1.2c0.3,0.3 0.7,0.5 1.1,0.5h2c0.7,0 1.3,-0.5 1.5,-1.2l0.5,-2.8h2.7c0.7,0 1.4,-0.5 1.5,-1.2l0.4,-2c0.1,-0.4 0,-0.9 -0.3,-1.2c-0.3,-0.3 -0.7,-0.5 -1.1,-0.5h-2.2l0.5,-3h2.7c0.7,0 1.4,-0.5 1.5,-1.2l0.4,-2c0.1,-0.4 0,-0.9 -0.3,-1.2c-0.3,-0.3 -0.7,-0.5 -1.1,-0.5h-2.2l0.4,-2.2c0.1,-0.4 0,-0.9 -0.3,-1.2C19.5,1.7 19,1.5 18.6,1.5L18.6,1.5zM10.8,10.5h3l-0.5,3h-3L10.8,10.5L10.8,10.5z" />
|
|
||||||
</vector>
|
|
20
app/src/main/res/drawable/ic_superuser_outlined_md2.xml
Normal file
20
app/src/main/res/drawable/ic_superuser_outlined_md2.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="18.82"
|
||||||
|
android:viewportHeight="19.38">
|
||||||
|
|
||||||
|
<group
|
||||||
|
android:scaleX=".8"
|
||||||
|
android:scaleY=".8"
|
||||||
|
android:translateX="1.882"
|
||||||
|
android:translateY="1.882">
|
||||||
|
<path
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:pathData="M3.55,18.45A0.49,0.49 0,0 1,3.41 18.02l0.49,-3.13L1.41,14.89a0.65,0.65 0,0 1,-0.67 -0.67L0.74,12.53A0.65,0.65 0,0 1,1.41 11.87h2.9l0.64,-4.35L2.17,7.52a0.65,0.65 0,0 1,-0.67 -0.67L1.5,5.16a0.65,0.65 0,0 1,0.67 -0.67L5.41,4.49l0.46,-3.13a0.86,0.86 0,0 1,0.23 -0.44,0.59 0.59,0 0,1 0.43,-0.17h1.71a0.6,0.6 0,0 1,0.61 0.61L8.41,4.5h3.6l0.46,-3.13a0.87,0.87 0,0 1,0.23 -0.44,0.59 0.59,0 0,1 0.44,-0.17h1.71a0.6,0.6 0,0 1,0.61 0.61l-0.46,3.13L17.41,4.5a0.65,0.65 0,0 1,0.67 0.67L18.08,6.85a0.65,0.65 0,0 1,-0.67 0.67L14.56,7.52l-0.67,4.35h2.76a0.65,0.65 0,0 1,0.67 0.67v1.68a0.65,0.65 0,0 1,-0.67 0.67L13.41,14.89l-0.46,3.13a0.87,0.87 0,0 1,-0.23 0.44,0.63 0.63,0 0,1 -0.46,0.17L10.59,18.63a0.64,0.64 0,0 1,-0.45 -0.17,0.49 0.49,0 0,1 -0.16,-0.44l0.49,-3.13L6.87,14.89L6.41,18.02a0.86,0.86 0,0 1,-0.23 0.44,0.63 0.63,0 0,1 -0.46,0.17L4,18.63A0.65,0.65 0,0 1,3.55 18.45ZM7.31,11.87h3.6l0.64,-4.35L7.97,7.52Z"
|
||||||
|
android:strokeWidth="1.5"
|
||||||
|
android:strokeColor="?colorOnSurface"
|
||||||
|
android:strokeLineJoin="round" />
|
||||||
|
</group>
|
||||||
|
|
||||||
|
</vector>
|
Loading…
Reference in New Issue
Block a user