-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from natura-cosmeticos/update-icon-library
[DSY-1334] - Add and update icons
- Loading branch information
Showing
26 changed files
with
338 additions
and
812 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
designsystem/src/main/res/drawable/filled_brand_whatsapp.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:fillType="evenOdd" | ||
android:pathData="M18.38 5.62a9 9 0 0 0-15.3 6.3 8.82 8.82 0 0 0 1.19 4.46L3 21l4.75-1.24A9.1 9.1 0 0 0 12 20.85a9 9 0 0 0 9-8.92 8.83 8.83 0 0 0-2.62-6.31zM12 19.34a7.54 7.54 0 0 1-3.79-1l-0.21-0.2-2.82 0.74 0.75-2.73-0.17-0.29a7.32 7.32 0 0 1-1.14-3.94A7.45 7.45 0 1 1 12 19.34zm4.08-5.55c-0.22-0.11-1.32-0.65-1.53-0.73s-0.35-0.11-0.5 0.11 -0.58 0.73 -0.71 0.88 -0.26 0.16 -0.48 0A6 6 0 0 1 11.09 13a6.62 6.62 0 0 1-1.24-1.55c-0.13-0.22 0-0.34 0.1 -0.45s0.22-0.26 0.33 -0.39a2.06 2.06 0 0 0 0.23-0.37 0.44 0.44 0 0 0 0-0.39c-0.06-0.12-0.51-1.21-0.69-1.66s-0.37-0.38-0.51-0.38h-0.45a0.83 0.83 0 0 0-0.59 0.28 2.46 2.46 0 0 0-0.79 1.86 4.34 4.34 0 0 0 0.92 2.3 10 10 0 0 0 3.82 3.37 12.27 12.27 0 0 0 1.28 0.47 3.18 3.18 0 0 0 1.41 0.09 2.31 2.31 0 0 0 1.51-1.06 1.79 1.79 0 0 0 0.13-1.06c-0.05-0.06-0.2-0.16-0.43-0.27z" /> | ||
</vector> |
10 changes: 6 additions & 4 deletions
10
designsystem/src/main/res/drawable/filled_brand_youtube.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,9 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M21.31,7.42a5.55,5.55 0,0 0,-0.76 -2.28,2.4 2.4,0 0,0 -1.78,-1h-0.12C16,3.94 12,3.94 12,3.94h0s-4,0 -6.65,0.23H5.23a2.47,2.47 0,0 0,-1.79 1,5.74 5.74,0 0,0 -0.75,2.28S2.5,9.3 2.5,11.13v1.74c0,1.82 0.19,3.69 0.19,3.71a5.69,5.69 0,0 0,0.75 2.27,2.58 2.58,0 0,0 1.84,0.94l0.26,0C7,20 12,20.06 12,20.06s4,0 6.65,-0.24h0.12a2.43,2.43 0,0 0,1.78 -1,5.61 5.61,0 0,0 0.76,-2.27s0.19,-1.89 0.19,-3.71V11.12C21.5,9.3 21.31,7.43 21.31,7.42ZM10.42,15.26V8.81l5.13,3.24Z"/> | ||
</vector> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M21.58 7.19a2.51 2.51 0 0 0-1.77-1.77C18.25 5 12 5 12 5s-6.25 0-7.81 0.42 a2.51 2.51 0 0 0-1.77 1.77A25.87 25.87 0 0 0 2 12a25.87 25.87 0 0 0 0.42 4.81 2.51 2.51 0 0 0 1.77 1.77C5.75 19 12 19 12 19s6.25 0 7.81-0.42a2.51 2.51 0 0 0 1.77-1.77A25.87 25.87 0 0 0 22 12a25.87 25.87 0 0 0-0.42-4.81zM10 15V9.05L15.18 12z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_content_divulgation.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M21.53 7.35v9.5a2.8 2.8 0 0 1-2.8 2.8h-4.36l3.33-0.9a3.56 3.56 0 0 0 2.52-4.35l-2.44-9.08a3.48 3.48 0 0 0-0.32-0.77h1.27a2.8 2.8 0 0 1 2.8 2.8zM9 7.48l0.27 0.92 1.67-0.4-0.25-1zm10.49 7.12l-2.43-9.08a2.82 2.82 0 0 0-3.44-2L4.54 6a2.83 2.83 0 0 0-1.7 1.31 2.76 2.76 0 0 0-0.27 2.09L5 18.48a2.81 2.81 0 0 0 2.71 2.08 2.55 2.55 0 0 0 0.72-0.1L17.51 18a2.81 2.81 0 0 0 1.98-3.4zm-9.72 3.3l-0.72 0.19 c-0.19 0.06 -0.67 0.19 -0.82-0.35L8 17a0.89 0.89 0 0 1-0.24-0.42l-0.94-2.95a0.91 0.91 0 0 0-0.12-0.31l-0.47-0.87a1.33 1.33 0 0 1 0-0.19 1.13 1.13 0 0 1-0.12-0.21l-0.2-0.7a0.66 0.66 0 0 1 0.32-0.83l1.37-0.37a0.24 0.24 0 0 1 0.29 0.16 0.24 0.24 0 0 1-0.17 0.29 l-1.3 0.4 a0.12 0.12 0 0 0-0.09 0.15 l0.22 0.76 1.38-0.38a0.44 0.44 0 0 1 0.55 0.31 l1.6 5.42a0.54 0.54 0 0 1-0.31 0.64 zm4.46-1.2l-3.13 0.86 a0.53 0.53 0 0 1-0.6-0.46l-1.36-4.9a5.47 5.47 0 0 1-0.17-2.38 2.94 2.94 0 0 0-0.21-1 0.25 0.25 0 0 1 0-0.19 0.19 0.19 0 0 1 0.15-0.11l-0.25-0.91-0.83 0.23 h-0.08a0.24 0.24 0 0 1-0.26-0.21 0.24 0.24 0 0 1 0.21-0.26l3.47-1a0.23 0.23 0 0 1 0.12 0.45 h-0.13l0.26 0.91 a0.22 0.22 0 0 1 0.19 0 0.23 0.23 0 0 1 0.1 0.15 3 3 0 0 0 0.41 1 5.47 5.47 0 0 1 1.05 2.1L14.52 16a0.53 0.53 0 0 1-0.29 0.7 zm2.24-0.63l-1.28 0.35 a0.22 0.22 0 0 1-0.29-0.16l-1-4.72a0.24 0.24 0 0 1 0.16-0.29l0.84-0.25-0.25-0.92a0.2 0.2 0 0 0-0.12-0.15h-0.07l-0.56 0.66 a0.22 0.22 0 0 1-0.32 0 0.24 0.24 0 0 1 0-0.33l0.57-0.66a0.39 0.39 0 0 1 0.27-0.15 0.5 0.5 0 0 1 0.32 0 0.66 0.66 0 0 1 0.4 0.46 l0.29 1a0.68 0.68 0 0 1 0.27 0.39 l0.36 1.3a0.92 0.92 0 0 1 0.19 0.33 l0.62 2.24a0.61 0.61 0 0 1-0.4 0.9 z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_default_mockup.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M12 21.5c-0.1 0-0.3-0.1-0.4-0.1l-9-9c-0.2-0.2-0.2-0.5 0-0.7l9-9c0.2-0.2 0.5 -0.2 0.7 0l9 9c0.2 0.2 0.2 0.5 0 0.7l-9 9s-0.2 0.1 -0.3 0.1 z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_finance_paymentlink.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M12 2.5A9.51 9.51 0 0 0 2.5 12a9.4 9.4 0 0 0 1 4.23l-1 4.67a0.51 0.51 0 0 0 0.14 0.45 0.47 0.47 0 0 0 0.36 0.15 h0.1l4.67-1a9.4 9.4 0 0 0 4.23 1 9.5 9.5 0 0 0 0-19zm1.48 12.94l-1.05 1a3.48 3.48 0 0 1-4.92-4.92l1.05-1.05a0.51 0.51 0 0 1 0.71 0 0.5 0.5 0 0 1 0 0.71l-1 1a2.47 2.47 0 0 0 3.5 3.5l1-1a0.5 0.5 0 0 1 0.71 0 0.51 0.51 0 0 1 0 0.76zm0.67-4.89l-3.74 3.74a0.48 0.48 0 0 1-0.7 0 0.48 0.48 0 0 1 0-0.7l3.74-3.74a0.49 0.49 0 1 1 0.7 0.7 zm2.34 1.88l-1 1.05a0.54 0.54 0 0 1-0.36 0.14 0.52 0.52 0 0 1-0.35-0.14 0.5 0.5 0 0 1 0-0.71l1-1a2.47 2.47 0 0 0-3.5-3.5l-1 1a0.5 0.5 0 0 1-0.71 0 0.51 0.51 0 0 1 0-0.71l1.05-1.05a3.59 3.59 0 0 1 4.92 0 3.49 3.49 0 0 1-0.05 4.92z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_arrowbottom.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M22 8a1 1 0 0 1-0.34 0.75 l-9 7.94a1 1 0 0 1-1.32 0l-9-7.94a1 1 0 0 1-0.09-1.41 1 1 0 0 1 1.42-0.09L12 14.64l8.33-7.36a1 1 0 0 1 1.42 0.09 A1 1 0 0 1 22 8z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_arrowleft.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M16 22a1 1 0 0 1-0.75-0.34l-7.94-9a1 1 0 0 1 0-1.32l7.94-9a1 1 0 0 1 1.41-0.09 1 1 0 0 1 0.09 1.42L9.36 12l7.36 8.33a1 1 0 0 1-0.09 1.42A1 1 0 0 1 16 22z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_arrowright.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M8 22a1 1 0 0 0 0.75-0.34l7.94-9a1 1 0 0 0 0-1.32l-7.94-9a1 1 0 0 0-1.41-0.09 1 1 0 0 0-0.09 1.42L14.64 12l-7.36 8.33a1 1 0 0 0 0.09 1.42A1 1 0 0 0 8 22z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_arrowtop.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M22 16a1 1 0 0 0-0.34-0.75l-9-7.94a1 1 0 0 0-1.32 0l-9 7.94a1 1 0 0 0-0.09 1.41 1 1 0 0 0 1.42 0.09 L12 9.36l8.33 7.36a1 1 0 0 0 1.42-0.09A1 1 0 0 0 22 16z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_setbottom.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M7 9.5l5 5 5-5z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_setleft.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M14.5 7l-5 5 5 5z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_setright.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M9.5 7l5 5-5 5z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/filled_navigation_settop.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M7 14.5l5-5 5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M3 8.14a0.5 0.5 0 0 0 0.5-0.49v-4a0.12 0.12 0 0 1 0.13-0.13h4.04A0.5 0.5 0 0 0 8.16 3a0.49 0.49 0 0 0-0.49-0.49h-4A1.12 1.12 0 0 0 2.5 3.65v4a0.49 0.49 0 0 0 0.5 0.49 z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M10.42 5.15H6.07a0.86 0.86 0 0 0-0.85 0.85 v4.35a0.86 0.86 0 0 0 0.85 0.85 h4.35a0.86 0.86 0 0 0 0.86-0.85V6a0.86 0.86 0 0 0-0.86-0.85zm-0.13 5.07H6.21V6.14h4.08zM13.65 11.2H18a0.85 0.85 0 0 0 0.85-0.85V6a0.85 0.85 0 0 0-0.85-0.85h-4.35a0.85 0.85 0 0 0-0.85 0.85 v4.35a0.85 0.85 0 0 0 0.85 0.85 zm0.13-5.06h4.08v4.08h-4.08zM10.42 12.7H6.07a0.86 0.86 0 0 0-0.85 0.86 v4.35a0.86 0.86 0 0 0 0.85 0.85 h4.35a0.86 0.86 0 0 0 0.86-0.85v-4.35a0.87 0.87 0 0 0-0.86-0.86zm-0.13 5.07H6.21v-4.08h4.08z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 15.09 14.31 L 16.58 14.31 Q 17.17 14.31 17.17 14.9 L 17.17 16.4 Q 17.17 16.99 16.58 16.99 L 15.09 16.99 Q 14.5 16.99 14.5 16.4 L 14.5 14.9 Q 14.5 14.31 15.09 14.31 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M18.37 12.69a0.49 0.49 0 0 0-0.49 0.49 v5.07a0.49 0.49 0 0 0 1 0v-5.07a0.49 0.49 0 0 0-0.51-0.49zM16.68 12.69H13.3a0.49 0.49 0 0 0 0 1h3.38a0.49 0.49 0 0 0 0-1zM17.17 18.25a0.49 0.49 0 0 0-0.49-0.49H13.3a0.49 0.49 0 1 0 0 1h3.38a0.49 0.49 0 0 0 0.49-0.51zM12.9 14.87v1.69a0.5 0.5 0 0 0 1 0v-1.69a0.5 0.5 0 0 0-1 0z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 7.49 14.38 L 8.98 14.38 Q 9.57 14.38 9.57 14.97 L 9.57 16.47 Q 9.57 17.06 8.98 17.06 L 7.49 17.06 Q 6.9 17.06 6.9 16.47 L 6.9 14.97 Q 6.9 14.38 7.49 14.38 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 7.49 6.78 L 8.98 6.78 Q 9.57 6.78 9.57 7.37 L 9.57 8.87 Q 9.57 9.46 8.98 9.46 L 7.49 9.46 Q 6.9 9.46 6.9 8.87 L 6.9 7.37 Q 6.9 6.78 7.49 6.78 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 15.09 6.78 L 16.58 6.78 Q 17.17 6.78 17.17 7.37 L 17.17 8.87 Q 17.17 9.46 16.58 9.46 L 15.09 9.46 Q 14.5 9.46 14.5 8.87 L 14.5 7.37 Q 14.5 6.78 15.09 6.78 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M16.36 3.49h4a0.13 0.13 0 0 1 0.13 0.13 v4.05a0.49 0.49 0 1 0 1 0v-4a1.12 1.12 0 0 0-1.13-1.17h-4a0.5 0.5 0 0 0 0 1zM21 15.86a0.5 0.5 0 0 0-0.5 0.49 v4a0.12 0.12 0 0 1-0.13 0.13 h-4.04a0.5 0.5 0 0 0-0.49 0.5 0.49 0.49 0 0 0 0.49 0.49 h4.05a1.12 1.12 0 0 0 1.12-1.12v-4a0.49 0.49 0 0 0-0.5-0.49zM7.64 20.51h-4a0.13 0.13 0 0 1-0.13-0.13v-4.05a0.49 0.49 0 1 0-1 0v4.05a1.12 1.12 0 0 0 1.13 1.12h4a0.5 0.5 0 0 0 0-1z" /> | ||
</vector> |
13 changes: 9 additions & 4 deletions
13
designsystem/src/main/res/drawable/outlined_content_channel.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,9 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M12.008,22.5c-8.083,0 -13.135,-8.75 -9.093,-15.75 4.041,-7 14.145,-7 18.186,0A10.496,10.496 0,0 1,22.508 12c-0.006,5.797 -4.703,10.494 -10.5,10.5zM12.008,2.5C4.695,2.5 0.124,10.417 3.781,16.75c3.656,6.333 12.798,6.333 16.454,0A9.497,9.497 0,0 0,21.508 12a9.511,9.511 0,0 0,-9.5 -9.5zM10.538,16.17a2,2 0,0 1,-2 -2L8.538,9.92c0.004,-0.352 0.1,-0.697 0.28,-1a2,2 0,0 1,1.19 -0.92,2.07 2.07,0 0,1 1.54,0.21l3.6,2.07c0.359,0.188 0.652,0.481 0.84,0.84a2,2 0,0 1,-0.84 2.74l-3.6,2.07a2.053,2.053 0,0 1,-1 0.27zM10.268,8.91a0.998,0.998 0,0 0,-0.63 0.48,0.996 0.996,0 0,0 -0.14,0.51v4.23a1,1 0,0 0,0.31 0.72,1 1,0 0,0 0.72,0.29 1,1 0,0 0,0.5 -0.14l3.65,-2a1,1 0,0 0,0.45 -1.39,1.007 1.007,0 0,0 -0.32,-0.36l-3.74,-2.2a1.08,1.08 0,0 0,-0.52 -0.14z"/> | ||
</vector> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M15.77 11.56l-5.18-2.89a0.39 0.39 0 0 0-0.21 0 0.41 0.41 0 0 0-0.38 0.44 v5.84a0.43 0.43 0 0 0 0 0.22 0.41 0.41 0 0 0 0.55 0.18 l5.19-2.94a0.54 0.54 0 0 0 0.15-0.15 0.49 0.49 0 0 0-0.12-0.7z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M12 1a11 11 0 1 0 11 11A11 11 0 0 0 12 1zm0 21a10 10 0 1 1 10-10 10 10 0 0 1-10 10z" /> | ||
</vector> |
29 changes: 29 additions & 0 deletions
29
designsystem/src/main/res/drawable/outlined_content_itemlist.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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M18.77 2.5H5.23A1.32 1.32 0 0 0 4 3.89v16.22a1.32 1.32 0 0 0 1.23 1.39h7.67a0.5 0.5 0 0 0 0-1H5.23c-0.11 0-0.23-0.17-0.23-0.39V3.89c0-0.22 0.12 -0.39 0.23 -0.39h13.54c0.11 0 0.23 0.17 0.23 0.38 v9.43a0.5 0.5 0 1 0 1 0V3.88a1.31 1.31 0 0 0-1.23-1.38z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 7.59 7.22 C 8.00421356237 7.22 8.34 7.55578643763 8.34 7.97 C 8.34 8.38421356237 8.00421356237 8.72 7.59 8.72 C 7.17578643763 8.72 6.84 8.38421356237 6.84 7.97 C 6.84 7.55578643763 7.17578643763 7.22 7.59 7.22 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M9.77 8.51h6.56a0.5 0.5 0 0 0 0-1H9.77a0.5 0.5 0 0 0 0 1z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 7.59 11.25 C 8.00421356237 11.25 8.34 11.5857864376 8.34 12 C 8.34 12.4142135624 8.00421356237 12.75 7.59 12.75 C 7.17578643763 12.75 6.84 12.4142135624 6.84 12 C 6.84 11.5857864376 7.17578643763 11.25 7.59 11.25 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M16.83 12a0.5 0.5 0 0 0-0.5-0.5H9.77a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 h6.56a0.5 0.5 0 0 0 0.5-0.5z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M 7.59 15.22 C 8.00421356237 15.22 8.34 15.5557864376 8.34 15.97 C 8.34 16.3842135624 8.00421356237 16.72 7.59 16.72 C 7.17578643763 16.72 6.84 16.3842135624 6.84 15.97 C 6.84 15.5557864376 7.17578643763 15.22 7.59 15.22 Z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M9.77 15.51a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 h2.4a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5zM18.6 19.26a2.72 2.72 0 1 0-2.24 1.18 2.7 2.7 0 0 0 1.53-0.44L19 21.11a0.5 0.5 0 1 0 0.73-0.69zm-4-1.54a1.72 1.72 0 1 1 1.72 1.72 1.72 1.72 0 0 1-1.68-1.72z" /> | ||
</vector> |
14 changes: 14 additions & 0 deletions
14
designsystem/src/main/res/drawable/outlined_content_password.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M14.93 2.67A6.55 6.55 0 0 0 8.37 9.2a6.15 6.15 0 0 0 0.31 1.8l-6.15 6.11v4.38h3.7l1.38-1.18v-1h1.57v-0.81H10V17h1.43l1.66-1.52 0.18 0.08a6.86 6.86 0 0 0 1.63 0.2 6.53 6.53 0 1 0 0-13.06zm0 12.06a6 6 0 0 1-1.32-0.15l-0.71-0.29L11.08 16h-2v1.56h-0.85v0.79H6.67v1.6l-0.76 0.65 H3.53v-0.27l5.16-5.1L10 13.9l-0.69-0.73-5.78 5.65v-1.29l6.29-6.28-0.1-0.25a6.32 6.32 0 0 1-0.35-1.8 5.56 5.56 0 1 1 5.56 5.53z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M17.25 5.66A1.55 1.55 0 1 0 18.8 7.2a1.55 1.55 0 0 0-1.55-1.54zm0 2.09a0.55 0.55 0 1 1 0.55-0.55 0.55 0.55 0 0 1-0.55 0.55 z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
designsystem/src/main/res/drawable/outlined_finance_paymentlink.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M13.45 9.85l-3.74 3.74a0.48 0.48 0 0 0 0 0.7 0.48 0.48 0 0 0 0.7 0l3.74-3.74a0.49 0.49 0 1 0-0.7-0.7zm-0.68 4.88l-1 1a2.47 2.47 0 0 1-3.5-3.5l1-1a0.5 0.5 0 0 0 0-0.71 0.51 0.51 0 0 0-0.71 0l-1.05 1.05a3.48 3.48 0 0 0 4.92 4.92l1.05-1a0.51 0.51 0 0 0 0-0.71 0.5 0.5 0 0 0-0.71-0.05zm-1.2-7.22l-1.05 1.05a0.51 0.51 0 0 0 0 0.71 0.5 0.5 0 0 0 0.71 0l1-1a2.47 2.47 0 0 1 3.5 3.5l-1 1a0.5 0.5 0 0 0 0 0.71 0.52 0.52 0 0 0 0.35 0.14 0.54 0.54 0 0 0 0.36-0.14l1-1.05a3.49 3.49 0 0 0 0-4.92 3.59 3.59 0 0 0-4.87 0zm0.43-5A9.51 9.51 0 0 0 2.5 12a9.4 9.4 0 0 0 1 4.23l-1 4.67a0.51 0.51 0 0 0 0.14 0.45 0.47 0.47 0 0 0 0.36 0.15 h0.1l4.67-1a9.4 9.4 0 0 0 4.23 1 9.5 9.5 0 0 0 0-19zm0 18a8.43 8.43 0 0 1-3.93-1 0.46 0.46 0 0 0-0.23-0.05h-0.11l-4.08 0.86 0.86-4.08a0.49 0.49 0 0 0 0-0.34A8.5 8.5 0 1 1 12 20.5z" /> | ||
</vector> |
14 changes: 14 additions & 0 deletions
14
designsystem/src/main/res/drawable/outlined_finance_payreference.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
|
||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M18.42 2.47H5.56A1.53 1.53 0 0 0 4 4v16a1.54 1.54 0 0 0 1.57 1.5h12.85A1.55 1.55 0 0 0 20 20V4a1.54 1.54 0 0 0-1.58-1.53zM19 20a0.55 0.55 0 0 1-0.57 0.5 H5.56A0.54 0.54 0 0 1 5 20V4a0.53 0.53 0 0 1 0.57-0.5h12.85A0.54 0.54 0 0 1 19 4z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M6.71 13.59c-0.12 0.39 -0.26 0.84 0.11 1.1a0.59 0.59 0 0 0 0.34 0.12 1.44 1.44 0 0 0 0.77-0.35c0.49-0.34 0.61 -0.41 0.7 -0.47l0.37-0.24s0.2-0.15 0.19 -0.17a2.36 2.36 0 0 1 0.27 0.17 c0.25 0.18 0.32 0.22 0.43 0.29 s0.23 0.14 0.65 0.43 c0.27 0.19 0.73 0.5 1.12 0.22 s0.25-0.74 0.09 -1.28l-0.06-0.2c-0.17-0.63-0.61-2.24-0.77-2.85a2.5 2.5 0 1 0-3.36 0c-0.18 0.66 -0.63 2.34-0.73 2.85zM9.2 7a1.5 1.5 0 1 1-1.5 1.5A1.5 1.5 0 0 1 9.2 7zm0 4a2.36 2.36 0 0 0 0.8-0.14c0.19 0.69 0.51 1.88 0.68 2.48l-0.29-0.18-0.39-0.22a1.12 1.12 0 0 0-1.63 0l-0.29 0.2 -0.29 0.19 c0.12-0.52 0.44 -1.72 0.62 -2.43a2.49 2.49 0 0 0 0.79 0.1 zM17 6.2h-3.71a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 H17a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5zM17 8.7h-3.71a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 H17a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5zM17 11.2h-3.71a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 H17a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5zM17 13.7h-3.71a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 H17a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5zM16.92 16.59H6.76a0.5 0.5 0 0 0 0 1h10.16a0.5 0.5 0 0 0 0-1z" /> | ||
</vector> |
Oops, something went wrong.