-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move new UI components to separate module
- Loading branch information
Showing
99 changed files
with
964 additions
and
4 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 |
---|---|---|
|
@@ -26,5 +26,6 @@ plugins { | |
} | ||
|
||
include(":androidApp") | ||
include(":ui-components") | ||
include(":shared") | ||
include(":backend") |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl | ||
|
||
plugins { | ||
alias(libs.plugins.androidLibrary) | ||
alias(libs.plugins.jetbrainsCompose) | ||
alias(libs.plugins.compose.compiler) | ||
alias(libs.plugins.kotlinMultiplatform) | ||
} | ||
|
||
kotlin { | ||
androidTarget() | ||
|
||
jvm() | ||
|
||
iosX64() | ||
iosArm64() | ||
iosSimulatorArm64() | ||
|
||
@OptIn(ExperimentalWasmDsl::class) | ||
wasmJs() | ||
js() | ||
|
||
sourceSets { | ||
commonMain.dependencies { | ||
api(compose.runtime) | ||
api(compose.foundation) | ||
api(compose.animation) | ||
api(compose.material3) | ||
api(compose.components.resources) | ||
api(compose.components.uiToolingPreview) | ||
} | ||
} | ||
} | ||
|
||
android { | ||
namespace = "com.jetbrains.kotlinconf.uicomponents" | ||
compileSdk = libs.versions.android.compileSdk.get().toInt() | ||
defaultConfig { | ||
minSdk = libs.versions.android.minSdk.get().toInt() | ||
} | ||
compileOptions { | ||
sourceCompatibility = JavaVersion.VERSION_11 | ||
targetCompatibility = JavaVersion.VERSION_11 | ||
} | ||
kotlin { | ||
jvmToolchain(11) | ||
} | ||
} | ||
|
||
// Android preview support | ||
dependencies { | ||
debugImplementation(compose.uiTooling) | ||
} |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_down_16.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M2.648,9.356C2.453,9.16 2.453,8.844 2.648,8.648C2.844,8.453 3.16,8.453 3.356,8.648L6.502,11.795L6.502,1.998C6.502,1.722 6.726,1.498 7.002,1.498C7.278,1.498 7.502,1.722 7.502,1.998L7.502,11.795L10.648,8.648C10.844,8.453 11.16,8.453 11.356,8.648C11.551,8.844 11.551,9.16 11.356,9.356L7.362,13.349C7.271,13.443 7.143,13.502 7.002,13.502C6.998,13.502 6.993,13.502 6.989,13.502C6.899,13.499 6.812,13.473 6.736,13.425C6.81,13.472 6.896,13.499 6.989,13.502" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_down_16_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M2.472,10.032C2.179,9.739 2.179,9.265 2.472,8.972C2.765,8.679 3.239,8.679 3.532,8.972L6.255,11.695L6.255,2.498C6.255,2.084 6.591,1.748 7.005,1.748C7.42,1.748 7.755,2.084 7.755,2.498L7.755,11.688L10.472,8.972C10.764,8.679 11.239,8.679 11.532,8.972C11.825,9.265 11.825,9.739 11.532,10.032L7.577,13.988C7.444,14.144 7.248,14.245 7.028,14.252C7.019,14.252 7.011,14.252 7.002,14.252C6.803,14.252 6.612,14.173 6.472,14.032L2.472,10.032Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_down_24.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,9 @@ | ||
<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="M4.487,14.902C4.097,14.511 4.097,13.878 4.487,13.488C4.878,13.097 5.511,13.097 5.901,13.488L10,17.586L10,4C10,3.448 10.448,3 11,3C11.552,3 12,3.448 12,4L12,17.585L16.098,13.488C16.488,13.097 17.121,13.097 17.512,13.488C17.902,13.878 17.902,14.511 17.512,14.902L11.727,20.687C11.556,20.868 11.317,20.986 11.05,20.999C11.034,21 11.017,21 11,21C10.878,21 10.759,20.978 10.648,20.936C10.516,20.886 10.394,20.809 10.292,20.707L4.487,14.902Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_down_24_fill.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,9 @@ | ||
<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="M4.134,15.255C3.548,14.67 3.548,13.72 4.134,13.134C4.719,12.548 5.669,12.548 6.255,13.134L9.5,16.379L9.5,4C9.5,3.171 10.172,2.5 11,2.5C11.829,2.5 12.5,3.171 12.5,4L12.5,16.378L15.744,13.134C16.33,12.548 17.28,12.548 17.865,13.134C18.451,13.72 18.451,14.67 17.865,15.255L12.085,21.035C11.826,21.307 11.467,21.481 11.066,21.499C11.044,21.5 11.022,21.5 11,21.5C10.946,21.5 10.893,21.497 10.84,21.491C10.658,21.472 10.486,21.42 10.33,21.342C10.186,21.271 10.054,21.176 9.939,21.061L4.134,15.255Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_down_28.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M5.843,17.257C5.452,16.866 5.452,16.233 5.843,15.843C6.233,15.452 6.866,15.452 7.257,15.843L12,20.586L12,5C12,4.448 12.448,4 13,4C13.552,4 14,4.448 14,5V20.586L18.743,15.843C19.134,15.452 19.767,15.452 20.157,15.843C20.548,16.233 20.548,16.866 20.157,17.257L13.707,23.707C13.658,23.756 13.604,23.8 13.547,23.837C13.39,23.94 13.202,24 13,24C12.717,24 12.462,23.883 12.28,23.694L5.843,17.257Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_down_28_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M5.489,17.611C4.903,17.025 4.903,16.075 5.489,15.489C6.075,14.903 7.025,14.903 7.61,15.489L11.5,19.378L11.5,5C11.5,4.172 12.171,3.5 13,3.5C13.828,3.5 14.5,4.172 14.5,5V19.379L18.39,15.489C18.975,14.903 19.925,14.903 20.511,15.489C21.097,16.075 21.097,17.025 20.511,17.611L14.061,24.061C14,24.121 13.935,24.176 13.865,24.225C13.621,24.398 13.322,24.5 13,24.5C12.578,24.5 12.196,24.326 11.923,24.045L5.489,17.611Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_left_16.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M6.146,3.146C6.342,2.951 6.658,2.951 6.854,3.146C7.049,3.342 7.049,3.658 6.854,3.854L3.707,7H13.504C13.78,7 14.004,7.224 14.004,7.5C14.004,7.776 13.78,8 13.504,8H3.707L6.854,11.146C7.049,11.342 7.049,11.658 6.854,11.854C6.658,12.049 6.342,12.049 6.146,11.854L2.153,7.86C2.059,7.769 2,7.642 2,7.5C2,7.5 2,7.5 2,7.5C2,7.496 2,7.491 2,7.487C2.003,7.397 2.029,7.31 2.076,7.234C2.03,7.308 2.003,7.394 2,7.487" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_left_16_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M5.97,3.47C6.263,3.177 6.737,3.177 7.03,3.47C7.323,3.763 7.323,4.237 7.03,4.53L4.307,7.254L13.504,7.254C13.918,7.254 14.254,7.589 14.254,8.004C14.254,8.418 13.918,8.754 13.504,8.754L4.314,8.754L7.03,11.47C7.323,11.763 7.323,12.237 7.03,12.53C6.737,12.823 6.263,12.823 5.97,12.53L2.014,8.575C1.858,8.442 1.757,8.246 1.75,8.026C1.75,8.017 1.75,8.009 1.75,8C1.75,7.801 1.829,7.61 1.97,7.47L5.97,3.47Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_left_24.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,9 @@ | ||
<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.098,5.488C9.489,5.097 10.122,5.097 10.512,5.488C10.903,5.878 10.903,6.511 10.512,6.902L6.414,11.001H20C20.552,11.001 21,11.448 21,12.001C21,12.553 20.552,13.001 20,13.001H6.415L10.512,17.098C10.903,17.489 10.903,18.122 10.512,18.512C10.122,18.903 9.489,18.903 9.098,18.512L3.313,12.728C3.132,12.556 3.014,12.317 3.001,12.051C3,12.034 3,12.017 3,12C3,11.879 3.022,11.76 3.064,11.648C3.114,11.516 3.191,11.395 3.293,11.293L9.098,5.488Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_left_24_fill.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,9 @@ | ||
<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="M8.745,5.134C9.33,4.548 10.28,4.548 10.866,5.134C11.452,5.72 11.452,6.67 10.866,7.255L7.621,10.501H20C20.829,10.501 21.5,11.172 21.5,12.001C21.5,12.829 20.829,13.501 20,13.501H7.622L10.866,16.744C11.452,17.33 11.452,18.28 10.866,18.866C10.28,19.452 9.33,19.452 8.745,18.866L2.964,13.086C2.693,12.827 2.519,12.467 2.501,12.067C2.5,12.045 2.5,12.022 2.5,12C2.5,11.946 2.503,11.893 2.509,11.84C2.528,11.658 2.58,11.486 2.658,11.33C2.729,11.187 2.824,11.055 2.939,10.939L8.745,5.134Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_left_28.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M10.743,6.843C11.134,6.452 11.767,6.452 12.157,6.843C12.548,7.233 12.548,7.866 12.157,8.257L7.414,13H23C23.552,13 24,13.448 24,14C24,14.552 23.552,15 23,15L7.414,15L12.157,19.743C12.548,20.134 12.548,20.767 12.157,21.157C11.767,21.548 11.134,21.548 10.743,21.157L4.293,14.707C4.244,14.658 4.2,14.604 4.163,14.547C4.06,14.39 4,14.202 4,14C4,13.717 4.117,13.462 4.306,13.28L10.743,6.843Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_left_28_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M10.39,6.489C10.975,5.903 11.925,5.903 12.511,6.489C13.097,7.075 13.097,8.025 12.511,8.61L8.622,12.5H23C23.828,12.5 24.5,13.171 24.5,14C24.5,14.828 23.828,15.5 23,15.5L8.621,15.5L12.511,19.39C13.097,19.975 13.097,20.925 12.511,21.511C11.925,22.097 10.975,22.097 10.39,21.511L3.939,15.061C3.879,15 3.824,14.935 3.775,14.865C3.602,14.621 3.5,14.322 3.5,14C3.5,13.578 3.674,13.196 3.955,12.924L10.39,6.489Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_right_16.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M9.857,11.854C9.662,12.049 9.346,12.049 9.15,11.854C8.955,11.658 8.955,11.342 9.15,11.146L12.297,8L2.5,8C2.224,8 2,7.776 2,7.5C2,7.224 2.224,7 2.5,7L12.297,7L9.15,3.854C8.955,3.658 8.955,3.342 9.15,3.146C9.346,2.951 9.662,2.951 9.857,3.146L13.851,7.14C13.945,7.231 14.004,7.358 14.004,7.5C14.004,7.504 14.004,7.509 14.004,7.513C14.001,7.603 13.975,7.69 13.927,7.766C13.974,7.692 14.001,7.606 14.004,7.513" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_right_16_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M10.034,12.53C9.741,12.823 9.267,12.823 8.974,12.53C8.681,12.237 8.681,11.763 8.974,11.47L11.697,8.746L2.5,8.746C2.086,8.746 1.75,8.411 1.75,7.996C1.75,7.582 2.086,7.246 2.5,7.246L11.69,7.246L8.974,4.53C8.681,4.237 8.681,3.763 8.974,3.47C9.267,3.177 9.741,3.177 10.034,3.47L13.99,7.425C14.146,7.558 14.247,7.754 14.254,7.974C14.254,7.983 14.254,7.991 14.254,8C14.254,8.199 14.175,8.39 14.034,8.53L10.034,12.53Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_right_24.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,9 @@ | ||
<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="M14.902,18.512C14.511,18.903 13.878,18.903 13.488,18.512C13.097,18.122 13.097,17.489 13.488,17.098L17.587,12.999L4,12.999C3.448,12.999 3,12.552 3,11.999C3,11.447 3.448,10.999 4,10.999L17.585,10.999L13.488,6.902C13.097,6.511 13.097,5.878 13.488,5.488C13.878,5.097 14.511,5.097 14.902,5.488L20.687,11.272C20.868,11.444 20.986,11.683 20.999,11.949C21,11.966 21,11.983 21,12C21,12.121 20.978,12.24 20.936,12.352C20.886,12.484 20.809,12.605 20.707,12.707L14.902,18.512Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_right_24_fill.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,9 @@ | ||
<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="M15.255,18.866C14.67,19.452 13.72,19.452 13.134,18.866C12.548,18.28 12.548,17.33 13.134,16.744L16.379,13.499L4,13.499C3.172,13.499 2.5,12.828 2.5,11.999C2.5,11.171 3.172,10.499 4,10.499L16.378,10.499L13.134,7.255C12.548,6.67 12.548,5.72 13.134,5.134C13.72,4.548 14.67,4.548 15.255,5.134L21.036,10.914C21.307,11.173 21.481,11.533 21.499,11.933C21.5,11.955 21.5,11.978 21.5,12C21.5,12.054 21.497,12.107 21.492,12.16C21.472,12.341 21.42,12.513 21.342,12.67C21.271,12.813 21.176,12.945 21.061,13.061L15.255,18.866Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_right_28.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M17.257,21.157C16.866,21.548 16.233,21.548 15.843,21.157C15.452,20.767 15.452,20.134 15.843,19.743L20.586,15L5,15C4.448,15 4,14.553 4,14C4,13.448 4.448,13 5,13H20.586L15.843,8.257C15.452,7.866 15.452,7.233 15.843,6.843C16.233,6.452 16.866,6.452 17.257,6.843L23.707,13.293C23.756,13.342 23.8,13.396 23.837,13.453C23.94,13.611 24,13.798 24,14C24,14.283 23.883,14.538 23.694,14.72L17.257,21.157Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_right_28_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M17.61,21.511C17.025,22.097 16.075,22.097 15.489,21.511C14.903,20.925 14.903,19.975 15.489,19.39L19.378,15.5L5,15.5C4.172,15.5 3.5,14.829 3.5,14C3.5,13.172 4.172,12.5 5,12.5L19.379,12.5L15.489,8.61C14.903,8.025 14.903,7.075 15.489,6.489C16.075,5.903 17.025,5.903 17.61,6.489L24.061,12.939C24.121,13 24.176,13.066 24.225,13.135C24.398,13.379 24.5,13.678 24.5,14C24.5,14.422 24.326,14.804 24.045,15.077L17.61,21.511Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_16.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M12.356,5.644C12.551,5.84 12.551,6.156 12.356,6.352C12.16,6.547 11.844,6.547 11.648,6.352L8.502,3.205V13.002C8.502,13.278 8.278,13.502 8.002,13.502C7.726,13.502 7.502,13.278 7.502,13.002V3.205L4.356,6.352C4.16,6.547 3.844,6.547 3.648,6.352C3.453,6.156 3.453,5.84 3.648,5.644L7.642,1.651C7.733,1.557 7.86,1.498 8.002,1.498C8.002,1.498 8.002,1.498 8.002,1.498C8.006,1.498 8.011,1.498 8.015,1.498C8.105,1.501 8.192,1.527 8.268,1.574C8.194,1.528 8.108,1.501 8.015,1.498" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_16_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M12.532,5.968C12.825,6.261 12.825,6.735 12.532,7.028C12.239,7.321 11.764,7.321 11.472,7.028L8.748,4.305L8.748,13.502C8.748,13.916 8.413,14.252 7.998,14.252C7.584,14.252 7.248,13.916 7.248,13.502L7.248,4.312L4.532,7.028C4.239,7.321 3.765,7.321 3.472,7.028C3.179,6.735 3.179,6.261 3.472,5.968L7.427,2.012C7.56,1.856 7.756,1.755 7.976,1.748C7.985,1.748 7.993,1.748 8.002,1.748C8.201,1.748 8.392,1.827 8.532,1.968L12.532,5.968Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_24.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,9 @@ | ||
<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="M18.512,9.098C18.902,9.489 18.902,10.122 18.512,10.512C18.121,10.903 17.488,10.903 17.098,10.512L12.999,6.413V20C12.999,20.552 12.551,21 11.999,21C11.447,21 10.999,20.552 10.999,20V6.415L6.901,10.512C6.511,10.903 5.878,10.903 5.487,10.512C5.097,10.122 5.097,9.489 5.487,9.098L11.272,3.313C11.443,3.132 11.682,3.014 11.949,3.001C11.966,3 11.983,3 12,3C12.121,3 12.24,3.022 12.351,3.064C12.483,3.113 12.605,3.191 12.707,3.293L18.512,9.098Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_24_fill.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,9 @@ | ||
<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="M18.865,8.744C19.451,9.33 19.451,10.28 18.865,10.866C18.28,11.452 17.33,11.452 16.744,10.866L13.499,7.621V20C13.499,20.828 12.827,21.5 11.999,21.5C11.17,21.5 10.499,20.828 10.499,20V7.622L7.255,10.866C6.669,11.452 5.719,11.452 5.134,10.866C4.548,10.28 4.548,9.33 5.134,8.744L10.914,2.964C11.173,2.693 11.532,2.519 11.933,2.501C11.955,2.5 11.977,2.5 12,2.5C12.053,2.5 12.106,2.503 12.159,2.508C12.341,2.528 12.513,2.58 12.67,2.658C12.813,2.729 12.945,2.824 13.06,2.939L18.865,8.744Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_28.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M21.157,10.743C21.548,11.134 21.548,11.767 21.157,12.157C20.767,12.548 20.134,12.548 19.743,12.157L15,7.415V23C15,23.552 14.552,24 14,24C13.448,24 13,23.552 13,23L13,7.414L8.257,12.157C7.866,12.548 7.233,12.548 6.843,12.157C6.452,11.767 6.452,11.134 6.843,10.743L13.293,4.293C13.342,4.244 13.396,4.2 13.453,4.163C13.611,4.06 13.798,4 14,4C14.283,4 14.538,4.117 14.72,4.306L21.157,10.743Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_28_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="28dp" | ||
android:height="28dp" | ||
android:viewportWidth="28" | ||
android:viewportHeight="28"> | ||
<path | ||
android:pathData="M21.511,10.39C22.097,10.975 22.097,11.925 21.511,12.511C20.925,13.097 19.975,13.097 19.39,12.511L15.5,8.622V23C15.5,23.829 14.829,24.5 14,24.5C13.172,24.5 12.5,23.829 12.5,23L12.5,8.621L8.61,12.511C8.025,13.097 7.075,13.097 6.489,12.511C5.903,11.925 5.903,10.975 6.489,10.39L12.939,3.939C13,3.879 13.066,3.824 13.135,3.775C13.379,3.602 13.678,3.5 14,3.5C14.422,3.5 14.804,3.675 15.077,3.955L21.511,10.39Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_right_16.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M12.392,9.266C12.392,9.543 12.168,9.766 11.892,9.766C11.616,9.766 11.392,9.543 11.392,9.266L11.392,4.816L4.465,11.744C4.27,11.939 3.953,11.939 3.758,11.744C3.563,11.549 3.563,11.232 3.758,11.037L10.685,4.11L6.235,4.11C5.959,4.11 5.735,3.886 5.735,3.61C5.735,3.333 5.959,3.11 6.235,3.11L11.883,3.11C12.014,3.107 12.146,3.156 12.246,3.256C12.249,3.259 12.252,3.262 12.255,3.265C12.317,3.331 12.36,3.411 12.38,3.498C12.36,3.413 12.319,3.333 12.255,3.265" | ||
android:fillColor="#19191C"/> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
ui-components/src/commonMain/composeResources/drawable/arrow_up_right_16_fill.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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="16dp" | ||
android:height="16dp" | ||
android:viewportWidth="16" | ||
android:viewportHeight="16"> | ||
<path | ||
android:pathData="M12.643,9.766C12.643,10.181 12.307,10.516 11.893,10.516C11.479,10.516 11.143,10.181 11.143,9.766L11.143,5.915L4.64,12.418C4.347,12.711 3.872,12.711 3.579,12.418C3.286,12.125 3.286,11.651 3.579,11.358L10.077,4.859L6.236,4.859C5.822,4.859 5.486,4.524 5.486,4.109C5.486,3.695 5.822,3.359 6.236,3.359L11.83,3.359C12.035,3.343 12.245,3.41 12.405,3.561C12.411,3.567 12.417,3.573 12.423,3.579C12.564,3.72 12.643,3.911 12.643,4.109L12.643,9.766Z" | ||
android:fillColor="#19191C"/> | ||
</vector> |
Oops, something went wrong.