V14.0.1 Ultimate: Killswitch removed + offline features + crash fix

- Decompiled RealRacing3 v14.0.1 (versionCode 14001)
- Patched EnvironmentDataContainer.getLatestAppVersionCheckResult() to always return 0 (APP_VERSION_OK)
- Copied all offline managers from v13: LocalSaveManager, OfflineModeManager, OfflineCurrencyManager, OfflineEventsManager
- Applied delayed initialization fix to MainActivity (500ms Handler.postDelayed)
- Added MainActivity\ inner class with try-catch wrapper
- Server killswitch completely bypassed - game will work after March 2026 shutdown
- Compatible with v13 APKs (same signing key: rr3-release.keystore)

This is the ULTIMATE EDITION: Latest game version + no killswitch + offline mode + crash fixed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 22:36:51 -08:00
parent 8f2e2f78f3
commit 6ffa31962e
787 changed files with 5067 additions and 1269 deletions

View File

@@ -8,4 +8,4 @@
<path android:fillColor="#00000000" android:pathData="M83.37,156.17 L83.37,156.33 83.5,156.25 83.37,156.17z" android:strokeColor="#ffbcbbb9" android:strokeWidth="3.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:strokeAlpha="1.0" />
<path android:fillColor="#00000000" android:pathData="m165.98,175.13c-2,0.72 -4.15,1.12 -6.4,1.12 -11.42,0 -20.52,-10.14 -19.26,-22.14 0.98,-9.33 8.36,-16.75 17.45,-17.61 2.9,-0.27 5.68,0.12 8.22,1.04 2.52,0.92 5.12,-0.9 5.46,-3.54l0,-29.62c0.02,-0.04 0.05,-0.08 0.07,-0.11l0,-0 -0.07,0.04 0,-0.24 -25.37,15.05c-2.37,0.9 -5.11,-0.5 -5.57,-3.15 -0.38,-2.16 -1.12,-4.28 -2.24,-6.29 -5.67,-10.18 -18.76,-13.27 -28.26,-6.19 -7.21,5.38 -9.91,15.39 -6.42,23.81 1.22,2.95 3.01,5.4 5.17,7.32 2.17,1.93 1.74,5.53 -0.75,6.99l-24.64,14.49 -0.13,0.08c0.04,0 0.09,-0 0.13,-0 0.1,-0 0.19,-0 0.29,-0l-0.15,0.09 -0.14,0.08 0,0 0,0 24.74,14.68c2.48,1.47 2.89,5.06 0.72,6.97 -1.62,1.42 -3.04,3.15 -4.16,5.15 -5.71,10.16 -1.72,23.34 9.02,28.21 8.15,3.7 17.93,1.05 23.25,-6.28 1.86,-2.57 3.02,-5.39 3.55,-8.28 0.53,-2.9 3.77,-4.33 6.26,-2.85l24.58,14.59 0.13,0.08 0,-29.92C171.12,176.03 168.51,174.21 165.98,175.13z" android:strokeColor="#ffbcbbb9" android:strokeWidth="3.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:strokeAlpha="1.0" />
<path android:fillColor="#00000000" android:pathData="m239.41,144.34 l-67.88,-40.28 0,0c0,0 -0,-0 -0,-0l0,0.2 0,0 0,29.16c0,0.2 -0.04,0.38 -0.07,0.57 -0.34,2.64 -2.94,4.46 -5.46,3.54 -2.54,-0.92 -5.32,-1.31 -8.22,-1.04 -9.09,0.86 -16.47,8.28 -17.45,17.61 -1.26,11.99 7.85,22.14 19.26,22.14 2.24,0 4.4,-0.39 6.4,-1.12 2.53,-0.92 5.13,0.9 5.47,3.55 0.02,0.19 0.07,0.37 0.07,0.57l0,29.35c0,-0 0,-0 0,-0l0,0L239.41,168.32C248.39,162.99 248.39,149.67 239.41,144.34z" android:strokeColor="#ffbcbbb9" android:strokeWidth="3.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:strokeAlpha="1.0" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<path android:fillColor="#ffffffff" android:pathData="M18.2,1L9.8,1C8.81,1 8,1.81 8,2.8v14.4c0,0.99 0.81,1.79 1.8,1.79l8.4,0.01c0.99,0 1.8,-0.81 1.8,-1.8L20,2.8c0,-0.99 -0.81,-1.8 -1.8,-1.8zM14,3c1.1,0 2,0.89 2,2s-0.9,2 -2,2 -2,-0.89 -2,-2 0.9,-2 2,-2zM14,16.5c-2.21,0 -4,-1.79 -4,-4s1.79,-4 4,-4 4,1.79 4,4 -1.79,4 -4,4z" />
<path android:fillColor="#ffffffff" android:pathData="M14,12.5m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0" />
<path android:fillColor="#ffffffff" android:pathData="M6,5H4v16c0,1.1 0.89,2 2,2h10v-2H6V5z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M0 0h24v24H0z" />
<path android:fillColor="#ffffffff" android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff616161" android:pathData="M 0 0 H 512 V 512 H 0 V 0 Z" />
<path android:fillColor="#ff525252" android:pathData="M256,151v123.14c-6.88-4.02-14.82-6.48-23.33-6.48 c-25.78,0-46.67,20.88-46.67,46.67c0,25.78,20.88,46.67,46.67,46.67s46.67-20.88,46.67-46.67V197.67H326V151H256z" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<group android:pivotX="12.0" android:pivotY="12.0" android:scaleX="-0.7" android:scaleY="0.7">
<path android:fillColor="#ffffffff" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z" />
</group>
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7,14L5,14v5h5v-2L7,17v-3zM5,10h2L7,7h3L10,5L5,5v5zM17,17h-3v2h5v-5h-2v3zM14,5v2h3v3h2L19,5h-5z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M5,16h3v3h2v-5L5,14v2zM8,8L5,8v2h5L10,5L8,5v3zM14,19h2v-3h3v-2h-5v5zM16,8L16,5h-2v5h5L19,8h-3z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM11,16L9,16L9,8h2v8zM15,16h-2L13,8h2v8z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,16.5v-9l6,4.5 -6,4.5z" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<group android:pivotX="12.0" android:pivotY="12.0" android:scaleX="0.7" android:scaleY="0.7">
<path android:fillColor="#ffffffff" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z" />
</group>
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M13.05,9.79L10,7.5v9l3.05,-2.29L16,12zM13.05,9.79L10,7.5v9l3.05,-2.29L16,12zM13.05,9.79L10,7.5v9l3.05,-2.29L16,12zM11,4.07L11,2.05c-2.01,0.2 -3.84,1 -5.32,2.21L7.1,5.69c1.11,-0.86 2.44,-1.44 3.9,-1.62zM5.69,7.1L4.26,5.68C3.05,7.16 2.25,8.99 2.05,11h2.02c0.18,-1.46 0.76,-2.79 1.62,-3.9zM4.07,13L2.05,13c0.2,2.01 1,3.84 2.21,5.32l1.43,-1.43c-0.86,-1.1 -1.44,-2.43 -1.62,-3.89zM5.68,19.74C7.16,20.95 9,21.75 11,21.95v-2.02c-1.46,-0.18 -2.79,-0.76 -3.9,-1.62l-1.42,1.43zM22,12c0,5.16 -3.92,9.42 -8.95,9.95v-2.02C16.97,19.41 20,16.05 20,12s-3.03,-7.41 -6.95,-7.93L13.05,2.05C18.08,2.58 22,6.84 22,12z" />
</vector>
</vector>

View File

@@ -5,4 +5,4 @@
<path android:fillColor="#ffffffff" android:pathData="M19.5,5.5v13h-15v-13H19.5z M19,4H5C3.89,4,3,4.9,3,6v12c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4L19,4z" />
<path android:fillColor="#ffffffff" android:pathData="M11,11H9.5v-0.5h-2v3h2V13H11v1c0,0.55-0.45,1-1,1H7c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h3c0.55,0,1,0.45,1,1V11z" />
<path android:fillColor="#ffffffff" android:pathData="M18,11h-1.5v-0.5h-2v3h2V13H18v1c0,0.55-0.45,1-1,1h-3c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h3c0.55,0,1,0.45,1,1V11z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M0 0h24v24H0z" />
<path android:fillColor="#ffffffff" android:pathData="M19 4H5c-1.11 0-2 0.9-2 2v12c0 1.1 0.89 2 2 2h14c1.1 0 2-0.9 2-2V6c0-1.1-0.9-2-2-2zm-8 7H9.5v-0.5h-2v3h2V13H11v1c0 0.55-0.45 1-1 1H7c-0.55 0-1-0.45-1-1v-4c0-0.55 0.45 -1 1-1h3c0.55 0 1 0.45 1 1v1zm7 0h-1.5v-0.5h-2v3h2V13H18v1c0 0.55-0.45 1-1 1h-3c-0.55 0-1-0.45-1-1v-4c0-0.55 0.45 -1 1-1h3c0.55 0 1 0.45 1 1v1z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7 14l-2 0 0 5 5 0 0 -2 -3 0 0 -3zm-2 -4l2 0 0 -3 3 0 0 -2 -5 0 0 5zm12 7l-3 0 0 2 5 0 0 -5 -2 0 0 3zm-3 -12l0 2 3 0 0 3 2 0 0 -5 -5 0z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M5 16l3 0 0 3 2 0 0 -5 -5 0 0 2zm3 -8l-3 0 0 2 5 0 0 -5 -2 0 0 3zm6 11l2 0 0 -3 3 0 0 -2 -5 0 0 5zm2 -11l0 -3 -2 0 0 5 5 0 0 -2 -3 0z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M8,5v14l11,-7z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#4effffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4zM13,15L13,9h-1l-2,1v1h1.5v4L13,15z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M11,18L11,6l-8.5,6 8.5,6zM11.5,12l8.5,6L20,6l-8.5,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#4effffff" android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm0.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm0.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M0 0h24v24H0z" />
<path android:fillColor="#ff000000" android:pathData="M6 6h12v12H6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M13,7h-2v4L7,11v2h4v4h2v-4h4v-2h-4L13,7zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM9.29,16.29L5.7,12.7c-0.39,-0.39 -0.39,-1.02 0,-1.41 0.39,-0.39 1.02,-0.39 1.41,0L10,14.17l6.88,-6.88c0.39,-0.39 1.02,-0.39 1.41,0 0.39,0.39 0.39,1.02 0,1.41l-7.59,7.59c-0.38,0.39 -1.02,0.39 -1.41,0z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M0 0h24v24H0z" />
<path android:fillColor="#ffffffff" android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M6.49,20.13l1.77,1.77 9.9,-9.9 -9.9,-9.9 -1.77,1.77L14.62,12l-8.13,8.13z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fff06f23" android:pathData="M190,47h27l18,3 16,5 17,7 17,10 13,10 13,12 9,10 9,13 9,16 7,17 5,19 2,13v141l-4,11 -8,10 -9,6 -9,3h-16l-11,-4 -8,-6 -6,-7 -4,-8 -2,-9 -1,-131 -4,-15 -7,-14 -8,-10 -8,-8 -11,-7 -11,-5 -11,-3 -7,-1h-14l-15,3 -12,5 -10,6 -10,8 -10,13 -7,14 -3,11 -1,7v14l3,15 5,13 7,11 11,12 14,9 11,5 13,3 17,2 10,4 10,8 6,10 2,5 1,12 -2,10 -6,12 -7,7 -14,7 -5,1h-17l-19,-3 -17,-5 -18,-8 -15,-9 -12,-9 -10,-9 -12,-12 -13,-18 -8,-15 -7,-18 -4,-16 -2,-13v-34l3,-18 5,-17 7,-17 8,-14 9,-12 9,-10 12,-12 18,-13 19,-10 19,-7 16,-4Z" />
<path android:fillColor="#ff4385f2" android:pathData="M306,277h16l11,4 8,6 7,10 3,7 1,5v14l-4,11 -8,10 -9,6 -9,3h-16l-11,-4 -8,-6 -6,-7 -4,-8 -2,-9v-8l4,-13 6,-9 8,-7 9,-4Z" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<path android:fillColor="#ff221f1f" android:pathData="M180,46h33l19,4 15,6 13,9 8,9 7,14 3,11 1,9 1,103 4,14 7,11 6,9v6l-5,5 -13,12 -11,9 -8,6h-7l-10,-8 -10,-12 -5,-7 -12,11 -15,10 -13,5 -10,2 -10,1h-14l-17,-3 -9,-4 -10,-6 -8,-8 -7,-11 -4,-11 -2,-11v-24l4,-16 7,-14 11,-13 14,-10 14,-6 13,-4 21,-4 39,-4 -2,-24 -3,-9 -5,-6 -8,-4 -4,-1h-13l-10,3 -8,6 -4,5 -4,10 -3,6 -6,2 -36,-4 -9,-3 -2,-6 4,-15 8,-16 11,-12 12,-9 15,-7 15,-4ZM203,171 L187,174 173,181 166,187 160,199 159,203v18l4,10 5,6 7,4 11,1 10,-3 8,-6 7,-8 6,-13 2,-9 1,-16v-16Z" />
<path android:fillColor="#ffff9900" android:pathData="m55,291 l5,1 21,11 25,10 23,7 29,6 29,3h29l21,-2 23,-4 24,-6 20,-7 7,-3 7,1 1,1v5l-9,7 -16,9 -15,7 -21,7 -22,5 -26,3h-23l-21,-2 -24,-5 -24,-8 -18,-8 -22,-13 -13,-10 -11,-9v-5Z" />
<path android:fillColor="#ffff9a00" android:pathData="M312,286h23l8,3 2,7 -2,13 -5,14 -7,11 -6,6 -5,-1 3,-10 5,-15 1,-5v-9l-5,-1h-21l-12,1 -2,-1 1,-4 8,-5 9,-3Z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff008cd6" android:pathData="m171,122 l4,2 7,6 -1,5 -13,23 -14,26 -10,18 -15,27 -16,29 -1,2 21,-4 26,-3 15,-1h53l33,3 24,4h4l-14,-26 -10,-18 -15,-27 -16,-29 -15,-27 1,-3 8,-6 3,-1 13,24 13,23 13,24 13,23 14,26 13,23 -1,4 -11,6 -22,-5 -30,-4 -12,-1 -38,-1 -27,1 -31,3 -26,5 -10,1 -6,-4 -4,-2 2,-5 10,-19 10,-18 16,-29 16,-29 16,-29ZM111,260ZM316,270h14l11,4 10,9 5,9 1,4v17l-4,9 -6,8 -9,6 -6,2h-17l-10,-4 -8,-7 -6,-10 -2,-9v-8l4,-13 6,-8 9,-6ZM321,280 L310,284 302,293 300,299v11l4,8 5,5 4,3 6,2h9l10,-5 6,-7 3,-7v-10l-5,-10 -7,-6 -9,-3ZM71,270h14l12,5 5,4 7,10 3,11v8l-3,11 -6,9 -9,7 -8,3L69,338l-9,-4 -8,-6 -5,-7 -3,-8v-17l4,-10 7,-8 9,-6ZM75,280 L66,283 58,290 54,299v10l5,10 7,6 7,3h9l9,-4 5,-5 4,-6 1,-3v-11l-3,-7 -7,-8 -11,-4Z" />
<path android:fillColor="#ff008bd6" android:pathData="M192,62h17l9,4 8,6 6,9 2,6 1,11 -2,10 -5,9 -8,8 -9,4 -4,1h-13l-11,-4 -8,-7 -4,-5 -4,-9 -1,-11 2,-10 4,-8 6,-7 8,-5ZM196,72 L187,76 180,83 177,91v10l5,10 7,6 9,3 9,-1 8,-4 6,-7 3,-7L224,91l-3,-8 -7,-7 -9,-4Z" />
</vector>
</vector>

View File

@@ -5,4 +5,4 @@
<path android:fillColor="#ffe84039" android:pathData="M109,57h22l16,5 10,6 10,9 8,11 5,11 3,14v14l-4,16 -6,12 -11,12 -9,7 -10,5 -16,4h-14l-14,-3 -16,-8 -12,-11 -7,-10 -5,-12 -2,-8v-22l3,-12 7,-13 9,-11 11,-8 13,-6Z" />
<path android:fillColor="#fffcbe46" android:pathData="M231,63h77l9,4 7,8 2,7v76l-3,8 -4,5 -10,5h-80l-8,-4 -6,-7 -2,-5V80l3,-7 4,-5 7,-4Z" />
<path android:fillColor="#ff243753" android:pathData="m270,197 l4,2 70,70 -1,4 -71,71 -4,-1 -71,-71 2,-4Z" />
</vector>
</vector>

View File

@@ -8,4 +8,4 @@
<path android:fillColor="#ff62a7d4" android:pathData="M92,165h7l4,4v54l-4,4h-7l-4,-5v-52Z" />
<path android:fillColor="#ff62a8d6" android:pathData="M357,182h18v9l-19,1 -1,5 3,2 12,1 6,4 2,4v9l-3,5 -5,3h-24v-8l22,-1 1,-1v-5l-1,-1 -13,-1 -6,-4 -3,-5v-8l4,-6Z" />
<path android:fillColor="#ff62a7d7" android:pathData="m202,188 l5,2 6,4v4l-8,5h-4v-14Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff88c145" android:pathData="m310,168 l11,1 8,4 8,9 4,9 3,12 1,8v36l-4,33 -7,36 -8,31H40v-3l28,-13 29,-15 24,-14 19,-12 20,-14 16,-12 13,-11 11,-9 15,-15 8,-7 13,-12 11,-9 16,-12 16,-10 14,-7 10,-3ZM271,43h3l17,63 -6,9 -11,14 -9,11 -11,13 -11,13 -12,13 -7,8 -13,13 -5,5 -5,5 -13,13 -11,9 -10,9 -17,13 -13,10 -20,14 -20,13 -23,14 -18,10 -5,3 -3,-1v-2l8,-7 25,-25 7,-8 13,-14 9,-11 11,-12 11,-14 14,-18 16,-23 13,-21 10,-18 12,-23 8,-16 11,-25 9,-7 15,-9 19,-13Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff3c5a99" android:pathData="M68,55h265l8,4 4,6 1,4v263l-3,7 -7,6 -4,1h-77V233h38l1,-15 4,-28h-43v-36l3,-8 5,-4 6,-2h31l-1,-38 -12,-1h-29l-16,4 -11,6 -9,9 -7,14 -3,13 -1,43h-38v43h38v113H69l-7,-3 -5,-5 -2,-5V68l4,-8 6,-4Z" />
</vector>
</vector>

View File

@@ -32,4 +32,4 @@
<path android:fillColor="#ffec939f" android:pathData="M133,217h6v3l-5,-1 -5,4 -2,4v-7Z" />
<path android:fillColor="#ffe97f8d" android:pathData="m73,273 l3,1 -5,6 -1,-3Z" />
<path android:fillColor="#ffe7707c" android:pathData="m61,298 l4,1 -4,4 -2,3 1,-6Z" />
</vector>
</vector>

View File

@@ -7,4 +7,4 @@
<path android:fillColor="#ff31a753" android:pathData="M193,67h14l10,5 6,7 3,7 1,9 -3,10 -6,8 -13,6h-10l-12,-6 -6,-8 -3,-8v-9l7,-14 9,-6Z" />
<path android:fillColor="#ff33a852" android:pathData="M196,281h8l10,4 6,5 6,12v10l-6,13 -8,6 -5,2h-14l-10,-5 -6,-7 -3,-7 -1,-8 2,-9 6,-9 11,-6Z" />
<path android:fillColor="#ff33a753" android:pathData="M192,175h16l10,6 6,9 2,5v10l-6,13 -4,4 -11,4h-10l-8,-3 -8,-7 -3,-5 -2,-7v-8l4,-10 4,-6Z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff2f60a1" android:pathData="M182,38h36l18,3 18,5 21,9 15,9 12,9 10,9 13,13 11,15 10,17 8,19 5,18 3,18v36l-3,18 -5,18 -9,21 -9,15 -9,12 -9,10 -13,13 -15,11 -17,10 -19,8 -18,5 -18,3h-36l-18,-3 -18,-5 -21,-9 -15,-9 -12,-9 -10,-9 -13,-13 -11,-15 -10,-17 -8,-19 -5,-18 -3,-18v-36l3,-18 5,-18 9,-21 9,-15 9,-12 9,-10 13,-13 15,-11 17,-10 19,-8 18,-5Z" />
<path android:fillColor="#fffdfdfe" android:pathData="M147,101h9l6,5 1,3v57l6,-2h63l12,5 10,9 6,11 1,5v98l-4,6 -5,2h-6l-7,-6 -1,-3 -1,-95 -6,-7 -3,-1h-56l-6,5 -2,4 -1,95 -3,5 -6,3 -8,-1 -5,-5 -1,-2V109l3,-5Z" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<path android:fillColor="#ff0b4dcc" android:pathData="M133,178h25l6,3 5,-2 3,-1h24l8,4 4,6 1,3v31h-11l-1,-28 -2,-4 -2,-1h-18l-3,1 -1,4 -1,28h-11l-1,-29 -4,-4h-17l-4,3 -1,30h-12v-28l3,-9 6,-5ZM286,178h41l5,3 3,5v9l-1,4 3,5v9l-3,6 -5,3h-43ZM297,188v6h25l2,-4 -2,-2ZM297,204v8h27l2,-2 -1,-5 -2,-1Z" />
<path android:fillColor="#ff0c4ecc" android:pathData="M227,178h40l8,4 4,5 1,3v20l-4,7 -6,4 -3,1h-40l-6,-3 -5,-6 -1,-3v-21l4,-6 5,-4ZM226,187ZM228,187 L225,192v16l4,5h37l3,-3 1,-2v-18l-4,-3ZM76,178h24l8,4 5,8v32h-11l-1,-29 -4,-4L80,189l-4,3 -1,30L63,222v-30l4,-8 5,-4Z" />
<path android:fillColor="#ff0b4dcc" android:pathData="M344,178h11v44h-11ZM45,178h11v44L45,222Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff0e1388" android:pathData="M182,48h36l25,5 19,7 16,8 12,8 10,8 10,9 10,11 10,14 10,18 7,18 5,22 1,7v35l-4,22 -6,18 -8,17 -12,18 -12,14 -8,8 -14,11 -13,8 -16,8 -21,7 -14,3 -7,1h-36l-17,-3 -20,-6 -18,-8 -16,-10 -11,-9 -10,-9 -10,-11 -10,-14 -9,-16 -8,-20 -5,-22 -1,-7v-35l4,-22 6,-18 8,-17 12,-18 12,-14 8,-8 14,-11 13,-8 16,-8 21,-7 14,-3ZM130,134v29h38v-29ZM217,136 L202,140 192,146 185,153 179,165 177,175v9l4,13 7,9 9,7 16,8 19,8 5,5 -1,8 -6,3 -9,-1 -4,-3 -3,-12h-38v14l3,10 6,10 10,8 12,5 10,2h21l13,-3 12,-6 9,-9 6,-12 2,-9v-10l-2,-9 -6,-10 -8,-7 -11,-6 -21,-9 -8,-4 -3,-3 -1,-6 1,-5 3,-1h10l4,4 3,12h38v-15l-4,-12 -6,-8 -8,-7 -12,-5 -8,-2ZM130,173 L129,205 126,208 118,211v21l10,4 1,2 1,31h38v-29l-3,-10 -4,-5 -6,-4 8,-5 4,-7 1,-4v-32Z" />
</vector>
</vector>

View File

@@ -6,4 +6,4 @@
<path android:fillColor="#ff01b901" android:pathData="M189,163h11l14,19 7,10 1,-29h11v51h-11l-12,-16 -8,-11v-2h-2v29h-11Z" />
<path android:fillColor="#ff04ba04" android:pathData="M242,163h33v11l-1,1h-21v8h22v11h-22v8h21l1,1v11h-34v-50Z" />
<path android:fillColor="#ff05ba05" android:pathData="M129,163h10l1,1v38h22l1,2v9l-1,1h-33l-1,-1v-49ZM170,163h10l1,1v50h-11l-1,-1v-49Z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffe63b3d" android:pathData="M107.92,102.04A514.28,514.28 0,0 1,115 106l3.07,1.72c13.44,7.56 26.76,15.33 40.06,23.13 8.11,4.74 16.31,9.33 24.51,13.9 8.17,4.56 16.25,9.25 24.31,13.98 8.4,4.92 16.89,9.69 25.41,14.38 23.18,12.85 23.18,12.85 27.57,20.07 1.34,4.79 1.6,9.04 0.06,13.81 -3.37,4.83 -7.04,7.6 -12.19,10.44l-2.2,1.25c-1.63,0.93 -3.26,1.85 -4.9,2.77 -4.01,2.27 -7.99,4.57 -11.98,6.88 -3.35,1.93 -6.7,3.87 -10.05,5.8A3713.92,3713.92 0,0 0,200 245c-13.73,8.02 -27.51,15.96 -41.29,23.9l-6.57,3.79a11182.82,11182.82 0,0 1,-6.49 3.74,1643.4 1643.4,0 0,0 -16.34,9.53l-3.28,1.93c-2.04,1.21 -4.09,2.42 -6.12,3.64 -8.86,5.23 -15.55,8 -25.91,7.91l-2.58,0.06C85.47,299.49 80.93,298.43 76,295c-1.84,-2 -1.84,-2 -2.94,-4l-1.15,-2c-1.93,-4.24 -2.04,-8.07 -2.06,-12.72l-0.01,-2.04c-0.01,-2.26 -0.01,-4.52 -0.02,-6.78l-0.02,-4.86a7679.14,7679.14 0,0 1,-0.04 -15.96l-0.01,-5.5c-0.02,-8.62 -0.03,-17.23 -0.04,-25.85a9550.2,9550.2 0,0 0,-0.08 -29.8c-0.03,-7.69 -0.05,-15.37 -0.05,-23.06 -0,-4.59 -0.01,-9.17 -0.04,-13.76 -0.02,-4.32 -0.03,-8.64 -0.02,-12.96 0,-1.58 -0,-3.16 -0.02,-4.74 -0.15,-18.74 -0.15,-18.74 6.17,-25.88 9.9,-9.34 20.78,-9.09 32.24,-3.06ZM107,147v105c12.24,-6.11 12.24,-6.11 24.44,-12.3l2.11,-1.08a6553.76,6553.76 0,0 0,6.57 -3.38l2.31,-1.19c9.93,-5.11 19.8,-10.3 29.57,-15.7 11.54,-6.36 23.28,-12.34 34.99,-18.36 -3.01,-2.4 -6.09,-4.19 -9.52,-5.93l-3.31,-1.7 -3.54,-1.81a3497.52,3497.52 0,0 1,-7.41 -3.82l-1.88,-0.97c-5.41,-2.8 -10.75,-5.71 -16.09,-8.65 -8.97,-4.94 -18.03,-9.68 -27.13,-14.38l-1.93,-1c-9.69,-5 -19.44,-9.88 -29.19,-14.75Z" />
<path android:fillColor="#ff434344" android:pathData="M319.58,98.88c4.52,2.63 8.1,6.42 10.42,11.13 1.01,4.03 1.13,7.84 1.15,11.99l0.01,2.1c0.01,2.31 0.01,4.62 0.02,6.93l0.02,4.98c0.02,5.44 0.03,10.89 0.04,16.33l0.01,5.63c0.02,8.82 0.03,17.64 0.04,26.46 0.01,10.17 0.04,20.33 0.08,30.5 0.03,7.87 0.05,15.74 0.05,23.61 0,4.7 0.01,9.39 0.04,14.09 0.02,4.42 0.03,8.84 0.02,13.26 0,1.62 0.01,3.23 0.02,4.85 0.16,19.41 0.16,19.41 -6.11,25.97 -5.49,4.57 -12.37,5.61 -19.32,5.25 -9.15,-1.3 -17.08,-7.03 -24.75,-11.88 -1.85,-1.15 -3.69,-2.31 -5.54,-3.46l-2.87,-1.8a1199.23,1199.23 0,0 0,-11.63 -7.11,3755.69 3755.69,0 0,1 -11.46,-6.98 2461.62,2461.62 0,0 0,-5.68 -3.45c-2.7,-1.64 -5.39,-3.29 -8.08,-4.95l-2.48,-1.5 -2.24,-1.39 -1.97,-1.21L228,257v-3c1.59,-1.35 1.59,-1.35 3.81,-2.71 0.81,-0.5 1.61,-1 2.44,-1.52 0.87,-0.52 1.73,-1.05 2.63,-1.59l2.63,-1.62a1078.83,1078.83 0,0 1,5.17 -3.15,281.99 281.99,0 0,0 5.67,-3.57l2.59,-1.66 2.15,-1.39c2.45,-1.02 3.41,-0.59 5.91,0.21 1.78,0.89 1.78,0.89 3.58,1.97l2.08,1.23 2.15,1.3 2.02,1.2c2.39,1.43 4.78,2.86 7.17,4.3l15,9V149l-31,13c-5.7,1.14 -6.13,0.79 -10.71,-2.23l-3.27,-2.13 -3.39,-2.27 -3.37,-2.2c-5.51,-3.61 -10.94,-7.3 -16.26,-11.18 2.63,-2.81 5.07,-4.8 8.47,-6.59l2.64,-1.41c1.4,-0.74 1.4,-0.74 2.83,-1.49 2,-1.07 4.01,-2.15 6.01,-3.23l3.08,-1.65c4.47,-2.43 8.88,-4.96 13.29,-7.49 8.04,-4.62 16.1,-9.2 24.19,-13.75l3.24,-1.83 3.04,-1.71 2.69,-1.51c7.66,-4 16.77,-5.27 25.11,-2.45Z" />
</vector>
</vector>

View File

@@ -13,4 +13,4 @@
<path android:fillColor="#ff030303" android:pathData="M150,129h33v8l-1,5h-18l1,34 2,2h12v8l-1,4 -2,1h-16l-6,-4 -4,-7Z" />
<path android:fillColor="#fffbfbfb" android:pathData="M215,142h8l8,4 5,7 1,3v7l-3,6 -7,6 -2,1h-12l-6,-4 -4,-5 -1,-2v-11l4,-7 7,-4Z" />
<path android:fillColor="#ff000000" android:pathData="M150,105h14v14h-14Z" />
</vector>
</vector>

View File

@@ -29,4 +29,4 @@
<path android:fillColor="#ff3aae56" android:pathData="M244.5,392.5h16v109c-9.18,0.33 -18.18,-0.01 -27,-1h11v-108Z" />
<path android:fillColor="#ff45b158" android:pathData="M260.5,392.5h14v108c-3.54,-0.31 -6.88,0.02 -10,1h-4v-109Z" />
<path android:fillColor="#ff53b55b" android:pathData="M274.5,392.5h16c0.65,35.89 -0.02,71.56 -2,107a126.33,126.33 0,0 1,-24 2c3.13,-0.98 6.46,-1.31 10,-1v-108Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="411.0" android:viewportHeight="411.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff017ffb" android:pathData="M187,37h20l18,3 17,6 15,8 14,11 10,10 10,14 8,16 3,9 18,4 12,5 10,6 11,9 8,10 6,10 5,14 1,5h-36l-7,-11 -8,-8 -12,-6 -9,-2h-9l-12,3 -10,6 -3,1v-21l-3,-14 -6,-14 -9,-12 -7,-7 -11,-7 -11,-5 -12,-3h-22l-12,3 -16,8 -11,9 -8,10 -8,16 -3,11 -1,15 2,14 5,14 6,10 1,3 -8,-1h-15l-12,3 -16,8 -8,7 -9,13 -5,12 -2,10v12l3,14 7,14 9,10 7,6 14,7 14,3 85,1V200h34l6,9 19,32 14,23 12,19 13,-22 17,-29 13,-22 6,-10h35v148h-38l-2,-73 -17,29 -16,27 -2,3h-19l-6,-9 -17,-28 -13,-21 -1,72H112l-17,-4 -16,-7 -10,-6 -11,-9 -8,-8 -10,-14 -8,-17 -4,-15 -1,-7v-25l4,-18 6,-15 9,-14 9,-10 5,-5 8,-7 14,-8 6,-2v-23l4,-20 6,-15 9,-16 12,-14 11,-10 18,-11 15,-6 16,-4Z" />
</vector>
</vector>

View File

@@ -6,4 +6,4 @@
<path android:fillColor="#ffffffff" android:pathData="M38.5,26C38.5,32.63 33.13,38 26.5,38C19.87,38 14.5,32.63 14.5,26C14.5,19.37 19.87,14 26.5,14C33.13,14 38.5,19.37 38.5,26Z" />
<path android:fillColor="#ffffffff" android:pathData="M62.5,50C62.5,56.63 57.13,62 50.5,62C43.87,62 38.5,56.63 38.5,50C38.5,43.37 43.87,38 50.5,38C57.13,38 62.5,43.37 62.5,50Z" />
<path android:fillColor="#ffffffff" android:pathData="M74.5,86C81.13,86 86.5,80.63 86.5,74C86.5,67.37 81.13,62 74.5,62C67.87,62 62.5,67.37 62.5,74C62.5,80.63 67.87,86 74.5,86Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffff0213" android:pathData="m199.25,81.56 l2.03,0.01c11.3,0.08 21.9,1.07 32.72,4.43l2.08,0.63C252.6,91.85 266.93,100.74 280,112l2.23,1.91c15.8,14.76 27.17,35.37 32.77,56.09l0.96,3.21c4.51,17.76 4.11,40.2 -0.96,57.79l-0.57,1.99c-4.9,16.56 -12.74,32.24 -24.43,45.01l-2.14,2.53C269.23,302.24 243.09,314.91 215,319c-4.29,0.21 -8.58,0.23 -12.87,0.24 -2.03,0.01 -4.05,0.04 -6.08,0.07 -12.43,0.1 -24.24,-1.97 -36.04,-6l-2.26,-0.77c-16.46,-5.82 -30.09,-15.64 -42.74,-27.54l-1.83,-1.63C100.85,271.91 92.06,255.79 86.69,240l-0.7,-2.04c-3.93,-12.29 -5.53,-24.34 -5.43,-37.21l0.01,-2.03C80.79,166.59 93.01,139.36 115,116l1.63,-1.83C128.09,101.85 144.21,93.06 160,87.69l2.04,-0.7c12.29,-3.93 24.34,-5.53 37.21,-5.43ZM160,151l-3,2.13c-11.99,10.46 -18.91,25.9 -20.75,41.44 -1.27,18.72 5.3,33.79 16.06,48.63 12.35,12.93 28.85,20.7 46.81,21.25 17.83,-0.79 33.55,-7.54 45.88,-20.44l1.91,-1.86c11.55,-11.94 15.62,-27.95 15.58,-44.09 -0.51,-17.76 -8.18,-31.53 -20.49,-44.06l-1.93,-1.97c-10.55,-9.98 -25.8,-15.02 -40.19,-15.46 -14.98,0.61 -27.87,5.68 -39.88,14.44Z" />
</vector>
</vector>

View File

@@ -53,4 +53,4 @@
<path android:fillColor="#fffef1f1" android:pathData="M214,134c2.67,2.49 4.56,4.63 6,8h-3l-2,-5h-2l1,-3Z" />
<path android:fillColor="#fffcd7db" android:pathData="M299,179v3l-7,2v-3c4.75,-2 4.75,-2 7,-2Z" />
<path android:fillColor="#fffcd8da" android:pathData="M243,123v2l-7,2 -2,-2c5.63,-2 5.63,-2 9,-2Z" />
</vector>
</vector>

View File

@@ -8,4 +8,4 @@
<path android:fillColor="#ff000000" android:pathData="M283,184h9l7,3 3,4v29h-12l-3,1h-9l-5,-3 -3,-4v-9l7,-6 14,-3v-3h-8l-2,4 -4,1 -6,-2 2,-7 6,-4ZM290,204 L280,207v5l2,1h6l5,-5v-4Z" />
<path android:fillColor="#ff4ccaf0" android:pathData="M146,185h8l1,1 1,25h7l3,-2 1,-3 1,-20 1,-1h7l1,1v34h-11l-3,1h-9l-6,-3 -3,-6v-26Z" />
<path android:fillColor="#ff000000" android:pathData="M356,184h7l8,4 4,6v5h-8l-5,-5 -7,1 -3,5 1,8 3,3h6l5,-5h7l1,5 -4,6 -6,4h-11l-6,-3 -6,-7 -1,-4v-9l4,-8 5,-4ZM311,173h7l1,1v11h5l1,1v6l-1,1h-5v27h-9v-27h-5l-1,-1v-6l1,-1h5v-11ZM330,185h7l1,1v34h-9v-34ZM331,171h5l2,2v6l-2,2h-5l-3,-4 2,-5Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff65c1ee" android:pathData="M134,157h28l17,4 16,7 11,7 13,11 10,12 9,16 5,14 3,14v26l-4,18 -7,16 -7,11 -9,11 -10,9 -14,9 -13,6 -14,4 -6,1h-28l-17,-4 -12,-5 -14,-8 -11,-9 -7,-7 -8,-11 -9,-17 -5,-17 -1,-6v-28l4,-17 5,-12 8,-14 11,-13 10,-9 13,-8 16,-7ZM137,190 L121,195 109,202 97,213 89,226 84,239 82,256 84,271 89,284 95,294 104,304 115,312 126,317 137,320h22l14,-4 11,-6 10,-8 7,-8 8,-14 4,-15v-20l-4,-15 -6,-11 -9,-11 -10,-8 -14,-7 -12,-3ZM208,47 L215,48 232,54 251,63 269,74 285,86 299,98 307,106 314,114 327,131 338,149 346,165 351,177 350,181 324,189h-3l-7,-16 -8,-15 -12,-17 -12,-14 -10,-10 -14,-11 -15,-10 -19,-10 -18,-7 -6,-2 1,-8ZM192,101 L203,104 219,111 234,119 250,131 262,142 269,149 282,166 292,184 297,195v3l-28,9 -10,-19 -10,-14 -11,-12 -10,-9 -15,-10 -19,-9 -10,-4 2,-10Z" />
</vector>
</vector>

View File

@@ -8,4 +8,4 @@
<path android:fillColor="#ffe41856" android:pathData="M175,169h12v53h-10l-15,2 -9,4 -8,6 -6,9 -3,9 -1,12 2,11 2,6 -4,-2 -7,-7 -4,-9 -2,-9v-11l4,-13 7,-10 10,-7 11,-4h21Z" />
<path android:fillColor="#ffda1953" android:pathData="M250,63h11l3,19 6,16 4,7 -1,2 -2,-1v-2h-2l-9,-12 -7,-15 -3,-11Z" />
<path android:fillColor="#ff68cbcb" android:pathData="m276,109 l5,2 12,6 16,4 8,1v11l-9,-1 -12,-5 -11,-7 -8,-8Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff110b09" android:pathData="M294,60h5l5,16 20,73 5,18v6l-15,25 1,5 14,23 -1,10 -24,87 -5,16 -9,-1 -80,-21 -26,-7 -16,-27v-2h-35l-13,-12 -25,-25 -8,-7 -26,-26 -8,-7 -3,-3 1,-4 16,-16 8,-7 27,-27 8,-7 22,-22h36l2,-6 14,-23 18,-5ZM255,102 L171,123 131,163 123,170 109,184v1h98l6,-9 17,-29 9,-15 17,-28ZM281,117 L264,146 247,174 233,198 234,203 251,231 268,260 280,280 282,282 289,259 305,203v-7l-20,-70 -3,-9ZM109,213 L115,220 164,269 173,276 245,294 256,296 254,291 235,259 216,227 208,214 207,213Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff244fc3" android:pathData="M38,76h92l14,4 11,6 10,8 9,12 14,24 15,26 15,26 15,26 14,24 15,26 4,10 1,5v13l-4,13 -6,9 -8,8 -10,5 -7,2h-18l-12,-4 -10,-7 -9,-12 -10,-18 -14,-24 -15,-26 -15,-26 -14,-24 -15,-26 -15,-26 -14,-24 -8,-10 -8,-7 -10,-6 -7,-3ZM223,76h108l11,4 8,6 7,8 4,9 1,4v18l-5,12 -15,26 -15,26 -10,17 -3,1 -10,-18 -14,-24 -15,-26 -15,-26 -7,-11 -9,-10 -14,-9 -7,-3 -1,-3Z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff273043" android:pathData="M183,99h11v14l-8,3 -1,1 -1,7h16v-15h18v15h14v15h-14l1,35 13,1v14h-19l-6,-3 -5,-6 -2,-8v-33h-16v50h-18v-50h-7v-15h7v-8l3,-8 4,-5ZM321,99h11v14l-8,3 -2,8h17l1,-11 4,-8 8,-5 4,-1h11v14l-8,3 -2,8h10v15h-10v50h-18v-50h-17v50h-17v-50h-8v-15h8v-11l3,-6 7,-6ZM257,125h16l9,4 8,7 5,8 2,6v14l-4,10 -9,10 -8,4 -4,1h-15l-9,-4 -8,-7 -5,-7 -2,-6v-16l4,-9 5,-7 9,-6ZM260,142 L254,146 250,152v10l5,7 6,3h8l7,-4 4,-7v-8l-5,-8 -6,-3ZM31,249h9l8,16 13,29 3,-4 18,-40 1,-1h9v59h-9l-1,-38 -16,36 -1,2h-7l-13,-28 -4,-9 -1,37h-9ZM59,83l4,1 7,9 8,15 4,13 1,6 1,19 11,25 -1,4L78,175l-2,-1 -1,-43 -3,-14 -5,-12 -6,-10 -4,4 -7,15 -3,10 -1,8 -1,42 -2,1L27,175l-1,-3 5,-13 6,-13 1,-18 3,-14 7,-16 9,-13ZM110,99h17v90h-17ZM352,260 L364,262 372,268 375,273 376,277v11h-37l4,9 7,4h7l6,-3 3,-5h9l-1,5 -4,6 -10,5h-13l-8,-4 -6,-7 -3,-9v-9l3,-9 6,-7 7,-3ZM349,268 L344,271 340,276 339,281h28l-1,-7 -6,-5 -2,-1ZM222,260 L234,262 242,268 245,273 246,277v11h-37l4,9 7,4h7l6,-3 3,-5h9l-1,5 -4,6 -10,5h-13l-8,-4 -6,-7 -3,-9v-9l3,-9 6,-7 7,-3ZM219,268 L214,271 210,276 209,281h28l-1,-7 -6,-5 -2,-1ZM136,125h17v64h-17ZM121,260 L133,262 141,268 145,275 146,279v11l-4,10 -8,7 -6,2h-12l-8,-3 -7,-8 -3,-9v-8l3,-9 4,-6 9,-5ZM118,268 L111,272 107,280v10l3,6 6,5 7,1 8,-3 5,-6 1,-3v-11l-4,-7 -7,-4ZM173,260 L183,261 189,265 193,270 194,273v35h-8l-1,-31 -3,-6 -4,-2h-9l-5,3 -2,4 -1,32h-9v-47h9l1,4 6,-4ZM294,261h32v8l-21,32h21v7h-32v-7l21,-32 -21,-1ZM254,250h8v11h12v7h-12l1,29 2,3 9,1v7h-13l-5,-3 -2,-4v-33h-6v-7h6Z" />
<path android:fillColor="#ff273043" android:pathData="M49,174h23l1,1v8l-5,13 -7,10 -4,-4 -8,-16 -1,-3v-8ZM280,261h9v47h-9ZM140,99h8l5,4v9l-5,4h-8l-5,-5v-7ZM57,117h7l4,3 1,7 -3,5 -2,1h-7l-4,-3 -1,-7 3,-5ZM282,243h5l3,3 -1,7 -1,1h-7l-2,-2v-6Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="96.0dip" android:width="96.0dip" android:viewportWidth="400.0" android:viewportHeight="400.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffff0000" android:pathData="M240,78h29l-7,20 -27,72 -26,69 -1,78 -1,1h-25l-1,-78 -15,-39 -17,-43 -20,-51 -1,-4h29l11,29 23,63 4,11 7,-19 17,-49 17,-48Z" />
</vector>
</vector>

View File

@@ -144,4 +144,4 @@
<path android:fillColor="#ffff269b" android:pathData="M335.5 338L335 339.5L333.5 342L332 341.5L334 341L335.5 338Z" android:strokeColor="#ffff269b" android:strokeWidth="1.0" android:strokeAlpha="0.9921569" android:fillAlpha="0.9921569" />
<path android:fillColor="#ffff2c97" android:pathData="M32.5 215L33 217L40.5 220Q42.7 215.8 45 220.5L45.5 222L47.5 221L51 222L51.5 224L55.5 224L62 225L62.5 227L64.5 226L68 227Q66.7 230.7 72.5 229L80.5 231L82.5 233L90.5 234L94.5 237L98.5 237Q100.8 236.3 100 238.5L102.5 239Q107.9 238.4 110 240L110.5 242L112.5 241L115.5 244L116.5 243L120.5 245L122.5 244L128 246.5L129 251.5L129 280Q118.4 279.1 110.5 274L108.5 274L101.5 272L100 272.5L100.5 271L91.5 269Q90 271.5 88.5 268L79.5 266L78 266.5L78.5 265L69.5 262L68 262.5L67.5 261L65.5 262L61.5 260L60 260.5L60.5 259L56.5 258L55.5 259L51 254.5L51.5 253Q48.9 253.8 50 250.5L47 247.5L34 219L32 218.5L32 216.5L32.5 215Z" android:strokeColor="#ffff2c97" android:strokeWidth="1.0" android:strokeAlpha="0.9960784" android:fillAlpha="0.9960784" />
<path android:fillColor="#ffff2c97" android:pathData="M182 263L184.5 264L186.5 264L188.5 265Q190 262.5 191.5 266L194.5 266L200.5 269L202 268.5L202.5 270L206.5 270Q209.8 268.9 209 271.5Q210.8 269.9 212.5 273L214.5 272L223.5 276L224.5 275L228.5 277Q231.8 275.9 231 278.5L232.5 278L234.5 279L236.5 279L239.5 281Q241 278.5 242.5 282L244.5 281L245.5 283L249 282Q247.7 285.3 252.5 284L255.5 285L263.5 287L269 291.5L275.5 299L286.5 304L298.5 304L305.5 301L310 301.5L310.5 303L313.5 302L328.5 308L330.5 308L334.5 310L336.5 310L345.5 312L347.5 314L348.5 312L350 312.5L350.5 311L351 313L354 313.5Q351.3 315.2 355.5 317L357.5 316L357.5 319Q356.3 316.8 355 319.5L355 322Q352.3 320.9 353 323.5L335.5 340L334 339.5L332 342.5L329.5 341L327.5 340L323.5 341L324.5 338L322.5 339L321.5 337L320.5 339L318.5 338Q316.8 341.8 315 338.5L313.5 336L308.5 335L307 335.5Q307.9 332.5 303.5 334L301.5 333L299.5 334L299.5 332L292.5 331L288.5 329L287.5 330Q285.8 326.9 284 328.5L283.5 327L281.5 327L278.5 327L276.5 325L259.5 320L257.5 320L255.5 321L255.5 319L253.5 318L251.5 318L249.5 317L248 317.5Q248.9 314.5 244.5 316L243 316.5L241.5 314L236.5 313Q235 315.5 233.5 312L221.5 309L220.5 310L217.5 307L214.5 306Q213 308.5 211.5 305L208.5 306L203.5 303L176 295L182 280.5L182 263ZM318 336L316 339L318 338L318 336Z" android:strokeColor="#ffff2c97" android:strokeWidth="1.0" android:strokeAlpha="0.9960784" android:fillAlpha="0.9960784" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffb3bac2" android:pathData="M208,432H160a16,16 0,0 1,-16 -16V96a16,16 0,0 1,16 -16h48a16,16 0,0 1,16 16V416A16,16 0,0 1,208 432Z" />
<path android:fillColor="#ffb3bac2" android:pathData="M352,432H304a16,16 0,0 1,-16 -16V96a16,16 0,0 1,16 -16h48a16,16 0,0 1,16 16V416A16,16 0,0 1,352 432Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="512.0" android:viewportHeight="512.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffb3bac2" android:pathData="M133,440a35.37,35.37 0,0 1,-17.5 -4.67c-12,-6.8 -19.46,-20 -19.46,-34.33V111c0,-14.37 7.46,-27.53 19.46,-34.33a35.13,35.13 0,0 1,35.77 0.45L399.12,225.48a36,36 0,0 1,0 61L151.23,434.88A35.5,35.5 0,0 1,133 440Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="48.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffb3bac2" android:pathData="M24,10V2L14,12l10,10v-8c6.63,0 12,5.37 12,12s-5.37,12 -12,12 -12,-5.37 -12,-12H8c0,8.84 7.16,16 16,16s16,-7.16 16,-16 -7.16,-16 -16,-16z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="48.0" android:viewportHeight="48.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M24.05,24.45ZM4.6,42Q3.75,42 3.3,41.25Q2.85,40.5 3.3,39.75L22.7,6.25Q23.15,5.5 24,5.5Q24.85,5.5 25.3,6.25L44.7,39.75Q45.15,40.5 44.7,41.25Q44.25,42 43.4,42ZM24.2,19.4Q23.55,19.4 23.125,19.825Q22.7,20.25 22.7,20.9V29.1Q22.7,29.75 23.125,30.175Q23.55,30.6 24.2,30.6Q24.85,30.6 25.275,30.175Q25.7,29.75 25.7,29.1V20.9Q25.7,20.25 25.275,19.825Q24.85,19.4 24.2,19.4ZM24.2,36.15Q24.85,36.15 25.275,35.725Q25.7,35.3 25.7,34.65Q25.7,34 25.275,33.575Q24.85,33.15 24.2,33.15Q23.55,33.15 23.125,33.575Q22.7,34 22.7,34.65Q22.7,35.3 23.125,35.725Q23.55,36.15 24.2,36.15ZM7.2,39H40.8L24,10Z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff000000" android:pathData="M12,2C6.47,2 2,6.47 2,12s4.47,10 10,10 10,-4.47 10,-10S17.53,2 12,2zM16.3,16.3c-0.39,0.39 -1.02,0.39 -1.41,0L12,13.41 9.11,16.3c-0.39,0.39 -1.02,0.39 -1.41,0 -0.39,-0.39 -0.39,-1.02 0,-1.41L10.59,12 7.7,9.11c-0.39,-0.39 -0.39,-1.02 0,-1.41 0.39,-0.39 1.02,-0.39 1.41,0L12,10.59l2.89,-2.89c0.39,-0.39 1.02,-0.39 1.41,0 0.39,0.39 0.39,1.02 0,1.41L13.41,12l2.89,2.89c0.38,0.38 0.38,1.02 0,1.41z" />
</vector>
</vector>

View File

@@ -8,4 +8,4 @@
<path android:fillColor="#00000000" android:pathData="M83.37,156.17 L83.37,156.33 83.5,156.25 83.37,156.17z" android:strokeColor="#ffbcbbb9" android:strokeWidth="3.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:strokeAlpha="1.0" />
<path android:fillColor="#00000000" android:pathData="m165.98,175.13c-2,0.72 -4.15,1.12 -6.4,1.12 -11.42,0 -20.52,-10.14 -19.26,-22.14 0.98,-9.33 8.36,-16.75 17.45,-17.61 2.9,-0.27 5.68,0.12 8.22,1.04 2.52,0.92 5.12,-0.9 5.46,-3.54l0,-29.62c0.02,-0.04 0.05,-0.08 0.07,-0.11l0,-0 -0.07,0.04 0,-0.24 -25.37,15.05c-2.37,0.9 -5.11,-0.5 -5.57,-3.15 -0.38,-2.16 -1.12,-4.28 -2.24,-6.29 -5.67,-10.18 -18.76,-13.27 -28.26,-6.19 -7.21,5.38 -9.91,15.39 -6.42,23.81 1.22,2.95 3.01,5.4 5.17,7.32 2.17,1.93 1.74,5.53 -0.75,6.99l-24.64,14.49 -0.13,0.08c0.04,0 0.09,-0 0.13,-0 0.1,-0 0.19,-0 0.29,-0l-0.15,0.09 -0.14,0.08 0,0 0,0 24.74,14.68c2.48,1.47 2.89,5.06 0.72,6.97 -1.62,1.42 -3.04,3.15 -4.16,5.15 -5.71,10.16 -1.72,23.34 9.02,28.21 8.15,3.7 17.93,1.05 23.25,-6.28 1.86,-2.57 3.02,-5.39 3.55,-8.28 0.53,-2.9 3.77,-4.33 6.26,-2.85l24.58,14.59 0.13,0.08 0,-29.92C171.12,176.03 168.51,174.21 165.98,175.13z" android:strokeColor="#ffbcbbb9" android:strokeWidth="3.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:strokeAlpha="1.0" />
<path android:fillColor="#00000000" android:pathData="m239.41,144.34 l-67.88,-40.28 0,0c0,0 -0,-0 -0,-0l0,0.2 0,0 0,29.16c0,0.2 -0.04,0.38 -0.07,0.57 -0.34,2.64 -2.94,4.46 -5.46,3.54 -2.54,-0.92 -5.32,-1.31 -8.22,-1.04 -9.09,0.86 -16.47,8.28 -17.45,17.61 -1.26,11.99 7.85,22.14 19.26,22.14 2.24,0 4.4,-0.39 6.4,-1.12 2.53,-0.92 5.13,0.9 5.47,3.55 0.02,0.19 0.07,0.37 0.07,0.57l0,29.35c0,-0 0,-0 0,-0l0,0L239.41,168.32C248.39,162.99 248.39,149.67 239.41,144.34z" android:strokeColor="#ffbcbbb9" android:strokeWidth="3.0" android:strokeLineCap="round" android:strokeLineJoin="round" android:strokeAlpha="1.0" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<path android:fillColor="#ffffffff" android:pathData="M18.2,1L9.8,1C8.81,1 8,1.81 8,2.8v14.4c0,0.99 0.81,1.79 1.8,1.79l8.4,0.01c0.99,0 1.8,-0.81 1.8,-1.8L20,2.8c0,-0.99 -0.81,-1.8 -1.8,-1.8zM14,3c1.1,0 2,0.89 2,2s-0.9,2 -2,2 -2,-0.89 -2,-2 0.9,-2 2,-2zM14,16.5c-2.21,0 -4,-1.79 -4,-4s1.79,-4 4,-4 4,1.79 4,4 -1.79,4 -4,4z" />
<path android:fillColor="#ffffffff" android:pathData="M14,12.5m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0" />
<path android:fillColor="#ffffffff" android:pathData="M6,5H4v16c0,1.1 0.89,2 2,2h10v-2H6V5z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M0 0h24v24H0z" />
<path android:fillColor="#ffffffff" android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff616161" android:pathData="M 0 0 H 512 V 512 H 0 V 0 Z" />
<path android:fillColor="#ff525252" android:pathData="M256,151v123.14c-6.88-4.02-14.82-6.48-23.33-6.48 c-25.78,0-46.67,20.88-46.67,46.67c0,25.78,20.88,46.67,46.67,46.67s46.67-20.88,46.67-46.67V197.67H326V151H256z" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<group android:pivotX="12.0" android:pivotY="12.0" android:scaleX="-0.7" android:scaleY="0.7">
<path android:fillColor="#ffffffff" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z" />
</group>
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7,14L5,14v5h5v-2L7,17v-3zM5,10h2L7,7h3L10,5L5,5v5zM17,17h-3v2h5v-5h-2v3zM14,5v2h3v3h2L19,5h-5z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M5,16h3v3h2v-5L5,14v2zM8,8L5,8v2h5L10,5L8,5v3zM14,19h2v-3h3v-2h-5v5zM16,8L16,5h-2v5h5L19,8h-3z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM11,16L9,16L9,8h2v8zM15,16h-2L13,8h2v8z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,16.5v-9l6,4.5 -6,4.5z" />
</vector>
</vector>

View File

@@ -4,4 +4,4 @@
<group android:pivotX="12.0" android:pivotY="12.0" android:scaleX="0.7" android:scaleY="0.7">
<path android:fillColor="#ffffffff" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z" />
</group>
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="40.0dip" android:width="40.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M13.05,9.79L10,7.5v9l3.05,-2.29L16,12zM13.05,9.79L10,7.5v9l3.05,-2.29L16,12zM13.05,9.79L10,7.5v9l3.05,-2.29L16,12zM11,4.07L11,2.05c-2.01,0.2 -3.84,1 -5.32,2.21L7.1,5.69c1.11,-0.86 2.44,-1.44 3.9,-1.62zM5.69,7.1L4.26,5.68C3.05,7.16 2.25,8.99 2.05,11h2.02c0.18,-1.46 0.76,-2.79 1.62,-3.9zM4.07,13L2.05,13c0.2,2.01 1,3.84 2.21,5.32l1.43,-1.43c-0.86,-1.1 -1.44,-2.43 -1.62,-3.89zM5.68,19.74C7.16,20.95 9,21.75 11,21.95v-2.02c-1.46,-0.18 -2.79,-0.76 -3.9,-1.62l-1.42,1.43zM22,12c0,5.16 -3.92,9.42 -8.95,9.95v-2.02C16.97,19.41 20,16.05 20,12s-3.03,-7.41 -6.95,-7.93L13.05,2.05C18.08,2.58 22,6.84 22,12z" />
</vector>
</vector>

View File

@@ -5,4 +5,4 @@
<path android:fillColor="#ffffffff" android:pathData="M19.5,5.5v13h-15v-13H19.5z M19,4H5C3.89,4,3,4.9,3,6v12c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6C21,4.9,20.1,4,19,4L19,4z" />
<path android:fillColor="#ffffffff" android:pathData="M11,11H9.5v-0.5h-2v3h2V13H11v1c0,0.55-0.45,1-1,1H7c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h3c0.55,0,1,0.45,1,1V11z" />
<path android:fillColor="#ffffffff" android:pathData="M18,11h-1.5v-0.5h-2v3h2V13H18v1c0,0.55-0.45,1-1,1h-3c-0.55,0-1-0.45-1-1v-4c0-0.55,0.45-1,1-1h3c0.55,0,1,0.45,1,1V11z" />
</vector>
</vector>

View File

@@ -3,4 +3,4 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:pathData="M0 0h24v24H0z" />
<path android:fillColor="#ffffffff" android:pathData="M19 4H5c-1.11 0-2 0.9-2 2v12c0 1.1 0.89 2 2 2h14c1.1 0 2-0.9 2-2V6c0-1.1-0.9-2-2-2zm-8 7H9.5v-0.5h-2v3h2V13H11v1c0 0.55-0.45 1-1 1H7c-0.55 0-1-0.45-1-1v-4c0-0.55 0.45 -1 1-1h3c0.55 0 1 0.45 1 1v1zm7 0h-1.5v-0.5h-2v3h2V13H18v1c0 0.55-0.45 1-1 1h-3c-0.55 0-1-0.45-1-1v-4c0-0.55 0.45 -1 1-1h3c0.55 0 1 0.45 1 1v1z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7 14l-2 0 0 5 5 0 0 -2 -3 0 0 -3zm-2 -4l2 0 0 -3 3 0 0 -2 -5 0 0 5zm12 7l-3 0 0 2 5 0 0 -5 -2 0 0 3zm-3 -12l0 2 3 0 0 3 2 0 0 -5 -5 0z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="48.0dip" android:width="48.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M5 16l3 0 0 3 2 0 0 -5 -5 0 0 2zm3 -8l-3 0 0 2 5 0 0 -5 -2 0 0 3zm6 11l2 0 0 -3 3 0 0 -2 -5 0 0 5zm2 -11l0 -3 -2 0 0 5 5 0 0 -2 -3 0z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M8,5v14l11,-7z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#4effffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4zM13,15L13,9h-1l-2,1v1h1.5v4L13,15z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M11,18L11,6l-8.5,6 8.5,6zM11.5,12l8.5,6L20,6l-8.5,6z" />
</vector>
</vector>

View File

@@ -2,4 +2,4 @@
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#4effffff" android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5zm0.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z" />
</vector>
</vector>

Some files were not shown because too many files have changed in this diff Show More