Skip to content

Commit 4939d9d

Browse files
committed
Move ui-icons fill to resource
1 parent a4481d4 commit 4939d9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+112
-101
lines changed

components/ui/icons/src/main/res/drawable/mozac_ic_arrowhead_down.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:width="18dp"
7-
android:height="11dp"
8-
android:viewportWidth="18"
9-
android:viewportHeight="11">
10-
<path
11-
android:fillColor="#FFFFFF"
12-
android:pathData="M1.2929,1.2929C1.6834,0.9024 2.3166,0.9024 2.7071,1.2929L9,7.5858L15.2929,1.2929C15.6834,0.9024 16.3166,0.9024 16.7071,1.2929C17.0976,1.6834 17.0976,2.3166 16.7071,2.7071L9.7071,9.7071C9.3166,10.0976 8.6834,10.0976 8.2929,9.7071L1.2929,2.7071C0.9024,2.3166 0.9024,1.6834 1.2929,1.2929Z" />
6+
android:width="10dp"
7+
android:height="6dp"
8+
android:viewportWidth="10"
9+
android:viewportHeight="6">
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M5 5.67a0.67 0.67 0 0 1-0.47-0.2l-4-4a0.67 0.67 0 0 1 0.94-0.94L5 4.06 8.53 0.53a0.67 0.67 0 0 1 0.94 0.94l-4 4c-0.12 0.13-0.3 0.2-0.47 0.2z"/>
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_arrowhead_up.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:width="18dp"
7-
android:height="11dp"
8-
android:viewportWidth="18"
9-
android:viewportHeight="11">
10-
<path
11-
android:fillColor="#FFFFFF"
12-
android:pathData="M9.7071,1.2929C9.3166,0.9024 8.6834,0.9024 8.2929,1.2929L1.2929,8.2929C0.9024,8.6834 0.9024,9.3166 1.2929,9.7071C1.6834,10.0976 2.3166,10.0976 2.7071,9.7071L9,3.4142L15.2929,9.7071C15.6834,10.0976 16.3166,10.0976 16.7071,9.7071C17.0976,9.3166 17.0976,8.6834 16.7071,8.2929L9.7071,1.2929Z" />
6+
android:width="10dp"
7+
android:height="6dp"
8+
android:viewportWidth="10"
9+
android:viewportHeight="6">
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M5 0.33a0.67 0.67 0 0 0-0.47 0.2l-4 4a0.67 0.67 0 0 0 0.94 0.94L5 1.94l3.53 3.53a0.67 0.67 0 0 0 0.94-0.94l-4-4A0.67 0.67 0 0 0 5 0.33z"/>
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_back.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0"
1010
android:autoMirrored="true">
11-
<path
12-
android:fillColor="#ffffff"
13-
android:pathData="M21,11H5.914l5.793,-5.793a1,1 0,0 0,-1.414 -1.414l-7.5,7.5a1,1 0,0 0,0 1.414l7.5,7.5a1,1 0,0 0,1.414 -1.414L5.914,13H21a1,1 0,0 0,0 -2Z"/>
11+
<path android:fillColor="@color/mozac_ui_icons_fill"
12+
android:pathData="M21,11H5.914l5.793,-5.793a1,1 0,0 0,-1.414 -1.414l-7.5,7.5a1,1 0,0 0,0 1.414l7.5,7.5a1,1 0,0 0,1.414 -1.414L5.914,13H21a1,1 0,0 0,0 -2Z"/>
1413
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_check.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<!-- This Source Code Form is subject to the terms of the Mozilla Public
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5-
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0" android:autoMirrored="true">
6-
<path android:fillColor="#FFFFFF" android:pathData="M9.5 19.25a1 1 0 0 1-0.707-0.293l-3.75-3.75a1 1 0 0 1 1.414-1.414L9.364 16.7l8.067-11.523a1 1 0 0 1 1.638 1.146l-8.75 12.5a1 1 0 0 1-0.732 0.423A0.844 0.844 0 0 1 9.5 19.25z"/>
5+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6+
android:width="24dp"
7+
android:height="24dp"
8+
android:viewportWidth="24.0"
9+
android:viewportHeight="24.0"
10+
android:autoMirrored="true">
11+
<path android:fillColor="@color/mozac_ui_icons_fill"
12+
android:pathData="M9.5 19.25a1 1 0 0 1-0.707-0.293l-3.75-3.75a1 1 0 0 1 1.414-1.414L9.364 16.7l8.067-11.523a1 1 0 0 1 1.638 1.146l-8.75 12.5a1 1 0 0 1-0.732 0.423A0.844 0.844 0 0 1 9.5 19.25z"/>
713
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_clear.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:width="16dp"
7-
android:height="16dp"
8-
android:viewportHeight="16.0"
9-
android:viewportWidth="16.0">
10-
<path
11-
android:fillColor="#ffffff"
12-
android:pathData="M8,0a8,8 0,1 0,8 8A8,8 0,0 0,8 0ZM12.243,10.828a1,1 0,0 1,-1.414 1.414L8,9.414 5.172,12.243a1,1 0,0 1,-1.414 -1.414L6.586,8 3.757,5.172A1,1 0,0 1,5.172 3.757L8,6.586l2.828,-2.828a1,1 0,0 1,1.414 1.414L9.414,8Z" />
6+
android:width="16dp"
7+
android:height="16dp"
8+
android:viewportHeight="16.0"
9+
android:viewportWidth="16.0">
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M8,0a8,8 0,1 0,8 8A8,8 0,0 0,8 0ZM12.243,10.828a1,1 0,0 1,-1.414 1.414L8,9.414 5.172,12.243a1,1 0,0 1,-1.414 -1.414L6.586,8 3.757,5.172A1,1 0,0 1,5.172 3.757L8,6.586l2.828,-2.828a1,1 0,0 1,1.414 1.414L9.414,8Z" />
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_close.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
android:height="24dp"
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
10-
<path
11-
android:fillColor="#ffffff"
12-
android:pathData="M13.326,12l4.337,-4.337a0.938,0.938 0,0 0,-1.326 -1.326L12,10.674 7.663,6.337A0.938,0.938 0,0 0,6.337 7.663L10.674,12 6.337,16.337a0.938,0.938 0,0 0,1.326 1.326L12,13.326l4.337,4.337a0.938,0.938 0,0 0,1.326 -1.326Z"/>
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M13.326,12l4.337,-4.337a0.938,0.938 0,0 0,-1.326 -1.326L12,10.674 7.663,6.337A0.938,0.938 0,0 0,6.337 7.663L10.674,12 6.337,16.337a0.938,0.938 0,0 0,1.326 1.326L12,13.326l4.337,4.337a0.938,0.938 0,0 0,1.326 -1.326Z"/>
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_delete.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
android:height="24dp"
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
10-
<path
11-
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"
12-
android:fillColor="#ffffff"/>
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z" />
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_device_desktop.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:width="24dp"
7-
android:height="24dp"
8-
android:viewportWidth="24"
9-
android:viewportHeight="24">
10-
<path
11-
android:fillColor="#FFFFFF"
12-
android:pathData="M4,6a1,1 0,0 1,1 -1h14a1,1 0,0 1,1 1v11h1.5a0.5,0.5 0,0 1,0.5 0.5v1a0.5,0.5 0,0 1,-0.5 0.5h-19a0.5,0.5 0,0 1,-0.5 -0.5v-1a0.5,0.5 0,0 1,0.5 -0.5L4,17L4,6zM10,17v1h4v-1h-4zM6,7v9h12L18,7L6,7z" />
6+
android:width="24dp"
7+
android:height="24dp"
8+
android:viewportWidth="24"
9+
android:viewportHeight="24">
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M4,6a1,1 0,0 1,1 -1h14a1,1 0,0 1,1 1v11h1.5a0.5,0.5 0,0 1,0.5 0.5v1a0.5,0.5 0,0 1,-0.5 0.5h-19a0.5,0.5 0,0 1,-0.5 -0.5v-1a0.5,0.5 0,0 1,0.5 -0.5L4,17L4,6zM10,17v1h4v-1h-4zM6,7v9h12L18,7L6,7z" />
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_device_mobile.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:width="16dp"
7-
android:height="16dp"
8-
android:viewportWidth="16"
9-
android:viewportHeight="16">
10-
<path
11-
android:pathData="M12,0L4,0a2,2 0,0 0,-2 2v12a2,2 0,0 0,2 2h8a2,2 0,0 0,2 -2L14,2a2,2 0,0 0,-2 -2zM9,15L7,15v-1h2zM12,12.5a0.5,0.5 0,0 1,-0.5 0.5h-7a0.5,0.5 0,0 1,-0.5 -0.5v-10a0.5,0.5 0,0 1,0.5 -0.5h7a0.5,0.5 0,0 1,0.5 0.5z"
12-
android:fillColor="#FFFFFF" />
6+
android:width="16dp"
7+
android:height="16dp"
8+
android:viewportWidth="16"
9+
android:viewportHeight="16">
10+
<path android:fillColor="@color/mozac_ui_icons_fill"
11+
android:pathData="M12,0L4,0a2,2 0,0 0,-2 2v12a2,2 0,0 0,2 2h8a2,2 0,0 0,2 -2L14,2a2,2 0,0 0,-2 -2zM9,15L7,15v-1h2zM12,12.5a0.5,0.5 0,0 1,-0.5 0.5h-7a0.5,0.5 0,0 1,-0.5 -0.5v-10a0.5,0.5 0,0 1,0.5 -0.5h7a0.5,0.5 0,0 1,0.5 0.5z" />
1312
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_download.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M11.293,17.707a1,1 0,0 0,1.414 0l6,-6a1,1 0,0 0,-1.414 -1.414L13,14.586V3a1,1 0,0 0,-2 0V14.586L6.707,10.293a1,1 0,0 0,-1.414 1.414Z"/>
1313
<path
14-
android:fillColor="#ffffff"
14+
android:fillColor="@color/mozac_ui_icons_fill"
1515
android:pathData="M18,20H6a1,1 0,0 0,0 2H18a1,1 0,0 0,0 -2Z"/>
1616
</vector>
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- This Source Code Form is subject to the terms of the Mozilla Public
3+
- License, v. 2.0. If a copy of the MPL was not distributed with this
4+
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
15
<vector xmlns:android="http://schemas.android.com/apk/res/android"
26
android:width="24dp"
37
android:height="24dp"
48
android:viewportWidth="24"
59
android:viewportHeight="24">
610
<path
711
android:pathData="M18.9,16.1c-0.5,0.4 -1,0.6 -1.5,0.8 -0.4,0.2 -0.9,0.3 -1.3,0.3 -0.6,0 -1.1,-0.2 -1.5,-0.6 -0.4,-0.4 -0.6,-0.9 -0.6,-1.6 0,-0.8 0.3,-1.3 0.9,-1.8 0.6,-0.5 1.9,-0.9 4.1,-1.3v-0.4c0,-0.6 -0.1,-1 -0.4,-1.3 -0.2,-0.3 -0.6,-0.4 -1.2,-0.4L17,9.8c-0.1,0 -0.3,0 -0.4,0.1v1.5h-1.5c-0.3,0 -0.4,0 -0.6,-0.1 -0.1,-0.1 -0.2,-0.2 -0.2,-0.5 0,-0.5 0.3,-0.9 1,-1.3s1.5,-0.6 2.5,-0.6c1.1,0 1.9,0.2 2.4,0.6 0.5,0.4 0.7,1.2 0.7,2.2L20.9,16l0.2,0.2 0.9,0.1v0.7h-2.9l-0.2,-0.9zM18.9,15.4v-2.6c-1.1,0.2 -1.8,0.5 -2.2,0.8 -0.4,0.3 -0.6,0.7 -0.6,1.1 0,0.4 0.1,0.7 0.3,0.9 0.2,0.2 0.5,0.3 0.9,0.3 0.2,0 0.4,0 0.7,-0.1 0.3,-0.1 0.6,-0.2 0.9,-0.4zM6.6,6h1.7L12,16l1,0.2v0.8L8.7,17v-0.8l1,-0.1 0.1,-0.2 -1,-2.8L5.3,13.1l-1,2.7 0.2,0.2 1,0.1v0.9L2,17v-0.8l1,-0.2L6.6,6zM7,8.2l-1.4,4h2.9L7,8.2z"
8-
android:fillColor="#ffffff"
12+
android:fillColor="@color/mozac_ui_icons_fill"
913
android:fillAlpha=".8"/>
1014
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_forward.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
android:viewportHeight="24.0"
1010
android:autoMirrored="true">
1111
<path
12-
android:fillColor="#ffffff"
12+
android:fillColor="@color/mozac_ui_icons_fill"
1313
android:pathData="M21.207,11.293l-7.5,-7.5a1,1 0,0 0,-1.414 1.414L18.086,11H3a1,1 0,0 0,0 2H18.086l-5.793,5.793a1,1 0,1 0,1.414 1.414l7.5,-7.5A1,1 0,0 0,21.207 11.293Z"/>
1414
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_globe.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:width="24dp"
7-
android:height="24dp"
8-
android:viewportWidth="24.0"
9-
android:viewportHeight="24.0"
10-
android:autoMirrored="true">
6+
android:width="24dp"
7+
android:height="24dp"
8+
android:viewportWidth="24"
9+
android:viewportHeight="24">
1110
<path
12-
android:fillColor="#FFFFFF"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1312
android:pathData="M12,2A10,10 0,1 0,22 12,10.011 10.011,0 0,0 12,2ZM19.931,11h-3.95a19.147,19.147 0,0 0,-1.217 -6.5A8.013,8.013 0,0 1,19.931 11ZM12,20c-0.48,0 -1.808,-2.4 -1.981,-7h3.962C13.808,17.6 12.48,20 12,20ZM10.019,11c0.173,-4.6 1.5,-7 1.981,-7s1.808,2.4 1.981,7ZM9.236,4.5A19.147,19.147 0,0 0,8.019 11L4.069,11A8.013,8.013 0,0 1,9.236 4.5ZM4.069,13h3.95a19.147,19.147 0,0 0,1.217 6.5A8.013,8.013 0,0 1,4.069 13ZM14.769,19.5A19.147,19.147 0,0 0,15.981 13h3.95A8.013,8.013 0,0 1,14.764 19.5Z"/>
1413
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_grid.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android"
6-
android:viewportWidth="24"
7-
android:viewportHeight="24"
8-
android:width="24dp"
9-
android:height="24dp">
10-
<path
11-
android:pathData="M9.667 3L4.333 3C3.597 3 3 3.597 3 4.333L3 9.667C3 10.403 3.597 11 4.333 11l5.334 0C10.403 11 11 10.403 11 9.667L11 4.333C11 3.597 10.403 3 9.667 3m10 0l-5.334 0C13.597 3 13 3.597 13 4.333l0 5.334C13 10.403 13.597 11 14.333 11l5.334 0C20.403 11 21 10.403 21 9.667L21 4.333C21 3.597 20.403 3 19.667 3m-10 10l-5.334 0C3.597 13 3 13.597 3 14.333l0 5.334C3 20.403 3.597 21 4.333 21l5.334 0C10.403 21 11 20.403 11 19.667l0 -5.334C11 13.597 10.403 13 9.667 13m10 0l-5.334 0C13.597 13 13 13.597 13 14.333l0 5.334C13 20.403 13.597 21 14.333 21l5.334 0C20.403 21 21 20.403 21 19.667l0 -5.334C21 13.597 20.403 13 19.667 13"
12-
android:fillColor="#ffffffff"/>
6+
android:viewportWidth="24"
7+
android:viewportHeight="24"
8+
android:width="24dp"
9+
android:height="24dp">
10+
<path
11+
android:pathData="M9.667 3L4.333 3C3.597 3 3 3.597 3 4.333L3 9.667C3 10.403 3.597 11 4.333 11l5.334 0C10.403 11 11 10.403 11 9.667L11 4.333C11 3.597 10.403 3 9.667 3m10 0l-5.334 0C13.597 3 13 3.597 13 4.333l0 5.334C13 10.403 13.597 11 14.333 11l5.334 0C20.403 11 21 10.403 21 9.667L21 4.333C21 3.597 20.403 3 19.667 3m-10 10l-5.334 0C3.597 13 3 13.597 3 14.333l0 5.334C3 20.403 3.597 21 4.333 21l5.334 0C10.403 21 11 20.403 11 19.667l0 -5.334C11 13.597 10.403 13 9.667 13m10 0l-5.334 0C13.597 13 13 13.597 13 14.333l0 5.334C13 20.403 13.597 21 14.333 21l5.334 0C20.403 21 21 20.403 21 19.667l0 -5.334C21 13.597 20.403 13 19.667 13"
12+
android:fillColor="@color/mozac_ui_icons_fill"/>
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
android:viewportHeight="24.0"
99
android:viewportWidth="24.0">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-6h2v6zM13,9h-2L11,7h2v2z" />
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_link.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
android:viewportWidth="24"
99
android:viewportHeight="24">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M4.47,7.53,7.515,4.485a0.685 0.685
1313
,0,0,1,0.969,0l4.2,4.2A2.485,2.485,0,0,0,12.5,5.395l-2.66-2.66a2.494,2.494,0,0,0-3.527,0L2.766,6.279a2.494,2.494,0,0,0,0,3.527l2.66,2.66a2.487,2.487,0,0,0,3.242
1414
0.232 L4.47,8.5A0.685 0.685
1515
,0,0,1,4.47,7.53Zm16.8,6.633-2.66-2.66a2.485,2.485,0,0,0-3.293-0.191l4.2,4.2a0.685
1616
0.685 ,0,0,1,0,0.969L16.47,19.53a0.685 0.685
1717
,0,0,1-0.969,0l-4.2-4.2a2.487,2.487,0,0,0,0.232,3.242l2.66,2.66a2.494,2.494,0,0,0,3.527,0l3.544-3.544A2.494,2.494,0,0,0,21.266,14.163Z" />
1818
<path
19-
android:fillColor="#ffffff"
19+
android:fillColor="@color/mozac_ui_icons_fill"
2020
android:pathData="M16.163,14.718,9.243,7.8A1,1,0,1,0,7.829,9.212l6.92,6.92a1,1,0,0,0,1.414-1.414Z" />
21-
</vector>
21+
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_location.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M12,2C8.13,2 5,5.13 5,9c0,5.25 7,13 7,13s7,-7.75 7,-13c0,-3.87 -3.13,-7 -7,-7zM12,11.5c-1.38,0 -2.5,-1.12 -2.5,-2.5s1.12,-2.5 2.5,-2.5 2.5,1.12 2.5,2.5 -1.12,2.5 -2.5,2.5z"/>
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_lock.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M17.25,11H17V8A5,5 0,0 0,7 8v3H6.75A1.814,1.814 0,0 0,5 12.871v6.257A1.814,1.814 0,0 0,6.75 21h10.5A1.814,1.814 0,0 0,19 19.129V12.871A1.814,1.814 0,0 0,17.25 11ZM9,7.739A2.739,2.739 0,0 1,11.739 5h0.523A2.739,2.739 0,0 1,15 7.739V11H9Z"/>
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
android:viewportHeight="24.0">
1010
<path
1111
android:pathData="M12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,16c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"
12-
android:fillColor="#ffffff"/>
12+
android:fillColor="@color/mozac_ui_icons_fill"/>
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_microphone.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M12,14c1.66,0 2.99,-1.34 2.99,-3L15,5c0,-1.66 -1.34,-3 -3,-3S9,3.34 9,5v6c0,1.66 1.34,3 3,3zM17.3,11c0,3 -2.54,5.1 -5.3,5.1S6.7,14 6.7,11L5,11c0,3.41 2.72,6.23 6,6.72L11,21h2v-3.28c3.28,-0.48 6,-3.3 6,-6.72h-1.7z"/>
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_mozilla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
6-
<path android:pathData="M0 0h24v24H0zm20.4 15.035v-4.764c0-2.436-1.694-3.565-3.565-3.565-1.623 0-2.788 0.847-3.353 2.223-0.494-1.517-1.87-2.223-3.353-2.223-1.447 0-2.505 0.67-3.14 1.765V6.918H2.646v2.258h1.377V15H2.647v2.259H9V15H7.023v-3.6c0-1.412 0.565-2.435 1.977-2.435 1.165 0 1.765 0.67 1.765 2.47v5.824h4.34V15H13.73v-3.6c0-1.412 0.565-2.435 1.977-2.435 1.165 0 1.765 0.67 1.765 2.47v5.86h4.34v-2.26z" android:fillColor="#ffffff"/>
6+
<path android:pathData="M0 0h24v24H0zm20.4 15.035v-4.764c0-2.436-1.694-3.565-3.565-3.565-1.623 0-2.788 0.847-3.353 2.223-0.494-1.517-1.87-2.223-3.353-2.223-1.447 0-2.505 0.67-3.14 1.765V6.918H2.646v2.258h1.377V15H2.647v2.259H9V15H7.023v-3.6c0-1.412 0.565-2.435 1.977-2.435 1.165 0 1.765 0.67 1.765 2.47v5.824h4.34V15H13.73v-3.6c0-1.412 0.565-2.435 1.977-2.435 1.165 0 1.765 0.67 1.765 2.47v5.86h4.34v-2.26z" android:fillColor="@color/mozac_ui_icons_fill"/>
77
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_new.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
android:viewportHeight="16">
1010
<path
1111
android:pathData="M14,7H9V2a1,1 0,0 0,-2 0v5H2a1,1 0,1 0,0 2h5v5a1,1 0,0 0,2 0V9h5a1,1 0,0 0,0 -2z"
12-
android:fillColor="#FFFFFF" />
12+
android:fillColor="@color/mozac_ui_icons_fill" />
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_notification.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
android:viewportWidth="24.0"
99
android:viewportHeight="24.0">
1010
<path
11-
android:fillColor="#ffffff"
11+
android:fillColor="@color/mozac_ui_icons_fill"
1212
android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z"/>
1313
</vector>

components/ui/icons/src/main/res/drawable/mozac_ic_open_in.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
6-
<path android:fillColor="#FFFFFF" android:pathData="M7 5C5.895 5 5 5.895 5 7v10c0 1.105 0.895 2 2 2h10c1.105 0 2-0.895 2-2v-1c0-0.552 0.448-1 1-1s1 0.448 1 1v1c0 2.21-1.79 4-4 4H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4h1c0.552 0 1 0.448 1 1S8.552 5 8 5H7zm6 0c-0.552 0-1-0.448-1-1s0.448-1 1-1h7c0.552 0 1 0.448 1 1v7c0 0.552-0.448 1-1 1s-1-0.448-1-1V6.414l-6.293 6.293c-0.39 0.39-1.024 0.39-1.414 0-0.39-0.39-0.39-1.024 0-1.414L17.586 5H13z"/>
6+
<path android:fillColor="@color/mozac_ui_icons_fill" android:pathData="M7 5C5.895 5 5 5.895 5 7v10c0 1.105 0.895 2 2 2h10c1.105 0 2-0.895 2-2v-1c0-0.552 0.448-1 1-1s1 0.448 1 1v1c0 2.21-1.79 4-4 4H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4h1c0.552 0 1 0.448 1 1S8.552 5 8 5H7zm6 0c-0.552 0-1-0.448-1-1s0.448-1 1-1h7c0.552 0 1 0.448 1 1v7c0 0.552-0.448 1-1 1s-1-0.448-1-1V6.414l-6.293 6.293c-0.39 0.39-1.024 0.39-1.414 0-0.39-0.39-0.39-1.024 0-1.414L17.586 5H13z"/>
77
</vector>

0 commit comments

Comments
 (0)