Updated on 2026-08-14
This commit is contained in:
parent
1b706b20a7
commit
72c9e20396
19 changed files with 934 additions and 127 deletions
33
core/ui/src/main/res/drawable/ic_card_pin_24.xml
Normal file
33
core/ui/src/main/res/drawable/ic_card_pin_24.xml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M16.002,8.499C16.554,8.499 17.002,8.947 17.002,9.499V14.501C17.002,15.053 16.554,15.501 16.002,15.501C15.45,15.501 15.002,15.053 15.002,14.501V9.499C15.002,8.947 15.45,8.499 16.002,8.499Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M6.715,10.933C7.255,10.493 8.05,10.525 8.554,11.027C8.947,11.42 9.065,12.012 8.853,12.526C8.64,13.04 8.138,13.375 7.582,13.375C7.026,13.375 6.524,13.04 6.312,12.526C6.099,12.012 6.217,11.42 6.61,11.027L6.715,10.933Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M11.133,10.933C11.673,10.493 12.468,10.525 12.972,11.027C13.365,11.42 13.483,12.012 13.271,12.526C13.058,13.04 12.556,13.375 12,13.375C11.444,13.375 10.942,13.04 10.729,12.526C10.517,12.012 10.635,11.42 11.028,11.027L11.133,10.933Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M12,2C17.523,2 22,6.477 22,12C22,17.523 17.523,22 12,22C6.477,22 2,17.523 2,12C2,6.477 6.477,2 12,2ZM12,4C7.582,4 4,7.582 4,12C4,16.418 7.582,20 12,20C16.418,20 20,16.418 20,12C20,7.582 16.418,4 12,4Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
24
core/ui/src/main/res/drawable/ic_close_20.xml
Normal file
24
core/ui/src/main/res/drawable/ic_close_20.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M3.72,3.719C4.012,3.427 4.487,3.427 4.78,3.719L10,8.942L15.219,3.723C15.512,3.431 15.987,3.43 16.28,3.723C16.573,4.016 16.572,4.491 16.28,4.784L11.061,10.002L16.28,15.219C16.573,15.512 16.572,15.987 16.28,16.28C15.987,16.573 15.512,16.573 15.219,16.281L10,11.063L4.78,16.284C4.487,16.576 4.012,16.576 3.72,16.284C3.427,15.991 3.427,15.516 3.72,15.223L8.939,10.002L3.72,4.78C3.427,4.487 3.427,4.012 3.72,3.719Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
27
core/ui/src/main/res/drawable/ic_edit_card_20.xml
Normal file
27
core/ui/src/main/res/drawable/ic_edit_card_20.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M10,3C10.414,3 10.75,3.336 10.75,3.75C10.75,4.164 10.414,4.5 10,4.5H7.222C5.719,4.5 4.5,5.719 4.5,7.222V12.777C4.5,14.281 5.719,15.499 7.222,15.499H12.777C14.281,15.499 15.499,14.281 15.499,12.777V10C15.499,9.586 15.835,9.25 16.249,9.25C16.663,9.25 16.999,9.586 16.999,10V12.777C16.999,15.109 15.109,16.999 12.777,16.999H7.222C4.89,16.999 3,15.109 3,12.777V7.222C3,4.89 4.89,3 7.222,3H10Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M14.704,3C15.313,3.001 15.896,3.243 16.326,3.674C16.757,4.105 16.999,4.689 16.999,5.298C16.999,5.907 16.757,6.491 16.326,6.922C16.319,6.929 16.31,6.935 16.303,6.942H16.305C16.308,6.939 16.313,6.935 16.315,6.933L15.834,7.414C15.532,7.716 15.118,8.129 14.672,8.575C13.779,9.468 12.755,10.492 12.229,11.019C11.881,11.366 11.427,11.587 10.939,11.646L9.861,11.78C9.406,11.836 8.951,11.677 8.63,11.35C8.309,11.022 8.158,10.564 8.223,10.11L8.382,8.993C8.448,8.522 8.666,8.085 9.003,7.748C9.74,7.011 11.541,5.21 13.079,3.672C13.51,3.241 14.095,2.999 14.704,3ZM15.266,4.733C15.117,4.584 14.913,4.5 14.702,4.5C14.518,4.5 14.34,4.564 14.198,4.68L14.14,4.732C12.601,6.27 10.801,8.071 10.064,8.809C9.958,8.915 9.888,9.054 9.867,9.203V9.206L9.713,10.286L10.755,10.158H10.757C10.912,10.139 11.057,10.069 11.168,9.958L15.269,5.857C15.416,5.708 15.499,5.507 15.499,5.298C15.499,5.087 15.415,4.883 15.266,4.733Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
24
core/ui/src/main/res/drawable/ic_freeze_24.xml
Normal file
24
core/ui/src/main/res/drawable/ic_freeze_24.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M12,2C12.552,2 13,2.448 13,3V4.175L13.461,3.714C13.851,3.324 14.485,3.324 14.875,3.714C15.266,4.104 15.266,4.737 14.875,5.128L13,7.003V10.267L15.828,8.633L16.514,6.074C16.657,5.541 17.205,5.224 17.739,5.367C18.272,5.51 18.588,6.058 18.445,6.592L18.277,7.22L19.5,6.514C19.978,6.238 20.59,6.402 20.866,6.88C21.142,7.358 20.978,7.97 20.5,8.246L19.276,8.952L19.906,9.122C20.44,9.265 20.756,9.813 20.614,10.347C20.471,10.88 19.922,11.196 19.389,11.054L16.826,10.367L13.999,11.999L16.826,13.632L19.389,12.946C19.922,12.804 20.471,13.12 20.614,13.653C20.756,14.187 20.44,14.735 19.906,14.878L19.276,15.046L20.5,15.754C20.978,16.03 21.142,16.642 20.866,17.12C20.59,17.598 19.978,17.762 19.5,17.486L18.277,16.779L18.445,17.408C18.588,17.941 18.272,18.49 17.739,18.633C17.205,18.776 16.657,18.459 16.514,17.926L15.828,15.365L13,13.732V16.996L14.875,18.872C15.266,19.263 15.266,19.896 14.875,20.286C14.485,20.676 13.851,20.677 13.461,20.286L13,19.824V21C13,21.552 12.552,22 12,22C11.448,22 11,21.552 11,21V19.824L10.539,20.286C10.149,20.676 9.516,20.676 9.125,20.286C8.735,19.896 8.735,19.263 9.125,18.872L11,16.996V13.732L8.172,15.364L7.487,17.926C7.345,18.459 6.796,18.775 6.263,18.633C5.73,18.49 5.413,17.942 5.556,17.408L5.724,16.779L4.5,17.486C4.022,17.762 3.41,17.598 3.134,17.12C2.858,16.642 3.022,16.03 3.5,15.754L4.724,15.046L4.095,14.878C3.562,14.735 3.245,14.187 3.388,13.653C3.531,13.12 4.079,12.803 4.612,12.946L7.173,13.632L9.999,11.999L7.174,10.367L4.612,11.054C4.079,11.197 3.531,10.88 3.388,10.347C3.245,9.813 3.561,9.265 4.095,9.122L4.724,8.953L3.5,8.246C3.022,7.97 2.858,7.358 3.134,6.88C3.41,6.402 4.022,6.238 4.5,6.514L5.724,7.22L5.556,6.592C5.413,6.058 5.73,5.51 6.263,5.367C6.796,5.225 7.345,5.541 7.487,6.074L8.172,8.634L11,10.267V7.003L9.125,5.128C8.735,4.737 8.735,4.104 9.125,3.714C9.516,3.324 10.149,3.324 10.539,3.714L11,4.175V3C11,2.448 11.448,2 12,2Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
27
core/ui/src/main/res/drawable/ic_limit_new_20.xml
Normal file
27
core/ui/src/main/res/drawable/ic_limit_new_20.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M4.34,4.367C7.465,1.211 12.535,1.211 15.66,4.367C18.779,7.519 18.779,12.627 15.66,15.78C15.368,16.074 14.892,16.077 14.598,15.786C14.304,15.495 14.302,15.02 14.593,14.725C17.135,12.157 17.135,7.99 14.593,5.422C12.055,2.858 7.943,2.858 5.406,5.422C2.864,7.99 2.864,12.157 5.406,14.725C5.697,15.02 5.695,15.495 5.401,15.786C5.106,16.077 4.632,16.074 4.34,15.78C1.22,12.627 1.22,7.52 4.34,4.367Z"
|
||||
android:fillColor="#0090F9"/>
|
||||
<path
|
||||
android:pathData="M12.121,6.724C12.413,6.431 12.888,6.428 13.182,6.719C13.476,7.01 13.479,7.485 13.188,7.779L10.463,10.531C10.172,10.825 9.697,10.827 9.403,10.536C9.108,10.245 9.106,9.77 9.397,9.475L12.121,6.724Z"
|
||||
android:fillColor="#0090F9"/>
|
||||
</vector>
|
||||
27
core/ui/src/main/res/drawable/ic_visa_card_details_24.xml
Normal file
27
core/ui/src/main/res/drawable/ic_visa_card_details_24.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M9.57,14C10.123,14 10.57,14.448 10.57,15C10.57,15.552 10.123,16 9.57,16H7C6.448,16 6,15.552 6,15C6,14.448 6.448,14 7,14H9.57Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
<path
|
||||
android:pathData="M18,4C20.209,4 22,5.791 22,8V16C22,18.209 20.209,20 18,20H6C3.791,20 2,18.209 2,16V8C2,5.791 3.791,4 6,4H18ZM4,16C4,17.105 4.895,18 6,18H18C19.105,18 20,17.105 20,16V10H4V16ZM6,6C4.895,6 4,6.895 4,8H20C20,6.895 19.105,6 18,6H6Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
30
core/ui/src/main/res/drawable/ic_warning_20.xml
Normal file
30
core/ui/src/main/res/drawable/ic_warning_20.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!--
|
||||
~ Copyright (C) 2026 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="20dp"
|
||||
android:height="20dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20">
|
||||
<path
|
||||
android:pathData="M10.096,12.376C10.571,12.424 10.945,12.825 10.945,13.315C10.945,13.837 10.522,14.26 10,14.261C9.478,14.26 9.056,13.837 9.056,13.315C9.055,12.791 9.481,12.371 10,12.371L10.096,12.376Z"
|
||||
android:fillColor="#E68A03"/>
|
||||
<path
|
||||
android:pathData="M10,5.739C10.414,5.74 10.75,6.075 10.75,6.489V10.39C10.75,10.804 10.414,11.139 10,11.14C9.586,11.139 9.25,10.804 9.25,10.39V6.489C9.25,6.075 9.586,5.739 10,5.739Z"
|
||||
android:fillColor="#E68A03"/>
|
||||
<path
|
||||
android:pathData="M12.554,2.002C13.179,2.002 13.78,2.251 14.223,2.693L17.305,5.775C17.749,6.218 17.998,6.819 17.998,7.445V12.554C17.998,13.179 17.749,13.78 17.307,14.223L13.752,17.778C13.611,17.919 13.42,17.998 13.221,17.998H7.445C6.82,17.998 6.219,17.749 5.776,17.307L2.693,14.224C2.251,13.781 2.002,13.181 2.002,12.555V7.445C2.002,6.819 2.251,6.219 2.693,5.776L5.776,2.693C6.219,2.251 6.819,2.002 7.445,2.002H12.554ZM7.445,3.502C7.218,3.502 6.998,3.593 6.837,3.754L3.754,6.837C3.593,6.998 3.502,7.218 3.502,7.445V12.555C3.502,12.782 3.593,13.002 3.754,13.163L6.837,16.245C6.998,16.407 7.218,16.498 7.445,16.498H12.91L16.245,13.162C16.407,13.001 16.498,12.781 16.498,12.554V7.445C16.498,7.218 16.407,6.999 16.245,6.838L13.162,3.754C13.001,3.593 12.781,3.502 12.554,3.502H7.445Z"
|
||||
android:fillColor="#E68A03"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue