-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also add placeholder path typically included in Material icons
- Loading branch information
1 parent
a4ac8af
commit 672c998
Showing
22 changed files
with
160 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="@color/colorPrimary" android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path | ||
android:fillColor="@color/colorPrimary" | ||
android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/alert_decagram.xml --> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#000" android:pathData="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#000" | ||
android:pathData="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/calendar_today.xml --> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M7,10H12V15H7M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M7,10H12V15H7M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/calendar.xml --> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/check.xml --> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" /> | ||
</vector> |
13 changes: 8 additions & 5 deletions
13
app/src/main/res/drawable/ic_clipboard_check_white_24dp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/clipboard_check.xml --> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/flask.xml --> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L16.53,14.47L14,17L8.93,11.93L5.18,18.43C5.07,18.59 5,18.79 5,19M13,10A1,1 0 0,0 12,11A1,1 0 0,0 13,12A1,1 0 0,0 14,11A1,1 0 0,0 13,10Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L16.53,14.47L14,17L8.93,11.93L5.18,18.43C5.07,18.59 5,18.79 5,19M13,10A1,1 0 0,0 12,11A1,1 0 0,0 13,12A1,1 0 0,0 14,11A1,1 0 0,0 13,10Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/help_circle.xml --> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!-- drawable/music.xml --> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:height="24dp" | ||
android:width="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path android:fillColor="#FFF" android:pathData="M21,3V15.5A3.5,3.5 0 0,1 17.5,19A3.5,3.5 0 0,1 14,15.5A3.5,3.5 0 0,1 17.5,12C18.04,12 18.55,12.12 19,12.34V6.47L9,8.6V17.5A3.5,3.5 0 0,1 5.5,21A3.5,3.5 0 0,1 2,17.5A3.5,3.5 0 0,1 5.5,14C6.04,14 6.55,14.12 7,14.34V6L21,3Z" /> | ||
android:height="24dp" | ||
android:viewportHeight="24" | ||
android:viewportWidth="24"> | ||
<path android:pathData="M0 0h24v24H0z" /> | ||
<path | ||
android:fillColor="#FFF" | ||
android:pathData="M21,3V15.5A3.5,3.5 0 0,1 17.5,19A3.5,3.5 0 0,1 14,15.5A3.5,3.5 0 0,1 17.5,12C18.04,12 18.55,12.12 19,12.34V6.47L9,8.6V17.5A3.5,3.5 0 0,1 5.5,21A3.5,3.5 0 0,1 2,17.5A3.5,3.5 0 0,1 5.5,14C6.04,14 6.55,14.12 7,14.34V6L21,3Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,112 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="529dp" | ||
android:height="622dp" | ||
android:viewportWidth="529.0" | ||
android:viewportHeight="622.0"> | ||
android:width="529dp" | ||
android:height="622dp" | ||
android:viewportHeight="622.0" | ||
android:viewportWidth="529.0"> | ||
<path | ||
android:fillColor="#fff" | ||
android:pathData="M1.5,1.5h526v619h-526z" | ||
android:strokeColor="#000" | ||
android:fillColor="#fff" | ||
android:strokeWidth="3"/> | ||
android:strokeWidth="3" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M48.7,52.8H41.1V73.8H38V52.8H30.5V50.3H48.7Z"/> | ||
android:pathData="M48.7,52.8H41.1V73.8H38V52.8H30.5V50.3H48.7Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M69.7,62.8a14.5,14.5 0,0 1,-1.2 6,8.8 8.8,0 0,1 -3.3,3.9 9.1,9.1 0,0 1,-13.2 -3.9A13.9,13.9 0,0 1,50.9 63L50.9,61.3a14.3,14.3 0,0 1,1.2 -6A8.7,8.7 0,0 1,60.3 50a9.1,9.1 0,0 1,5 1.4,8.8 8.8,0 0,1 3.3,4 14.6,14.6 0,0 1,1.2 6ZM66.7,61.3A10.5,10.5 0,0 0,65 54.9a5.5,5.5 0,0 0,-4.7 -2.2,5.5 5.5,0 0,0 -4.6,2.2A10.3,10.3 0,0 0,54 61.1L54,62.8a10.5,10.5 0,0 0,1.7 6.4,6 6,0 0,0 9.3,0.1A10.5,10.5 0,0 0,66.7 63Z"/> | ||
android:pathData="M69.7,62.8a14.5,14.5 0,0 1,-1.2 6,8.8 8.8,0 0,1 -3.3,3.9 9.1,9.1 0,0 1,-13.2 -3.9A13.9,13.9 0,0 1,50.9 63L50.9,61.3a14.3,14.3 0,0 1,1.2 -6A8.7,8.7 0,0 1,60.3 50a9.1,9.1 0,0 1,5 1.4,8.8 8.8,0 0,1 3.3,4 14.6,14.6 0,0 1,1.2 6ZM66.7,61.3A10.5,10.5 0,0 0,65 54.9a5.5,5.5 0,0 0,-4.7 -2.2,5.5 5.5,0 0,0 -4.6,2.2A10.3,10.3 0,0 0,54 61.1L54,62.8a10.5,10.5 0,0 0,1.7 6.4,6 6,0 0,0 9.3,0.1A10.5,10.5 0,0 0,66.7 63Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M74.4,73.8L74.4,50.3L81,50.3a10.7,10.7 0,0 1,5.4 1.4,9.2 9.2,0 0,1 3.6,3.8 12.5,12.5 0,0 1,1.3 5.7v1.5a12.6,12.6 0,0 1,-1.3 5.8,9 9,0 0,1 -3.7,3.8 11.3,11.3 0,0 1,-5.5 1.4ZM77.5,52.8v18.4h3.3A7.1,7.1 0,0 0,86.3 69a9.2,9.2 0,0 0,2 -6.3L88.3,61.3a9.3,9.3 0,0 0,-1.9 -6.2,6.7 6.7,0 0,0 -5.3,-2.3Z"/> | ||
android:pathData="M74.4,73.8L74.4,50.3L81,50.3a10.7,10.7 0,0 1,5.4 1.4,9.2 9.2,0 0,1 3.6,3.8 12.5,12.5 0,0 1,1.3 5.7v1.5a12.6,12.6 0,0 1,-1.3 5.8,9 9,0 0,1 -3.7,3.8 11.3,11.3 0,0 1,-5.5 1.4ZM77.5,52.8v18.4h3.3A7.1,7.1 0,0 0,86.3 69a9.2,9.2 0,0 0,2 -6.3L88.3,61.3a9.3,9.3 0,0 0,-1.9 -6.2,6.7 6.7,0 0,0 -5.3,-2.3Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M114.1,62.8a14.5,14.5 0,0 1,-1.2 6,8.8 8.8,0 0,1 -3.3,3.9 9.1,9.1 0,0 1,-13.2 -3.9A13.9,13.9 0,0 1,95.2 63V61.3a14.3,14.3 0,0 1,1.2 -6A8.7,8.7 0,0 1,104.6 50a9.1,9.1 0,0 1,5 1.4,8.8 8.8,0 0,1 3.3,4 14.6,14.6 0,0 1,1.2 6ZM111,61.3a10.5,10.5 0,0 0,-1.7 -6.4,5.5 5.5,0 0,0 -4.7,-2.2A5.5,5.5 0,0 0,100 54.9a10.3,10.3 0,0 0,-1.7 6.2V62.8a10.5,10.5 0,0 0,1.7 6.4,6 6,0 0,0 9.3,0.1A10.5,10.5 0,0 0,111 63Z"/> | ||
android:pathData="M114.1,62.8a14.5,14.5 0,0 1,-1.2 6,8.8 8.8,0 0,1 -3.3,3.9 9.1,9.1 0,0 1,-13.2 -3.9A13.9,13.9 0,0 1,95.2 63V61.3a14.3,14.3 0,0 1,1.2 -6A8.7,8.7 0,0 1,104.6 50a9.1,9.1 0,0 1,5 1.4,8.8 8.8,0 0,1 3.3,4 14.6,14.6 0,0 1,1.2 6ZM111,61.3a10.5,10.5 0,0 0,-1.7 -6.4,5.5 5.5,0 0,0 -4.7,-2.2A5.5,5.5 0,0 0,100 54.9a10.3,10.3 0,0 0,-1.7 6.2V62.8a10.5,10.5 0,0 0,1.7 6.4,6 6,0 0,0 9.3,0.1A10.5,10.5 0,0 0,111 63Z" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,126L503,126" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,252L501,252" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,189L503,189" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,315L501,315" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,441L501,441" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,378L501,378" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M30,504L501,504" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#00000000" | ||
android:pathData="M29,567L502,567" | ||
android:strokeColor="#000" | ||
android:fillColor="#00000000" | ||
android:strokeWidth="2"/> | ||
android:strokeWidth="2" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M52.9,170 L41.5,158.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V142.5A4.6,4.6 0,0 0,73.5 137.9Z"/> | ||
android:pathData="M52.9,170 L41.5,158.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V142.5A4.6,4.6 0,0 0,73.5 137.9Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M92,159L329.5,159" | ||
android:strokeColor="#ff5722" | ||
android:strokeWidth="13"/> | ||
android:strokeWidth="13" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M52.9,232 L41.5,220.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V204.5A4.6,4.6 0,0 0,73.5 199.9Z"/> | ||
android:pathData="M52.9,232 L41.5,220.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V204.5A4.6,4.6 0,0 0,73.5 199.9Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M92,221L254.5,221" | ||
android:strokeColor="#ffc107" | ||
android:strokeWidth="13"/> | ||
android:strokeWidth="13" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M92,284L438.5,284" | ||
android:strokeColor="#e91e63" | ||
android:strokeWidth="13"/> | ||
android:strokeWidth="13" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M73.5,262.9H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V267.5a4.6,4.6 0,0 0,-4.6 -4.6m0,4.6v32.1H41.5V267.5Z"/> | ||
android:pathData="M73.5,262.9H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V267.5a4.6,4.6 0,0 0,-4.6 -4.6m0,4.6v32.1H41.5V267.5Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M51.9,358 L40.5,346.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H40.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H72.5a4.6,4.6 0,0 0,4.6 -4.6V330.5A4.6,4.6 0,0 0,72.5 325.9Z"/> | ||
android:pathData="M51.9,358 L40.5,346.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H40.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H72.5a4.6,4.6 0,0 0,4.6 -4.6V330.5A4.6,4.6 0,0 0,72.5 325.9Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M91,347L159.5,347" | ||
android:strokeColor="#00bcd4" | ||
android:strokeWidth="13"/> | ||
android:strokeWidth="13" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M50.9,484 L39.5,472.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H39.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H71.5a4.6,4.6 0,0 0,4.6 -4.6V456.5A4.6,4.6 0,0 0,71.5 451.9Z"/> | ||
android:pathData="M50.9,484 L39.5,472.5l3.2,-3.3 8.2,8.2 17.4,-17.4 3.2,3.3m0,-11.5H39.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H71.5a4.6,4.6 0,0 0,4.6 -4.6V456.5A4.6,4.6 0,0 0,71.5 451.9Z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M91,409L494.5,409" | ||
android:strokeColor="#009688" | ||
android:strokeWidth="13"/> | ||
android:strokeWidth="13" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M91,472L475.5,472" | ||
android:strokeColor="#e040fb" | ||
android:strokeWidth="13"/> | ||
android:strokeWidth="13" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M73.5,388.9H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V393.5a4.6,4.6 0,0 0,-4.6 -4.6m0,4.6v32.1H41.5V393.5Z"/> | ||
android:pathData="M73.5,388.9H41.5a4.6,4.6 0,0 0,-4.6 4.6v32.1a4.6,4.6 0,0 0,4.6 4.6H73.5a4.6,4.6 0,0 0,4.6 -4.6V393.5a4.6,4.6 0,0 0,-4.6 -4.6m0,4.6v32.1H41.5V393.5Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.