1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-28 01:24:05 +02:00

Change device icons to use theme colors

Fixes #3845
This commit is contained in:
Arjan Schrijver 2024-06-24 22:50:17 +02:00
parent 9bff990370
commit 39708e5fb6
33 changed files with 286 additions and 263 deletions

View File

@ -4,23 +4,23 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.407 7.52c-0.814-0.016-0.908 0.156-0.885 0.967-0.72 0.126-1.342 1.159-1.325 2.124l0.005 7.825c0.093 0.883 0.625 1.487 1.32 1.867 0 0.813 0.077 0.99 0.885 0.99h5.81c0.847 0 0.826-0.236 0.805-0.99 0.872-0.416 1.21-0.892 1.295-1.867l0.002-3.437c0.123-0.205 0.15-0.028 0.219 0.05 0.094 0.11 0.214 0.063 0.267-0.09l0.003-1.14c-0.055-0.114-0.1-0.213-0.25-0.117-0.078 0.049-0.11 0.22-0.24 0.085v-3.444c-0.087-0.903-0.473-1.51-1.295-1.838 0.007-0.945-0.06-0.991-0.806-0.98zm0.05 1.428L17.234 9c0.805 0.007 1.47 0.828 1.47 1.343l-0.028 7.942c-0.003 0.832-0.717 1.512-1.443 1.512h-5.925c-0.536 0-1.498-0.65-1.492-1.426l0.062-7.878c0.008-0.957 0.76-1.554 1.58-1.546z" />
<path
android:fillAlpha="0.731"
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.457 8.948c-0.82-0.007-1.572 0.59-1.58 1.547l-0.062 7.877c-0.006 0.776 0.956 1.425 1.492 1.425h5.924c0.725 0 1.44-0.68 1.443-1.512l0.027-7.942C18.703 9.828 18.037 9.007 17.23 9zm-0.482 1.812h6.567v6.696h-6.568z"
android:strokeAlpha="0.731" />
</vector>

View File

@ -4,31 +4,31 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.6" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.6" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.6" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.27 6.708h4.54a0.425 0.425 0 0 1 0.426 0.425v15.04a0.425 0.425 0 0 1-0.425 0.424h-4.542a0.425 0.425 0 0 1-0.425-0.425V7.132a0.425 0.425 0 0 1 0.425-0.424z"
android:strokeWidth="2.4" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M10.915 9.692h7.294a1.104 1.104 0 0 1 1.104 1.105v7.293a1.104 1.104 0 0 1-1.104 1.104h-7.294a1.104 1.104 0 0 1-1.104-1.104v-7.293a1.104 1.104 0 0 1 1.104-1.105z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M19 13.485h0.407a0.26 0.26 0 0 1 0.26 0.261v1.556a0.26 0.26 0 0 1-0.26 0.26H19a0.26 0.26 0 0 1-0.26-0.26v-1.556a0.26 0.26 0 0 1 0.26-0.26z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M11.716 10.731h5.706a0.866 0.838 90 0 1 0.838 0.866v5.008a0.866 0.838 90 0 1-0.838 0.866h-5.707a0.866 0.838 90 0 1-0.837-0.866v-5.008a0.866 0.838 90 0 1 0.838-0.866z"
android:strokeWidth="5.1" />
</vector>

View File

@ -4,21 +4,21 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12 9.955h4.575a0.507 0.567 0 0 1 0.507 0.567v7.836a0.507 0.567 0 0 1-0.507 0.567h-4.577a0.507 0.567 0 0 1-0.507-0.567v-7.836a0.507 0.567 0 0 1 0.507-0.567zm0.581 9.735h3.382v1.45h-3.382zM12.554 7.693h3.382v1.45h-3.382z" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M12.363 10.948h3.907v6.978h-3.907z" />
</vector>

View File

@ -4,235 +4,235 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M19.807 17.496h0.249v-0.249h-1.161v0.249H19.6zm-7.339-0.042h0.456v-0.207h-0.456z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.096 17.415l0.001-0.249 0.249 0.002-0.001 0.249zM7.638 17.45l0.002-0.248 0.248 0.001-0.001 0.249zM7.18 17.445l0.002-0.25 0.249 0.002-0.001 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M20.056 17.04v0.207h0.207l0.249 0.042h0.456v-0.25h-0.706v-0.248h-0.455v0.249z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.236 17.241l0.002-0.249 0.249 0.002-0.002 0.249zM8.307 17.21l0.001-0.249 0.249 0.002-0.001 0.249zM7.85 17.204v-0.249l0.25 0.002-0.002 0.249zm-0.458-0.006l0.001-0.249 0.249 0.002-0.001 0.248zm-0.458-0.006l0.002-0.249 0.249 0.002-0.002 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M21.424 17.04h0.249v-0.207h-0.456l-0.25-0.042v0.249h0.25z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.56 16.964v-0.249l0.25 0.001-0.002 0.25zm-0.458-0.006l0.001-0.249 0.249 0.001-0.001 0.25zm-0.458-0.006l0.002-0.249 0.249 0.001-0.002 0.25zm-0.457 0.035l0.001-0.249 0.249 0.002-0.001 0.249zM6.73 16.981v-0.249l0.25 0.002-0.002 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M21.88 16.832h0.249v-0.248h-0.456v0.249zm-2.073-0.248H19.35v0.207h0.458z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.313 16.753l0.001-0.249 0.249 0.001-0.001 0.25zm-0.458-0.006l0.002-0.249 0.248 0.001v0.25zM7.398 16.74l0.001-0.248 0.25 0.001-0.002 0.249zM6.94 16.735l0.002-0.25 0.249 0.002-0.002 0.249zm-0.457-0.006l0.001-0.25 0.25 0.002-0.002 0.249zM8.108 16.5l0.001-0.248 0.25 0.001-0.002 0.249zM7.65 16.494l0.002-0.248H7.9l-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M7.193 16.53l0.001-0.249 0.249 0.001-0.001 0.25zm-0.457-0.006v-0.25l0.25 0.002-0.002 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M18.895 15.63l0.248 0.042v-0.25h0.208l0.041-0.248H19.6v-0.207h0.25v-0.25h0.207v-0.206h0.248v-0.25h0.208v-0.207h0.248v-0.248h0.25v-0.208h0.207V13.35h0.248v-0.208h0.208v-0.249h0.248v-0.207h0.208v-0.249h0.249v-0.912H22.17v-0.207h-0.249l-0.248-0.042h-0.208V11.07h-2.073v0.207h-0.456v0.25H18.48v0.206h-0.456v-0.207h-0.249v-0.497h-0.207V10.57h-0.249v-0.207h-0.207v-0.249h-0.25V9.908h-0.206V9.659H16.2V9.41h-0.457V9.203H15.04V8.954h-1.161V8.747L13.67 8.706h-3.234v0.248H9.524v0.208H8.818V9.41H8.613v0.208H8.156L8.114 9.867H7.907l-0.25-0.042v0.249H7.452v0.249H7.2v0.207H6.996v0.249h-0.25v0.207H6.539l-0.041 0.249v0.207H6.29v0.456H6.04v0.456H5.835v0.706H6.04v-0.458h0.25v-0.455h0.207v-0.456h0.249v-0.456h0.249v-0.249h0.207v-0.207H7.45v-0.25h0.207v-0.206h0.249v-0.25h0.457V9.868h0.456v-0.25h2.778V9.41H9.731V9.162h0.954V8.954h2.986v0.25h0.207V9.41h0.248V9.203h0.208V9.41h1.161v0.457h0.207l0.249 0.041h0.456v0.207h0.249v0.25h0.207v0.206h0.249v0.25h0.207v0.662h-0.207l-0.042 0.248h0.705v0.459h0.456v-0.21h0.456v-0.249h0.456v-0.207h0.498v-0.249h1.576v0.25h0.704v0.248h0.208v0.207h-0.912v0.249h-0.664v0.207h-0.497v0.25h-0.208L19.6 12.644v0.248h-0.207v0.25h-0.249v0.207h-0.207v0.248h-0.249v0.208H18.48l-0.042 0.248h-0.207v0.208h-0.249v0.249h-0.207v0.207h-0.249v0.249H17.32v0.207h-0.25v0.249h-0.249v0.207h-0.207v0.249h-0.249v0.207h-0.207v0.249h-0.249v0.207h-0.207v0.249h-0.456l-0.042 0.207h-0.456v0.25h-0.663v0.206h-1.162v0.25h5.972v-0.208h-2.737v-0.498h0.207V16.79h0.25v-0.249h0.206v-0.207h1.618v0.249h0.911v-0.25h2.529l0.249 0.042v0.208h0.457v0.705h-0.249v0.207H22.13v0.249h-0.25v0.207h-0.207V18.2h-0.456l-0.042 0.207h-0.663v0.249h-0.706v0.207h-0.662l-0.041 0.249h-0.914v0.207h-0.91v0.25H16.82l-0.248-0.042v0.248h-0.208v0.25h1.617v-0.25h0.459V19.32h0.91v-0.207h0.705v-0.249h0.664v-0.207h0.705v-0.249h0.456v-0.207h0.249v-0.249h0.207v-0.207h0.249v-0.25h0.207v-0.662l0.042-0.248v-0.208h-0.25v-0.248h-3.896v-0.25h0.208z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M7.862 16.29v-0.25l0.25 0.002L8.11 16.29zm-0.458-0.007l0.001-0.249 0.25 0.002-0.002 0.249zm-0.457-0.006v-0.249l0.25 0.002-0.002 0.249zM6.49 16.271v-0.249l0.25 0.002-0.002 0.248zm1.167-0.234v-0.249l0.25 0.001-0.002 0.25zM7.2 16.03v-0.248l0.25 0.001-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M6.742 16.066v-0.249l0.25 0.002-0.002 0.249zm2.04-0.222l0.002-0.249 0.249 0.001-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M9.026 15.837v0.456H8.778v-0.248H8.57v-0.208H8.322v-0.456H8.114v0.207H7.865v0.25h0.25v0.207h0.207v0.248H8.57v0.208h0.208v0.248h0.248V17h0.208v-0.706h0.249v-0.457h-0.25z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M7.41 15.826l0.001-0.249 0.25 0.001-0.002 0.25zM6.953 15.82v-0.25l0.25 0.001-0.002 0.25zm-0.458-0.006l0.001-0.25 0.25 0.002-0.002 0.249zm1.168-0.234l0.001-0.25 0.249 0.002-0.002 0.249zm-0.458-0.007l0.001-0.248 0.25 0.001-0.002 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M6.706 15.567l0.002-0.249 0.248 0.002v0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.57 15.381v0.207h0.208v-0.455H8.57z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M7.416 15.368l0.001-0.248h0.25l-0.002 0.25zm-0.457-0.006l0.001-0.248h0.249l-0.001 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.012 14.925v-1.244h-0.25v-0.498h-0.248v-0.248h-0.497v-0.249H9.772v0.249H9.276v0.249h-0.25v0.497H8.778v1.245h0.248v0.497h0.25v0.497h0.248v-0.248h0.497v-0.25h0.747v-0.248h1.492v-0.249zm-2.073-0.912v-0.249h0.498v0.498H9.938z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M7.17 15.116l0.001-0.249 0.249 0.001-0.001 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.173 14.718v-1.41h-0.25v1.617h0.706v-0.207H13.38zM8.57 13.764v-0.249H8.363v0.457L8.321 14.22v0.912h0.25v-1.161z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.836 14.718h0.249v-0.249h-0.457v0.249zm0.498-0.249h0.207v-0.207h-0.457v0.207zm0.456-0.207h0.207v-0.25h-0.456v0.25zm0.456-0.249h0.207v-0.207h-0.456v0.207zm-2.778 0v1.161H12.26v0.207h0.456v-1.824h-0.25v0.207z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.463 13.811l0.002-0.248h0.249l-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.95 13.557h0.208V13.35h-0.457v0.207zm-3.482-0.249v-0.207H12.26v0.456h0.207zM8.57 13.06v0.454h0.25V13.06zm-0.456 0.248H7.907l-0.042 0.207v1.369H7.658v0.248h0.207v0.25h0.25v-1.867z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.156 13.342l0.001-0.249 0.249 0.002-0.001 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.614 13.1h0.249v-0.207h-0.456v0.208zm-1.824-0.248h-0.456v0.249h0.912v-0.208l-0.249-0.041zM12.717 13.1v0.208h0.207l0.041-0.207v-0.249h-0.248z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.021 13.1l0.001-0.248h0.25l-0.002 0.25zm-3.202-0.042l0.001-0.249 0.249 0.002-0.001 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.363 13.308v-0.456H8.114v0.457z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.848 12.873l0.001-0.249 0.25 0.002-0.002 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.495 12.893h0.207v-0.248h-0.457v0.248z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.103 12.878l0.002-0.249 0.248 0.002v0.249zm-1.601 0l0.001-0.249 0.25 0.001-0.002 0.25zm-0.686-0.03l0.001-0.249 0.25 0.002-0.002 0.248zM9.03 12.853l0.001-0.249 0.249 0.001-0.001 0.25zm-0.686-0.03l0.001-0.249 0.249 0.002-0.001 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M17.319 12.645h0.207l0.042-0.208H17.07v0.208zm-1.369 0h0.208v-0.208l-0.207-0.041H15.7v0.249z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.857 12.626l0.001-0.25 0.25 0.002-0.002 0.249zm-1.601-0.001l0.001-0.249 0.249 0.002-0.001 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.804 12.396h-0.456v0.207l0.208 0.042h0.248zm-2.322 0H9.275v0.207h0.457v-0.207z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.596 12.618l0.001-0.249 0.25 0.002-0.002 0.249zm8.944-0.214l0.002-0.249 0.249 0.002-0.002 0.248zm-1.372 0.023l0.001-0.248h0.25l-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.1 12.396h0.248v-0.249H9.731v0.249h1.162z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.807 12.372l0.002-0.25 0.248 0.002v0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.614 12.189h0.249V11.98l-0.249-0.041h-0.207v0.249z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.235 12.186l0.002-0.248h0.249l-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.629 12.189v0.207h0.249v-0.664h-0.25v0.208zM9.482 11.94h2.074v0.207h0.456v0.249h0.249v-0.249l0.248 0.042V11.69h-0.248v0.249h-0.25l0.042-0.249h-0.249v-0.207h-0.248v0.207H9.524z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M9.275 12.147h0.207V11.94H9.026v0.207z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.86 11.958l0.002-0.249 0.248 0.002v0.249zm-1.83-0.024l0.002-0.249 0.249 0.002-0.002 0.248zm0.898-0.217l0.001-0.248h0.249l-0.001 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.784 11.723l0.001-0.249 0.25 0.002-0.002 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.878 11.276v0.457h0.207v-0.458z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.04 11.687v-0.25l0.25 0.002-0.002 0.249zm3.683-0.18l0.001-0.25 0.249 0.002-0.002 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.793 11.476l0.001-0.25 0.249 0.002-0.001 0.249zm4.827-0.186l0.001-0.249 0.249 0.001-0.001 0.25zm-1.144-0.036l0.002-0.249 0.248 0.001v0.25zm-1.372 0.023l0.001-0.249 0.249 0.002-0.001 0.249zm-2.058-0.047v-0.25l0.25 0.002-0.002 0.249zm4.369-0.193l0.001-0.248h0.25l-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.271 11.043l0.002-0.249 0.248 0.001v0.25zm-0.956-0.013l0.001-0.248 0.25 0.001-0.002 0.249z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.51 11.691h0.207v-0.457h0.248v-0.455h-0.248v0.25h-0.208v0.207H12.26v0.249h0.25z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.256 11.024l0.002-0.249 0.249 0.002-0.002 0.248zm-0.457-0.006L11.8 10.77l0.249 0.002-0.001 0.248zm4.37-0.192v-0.249l0.25 0.002-0.002 0.249zm-1.601-0.042v-0.249l0.25 0.002-0.002 0.249zm-1.602 0l0.002-0.249 0.249 0.001-0.002 0.25zm-0.457-0.006l0.001-0.249 0.25 0.001-0.002 0.25zm-0.457-0.006v-0.25l0.25 0.002-0.002 0.249zm3.912-0.198v-0.249l0.25 0.001-0.002 0.25z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.778 10.58l0.002-0.25 0.249 0.002-0.002 0.249zm-2.058-0.007l0.001-0.25 0.249 0.002-0.001 0.249zm-0.458-0.006l0.002-0.25 0.249 0.002-0.002 0.249zm2.769-0.234l0.001-0.249 0.25 0.002-0.002 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.717 10.115h0.248V9.867H12.26v0.248h0.25v0.208h0.207z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.242 10.128l0.001-0.249 0.249 0.001-0.001 0.25zm-1.601-0.042l0.001-0.249 0.25 0.002-0.002 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.421 10.323h0.208l0.041-0.208h-0.249V9.867h-0.248v0.248h-0.208v0.208h0.208v0.248h0.249z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.893 9.881l0.002-0.249 0.249 0.002-0.002 0.248zm-0.457-0.006l0.001-0.249 0.249 0.002-0.001 0.248z"
android:strokeWidth="1.0000112" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.804 9.867h0.456V9.659l-0.207-0.041h-0.456v0.249z"
android:strokeWidth="0.99999803" />
<path
android:fillColor="#fcfeff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.104 9.635l0.002-0.25 0.249 0.002-0.002 0.249zm-0.457-0.006l0.001-0.25 0.25 0.002-0.002 0.249z"
android:strokeWidth="1.0000112" />
</vector>

View File

@ -5,19 +5,19 @@
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.5" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.5" />
<path
android:pathData="M6.8,6.95C6.22,6.95 5.75,7.42 5.75,8L5.75,20.92C5.73,21 5.74,21.08 5.77,21.16C5.87,21.63 6.3,22 6.8,22L20.45,22C20.97,22 21.4,21.61 21.48,21.1C21.48,21.08 21.49,21.06 21.49,21.04C21.49,21.03 21.49,21.02 21.49,21.02L21.5,20.96C21.5,20.96 21.5,20.95 21.5,20.95L23.24,11.57L23.25,11.53L23.25,11.5C23.25,10.92 22.78,10.45 22.2,10.45L22.2,9.4C22.2,8.82 21.73,8.35 21.15,8.35L12.06,8.35C12.06,8.35 12.06,8.35 12.05,8.35C12.04,8.34 12.01,8.32 11.95,8.25C11.87,8.15 11.77,7.99 11.66,7.81C11.55,7.64 11.43,7.45 11.28,7.29C11.14,7.13 10.94,6.95 10.65,6.95ZM6.8,7.65L10.65,7.65C10.63,7.65 10.67,7.65 10.76,7.75C10.85,7.85 10.95,8.01 11.05,8.19C11.16,8.36 11.28,8.55 11.43,8.71C11.57,8.88 11.76,9.05 12.05,9.05L21.15,9.05C21.35,9.05 21.5,9.2 21.5,9.4L21.5,10.45L8.55,10.45C8,10.45 7.56,10.89 7.52,11.43L7.51,11.43L7.5,11.5L6.45,17.17L6.45,8C6.45,7.8 6.6,7.65 6.8,7.65ZM8.55,11.15L22.2,11.15C22.4,11.15 22.55,11.3 22.55,11.5L20.83,20.79L20.82,20.81C20.82,20.82 20.81,20.84 20.81,20.85C20.81,20.87 20.8,20.88 20.8,20.9C20.8,20.9 20.8,20.91 20.8,20.92C20.8,20.92 20.8,20.92 20.8,20.93C20.79,20.95 20.79,20.96 20.79,20.98C20.79,20.99 20.79,21 20.79,21.02C20.79,21.03 20.79,21.04 20.79,21.06C20.75,21.2 20.61,21.3 20.45,21.3L6.8,21.3C6.6,21.3 6.45,21.15 6.45,20.95L8.19,11.57L8.2,11.53L8.2,11.5C8.2,11.3 8.35,11.15 8.55,11.15Z"
android:fillColor="#ffffff"/>
android:fillColor="?attr/deviceIconOnPrimary"/>
</vector>

View File

@ -4,37 +4,37 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.5" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.5" />
<path
android:fillType="evenOdd"
android:pathData="M21.522 19.793c0.616 0.866 0.173 2.2-1.533 2.201m-0.035-5.877c-1.155-0.468-1.978-0.451-3.04-0.143-0.498 0.145-0.888 0.736-0.928 1.257-0.186 2.404 1.257 3.576 2.712 3.47 0.892-0.065 1.79-1.2 2.005-2.193 0.18-0.835 0.036-2.073-0.75-2.391z"
android:strokeWidth="0.5"
android:strokeColor="#fcffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:pathData="M18.948 15.002c-1.53-0.223-3.098 0.434-3.735 1.91-0.855 1.98 0.377 5.192 2.652 5.532 4.187 0.625 5.547-6.793 1.083-7.442"
android:strokeWidth="0.5"
android:strokeColor="#fcffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:pathData="M18.032 13.173c0.662 0.176 1.074 1.094 1.583 1.523 0.681 0.574 1.442 0.888 1.89 1.711 0.342 0.627 0.249 1.521 0.611 2.072 0.19 0.289 0.567 0.422 0.782 0.708 0.667 0.89 0.593 2.232-0.208 3.014-0.528 0.515-1.36 0.727-2.075 0.56-0.304-0.07-0.598-0.326-0.916-0.3-0.745 0.062-1.207 0.429-2 0.22-2.802-0.736-3.851-4.044-3.23-6.61 0.327-1.358 1.966-3.322 3.563-2.898M11.07 6.31c-0.663 0.176-1.075 1.094-1.584 1.523-0.681 0.573-1.442 0.888-1.89 1.711-0.342 0.627-0.249 1.521-0.611 2.072-0.19 0.288-0.567 0.422-0.781 0.708-0.668 0.89-0.594 2.232 0.207 3.014 0.528 0.515 1.36 0.727 2.075 0.56 0.304-0.07 0.598-0.326 0.917-0.3 0.744 0.062 1.206 0.429 2 0.22 2.8-0.736 3.85-4.044 3.23-6.61-0.328-1.358-1.967-3.322-3.564-2.898"
android:strokeWidth="0.5"
android:strokeColor="#fcffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillType="evenOdd"
android:pathData="M7.58 12.93c-0.617 0.865-0.174 2.2 1.532 2.201m0.035-5.877c1.155-0.468 1.978-0.451 3.04-0.143 0.498 0.144 0.888 0.736 0.928 1.257 0.186 2.404-1.257 3.576-2.712 3.47-0.892-0.065-1.79-1.2-2.005-2.193-0.18-0.835-0.036-2.073 0.75-2.391z"
android:strokeWidth="0.5"
android:strokeColor="#fcffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:pathData="M10.153 8.138c1.53-0.223 3.098 0.435 3.735 1.911 0.855 1.979-0.377 5.192-2.652 5.532-4.187 0.624-5.547-6.793-1.084-7.443"
android:strokeWidth="0.5"
android:strokeColor="#fcffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
</vector>

View File

@ -4,33 +4,33 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115" />
<path
android:pathData="M11.564 17.14C10.61 17.978 9.3 18.237 8.29 17.787 7.214 17.31 6.474 16.17 6.46 14.97c-0.008-0.698 0.155-1.202 0.607-1.884 0.388-0.584 0.482-0.871 0.468-1.426-0.012-0.476-0.13-0.776-0.53-1.344-0.381-0.54-0.54-0.935-0.608-1.5-0.122-1.023 0.267-2.012 1.079-2.743 1.027-0.925 2.55-0.932 3.775-0.018 1.422 1.06 2.27 3.096 2.306 5.539 0.023 1.492-0.24 2.81-0.775 3.903-0.205 0.42-0.353 0.656-0.635 1.02-0.259 0.332-0.284 0.358-0.584 0.622z"
android:strokeWidth="0.7559051"
android:strokeColor="#fffffd" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillType="evenOdd"
android:pathData="M11.771 10.559s0.45 0.443 0.416 1.494c-0.028 0.888-0.539 1.302-0.539 1.302"
android:strokeWidth="0.7559051"
android:strokeColor="#fffffd" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:pathData="M17.69 22.996c0.955 0.84 2.264 1.1 3.275 0.65 1.075-0.48 1.814-1.62 1.828-2.82 0.008-0.697-0.155-1.2-0.607-1.883-0.388-0.584-0.482-0.872-0.468-1.426 0.012-0.476 0.13-0.776 0.53-1.344 0.381-0.541 0.54-0.935 0.608-1.501 0.122-1.022-0.267-2.01-1.08-2.742-1.026-0.925-2.549-0.932-3.775-0.018-1.421 1.06-2.269 3.096-2.306 5.539-0.022 1.492 0.24 2.81 0.776 3.903 0.205 0.42 0.353 0.656 0.635 1.02 0.258 0.331 0.283 0.358 0.584 0.622z"
android:strokeWidth="0.7559051"
android:strokeColor="#fffffd" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillType="evenOdd"
android:pathData="M17.482 16.416s-0.45 0.443-0.415 1.494c0.028 0.888 0.539 1.302 0.539 1.302"
android:strokeWidth="0.7559051"
android:strokeColor="#fffffd" />
android:strokeColor="?attr/deviceIconOnPrimary" />
</vector>

View File

@ -4,28 +4,28 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.8712,3.8769L24.7963,3.8769A0.9472,0.9472 0,0 1,25.7435 4.8241L25.7435,24.8343A0.9472,0.9472 0,0 1,24.7963 25.7815L3.8712,25.7815A0.9472,0.9472 0,0 1,2.924 24.8343L2.924,4.8241A0.9472,0.9472 0,0 1,3.8712 3.8769z"
android:strokeWidth="3.57115"
android:strokeColor="#00000000" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879,3.0349L24.8041,3.0349A0.9472,0.9472 0,0 1,25.7514 3.9822L25.7514,23.9924A0.9472,0.9472 0,0 1,24.8041 24.9396L3.879,24.9396A0.9472,0.9472 0,0 1,2.9318 23.9924L2.9318,3.9822A0.9472,0.9472 0,0 1,3.879 3.0349z"
android:strokeWidth="3.57115"
android:strokeColor="#00000000" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.8711,3.4131L24.7962,3.4131A0.9472,0.9472 0,0 1,25.7435 4.3603L25.7435,24.3705A0.9472,0.9472 0,0 1,24.7962 25.3177L3.8711,25.3177A0.9472,0.9472 0,0 1,2.9239 24.3705L2.9239,4.3603A0.9472,0.9472 0,0 1,3.8711 3.4131z"
android:strokeWidth="3.57115"
android:strokeColor="#00000000" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="m21.2919,23.2015c0.6342,-0.1548 1.0149,-0.392 1.4344,-0.894 0.7094,-0.8486 0.8512,-2.1283 0.3502,-3.158 -0.1582,-0.3251 -0.377,-0.6401 -0.4861,-0.6999 -0.1847,-0.1012 -0.1868,-0.1424 -0.0305,-0.5933 0.4121,-1.1887 0.2451,-3.014 -0.384,-4.1977 -0.3848,-0.724 -1.2208,-1.4895 -1.8766,-1.7183 -1.3054,-0.4555 -3.136,0.051 -4.0509,1.1204 -1.418,1.6577 -1.7887,3.8542 -0.9565,5.6672 0.2793,0.6085 1.4226,1.7934 2.2541,2.3362 0.402,0.2624 0.6604,0.5313 0.7933,0.8255 0.4347,0.9623 1.8352,1.5845 2.9527,1.3118zM19.7347,22.8078c-0.4177,-0.1787 -0.9625,-0.6424 -1.1335,-0.9646 -0.0846,-0.1596 -0.0299,-0.161 0.5561,-0.0144 1.1521,0.2882 1.9675,0.0109 2.6995,-0.9215 0.3051,-0.3883 0.346,-0.5332 0.3978,-1.4115l0.0577,-0.9789 0.3002,0.3663c0.9623,1.1744 0.5377,3.1707 -0.821,3.8594 -0.5724,0.2901 -1.4649,0.3184 -2.0568,0.0651zM18.7182,21.4086c-1.1454,-0.4457 -2.8916,-2.0023 -3.2716,-2.9163 -0.9165,-2.2045 0.1396,-5.1562 2.19,-6.1208 0.9436,-0.4439 2.0937,-0.462 2.8908,-0.0454 1.6982,0.8873 2.465,3.4189 1.7138,5.6589 -0.1131,0.3371 -0.2067,0.9238 -0.208,1.3038 -0.0056,1.476 -0.786,2.3326 -2.1276,2.3341 -0.3572,0.0004 -0.8771,-0.0933 -1.1874,-0.2141zM18.7696,18.7483c0.0941,-0.1471 0.1413,-0.347 0.1049,-0.4442 -0.0365,-0.0973 -0.4674,-0.3424 -0.9577,-0.5448 -0.994,-0.4103 -1.2506,-0.3717 -1.2506,0.1881 0,0.2954 0.0735,0.3564 0.8303,0.6882 1.0117,0.4436 1.0587,0.4478 1.2731,0.1126z"
android:strokeWidth="0.499999"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="m7.8637,17.6849c-0.6433,-0.1548 -1.0294,-0.392 -1.455,-0.894 -0.7195,-0.8486 -0.8635,-2.1283 -0.3552,-3.158 0.1605,-0.3251 0.3824,-0.6401 0.4931,-0.6999 0.1874,-0.1012 0.1895,-0.1424 0.031,-0.5932 -0.418,-1.1887 -0.2486,-3.014 0.3895,-4.1977 0.3903,-0.724 1.2383,-1.4895 1.9035,-1.7183 1.3241,-0.4555 3.181,0.0509 4.1091,1.1204 1.4383,1.6578 1.8143,3.8542 0.9702,5.6672 -0.2833,0.6085 -1.443,1.7934 -2.2864,2.3362 -0.4078,0.2624 -0.6699,0.5313 -0.8047,0.8255 -0.4409,0.9623 -1.8616,1.5845 -2.995,1.3118zM9.4431,17.2912c0.4237,-0.1787 0.9763,-0.6423 1.1497,-0.9646 0.0858,-0.1596 0.0303,-0.161 -0.5641,-0.0144 -1.1687,0.2882 -1.9957,0.0108 -2.7382,-0.9215 -0.3095,-0.3882 -0.3509,-0.5332 -0.4035,-1.4115l-0.0586,-0.9789 -0.3045,0.3663c-0.9761,1.1744 -0.5454,3.1707 0.8327,3.8594 0.5806,0.2901 1.4859,0.3184 2.0864,0.0652zM10.4743,15.892c1.1618,-0.4457 2.9331,-2.0023 3.3186,-2.9163C14.7225,10.7711 13.6513,7.8195 11.5715,6.8549 10.6144,6.411 9.4477,6.3929 8.6392,6.8094c-1.7226,0.8873 -2.5003,3.419 -1.7384,5.6589 0.1147,0.3371 0.2096,0.9238 0.211,1.3038 0.0052,1.4759 0.7973,2.3326 2.1581,2.3341 0.3623,0.0004 0.8897,-0.0933 1.2044,-0.2141zM10.4222,13.2317c-0.0955,-0.1471 -0.1434,-0.347 -0.1064,-0.4442 0.037,-0.0973 0.4741,-0.3424 0.9715,-0.5448 1.0082,-0.4103 1.2686,-0.3717 1.2686,0.1881 0,0.2954 -0.0746,0.3564 -0.8422,0.6882 -1.0262,0.4436 -1.0739,0.4478 -1.2914,0.1126z"
android:strokeWidth="0.5"
android:strokeColor="#fffffd" />
android:strokeColor="?attr/deviceIconOnPrimary" />
</vector>

View File

@ -12,21 +12,21 @@
android:pathData="M3.61 3.393h19.7a0.854 0.854 0 0 1 0.855 0.854v18.941a0.854 0.854 0 0 1-0.854 0.854H3.61a0.854 0.854 0 0 1-0.854-0.854V4.248A0.854 0.854 0 0 1 3.61 3.392z"
android:strokeWidth="0.99516809" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.61 3.024h19.7a0.854 0.854 0 0 1 0.854 0.854v18.94a0.854 0.854 0 0 1-0.854 0.854H3.61a0.854 0.854 0 0 1-0.854-0.854V3.878A0.854 0.854 0 0 1 3.61 3.024z"
android:strokeWidth="0.99516809" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M6.569 11.48h13.878a0.603 0.553 0 0 1 0.603 0.553v2.34a0.603 0.553 0 0 1-0.603 0.554H6.57a0.603 0.553 0 0 1-0.603-0.554v-2.34a0.603 0.553 0 0 1 0.603-0.554z"
android:strokeWidth="0.95660609" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M7.84 10.065h11.436a0.591 0.553 0 0 1 0.591 0.554v5.522a0.591 0.553 0 0 1-0.591 0.553H7.839a0.591 0.553 0 0 1-0.591-0.553v-5.522a0.591 0.553 0 0 1 0.591-0.554z"
android:strokeWidth="0.98218656" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.572 11.17H18.66a0.613 0.553 0 0 1 0.613 0.553v3.048a0.613 0.553 0 0 1-0.613 0.553H8.572a0.613 0.553 0 0 1-0.613-0.553v-3.048a0.613 0.553 0 0 1 0.614-0.553z" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M16.788 13.25a0.738 0.751 0 1 0 1.477 0 0.738 0.751 0 1 0-1.477 0z" />
</vector>

View File

@ -8,21 +8,21 @@
<path
android:name="path_1"
android:pathData="M 3.871 3.877 L 24.796 3.877 C 25.047 3.877 25.289 3.977 25.466 4.154 C 25.644 4.332 25.744 4.573 25.744 4.824 L 25.744 24.834 C 25.744 25.085 25.644 25.327 25.466 25.504 C 25.289 25.682 25.047 25.782 24.796 25.782 L 3.871 25.782 C 3.62 25.782 3.379 25.682 3.201 25.504 C 3.024 25.327 2.924 25.085 2.924 24.834 L 2.924 4.824 C 2.924 4.573 3.024 4.332 3.201 4.154 C 3.379 3.977 3.62 3.877 3.871 3.877"
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:strokeWidth="1"/>
<path
android:name="path_5"
android:pathData="M 3.879 3.035 L 24.804 3.035 C 25.055 3.035 25.296 3.135 25.474 3.312 C 25.651 3.49 25.751 3.731 25.751 3.982 L 25.751 23.992 C 25.751 24.243 25.651 24.485 25.474 24.662 C 25.296 24.84 25.055 24.94 24.804 24.94 L 3.879 24.94 C 3.628 24.94 3.387 24.84 3.209 24.662 C 3.032 24.485 2.932 24.243 2.932 23.992 L 2.932 3.982 C 2.932 3.731 3.032 3.49 3.209 3.312 C 3.387 3.135 3.628 3.035 3.879 3.035"
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:strokeWidth="1"/>
<path
android:name="path_6"
android:pathData="M 3.879 3.035 L 24.804 3.035 C 25.055 3.035 25.296 3.135 25.474 3.313 C 25.652 3.49 25.751 3.731 25.751 3.982 L 25.751 23.992 C 25.751 24.244 25.652 24.485 25.474 24.662 C 25.296 24.84 25.055 24.94 24.804 24.94 L 3.879 24.94 C 3.628 24.94 3.387 24.84 3.209 24.662 C 3.032 24.485 2.932 24.244 2.932 23.992 L 2.932 3.982 C 2.932 3.731 3.032 3.49 3.209 3.313 C 3.387 3.135 3.628 3.035 3.879 3.035"
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:strokeWidth="1"/>
<path
android:name="path_7"
android:pathData="M 14.362 8.693 C 11.231 8.693 8.693 11.231 8.693 14.362 L 8.693 18.772 C 8.693 19.465 9.26 20.031 9.953 20.031 L 12.472 20.031 L 12.472 14.992 L 9.953 14.992 L 9.953 14.362 C 9.953 11.924 11.924 9.953 14.362 9.953 C 16.8 9.953 18.772 11.924 18.772 14.362 L 18.772 14.992 L 16.252 14.992 L 16.252 20.031 L 18.772 20.031 C 19.465 20.031 20.031 19.465 20.031 18.772 L 20.031 14.362 C 20.031 11.231 17.493 8.693 14.362 8.693 Z"
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:strokeWidth="1"/>
</vector>

View File

@ -4,31 +4,31 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M19.932 9.383h0.397a0.53 0.53 0 0 1 0.53 0.53v0.53a0.53 0.53 0 0 1-0.53 0.531h-0.397a0.53 0.53 0 0 1-0.53-0.53v-0.53a0.53 0.53 0 0 1 0.53-0.53z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M9.848 7.218h8.986a1.142 1.142 0 0 1 1.142 1.142v12.123a1.142 1.142 0 0 1-1.142 1.142H9.848a1.142 1.142 0 0 1-1.142-1.142V8.36a1.142 1.142 0 0 1 1.142-1.142z"
android:strokeWidth="3.46226358" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M10.076 9.295h8.441V19.37h-8.44z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.225 10.62h6.276v7.514h-6.276z"
android:strokeWidth="3.5" />
</vector>

View File

@ -12,29 +12,29 @@
android:pathData="M3.61 3.393h19.7a0.854 0.854 0 0 1 0.855 0.854v18.941a0.854 0.854 0 0 1-0.854 0.854H3.61a0.854 0.854 0 0 1-0.854-0.854V4.248A0.854 0.854 0 0 1 3.61 3.392z"
android:strokeWidth="0.99516809" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.61 3.024h19.7a0.854 0.854 0 0 1 0.854 0.854v18.94a0.854 0.854 0 0 1-0.854 0.854H3.61a0.854 0.854 0 0 1-0.854-0.854V3.878A0.854 0.854 0 0 1 3.61 3.024z"
android:strokeWidth="0.99516809" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.514 11.518c0.727-0.005 2.73-0.032 3.09-0.659 0.36-0.627-0.642-2.351-1.01-2.974-0.367-0.622-1.391-2.332-2.118-2.328-0.727 0.005-1.73 1.728-2.089 2.355-0.36 0.628-1.338 2.364-0.971 2.987 0.367 0.623 2.371 0.623 3.098 0.619z"
android:strokeWidth="0.75212771" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.401 13.429c0.879-0.025 1.488 1.191 1.947 2.027 0.458 0.836 1.152 1.994 0.732 2.854-0.42 0.86-1.669 0.84-2.548 0.866-0.879 0.024-2.125 0.115-2.584-0.72-0.459-0.836 0.181-2.032 0.602-2.893 0.42-0.86 0.972-2.11 1.851-2.134z"
android:strokeWidth="0.64926457" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M13.485 6.99c-0.262 0-0.566 0.013-0.698-0.129-0.132-0.142 0.035-0.302 0.165-0.445 0.13-0.143 0.267-0.315 0.529-0.316 0.262 0 0.4 0.17 0.532 0.311 0.132 0.142 0.3 0.301 0.17 0.444-0.131 0.143-0.435 0.134-0.698 0.135zm-5.054 7.782c-0.237 0-0.58-0.026-0.698-0.154-0.12-0.128 0.012-0.328 0.13-0.458 0.118-0.13 0.326-0.302 0.563-0.303 0.238-0.001 0.448 0.17 0.567 0.298 0.12 0.129 0.253 0.328 0.135 0.457-0.118 0.13-0.46 0.159-0.697 0.16z" />
<path
android:fillColor="#fefefe"
android:pathData="M5.779 18.004a2.74 2.784 0 1 0 5.48 0 2.74 2.784 0 1 0-5.48 0z"
android:strokeWidth="1.24393165" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.202 14.348h3.905a0.854 0.854 0 0 1 0.854 0.854v3.905a0.854 0.854 0 0 1-0.854 0.854h-3.905a0.854 0.854 0 0 1-0.854-0.854v-3.905a0.854 0.854 0 0 1 0.854-0.854z" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M15.866 15.375a0.553 0.536 0 1 0 1.107 0 0.553 0.536 0 1 0-1.107 0z"
android:strokeWidth="1.06593406" />
</vector>

View File

@ -4,32 +4,32 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M7.18 11.825a4.008 4.008 0 1 1 8.015 0 4.008 4.008 0 1 1-8.015 0"
android:strokeWidth="3.69501472" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.493 11.814a4.008 4.008 0 1 1 8.016 0 4.008 4.008 0 1 1-8.016 0"
android:strokeWidth="3.69501472" />
<path
android:pathData="M8.002 13.302c1.955 3.307 6.759 7.152 6.759 7.152m6.035-7.436c-1.171 2.85-6.66 7.434-6.66 7.434"
android:strokeWidth="1"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.056 19.212c-0.932-0.797-1.796-1.595-2.573-2.373-0.682-0.683-1.056-1.083-0.995-1.065 0.232 0.07 1.014 0.073 1.378 0.006 0.656-0.12 1.237-0.374 1.76-0.772 0.183-0.14 0.529-0.47 0.645-0.617l0.067-0.084 0.318 0.316c0.362 0.362 0.608 0.545 1.014 0.755 0.647 0.335 1.409 0.491 2.12 0.434 0.158-0.013 0.334-0.032 0.392-0.043 0.059-0.011 0.11-0.016 0.114-0.012 0.023 0.023-1.055 1.148-1.698 1.77-0.732 0.708-1.728 1.623-2.145 1.968-0.03 0.024-0.086-0.016-0.397-0.283z"
android:strokeWidth="0.07733981"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
</vector>

View File

@ -4,24 +4,24 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M9.388 13.204h9.841a1.094 1.094 0 0 1 1.094 1.094v0.228a1.094 1.094 0 0 1-1.094 1.094H9.39a1.094 1.094 0 0 1-1.095-1.094v-0.228a1.094 1.094 0 0 1 1.094-1.094z"
android:strokeWidth="2.22514033"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M11.468 14.392a0.458 0.458 0 1 1 0.916 0 0.458 0.458 0 1 1-0.916 0m2.437 0.008a0.458 0.458 0 1 1 0.916 0 0.458 0.458 0 1 1-0.916 0m2.385-0.01a0.458 0.458 0 1 1 0.916 0 0.458 0.458 0 1 1-0.916 0"
android:strokeWidth="1.34653521" />
</vector>

View File

@ -4,28 +4,28 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M9.388 13.204h9.841a1.094 1.094 0 0 1 1.094 1.094v0.228a1.094 1.094 0 0 1-1.094 1.094H9.39a1.094 1.094 0 0 1-1.095-1.094v-0.228a1.094 1.094 0 0 1 1.094-1.094z"
android:strokeWidth="2.22514033"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M17.298 14.405a1.405 1.405 0 1 1 2.81 0 1.405 1.405 0 1 1-2.81 0"
android:strokeWidth="3.82923341" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M17.675 14.406a1.03 1.03 0 1 1 2.06 0 1.03 1.03 0 1 1-2.06 0"
android:strokeWidth="2.80542302" />
</vector>

View File

@ -4,24 +4,24 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M5.762 14.02l0.023-0.226c0.052-0.503 0.266-1.351 0.391-1.55 0.025-0.038 0.077-0.09 0.116-0.115 0.138-0.089 0.468-0.16 1.016-0.223 0.155-0.018 0.304-0.04 0.331-0.05 0.07-0.028 0.27-0.068 0.33-0.068 0.03 0 0.153-0.05 0.29-0.117 0.465-0.23 0.971-0.357 1.597-0.403 0.32-0.024 8.726-0.024 9.05 0 0.652 0.047 1.177 0.187 1.687 0.45l0.244 0.125 0.31 0.03c0.597 0.06 1.044 0.138 1.217 0.215 0.098 0.043 0.19 0.128 0.235 0.219 0.086 0.17 0.226 0.687 0.304 1.121 0.153 0.855 0.104 1.63-0.163 2.59-0.084 0.303-0.14 0.436-0.219 0.52-0.138 0.147-0.523 0.238-1.349 0.32l-0.335 0.032-0.277 0.14c-0.497 0.252-0.966 0.378-1.612 0.436-0.35 0.032-8.734 0.032-9.118 0-0.66-0.053-1.201-0.2-1.68-0.453C8.052 16.96 8 16.945 7.906 16.936c-0.066-0.006-0.168-0.025-0.227-0.043-0.059-0.017-0.265-0.051-0.46-0.075-0.767-0.095-0.967-0.168-1.08-0.392-0.052-0.103-0.187-0.563-0.247-0.844L5.851 15.39c-0.075-0.336-0.121-1.042-0.09-1.368z"
android:strokeWidth="3.77953" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M9.45 13.162h9.84c0.29 0 0.568 0.115 0.774 0.32 0.205 0.206 0.32 0.484 0.32 0.774v0.228c0 0.29-0.115 0.568-0.32 0.774-0.206 0.205-0.484 0.32-0.774 0.32H9.451c-0.192 0-0.38-0.05-0.547-0.146-0.167-0.096-0.305-0.234-0.4-0.4-0.097-0.167-0.148-0.356-0.148-0.548v-0.228c0-0.29 0.115-0.568 0.32-0.774 0.206-0.205 0.484-0.32 0.774-0.32z"
android:strokeWidth="2.22514"
android:strokeColor="#4dabf5" />
android:strokeColor="?attr/deviceIconDark" />
</vector>

View File

@ -12,30 +12,30 @@
android:pathData="M3.61 3.393h19.7a0.854 0.854 0 0 1 0.855 0.854v18.941a0.854 0.854 0 0 1-0.854 0.854H3.61a0.854 0.854 0 0 1-0.854-0.854V4.248A0.854 0.854 0 0 1 3.61 3.392z"
android:strokeWidth="0.99516809" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.61 3.024h19.7a0.854 0.854 0 0 1 0.854 0.854v18.94a0.854 0.854 0 0 1-0.854 0.854H3.61a0.854 0.854 0 0 1-0.854-0.854V3.878A0.854 0.854 0 0 1 3.61 3.024z"
android:strokeWidth="0.99516809" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.906 7.822H18a0.688 0.688 0 0 1 0.688 0.688v9.75A0.688 0.688 0 0 1 18 18.947H8.906A0.688 0.688 0 0 1 8.22 18.26V8.51a0.688 0.688 0 0 1 0.687-0.688z" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M10.896 10.323a3.66 3.265 92.127 0 1 2.63-1.47 3.66 3.265 92.127 0 1 2.606 1.476l-2.636 2.184z"
android:strokeWidth="0.93131608" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.688 11.472a2.982 2.265 90.871 0 1 1.824-1.197 2.982 2.265 90.871 0 1 1.807 1.201l-1.829 1.78z"
android:strokeWidth="0.70008069" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.29 9.79l0.254 0.365a0.09 0.09 100.007 0 1-0.022 0.125 0.09 0.09 100.007 0 1-0.124-0.022l-0.254-0.365a0.09 0.09 100.007 0 1 0.022-0.124 0.09 0.09 100.007 0 1 0.124 0.021z"
android:strokeWidth="0.8715741" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M16.11 10.453l-0.85 0.71a0.098 0.108 92.456 0 1-0.153-0.007 0.098 0.108 92.456 0 1 0.006-0.139l0.85-0.71a0.098 0.108 92.456 0 1 0.153 0.007 0.098 0.108 92.456 0 1-0.006 0.139z"
android:strokeWidth="0.43048036" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M11.028 10.31l0.858 0.692a0.107 0.097 81.04 0 1 0.024 0.15 0.107 0.097 81.04 0 1-0.136 0.022l-0.858-0.692a0.107 0.097 81.04 0 1-0.024-0.15 0.107 0.097 81.04 0 1 0.136-0.021z"
android:strokeWidth="0.42741153" />
</vector>

View File

@ -4,19 +4,19 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M17.39 6.396h0.637a0.499 0.499 0 0 1 0.499 0.5v14.377a0.499 0.499 0 0 1-0.499 0.498H17.39a0.499 0.499 0 0 1-0.499-0.498V6.895a0.499 0.499 0 0 1 0.499-0.499z"
android:strokeWidth="3.87336898" />
<group
@ -24,7 +24,7 @@
android:translateY="16"
android:rotation="30">
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M0 0h0.36a0.499 0.499 0 0 1 0.5 0.5v1.465a0.499 0.499 0 0 1-0.5 0.5h-0.36z"
android:strokeWidth="3.5" />
</group>
@ -33,20 +33,20 @@
android:translateY="10"
android:rotation="-30">
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M0 0h0.36a0.499 0.499 0 0 1 0.5 0.5v1.465a0.499 0.499 0 0 1-0.5 0.5h-0.36z"
android:strokeWidth="3.5" />
</group>
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M10.667 6.396h0.638a0.499 0.499 0 0 1 0.498 0.5v14.377a0.499 0.499 0 0 1-0.498 0.498h-0.638a0.499 0.499 0 0 1-0.498-0.498V6.895a0.499 0.499 0 0 1 0.498-0.499z"
android:strokeWidth="3.87336898" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.456 14.053a5.923 6.099 0 1 0 11.846 0 5.923 6.099 0 1 0-11.846 0z"
android:strokeWidth="9.28846169" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M9.95 14.014a4.464 4.597 0 1 0 8.929 0 4.464 4.597 0 1 0-8.928 0z"
android:strokeWidth="7.00060892" />
</vector>

View File

@ -4,31 +4,31 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.5" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="m11.248,18.9974a2.6708,2.6529 90,0 1,-2.6529 -2.6708l0,-3.6234a5.5464,5.5093 89.9997,0 1,-3.3073 -1.6559,0.8903 0.8843,89.9998 0,1 -0.2299,-0.6054l0,-3.3652a0.8903,0.8843 89.9998,0 1,0.2299 -0.6054,5.6977 5.6596,90.0002 0,1 4.1916,-1.7182l0.1945,0a4.4513,4.4216 89.9998,0 1,4.227 4.4513l0,7.1222a2.6708,2.6529 90,0 1,-2.6529 2.6708zM6.8264,10.0947a4.113,4.0855 90.0003,0 0,2.6529 0.8903,0.8903 0.8843,89.9998 0,1 0.8843,0.8903l0,4.4513a0.8903,0.8843 90,0 0,1.7686 0L12.1323,9.2044a2.6708,2.6529 90,0 0,-2.5114 -2.6708l-0.1415,0a4.113,4.0855 90.0003,0 0,-2.6529 0.8903z"
android:strokeWidth="0.8872858" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M18.3225,24.339A2.6708,2.6529 90,0 1,15.6695 21.6682L15.6695,14.546a4.4513,4.4216 89.9998,0 1,4.227 -4.4513l0.1945,0a5.6977,5.6596 90.0002,0 1,4.1916 1.7182,0.8903 0.8843,89.9998 0,1 0.2299,0.6054l0,3.3652a0.8903,0.8843 89.9998,0 1,-0.2299 0.6054,5.5464 5.5093,89.9997 0,1 -3.3073,1.6559l0,3.6234a2.6708,2.6529 90,0 1,-2.6529 2.6708zM20.0911,11.8752l-0.1415,0a2.6708,2.6529 90,0 0,-2.5114 2.6708l0,7.1222a0.8903,0.8843 90.0003,0 0,1.7686 0l0,-4.4513a0.8903,0.8843 89.9998,0 1,0.8843 -0.8903,4.113 4.0855,90.0003 0,0 2.6529,-0.8903L22.744,12.7655a4.113,4.0855 90.0003,0 0,-2.6529 -0.8903z"
android:strokeWidth="0.8872858" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.595,8.7593m-0.8843,0a0.8903,0.8843 90.0003,1 1,1.7686 0a0.8903,0.8843 90.0003,1 1,-1.7686 0"
android:strokeWidth="0.8872858" />
<path
android:fillColor="#aa0000"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M20.9754,14.1009m-0.8843,0a0.8903,0.8843 90.0003,1 1,1.7686 0a0.8903,0.8843 90.0003,1 1,-1.7686 0"
android:strokeWidth="0.8872858" />
</vector>

View File

@ -4,39 +4,39 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.4" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.4" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.4" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.656 8.627h11.408v11.532H8.656z"
android:strokeWidth="3.4" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.656 7.178h1.585v14.437H8.656zm9.782 0h1.626v14.468h-1.627z"
android:strokeWidth="3.4" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M10.231 10.178h8.207v8.5H10.23z"
android:strokeWidth="3.4" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.316 11.347h6v6.125h-6z"
android:strokeWidth="3.4" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M13.954 12.481h0.781v2.281h-0.78z"
android:strokeWidth="3.4" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M13.954 14.043h2.188v0.72h-2.188z"
android:strokeWidth="3.4" />
</vector>

View File

@ -4,63 +4,63 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.6" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.6" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.6" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.27 6.708h4.54a0.425 0.425 0 0 1 0.426 0.425v15.04a0.425 0.425 0 0 1-0.425 0.424h-4.542a0.425 0.425 0 0 1-0.425-0.425V7.132a0.425 0.425 0 0 1 0.425-0.424z"
android:strokeWidth="2.4" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M10.915 9.692h7.294a1.104 1.104 0 0 1 1.104 1.105v7.293a1.104 1.104 0 0 1-1.104 1.104h-7.294a1.104 1.104 0 0 1-1.104-1.104v-7.293a1.104 1.104 0 0 1 1.104-1.105z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M9.817 13.485h0.407a0.26 0.26 0 0 1 0.26 0.261v1.556a0.26 0.26 0 0 1-0.26 0.26H9.817a0.26 0.26 0 0 1-0.26-0.26v-1.556a0.26 0.26 0 0 1 0.26-0.26z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M11.716 10.731h5.706a0.866 0.838 90 0 1 0.838 0.866v5.008a0.866 0.838 90 0 1-0.838 0.866h-5.707a0.866 0.838 90 0 1-0.837-0.866v-5.008a0.866 0.838 90 0 1 0.838-0.866z"
android:strokeWidth="5.1" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.689 15.174l1.185 0.431a0.097 0.267 90 0 1 0 0.137l-1.185 0.432a0.097 0.267 90 0 1-0.378 0l-1.185-0.431a0.097 0.267 90 0 1 0-0.138l1.185-0.431a0.097 0.267 90 0 1 0.378 0z"
android:strokeWidth="3.1" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.681 13.926l1.037 0.421a0.104 0.256 90 0 1 0 0.148l-1.037 0.421a0.104 0.256 90 0 1-0.362 0l-1.037-0.421a0.104 0.256 90 0 1 0-0.148l1.037-0.421a0.104 0.256 90 0 1 0.362 0z"
android:strokeWidth="2.8" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.649 12.7l0.96 0.434a0.095 0.21 90 0 1 0 0.134l-0.96 0.435a0.095 0.21 90 0 1-0.298 0l-0.96-0.434a0.095 0.21 90 0 1 0-0.135l0.96-0.435a0.095 0.21 90 0 1 0.298 0z"
android:strokeWidth="2.6" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.68 11.556l0.646 0.351a0.138 0.254 90 0 1 0 0.195l-0.647 0.351a0.138 0.254 90 0 1-0.358 0l-0.646-0.35a0.138 0.254 90 0 1 0-0.196l0.646-0.35a0.138 0.254 90 0 1 0.358 0z"
android:strokeWidth="2" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.395 16.023h0.21a0.094 0.094 0 0 1 0.094 0.094v0.376a0.094 0.094 0 0 1-0.094 0.094h-0.21a0.094 0.094 0 0 1-0.094-0.094v-0.376a0.094 0.094 0 0 1 0.094-0.094z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.63 13.437c0.881 0.416 0.87 0.35 0.119 0.658-0.75 0.31-0.67 0.347-0.801-0.378-0.131-0.724-0.2-0.696 0.682-0.28zm-0.08 1.239c0.983 0.416 0.97 0.35 0.132 0.658-0.837 0.31-0.747 0.347-0.893-0.377-0.146-0.725-0.222-0.697 0.76-0.281z"
android:strokeWidth="1" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.448 14.679c-0.983 0.416-0.97 0.35-0.132 0.658 0.837 0.31 0.747 0.347 0.893-0.377 0.146-0.725 0.222-0.697-0.76-0.281z"
android:strokeWidth="1" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.397 13.438c-0.881 0.415-0.87 0.35-0.119 0.658 0.75 0.309 0.67 0.347 0.801-0.378 0.13-0.724 0.199-0.696-0.682-0.28zm-0.122-1.235c-0.757 0.43-0.748 0.365-0.09 0.66 0.657 0.297 0.589 0.336 0.688-0.39 0.1-0.727 0.16-0.7-0.598-0.27zM13.723 12.2c0.758 0.431 0.749 0.365 0.09 0.661-0.657 0.296-0.588 0.335-0.688-0.391-0.1-0.727-0.159-0.7 0.598-0.27z"
android:strokeWidth="1" />
</vector>

View File

@ -4,35 +4,35 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M10.328 7.779h7.864a0.686 0.686 0 0 1 0.686 0.686v4.923a0.686 0.686 0 0 1-0.686 0.687h-7.864a0.686 0.686 0 0 1-0.686-0.687V8.465a0.686 0.686 0 0 1 0.686-0.686z"
android:strokeWidth="3.28026915" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.362 13.505h5.757a0.638 0.638 0 0 1 0.638 0.637v4.893a0.638 0.638 0 0 1-0.638 0.638h-5.757a0.638 0.638 0 0 1-0.637-0.638v-4.893a0.638 0.638 0 0 1 0.637-0.637z"
android:strokeWidth="2.83302426" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.729 19.419h3.042a0.342 0.342 0 0 1 0.342 0.341v1.856a0.342 0.342 0 0 1-0.342 0.342h-3.042a0.342 0.342 0 0 1-0.342-0.342v-1.855a0.342 0.342 0 0 1 0.342-0.342z"
android:strokeWidth="1.32303238" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.063 21.518h0.405a0.55 0.55 0 0 1 0.549 0.55v0.166a0.55 0.55 0 0 1-0.55 0.55h-0.404a0.55 0.55 0 0 1-0.549-0.55v-0.167a0.55 0.55 0 0 1 0.55-0.549z"
android:strokeWidth="0.5930993" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M10.262 7.56h7.996a0.214 0.214 0 0 1 0.213 0.214v5.073a0.214 0.214 0 0 1-0.213 0.213h-7.996a0.214 0.214 0 0 1-0.214-0.213V7.774a0.214 0.214 0 0 1 0.214-0.214z"
android:strokeWidth="2.9279027" />
</vector>

View File

@ -8,21 +8,21 @@
<path
android:name="path"
android:pathData="M 3.871 3.877 L 24.796 3.877 C 24.962 3.877 25.126 3.92 25.27 4.004 C 25.414 4.087 25.534 4.206 25.617 4.35 C 25.7 4.494 25.744 4.658 25.744 4.824 L 25.744 24.834 C 25.744 25 25.7 25.164 25.617 25.308 C 25.534 25.452 25.414 25.572 25.27 25.655 C 25.126 25.738 24.962 25.782 24.796 25.782 L 3.871 25.782 C 3.705 25.782 3.541 25.738 3.397 25.655 C 3.253 25.572 3.134 25.452 3.051 25.308 C 2.967 25.164 2.924 25 2.924 24.834 L 2.924 4.824 C 2.924 4.573 3.024 4.332 3.201 4.154 C 3.379 3.977 3.62 3.877 3.871 3.877 Z"
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:strokeWidth="1"/>
<path
android:name="path_1"
android:pathData="M 3.879 3.035 L 24.804 3.035 C 25.055 3.035 25.296 3.135 25.474 3.312 C 25.651 3.49 25.751 3.731 25.751 3.982 L 25.751 23.992 C 25.751 24.158 25.708 24.322 25.624 24.466 C 25.541 24.61 25.422 24.73 25.278 24.813 C 25.134 24.896 24.97 24.94 24.804 24.94 L 3.88 24.94 C 3.714 24.94 3.55 24.896 3.406 24.813 C 3.262 24.73 3.143 24.61 3.06 24.466 C 2.976 24.322 2.933 24.158 2.933 23.992 L 2.933 3.982 C 2.933 3.731 3.033 3.49 3.21 3.312 C 3.388 3.135 3.629 3.035 3.88 3.035 Z"
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:strokeWidth="1"/>
<path
android:name="path_2"
android:pathData="M 3.871 3.413 L 24.796 3.413 C 24.962 3.413 25.126 3.456 25.27 3.54 C 25.414 3.623 25.534 3.742 25.617 3.886 C 25.7 4.03 25.744 4.194 25.744 4.36 L 25.744 24.37 C 25.744 24.536 25.7 24.7 25.617 24.844 C 25.534 24.988 25.414 25.108 25.27 25.191 C 25.126 25.274 24.962 25.318 24.796 25.318 L 3.871 25.318 C 3.705 25.318 3.541 25.274 3.397 25.191 C 3.253 25.108 3.134 24.988 3.051 24.844 C 2.967 24.7 2.924 24.536 2.924 24.37 L 2.924 4.36 C 2.924 4.109 3.024 3.868 3.201 3.691 C 3.378 3.513 3.619 3.413 3.87 3.413 Z"
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:strokeWidth="1"/>
<path
android:name="path_3"
android:pathData="M 16.122 14.46 L 17.825 16.245 C 18.03 15.691 18.148 15.083 18.148 14.452 C 18.148 13.821 18.03 13.229 17.832 12.675 Z M 20.005 10.382 L 19.08 11.351 C 19.543 12.282 19.8 13.329 19.8 14.444 C 19.8 15.56 19.535 16.614 19.08 17.538 L 19.961 18.461 C 20.673 17.276 21.092 15.875 21.092 14.375 C 21.084 12.921 20.688 11.551 20.005 10.382 Z M 17.201 11.151 L 13.009 6.758 L 12.275 6.758 L 12.275 12.598 L 8.906 9.066 L 7.871 10.151 L 11.974 14.452 L 7.871 18.753 L 8.906 19.838 L 12.275 16.306 L 12.275 22.147 L 13.009 22.147 L 17.201 17.753 L 14.044 14.452 Z M 13.743 9.705 L 15.123 11.151 L 13.743 12.598 Z M 15.123 17.753 L 13.743 19.2 L 13.743 16.306 Z"
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:strokeWidth="1"/>
</vector>

View File

@ -4,20 +4,20 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#fffffe"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.788 22.12s-2.091-0.292-2.658-1.225c-0.538-0.824-0.974-1.714-1.498-2.547-0.523-0.78-0.034-1.59 0.057-2.376-0.008-1.014-0.285-2.034-0.029-3.04 0.356-2.063 1.501-3.997 3.158-5.246 2.688-1.872 6.803-1.214 8.663 1.554 1.347 1.783 2.027 4.133 1.554 6.36-0.087 0.924 0.697 1.928 0.061 2.79-0.596 0.924-1.055 1.949-1.712 2.824-0.756 0.595-2.691 0.773-2.691 0.773s-1.515-0.619-1.65-1.432c0.042-0.63 0.5-1.137 0.746-1.7 0.841-1.55 1.744-3.067 2.737-4.522 0.49-0.444 1.602 0.74 1.564-0.407 0.076-1.294-0.51-2.515-1.13-3.606-0.52-0.856-1.367-1.458-2.317-1.715-2.033-0.69-4.431-0.473-6.166 0.867-1.16 1.257-1.893 2.975-1.84 4.71 0.301 0.86 1.157-0.488 1.686 0.353 0.606 0.62 0.904 1.47 1.406 2.171 0.729 1.2 1.437 2.42 1.999 3.712-0.01 0.972-1.94 1.702-1.94 1.702z"
android:strokeWidth="0.5"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
</vector>

View File

@ -4,61 +4,61 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115" />
<path
android:pathData="M7.291 6.092L7.194 6.145C7.162 6.163 7.13 6.183 7.099 6.203l-0.1 0.067L6.89 6.35 6.815 6.405 6.74 6.466C6.691 6.507 6.642 6.55 6.595 6.595 6.547 6.64 6.5 6.685 6.455 6.734 6.41 6.78 6.365 6.83 6.323 6.88 6.28 6.93 6.24 6.983 6.2 7.035c-0.04 0.053-0.078 0.106-0.114 0.16C6.05 7.25 6.015 7.304 5.982 7.36L5.935 7.442C5.92 7.47 5.905 7.498 5.892 7.526c-0.037 0.071-0.07 0.14-0.1 0.206-0.03 0.065-0.058 0.128-0.083 0.19-0.025 0.061-0.047 0.12-0.067 0.18-0.01 0.03-0.02 0.059-0.028 0.088-0.01 0.03-0.017 0.058-0.025 0.088L5.567 8.366l-0.02 0.09c-0.011 0.06-0.021 0.12-0.03 0.184-0.008 0.063-0.015 0.13-0.02 0.198-0.007 0.069-0.01 0.14-0.014 0.217L5.477 9.219v0.157C5.478 9.428 5.48 9.478 5.483 9.527c0.003 0.05 0.007 0.099 0.012 0.147C5.5 9.722 5.505 9.77 5.513 9.818 5.52 9.866 5.529 9.914 5.538 9.961l0.033 0.144 0.042 0.146c0.015 0.05 0.031 0.1 0.05 0.15 0.018 0.051 0.037 0.103 0.059 0.156 0.02 0.053 0.044 0.108 0.068 0.163l0.079 0.173c0.028 0.059 0.058 0.12 0.09 0.182 0.031 0.063 0.065 0.128 0.1 0.196l0.113 0.209 0.125 0.224 0.19 0.325 0.188 0.312 0.184 0.3 0.182 0.287 0.18 0.275c0.059 0.09 0.117 0.177 0.176 0.262 0.058 0.086 0.116 0.17 0.173 0.251l0.17 0.24 0.169 0.227c0.055 0.074 0.11 0.146 0.165 0.217 0.054 0.07 0.108 0.138 0.162 0.205l0.008 0.01C8.02 14.582 7.132 13.792 6.67 13.21c-1.06-1.33-1.604-2.907-1.441-4.18 0.148-1.165 0.664-2.116 1.624-2.991C7.09 5.821 7.117 5.85 7.187 5.871 7.424 6.016 7.452 6.003 7.29 6.092z"
android:strokeWidth="0.4"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:pathData="M11.589 11.343c0.322-0.014 0.357 0.04 0.594-0.181 0.222-0.24 0.274-0.352 0.276-0.57 0.003-0.224-0.007-0.25-0.197-0.71-0.408-0.979-0.896-1.961-1.124-2.262-0.342-0.45-0.831-0.779-1.38-0.948-0.413-0.127-1.121-0.108-1.564 0.041-1.404 0.475-2.155 1.989-1.691 3.408 0.271 0.832 0.705 1.282 1.214 1.282z"
android:strokeWidth="0.3"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.858 12.337a0.198 0.194 90 0 0 0.268 0.058 0.198 0.194 90 0 0 0.059-0.273 0.198 0.194 90 0 0-0.267-0.063 0.198 0.194 90 0 0-0.063 0.272"
android:strokeWidth="0.3"
android:strokeColor="#ffffff"
android:strokeColor="?attr/deviceIconOnPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:pathData="M11.87 10.803L8.042 10.87c-0.145 0.003-0.261 0.12-0.261 0.268 0 0.148 0.116 0.27 0.261 0.267l3.826-0.068c0.145-0.003 0.262-0.12 0.262-0.268 0-0.148-0.117-0.27-0.262-0.267z"
android:strokeWidth="0.3"
android:strokeColor="#ffffff"
android:strokeColor="?attr/deviceIconOnPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:pathData="M12.193 17.066c0.625-0.132 1.334-0.604 1.68-1.12 0.53-0.787 0.661-1.615 0.413-2.61-0.445-1.784-1.737-5.003-2.422-6.035-0.49-0.738-1.147-1.226-1.985-1.474-0.284-0.084-0.55-0.118-0.97-0.127-0.244-0.005-0.653 0.037-1.041 0.174-0.486 0.169-0.64 0.23-0.95 0.458-0.406 0.296-0.789 0.73-1.013 1.175-0.29 0.576-0.392 0.938-0.419 1.547-0.04 0.9 0.118 1.412 0.816 2.655 1.003 1.681 1.225 2.02 2.372 3.434 0.232 0.3 0.63 0.757 0.883 1.016 0.373 0.381 0.524 0.502 0.787 0.633 0.599 0.296 1.271 0.396 1.85 0.274zm9.319-4.474c0.034 0.017 0.066 0.034 0.097 0.053 0.032 0.018 0.064 0.037 0.096 0.058 0.032 0.02 0.064 0.043 0.099 0.067l0.109 0.079 0.075 0.057 0.075 0.06c0.05 0.041 0.098 0.084 0.146 0.129 0.047 0.044 0.094 0.09 0.14 0.138 0.045 0.048 0.089 0.097 0.131 0.148 0.043 0.05 0.084 0.102 0.124 0.154 0.04 0.052 0.078 0.106 0.114 0.16 0.036 0.054 0.07 0.109 0.103 0.164l0.047 0.083 0.044 0.083c0.036 0.072 0.07 0.14 0.1 0.206 0.03 0.066 0.057 0.129 0.082 0.19 0.025 0.062 0.047 0.121 0.067 0.18l0.029 0.088 0.025 0.088 0.022 0.089 0.019 0.089c0.012 0.06 0.022 0.121 0.03 0.185 0.009 0.063 0.016 0.129 0.021 0.198 0.006 0.068 0.01 0.14 0.014 0.217l0.005 0.164v0.157c0 0.051-0.003 0.102-0.006 0.151-0.002 0.05-0.006 0.098-0.011 0.147-0.005 0.048-0.011 0.096-0.019 0.144-0.007 0.048-0.015 0.095-0.025 0.143-0.01 0.048-0.02 0.096-0.033 0.144-0.012 0.048-0.026 0.097-0.041 0.146-0.015 0.05-0.032 0.1-0.05 0.15-0.018 0.051-0.038 0.103-0.06 0.156-0.02 0.053-0.043 0.107-0.068 0.163-0.024 0.056-0.05 0.113-0.079 0.172-0.028 0.06-0.058 0.12-0.09 0.183-0.03 0.063-0.064 0.128-0.1 0.195l-0.113 0.21-0.124 0.224-0.19 0.325-0.188 0.312-0.185 0.3-0.182 0.286-0.179 0.275-0.176 0.263c-0.059 0.086-0.116 0.17-0.174 0.251l-0.17 0.24-0.168 0.227c-0.056 0.074-0.11 0.146-0.165 0.216-0.055 0.07-0.109 0.139-0.163 0.205l-0.008 0.01c0.224-0.032 1.112-0.822 1.575-1.403 1.06-1.332 1.603-2.909 1.44-4.182-0.148-1.165-0.664-2.116-1.623-2.991-0.239-0.218-0.265-0.188-0.334-0.167-0.238 0.144-0.265 0.132-0.105 0.22z"
android:strokeWidth="0.4"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:pathData="M17.215 17.843c-0.323-0.014-0.358 0.039-0.594-0.182-0.222-0.24-0.274-0.352-0.277-0.569-0.002-0.225 0.007-0.251 0.198-0.71 0.407-0.98 0.895-1.962 1.123-2.262 0.342-0.45 0.832-0.779 1.38-0.948 0.413-0.128 1.122-0.109 1.565 0.041 1.403 0.475 2.154 1.989 1.69 3.408-0.271 0.832-0.705 1.282-1.214 1.282z"
android:strokeWidth="0.3"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M16.945 18.836a0.194 0.198 0 0 1-0.267 0.058 0.194 0.198 0 0 1-0.06-0.272 0.194 0.198 0 0 1 0.267-0.063 0.194 0.198 0 0 1 0.063 0.272"
android:strokeWidth="0.3"
android:strokeColor="#ffffff"
android:strokeColor="?attr/deviceIconOnPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:pathData="M16.934 17.302l3.826 0.069c0.145 0.002 0.262 0.119 0.262 0.267 0 0.148-0.117 0.27-0.262 0.268l-3.826-0.069c-0.145-0.002-0.261-0.119-0.261-0.267 0-0.148 0.116-0.27 0.261-0.268z"
android:strokeWidth="0.3"
android:strokeColor="#ffffff"
android:strokeColor="?attr/deviceIconOnPrimary"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:pathData="M16.61 23.566c-0.624-0.132-1.333-0.604-1.68-1.12-0.53-0.788-0.661-1.615-0.413-2.611 0.446-1.784 1.738-5.003 2.422-6.035 0.49-0.737 1.147-1.225 1.985-1.473 0.285-0.085 0.55-0.119 0.97-0.127 0.244-0.005 0.653 0.037 1.041 0.174 0.486 0.169 0.64 0.23 0.95 0.458 0.406 0.296 0.789 0.73 1.013 1.175 0.29 0.575 0.392 0.938 0.42 1.547 0.04 0.9-0.118 1.411-0.817 2.654-1.003 1.682-1.225 2.02-2.372 3.434-0.232 0.3-0.63 0.757-0.883 1.017-0.373 0.38-0.523 0.502-0.787 0.633-0.598 0.296-1.27 0.395-1.849 0.274z"
android:strokeWidth="0.4"
android:strokeColor="#ffffff" />
android:strokeColor="?attr/deviceIconOnPrimary" />
</vector>

View File

@ -4,19 +4,19 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M21.841 13.785c-0.292-3.157-3.15-5.415-6.3-5.415-0.142 0-0.285 0.008-0.427 0.015C6.87 8.925 6.87 18.27 6.87 18.27v0.6c0 0.825 0.675 1.5 1.5 1.5h7.5c3.503 0 6.308-3.007 5.97-6.585zM9.316 14.04c0.428-0.967 0.96-1.762 1.605-2.392l2.715 1.147c0.45 0.188 0.735 0.623 0.735 1.11 0 0.668-0.54 1.208-1.207 1.208H8.91c0.113-0.345 0.24-0.705 0.405-1.073zm9.885 3.36c-0.855 0.938-2.07 1.47-3.33 1.47h-7.5v-0.6c0-0.015 0.008-0.69 0.18-1.65h4.613c1.492 0 2.707-1.215 2.707-2.707 0-1.088-0.652-2.07-1.65-2.49l-1.875-0.795c0.825-0.428 1.778-0.675 2.865-0.743 0.113-0.015 0.225-0.015 0.33-0.015 2.483 0 4.598 1.778 4.808 4.058 0.12 1.29-0.285 2.52-1.148 3.472z"
android:strokeWidth="0.9999975" />
</vector>

View File

@ -1,6 +1,6 @@
<vector android:height="45sp" android:viewportHeight="30" android:viewportWidth="30" android:width="45sp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#1f7fdb" android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z" android:strokeWidth="3.57115"/>
<path android:fillColor="#4dabf5" android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.879a0.947 0.947 0 0 1-0.947-0.948V3.982a0.947 0.947 0 0 1 0.947-0.947z" android:strokeWidth="3.57115"/>
<path android:fillColor="#2196f3" android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36a0.947 0.947 0 0 1 0.947-0.947z" android:strokeWidth="3.57115"/>
<path android:fillColor="?attr/deviceIconLight" android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z" android:strokeWidth="3.57115"/>
<path android:fillColor="?attr/deviceIconDark" android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.879a0.947 0.947 0 0 1-0.947-0.948V3.982a0.947 0.947 0 0 1 0.947-0.947z" android:strokeWidth="3.57115"/>
<path android:fillColor="?attr/deviceIconPrimary" android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36a0.947 0.947 0 0 1 0.947-0.947z" android:strokeWidth="3.57115"/>
<path android:fillColor="#FFFFFF" android:pathData="M14.37 22.271c-1.093 0-2.024-0.385-2.794-1.156-0.771-0.77-1.156-1.702-1.156-2.795 0-0.632 0.138-1.221 0.415-1.767 0.276-0.547 0.665-1.011 1.165-1.393V8.839c0-0.658 0.231-1.218 0.691-1.679 0.462-0.461 1.021-0.691 1.679-0.691 0.659 0 1.218 0.23 1.68 0.691 0.46 0.461 0.691 1.021 0.691 1.679v6.321c0.5 0.382 0.889 0.846 1.165 1.393 0.277 0.546 0.415 1.135 0.415 1.767 0 1.093-0.385 2.025-1.156 2.795-0.77 0.771-1.702 1.156-2.795 1.156zm-0.79-8.691h1.581v-0.79H14.37V12h0.791v-1.581H14.37v-0.79h0.791v-0.79c0-0.224-0.076-0.411-0.228-0.563-0.151-0.151-0.339-0.227-0.563-0.227-0.223 0-0.411 0.076-0.563 0.227-0.151 0.152-0.227 0.339-0.227 0.563v4.741z" android:strokeWidth="0.55"/>
</vector>

View File

@ -4,19 +4,19 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.5" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M15.634 17.365h-4.23v-0.574q0-0.96 0.387-1.699 0.386-0.75 1.629-1.898l0.75-0.68q0.668-0.61 0.972-1.148 0.317-0.54 0.317-1.079 0-0.82-0.563-1.277-0.562-0.469-1.57-0.469-0.95 0-2.05 0.399-1.103 0.386-2.298 1.16V6.42q1.418-0.492 2.59-0.727Q12.74 5.46 13.83 5.46q2.86 0 4.36 1.172 1.5 1.16 1.5 3.398 0 1.149-0.458 2.063-0.457 0.902-1.559 1.945l-0.75 0.668q-0.796 0.727-1.042 1.172-0.247 0.434-0.247 0.961zm-4.23 1.735h4.23v4.172h-4.23z"
android:strokeWidth="1" />
</vector>

View File

@ -4,23 +4,23 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.5" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.5" />
<path
android:fillColor="#fffffe"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M21.455 11.429l-1.047 1.575a6.811 6.811 55.425 0 1-0.188 6.454H8.42a6.811 6.811 65.813 0 1 8.948-9.493l1.575-1.048A8.514 8.514 107.27 0 0 6.956 20.31a1.703 1.703 0 0 0 1.464 0.85h11.792a1.703 1.703 0 0 0 1.481-0.851 8.514 8.514 51.806 0 0-0.23-8.889z"
android:strokeWidth="1" />
<path
android:fillColor="#fffffe"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M13.12 17.253a1.703 1.703 0 0 0 2.41 0l4.818-7.229-7.228 4.82a1.703 1.703 0 0 0 0 2.409z"
android:strokeWidth="1" />
</vector>

View File

@ -4,35 +4,35 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M17.478 6.646h0.637a0.499 0.499 0 0 1 0.5 0.5v14.377a0.499 0.499 0 0 1-0.5 0.498h-0.637a0.499 0.499 0 0 1-0.499-0.498V7.145a0.499 0.499 0 0 1 0.5-0.499z"
android:strokeWidth="3.87336898" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M20.002 13.067h0.36a0.499 0.499 0 0 1 0.5 0.5v1.465a0.499 0.499 0 0 1-0.5 0.5h-0.36a0.499 0.499 0 0 1-0.5-0.5v-1.466a0.499 0.499 0 0 1 0.5-0.499z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M10.6 6.678h0.637a0.499 0.499 0 0 1 0.498 0.498v14.378a0.499 0.499 0 0 1-0.498 0.499h-0.638a0.499 0.499 0 0 1-0.498-0.5V7.177a0.499 0.499 0 0 1 0.498-0.498z"
android:strokeWidth="3.87336898" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.388 14.334a5.923 6.099 0 1 0 11.846 0 5.923 6.099 0 1 0-11.846 0z"
android:strokeWidth="9.28846169" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M9.883 14.295a4.464 4.597 0 1 0 8.928 0 4.464 4.597 0 1 0-8.928 0z"
android:strokeWidth="7.00060892" />
</vector>

View File

@ -4,47 +4,47 @@
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="#1f7fdb"
android:fillColor="?attr/deviceIconLight"
android:pathData="M3.871 3.877h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.824a0.947 0.947 0 0 1 0.947-0.947z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#4dabf5"
android:fillColor="?attr/deviceIconDark"
android:pathData="M3.879 3.035h20.925a0.947 0.947 0 0 1 0.947 0.947v20.01a0.947 0.947 0 0 1-0.947 0.948H3.88a0.947 0.947 0 0 1-0.947-0.948V3.982A0.947 0.947 0 0 1 3.88 3.035z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M3.871 3.413h20.925a0.947 0.947 0 0 1 0.948 0.947v20.01a0.947 0.947 0 0 1-0.948 0.948H3.871a0.947 0.947 0 0 1-0.947-0.948V4.36A0.947 0.947 0 0 1 3.87 3.413z"
android:strokeWidth="3.57115173" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M11.982 5.98h4.515a0.55 0.55 0 0 1 0.549 0.55v14.9a0.55 0.55 0 0 1-0.55 0.548h-4.513a0.55 0.55 0 0 1-0.55-0.549V6.53a0.55 0.55 0 0 1 0.55-0.549z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.219 21.052c-4.122-0.06-4.413-0.53-4.375-7.033 0.038-6.503 0.335-6.963 4.457-6.903 4.121 0.06 4.413 0.529 4.374 7.032-0.038 6.504-0.335 6.964-4.456 6.904z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M8.531 14.1a5.703 5.703 0 1 1 11.407 0 5.703 5.703 0 1 1-11.407 0"
android:strokeWidth="5.37907696" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M19.14 10.906a0.422 0.422 118.059 0 1 0.548 0.236l0.44 1.103a0.422 0.422 106.141 0 1-0.237 0.548 0.422 0.422 106.141 0 1-0.548-0.236l-0.439-1.103a0.422 0.422 118.059 0 1 0.236-0.548zm0.826 4.371a0.422 0.422 93.114 0 1 0.22 0.555l-0.472 1.09a0.422 0.422 120.657 0 1-0.555 0.219 0.422 0.422 120.657 0 1-0.22-0.555l0.472-1.09a0.422 0.422 93.114 0 1 0.555-0.22z"
android:strokeWidth="3.5" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M19.516 13.209h0.625a0.422 0.422 0 0 1 0.422 0.422v0.687a0.422 0.422 0 0 1-0.422 0.422h-0.625a0.422 0.422 0 0 1-0.422-0.422v-0.687a0.422 0.422 0 0 1 0.422-0.422z"
android:strokeWidth="3.29593801" />
<path
android:fillColor="#2196f3"
android:fillColor="?attr/deviceIconPrimary"
android:pathData="M9.937 14.021a4.312 4.312 0 1 1 8.625 0 4.312 4.312 0 1 1-8.625 0"
android:strokeWidth="9.89868832" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M12.437 11.79l2.21 2.21a0.344 0.344 0 0 1 0 0.485 0.344 0.344 0 0 1-0.486 0l-2.21-2.21a0.344 0.344 0 0 1 0-0.486 0.344 0.344 0 0 1 0.486 0z"
android:strokeWidth="2.75432277" />
<path
android:fillColor="#ffffff"
android:fillColor="?attr/deviceIconOnPrimary"
android:pathData="M14.516 13.92h1.906a0.344 0.344 0 0 1 0.344 0.343 0.344 0.344 0 0 1-0.344 0.344h-1.906a0.344 0.344 0 0 1-0.344-0.344 0.344 0.344 0 0 1 0.344-0.344z"
android:strokeWidth="2.27182031" />
</vector>

View File

@ -16,4 +16,9 @@
<attr name="chart_not_worn" format="color" />
<attr name="alternate_row_background" format="color" />
<attr name="sports_activity_summary_background" format="color" />
<attr name="deviceIconPrimary" format="color" />
<attr name="deviceIconOnPrimary" format="color" />
<attr name="deviceIconLight" format="color" />
<attr name="deviceIconDark" format="color" />
</resources>

View File

@ -32,6 +32,11 @@
<item name="alternate_row_background">@color/alternate_row_background_light</item>
<item name="sports_activity_summary_background">@color/chart_heartrate_fill</item>
<item name="deviceIconPrimary">#2196f3</item>
<item name="deviceIconOnPrimary">#ffffff</item>
<item name="deviceIconLight">#1f7fdb</item>
<item name="deviceIconDark">#4dabf5</item>
<item name="android:navigationBarColor">?attr/colorSurface</item>
</style>
@ -68,6 +73,11 @@
<item name="alternate_row_background">@color/alternate_row_background_dark</item>
<item name="sports_activity_summary_background">@color/alternate_row_background_dark</item>
<item name="deviceIconPrimary">#2196f3</item>
<item name="deviceIconOnPrimary">#ffffff</item>
<item name="deviceIconLight">#1f7fdb</item>
<item name="deviceIconDark">#4dabf5</item>
<item name="android:navigationBarColor">?attr/colorSurface</item>
</style>
@ -92,6 +102,10 @@
<item name="sports_activity_summary_background">?attr/colorSurface</item>
<item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item>
<item name="android:navigationBarColor">?attr/colorSurface</item>
<item name="deviceIconPrimary">?attr/colorPrimary</item>
<item name="deviceIconOnPrimary">?attr/colorOnPrimary</item>
<item name="deviceIconLight">?attr/colorPrimaryVariant</item>
<item name="deviceIconDark">?attr/colorPrimaryDark</item>
</style>
<style name="GadgetbridgeThemeDynamicDark" parent="Theme.Material3.DynamicColors.Dark">
<item name="actionBarStyle">@style/GadgetbridgeThemeDynamic.ActionBar</item>
@ -107,6 +121,10 @@
<item name="sports_activity_summary_background">?attr/colorSurface</item>
<item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item>
<item name="android:navigationBarColor">?attr/colorSurface</item>
<item name="deviceIconPrimary">?attr/colorPrimary</item>
<item name="deviceIconOnPrimary">?attr/colorOnPrimary</item>
<item name="deviceIconLight">?attr/colorPrimaryVariant</item>
<item name="deviceIconDark">?attr/colorPrimaryDark</item>
</style>
<style name="GadgetbridgeThemeDynamicDarkAmoled" parent="GadgetbridgeThemeDynamicDark">
<item name="android:windowBackground">@android:color/black</item>