diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPile.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPile.kt
similarity index 83%
rename from app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPile.kt
rename to app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPile.kt
index 0faf63e1f..5217008cb 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPile.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPile.kt
@@ -32,13 +32,13 @@ import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
import com.infomaniak.swisstransfer.ui.images.ThemedImage
import com.infomaniak.swisstransfer.ui.theme.SwissTransferTheme
-val AppIllus.StorageBoxPile: ThemedImage
- get() = _storageBoxPile ?: object : ThemedImage {
- override val light = AppIllus.StorageBoxPileLight
- override val dark = AppIllus.StorageBoxPileDark
- }.also { _storageBoxPile = it }
+val AppIllus.StorageCardboardBoxPile: ThemedImage
+ get() = _storageCardboardBoxPile ?: object : ThemedImage {
+ override val light = AppIllus.StorageCardboardBoxPileLight
+ override val dark = AppIllus.StorageCardboardBoxPileDark
+ }.also { _storageCardboardBoxPile = it }
-private var _storageBoxPile: ThemedImage? = null
+private var _storageCardboardBoxPile: ThemedImage? = null
@Preview(name = "Light")
@Preview(name = "Dark", uiMode = Configuration.UI_MODE_NIGHT_YES or Configuration.UI_MODE_TYPE_NORMAL)
@@ -46,7 +46,7 @@ private var _storageBoxPile: ThemedImage? = null
private fun Preview() {
SwissTransferTheme {
Surface {
- val imageVector = AppIllus.StorageBoxPile.image()
+ val imageVector = AppIllus.StorageCardboardBoxPile.image()
Box {
Image(
imageVector = imageVector,
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPileDark.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPileDark.kt
similarity index 69%
rename from app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPileDark.kt
rename to app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPileDark.kt
index 447b81d7a..d8560d129 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPileDark.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPileDark.kt
@@ -1,3 +1,20 @@
+/*
+ * Infomaniak SwissTransfer - Android
+ * Copyright (C) 2024 Infomaniak Network SA
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
package com.infomaniak.swisstransfer.ui.images.illus.onboarding
import androidx.compose.foundation.Image
@@ -22,172 +39,156 @@ import androidx.compose.ui.unit.dp
import com.infomaniak.swisstransfer.ui.images.AppImages
import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
-val AppIllus.StorageBoxPileDark: ImageVector
+val AppIllus.StorageCardboardBoxPileDark: ImageVector
get() {
- if (_storageBoxPileDark != null) {
- return _storageBoxPileDark!!
+ if (_storageCardboardBoxPileDark != null) {
+ return _storageCardboardBoxPileDark!!
}
- _storageBoxPileDark = Builder(
- name = "StorageBoxPileDark",
- defaultWidth = 289.0.dp,
+ _storageCardboardBoxPileDark = Builder(
+ name = "StorageCardboardBoxPileDark",
+ defaultWidth = 375.0.dp,
defaultHeight = 258.0.dp,
- viewportWidth = 289.0f,
+ viewportWidth = 375.0f,
viewportHeight = 258.0f
).apply {
- path(
- fill = SolidColor(Color(0xFFA98116)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = EvenOdd
- ) {
- moveTo(97.98f, 94.05f)
- curveToRelative(0.78f, 0.68f, 3.34f, 1.72f, 4.57f, 1.98f)
- curveToRelative(-1.29f, -0.57f, -3.01f, -1.2f, -3.95f, -1.99f)
- curveToRelative(-4.49f, -3.76f, -1.84f, -10.04f, 3.95f, -9.12f)
- curveToRelative(1.06f, 0.17f, 2.86f, 1.02f, 4.31f, 1.73f)
- curveToRelative(-0.97f, -0.69f, -3.81f, -2.05f, -4.84f, -2.28f)
- curveToRelative(-4.83f, -1.07f, -9.7f, 4.74f, -4.04f, 9.68f)
+ group {
+ path(
+ fill = SolidColor(Color(0xFFA98116)),
+ pathFillType = EvenOdd
+ ) {
+ moveTo(140.98f, 94.2f)
+ curveToRelative(0.78f, 0.68f, 3.34f, 1.73f, 4.57f, 1.98f)
+ curveToRelative(-1.29f, -0.57f, -3.01f, -1.2f, -3.95f, -1.99f)
+ curveToRelative(-4.49f, -3.77f, -1.84f, -10.06f, 3.95f, -9.14f)
+ curveToRelative(1.06f, 0.17f, 2.86f, 1.02f, 4.31f, 1.73f)
+ curveToRelative(-0.97f, -0.69f, -3.81f, -2.05f, -4.84f, -2.28f)
+ curveToRelative(-4.83f, -1.08f, -9.7f, 4.74f, -4.04f, 9.69f)
+ }
}
group {
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(97.98f, 94.05f)
+ moveToRelative(140.98f, 94.2f)
lineToRelative(0.66f, -0.75f)
+ horizontalLineToRelative(-0.0f)
close()
- moveTo(102.55f, 96.03f)
- lineTo(102.34f, 97.01f)
- lineTo(102.95f, 95.12f)
+ moveTo(145.55f, 96.18f)
+ lineTo(145.35f, 97.16f)
+ lineTo(145.95f, 95.27f)
close()
- moveTo(98.6f, 94.04f)
- lineToRelative(-0.64f, 0.77f)
- horizontalLineToRelative(0.0f)
+ moveTo(141.6f, 94.19f)
+ lineTo(140.96f, 94.96f)
+ lineTo(140.96f, 94.96f)
close()
- moveTo(102.56f, 84.92f)
- lineTo(102.71f, 83.93f)
+ moveTo(145.55f, 85.06f)
+ lineTo(145.71f, 84.07f)
close()
- moveTo(106.86f, 86.65f)
- lineTo(106.42f, 87.55f)
- lineTo(107.44f, 85.84f)
+ moveTo(149.86f, 86.79f)
+ lineTo(149.42f, 87.69f)
+ lineTo(150.44f, 85.98f)
close()
- moveTo(102.02f, 84.37f)
- lineTo(101.81f, 85.35f)
+ moveTo(145.02f, 84.51f)
+ lineTo(144.81f, 85.48f)
close()
- moveTo(97.32f, 94.8f)
+ moveTo(140.32f, 94.96f)
curveToRelative(0.52f, 0.46f, 1.5f, 0.94f, 2.38f, 1.32f)
curveToRelative(0.92f, 0.39f, 1.93f, 0.74f, 2.64f, 0.89f)
lineToRelative(0.41f, -1.96f)
curveToRelative(-0.52f, -0.11f, -1.4f, -0.41f, -2.27f, -0.77f)
curveToRelative(-0.9f, -0.38f, -1.59f, -0.76f, -1.85f, -0.98f)
close()
- moveTo(102.95f, 95.12f)
+ moveTo(145.95f, 95.27f)
curveToRelative(-0.7f, -0.31f, -1.38f, -0.58f, -2.09f, -0.9f)
curveToRelative(-0.69f, -0.32f, -1.26f, -0.63f, -1.62f, -0.94f)
lineToRelative(-1.28f, 1.53f)
- curveToRelative(0.58f, 0.48f, 1.34f, 0.88f, 2.07f, 1.22f)
+ curveToRelative(0.58f, 0.48f, 1.34f, 0.88f, 2.06f, 1.22f)
curveToRelative(0.71f, 0.33f, 1.53f, 0.66f, 2.12f, 0.92f)
close()
- moveTo(99.24f, 93.28f)
- curveToRelative(-1.94f, -1.63f, -2.24f, -3.67f, -1.6f, -5.16f)
- curveToRelative(0.63f, -1.47f, 2.27f, -2.61f, 4.76f, -2.21f)
- lineToRelative(0.31f, -1.97f)
- curveToRelative(-3.31f, -0.52f, -5.89f, 1.02f, -6.91f, 3.4f)
- curveToRelative(-1.01f, 2.37f, -0.4f, 5.34f, 2.15f, 7.48f)
+ moveTo(142.24f, 93.43f)
+ curveToRelative(-1.94f, -1.63f, -2.24f, -3.68f, -1.6f, -5.17f)
+ curveToRelative(0.63f, -1.47f, 2.27f, -2.61f, 4.76f, -2.22f)
+ lineToRelative(0.31f, -1.98f)
+ curveToRelative(-3.31f, -0.53f, -5.89f, 1.02f, -6.91f, 3.4f)
+ curveToRelative(-1.01f, 2.37f, -0.4f, 5.35f, 2.15f, 7.49f)
close()
- moveTo(102.4f, 85.91f)
- curveToRelative(0.4f, 0.06f, 1.02f, 0.28f, 1.77f, 0.59f)
- curveToRelative(0.74f, 0.31f, 1.53f, 0.69f, 2.24f, 1.05f)
+ moveTo(145.4f, 86.04f)
+ curveToRelative(0.4f, 0.06f, 1.02f, 0.28f, 1.78f, 0.6f)
+ arcToRelative(43.0f, 43.0f, 0.0f, false, true, 2.24f, 1.05f)
lineToRelative(0.89f, -1.79f)
arcToRelative(45.0f, 45.0f, 0.0f, false, false, -2.35f, -1.1f)
- curveToRelative(-0.77f, -0.32f, -1.58f, -0.62f, -2.24f, -0.73f)
+ curveToRelative(-0.77f, -0.33f, -1.58f, -0.62f, -2.24f, -0.73f)
close()
- moveTo(107.44f, 85.84f)
+ moveTo(150.44f, 85.98f)
curveToRelative(-0.56f, -0.4f, -1.58f, -0.94f, -2.55f, -1.4f)
curveToRelative(-0.95f, -0.45f, -2.02f, -0.9f, -2.65f, -1.04f)
lineToRelative(-0.43f, 1.95f)
curveToRelative(0.39f, 0.09f, 1.26f, 0.44f, 2.23f, 0.89f)
- curveToRelative(0.95f, 0.45f, 1.84f, 0.93f, 2.25f, 1.22f)
+ curveToRelative(0.95f, 0.45f, 1.84f, 0.94f, 2.25f, 1.23f)
close()
- moveTo(102.24f, 83.4f)
- curveToRelative(-2.85f, -0.63f, -5.71f, 0.76f, -7.04f, 3.06f)
- arcToRelative(5.65f, 5.65f, 0.0f, false, false, -0.63f, 4.06f)
- curveToRelative(0.32f, 1.48f, 1.21f, 2.94f, 2.76f, 4.29f)
+ moveTo(145.24f, 83.53f)
+ curveToRelative(-2.85f, -0.63f, -5.71f, 0.76f, -7.04f, 3.07f)
+ arcToRelative(5.67f, 5.67f, 0.0f, false, false, -0.63f, 4.06f)
+ curveToRelative(0.32f, 1.48f, 1.21f, 2.95f, 2.75f, 4.3f)
lineToRelative(1.31f, -1.51f)
- curveToRelative(-1.29f, -1.13f, -1.91f, -2.23f, -2.12f, -3.21f)
- arcToRelative(3.66f, 3.66f, 0.0f, false, true, 0.41f, -2.64f)
+ curveToRelative(-1.29f, -1.13f, -1.91f, -2.24f, -2.12f, -3.21f)
+ arcToRelative(3.67f, 3.67f, 0.0f, false, true, 0.41f, -2.64f)
curveToRelative(0.9f, -1.57f, 2.9f, -2.55f, 4.87f, -2.11f)
close()
}
path(
fill = SolidColor(Color(0xFFA98116)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = EvenOdd
) {
- moveTo(113.15f, 103.25f)
- curveToRelative(-0.14f, -0.05f, -10.5f, 3.16f, -7.58f, 7.85f)
- curveToRelative(-0.47f, -2.07f, 0.5f, -4.47f, 7.58f, -7.85f)
+ moveTo(156.15f, 103.41f)
+ curveToRelative(-0.14f, -0.05f, -10.5f, 3.16f, -7.58f, 7.87f)
+ curveToRelative(-0.47f, -2.07f, 0.5f, -4.48f, 7.58f, -7.87f)
}
}
group {
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(113.15f, 103.25f)
+ moveToRelative(156.15f, 103.41f)
lineToRelative(0.43f, 0.9f)
lineToRelative(2.04f, -0.97f)
- lineToRelative(-2.09f, -0.85f)
- close()
- moveTo(105.56f, 111.1f)
- lineTo(104.71f, 111.63f)
- lineTo(106.54f, 110.88f)
- close()
- moveTo(113.53f, 102.32f)
- curveToRelative(-0.18f, -0.08f, -0.34f, -0.08f, -0.37f, -0.08f)
- arcToRelative(1.15f, 1.15f, 0.0f, false, false, -0.24f, 0.02f)
- quadToRelative(-0.08f, 0.02f, -0.16f, 0.04f)
- arcToRelative(8.0f, 8.0f, 0.0f, false, false, -0.39f, 0.12f)
+ lineToRelative(-2.09f, -0.86f)
+ close()
+ moveTo(148.56f, 111.27f)
+ lineTo(147.71f, 111.8f)
+ lineTo(149.54f, 111.05f)
+ close()
+ moveTo(156.53f, 102.48f)
+ curveToRelative(-0.18f, -0.08f, -0.34f, -0.07f, -0.37f, -0.08f)
+ curveToRelative(-0.06f, 0.0f, -0.1f, 0.0f, -0.13f, 0.01f)
+ curveToRelative(-0.05f, 0.0f, -0.09f, 0.01f, -0.12f, 0.02f)
+ lineToRelative(-0.16f, 0.04f)
+ curveToRelative(-0.1f, 0.03f, -0.24f, 0.07f, -0.39f, 0.12f)
curveToRelative(-0.31f, 0.1f, -0.74f, 0.25f, -1.23f, 0.44f)
- curveToRelative(-0.98f, 0.38f, -2.26f, 0.95f, -3.45f, 1.68f)
+ curveToRelative(-0.98f, 0.38f, -2.26f, 0.95f, -3.44f, 1.68f)
curveToRelative(-1.17f, 0.72f, -2.36f, 1.67f, -3.05f, 2.84f)
- curveToRelative(-0.35f, 0.6f, -0.58f, 1.28f, -0.59f, 2.02f)
- curveToRelative(-0.01f, 0.75f, 0.22f, 1.5f, 0.67f, 2.22f)
+ curveToRelative(-0.35f, 0.6f, -0.58f, 1.28f, -0.59f, 2.03f)
+ curveToRelative(-0.01f, 0.75f, 0.22f, 1.5f, 0.67f, 2.23f)
lineToRelative(1.7f, -1.05f)
curveToRelative(-0.28f, -0.45f, -0.37f, -0.83f, -0.37f, -1.15f)
curveToRelative(0.0f, -0.33f, 0.1f, -0.67f, 0.32f, -1.03f)
- curveToRelative(0.44f, -0.75f, 1.3f, -1.49f, 2.37f, -2.15f)
+ curveToRelative(0.44f, -0.75f, 1.3f, -1.49f, 2.38f, -2.15f)
curveToRelative(1.05f, -0.65f, 2.21f, -1.17f, 3.12f, -1.52f)
curveToRelative(0.45f, -0.18f, 0.84f, -0.31f, 1.11f, -0.39f)
quadToRelative(0.2f, -0.06f, 0.3f, -0.09f)
lineToRelative(0.04f, -0.01f)
- curveToRelative(-0.0f, 0.0f, -0.03f, 0.0f, -0.06f, 0.01f)
- arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.11f, 0.0f)
+ reflectiveCurveToRelative(-0.02f, 0.0f, -0.06f, 0.01f)
+ curveToRelative(-0.02f, 0.0f, -0.06f, 0.0f, -0.11f, 0.0f)
curveToRelative(-0.02f, 0.0f, -0.18f, 0.0f, -0.36f, -0.07f)
close()
- moveTo(106.54f, 110.88f)
+ moveTo(149.54f, 111.05f)
arcToRelative(2.5f, 2.5f, 0.0f, false, true, -0.01f, -1.17f)
curveToRelative(0.09f, -0.39f, 0.31f, -0.86f, 0.76f, -1.4f)
- curveToRelative(0.93f, -1.12f, 2.79f, -2.49f, 6.29f, -4.16f)
+ curveToRelative(0.93f, -1.12f, 2.79f, -2.49f, 6.29f, -4.17f)
lineToRelative(-0.86f, -1.8f)
- curveToRelative(-3.58f, 1.71f, -5.75f, 3.23f, -6.96f, 4.68f)
+ curveToRelative(-3.58f, 1.71f, -5.75f, 3.24f, -6.96f, 4.69f)
curveToRelative(-0.62f, 0.74f, -1.0f, 1.48f, -1.17f, 2.22f)
arcToRelative(4.5f, 4.5f, 0.0f, false, false, 0.01f, 2.08f)
close()
@@ -201,10 +202,10 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(106.44f, 145.42f)
+ moveTo(149.44f, 145.65f)
verticalLineTo(0.5f)
horizontalLineToRelative(105.94f)
- verticalLineToRelative(144.92f)
+ verticalLineToRelative(145.15f)
close()
}
path(
@@ -216,38 +217,28 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(70.46f, 145.42f)
+ moveTo(113.46f, 145.65f)
verticalLineTo(0.5f)
horizontalLineToRelative(105.94f)
- verticalLineToRelative(144.92f)
+ verticalLineToRelative(145.15f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(155.12f, 46.3f)
- horizontalLineTo(81.01f)
- verticalLineTo(68.47f)
+ moveTo(198.12f, 46.37f)
+ horizontalLineToRelative(-74.11f)
+ verticalLineToRelative(22.21f)
horizontalLineToRelative(74.11f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(104.53f, 58.89f)
- curveToRelative(0.0f, -1.56f, -1.09f, -2.24f, -2.12f, -2.24f)
+ moveTo(147.52f, 58.97f)
+ curveToRelative(0.0f, -1.56f, -1.09f, -2.23f, -2.12f, -2.23f)
curveToRelative(-0.97f, 0.0f, -1.61f, 0.57f, -1.82f, 1.04f)
lineToRelative(-1.18f, -0.06f)
lineToRelative(0.61f, -5.07f)
@@ -280,7 +271,7 @@ val AppIllus.StorageBoxPileDark: ImageVector
curveToRelative(1.26f, 0.0f, 2.78f, -0.52f, 2.78f, -2.47f)
verticalLineToRelative(-0.25f)
horizontalLineToRelative(-2.49f)
- verticalLineToRelative(-1.14f)
+ lineTo(166.32f, 57.25f)
horizontalLineToRelative(3.74f)
verticalLineToRelative(4.81f)
horizontalLineToRelative(-1.04f)
@@ -297,29 +288,24 @@ val AppIllus.StorageBoxPileDark: ImageVector
curveToRelative(0.0f, 2.0f, -1.49f, 2.78f, -3.38f, 2.78f)
horizontalLineToRelative(-3.72f)
close()
- moveTo(130.5f, 56.59f)
+ moveTo(173.5f, 56.67f)
horizontalLineToRelative(2.27f)
curveToRelative(1.08f, 0.0f, 1.77f, -0.41f, 1.77f, -1.52f)
curveToRelative(0.0f, -0.96f, -0.71f, -1.39f, -1.77f, -1.39f)
horizontalLineToRelative(-2.27f)
close()
- moveTo(130.5f, 60.86f)
+ moveTo(173.5f, 60.94f)
horizontalLineToRelative(2.4f)
curveToRelative(1.34f, 0.0f, 2.0f, -0.58f, 2.0f, -1.65f)
- curveToRelative(0.0f, -1.11f, -0.66f, -1.57f, -2.08f, -1.57f)
+ curveToRelative(0.0f, -1.1f, -0.66f, -1.57f, -2.08f, -1.57f)
horizontalLineToRelative(-2.33f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(75.86f, 57.21f)
+ moveTo(118.86f, 57.31f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
@@ -334,7 +320,7 @@ val AppIllus.StorageBoxPileDark: ImageVector
horizontalLineToRelative(-1.56f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(15.31f)
- verticalLineTo(66.0f)
+ verticalLineToRelative(-1.71f)
horizontalLineToRelative(-1.56f)
verticalLineToRelative(-1.22f)
horizontalLineToRelative(1.56f)
@@ -348,7 +334,7 @@ val AppIllus.StorageBoxPileDark: ImageVector
horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
close()
- moveTo(144.31f, 52.14f)
+ moveTo(187.31f, 52.22f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
@@ -357,15 +343,15 @@ val AppIllus.StorageBoxPileDark: ImageVector
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
horizontalLineToRelative(-1.56f)
- verticalLineToRelative(1.71f)
+ verticalLineTo(59.8f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
horizontalLineToRelative(-1.56f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(15.31f)
- verticalLineToRelative(-1.71f)
+ verticalLineTo(61.02f)
horizontalLineToRelative(-1.56f)
- verticalLineToRelative(-1.22f)
+ verticalLineTo(59.8f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
horizontalLineToRelative(-1.56f)
@@ -387,10 +373,10 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(54.61f, 244.98f)
- verticalLineTo(145.14f)
+ moveTo(97.61f, 245.37f)
+ verticalLineTo(145.37f)
horizontalLineToRelative(104.72f)
- verticalLineToRelative(99.84f)
+ verticalLineToRelative(100.0f)
close()
}
path(
@@ -402,59 +388,44 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(18.74f, 244.98f)
- verticalLineTo(145.14f)
+ moveTo(61.74f, 245.37f)
+ verticalLineTo(145.37f)
horizontalLineToRelative(104.72f)
- verticalLineToRelative(99.84f)
+ verticalLineToRelative(100.0f)
close()
}
path(
fill = SolidColor(Color(0xFF152123)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(123.0f, 183.0f)
- horizontalLineTo(19.0f)
- verticalLineToRelative(17.0f)
+ moveTo(166.0f, 183.29f)
+ horizontalLineTo(62.0f)
+ verticalLineToRelative(17.03f)
horizontalLineToRelative(104.0f)
close()
- moveTo(146.0f, 183.0f)
+ moveTo(189.0f, 183.29f)
horizontalLineToRelative(-22.0f)
- verticalLineToRelative(17.0f)
+ verticalLineToRelative(17.03f)
horizontalLineToRelative(22.0f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(46.26f, 157.37f)
- horizontalLineTo(27.23f)
- verticalLineToRelative(9.16f)
+ moveTo(89.26f, 157.61f)
+ horizontalLineTo(70.23f)
+ verticalLineToRelative(9.18f)
horizontalLineToRelative(19.02f)
close()
}
path(
fill = SolidColor(Color(0xFF152123)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(46.26f, 157.37f)
- horizontalLineTo(30.01f)
- verticalLineToRelative(9.16f)
+ moveTo(89.26f, 157.61f)
+ horizontalLineTo(73.01f)
+ verticalLineToRelative(9.18f)
horizontalLineToRelative(16.24f)
close()
}
@@ -467,39 +438,29 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(146.41f, 135.66f)
+ moveTo(189.41f, 135.87f)
horizontalLineToRelative(69.04f)
- verticalLineToRelative(120.83f)
+ verticalLineToRelative(121.03f)
horizontalLineToRelative(-69.04f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(210.15f, 151.46f)
+ moveTo(253.15f, 151.7f)
horizontalLineToRelative(-20.47f)
- verticalLineToRelative(9.36f)
+ verticalLineToRelative(9.38f)
horizontalLineToRelative(20.47f)
close()
}
path(
fill = SolidColor(Color(0xFF152123)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(210.15f, 151.46f)
+ moveTo(253.15f, 151.7f)
horizontalLineToRelative(-15.24f)
- verticalLineToRelative(9.36f)
+ verticalLineToRelative(9.38f)
horizontalLineToRelative(15.24f)
close()
}
@@ -512,9 +473,9 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(215.72f, 135.66f)
+ moveTo(258.72f, 135.87f)
horizontalLineToRelative(34.75f)
- verticalLineToRelative(120.83f)
+ verticalLineToRelative(121.03f)
horizontalLineToRelative(-34.75f)
close()
}
@@ -527,10 +488,10 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(7.8f, 203.5f)
+ moveTo(50.79f, 203.83f)
horizontalLineToRelative(109.89f)
- verticalLineToRelative(52.99f)
- horizontalLineTo(7.8f)
+ verticalLineToRelative(53.07f)
+ horizontalLineTo(50.79f)
close()
}
path(
@@ -542,10 +503,10 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(0.69f, 224.39f)
- lineToRelative(6.96f, -20.89f)
+ moveToRelative(43.69f, 224.75f)
+ lineToRelative(6.96f, -20.92f)
horizontalLineToRelative(109.84f)
- lineToRelative(-6.96f, 20.89f)
+ lineToRelative(-6.96f, 20.92f)
close()
}
path(
@@ -557,9 +518,9 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(117.96f, 203.5f)
+ moveTo(160.96f, 203.83f)
horizontalLineToRelative(48.61f)
- verticalLineToRelative(52.99f)
+ verticalLineToRelative(53.07f)
horizontalLineToRelative(-48.61f)
close()
}
@@ -572,10 +533,10 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(125.11f, 224.39f)
- lineToRelative(-6.96f, -20.89f)
+ moveToRelative(168.11f, 224.75f)
+ lineToRelative(-6.96f, -20.92f)
horizontalLineToRelative(48.56f)
- lineToRelative(6.96f, 20.89f)
+ lineToRelative(6.96f, 20.92f)
close()
}
path(
@@ -587,10 +548,10 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(219.15f, 257.09f)
- verticalLineToRelative(-23.72f)
+ moveTo(262.15f, 257.5f)
+ verticalLineToRelative(-23.76f)
horizontalLineToRelative(69.35f)
- verticalLineToRelative(23.72f)
+ verticalLineToRelative(23.76f)
close()
}
path(
@@ -602,23 +563,23 @@ val AppIllus.StorageBoxPileDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(195.29f, 257.09f)
- verticalLineToRelative(-23.72f)
+ moveTo(238.29f, 257.5f)
+ verticalLineToRelative(-23.76f)
horizontalLineToRelative(69.35f)
- verticalLineToRelative(23.72f)
+ verticalLineToRelative(23.76f)
close()
}
}
}.build()
- return _storageBoxPileDark!!
+ return _storageCardboardBoxPileDark!!
}
-private var _storageBoxPileDark: ImageVector? = null
+private var _storageCardboardBoxPileDark: ImageVector? = null
@Preview
@Composable
private fun Preview() {
- val imageVector = AppIllus.StorageBoxPileDark
+ val imageVector = AppIllus.StorageCardboardBoxPileDark
Box {
Image(
imageVector = imageVector,
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPileLight.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPileLight.kt
similarity index 56%
rename from app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPileLight.kt
rename to app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPileLight.kt
index d7553fc1e..d9cd16c25 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageBoxPileLight.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/StorageCardboardBoxPileLight.kt
@@ -1,3 +1,20 @@
+/*
+ * Infomaniak SwissTransfer - Android
+ * Copyright (C) 2024 Infomaniak Network SA
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
package com.infomaniak.swisstransfer.ui.images.illus.onboarding
import androidx.compose.foundation.Image
@@ -22,173 +39,154 @@ import androidx.compose.ui.unit.dp
import com.infomaniak.swisstransfer.ui.images.AppImages
import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
-val AppIllus.StorageBoxPileLight: ImageVector
+val AppIllus.StorageCardboardBoxPileLight: ImageVector
get() {
- if (_storageBoxPileLight != null) {
- return _storageBoxPileLight!!
+ if (_storageCardboardBoxPileLight != null) {
+ return _storageCardboardBoxPileLight!!
}
- _storageBoxPileLight = Builder(
- name = "StorageBoxPileLight",
- defaultWidth = 290.0.dp,
+ _storageCardboardBoxPileLight = Builder(
+ name = "StorageCardboardBoxPileLight",
+ defaultWidth = 375.0.dp,
defaultHeight = 258.0.dp,
- viewportWidth = 290.0f,
+ viewportWidth = 375.0f,
viewportHeight = 258.0f
).apply {
path(
fill = SolidColor(Color(0xFFA98116)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = EvenOdd
) {
- moveTo(98.03f, 94.1f)
- curveToRelative(0.78f, 0.68f, 3.34f, 1.72f, 4.57f, 1.98f)
- curveToRelative(-1.3f, -0.57f, -3.01f, -1.2f, -3.95f, -1.99f)
- curveToRelative(-4.49f, -3.77f, -1.84f, -10.05f, 3.96f, -9.13f)
+ moveTo(140.98f, 94.2f)
+ curveToRelative(0.78f, 0.68f, 3.34f, 1.73f, 4.57f, 1.98f)
+ curveToRelative(-1.29f, -0.57f, -3.01f, -1.2f, -3.95f, -1.99f)
+ curveToRelative(-4.49f, -3.77f, -1.84f, -10.06f, 3.95f, -9.14f)
curveToRelative(1.06f, 0.17f, 2.86f, 1.02f, 4.31f, 1.73f)
- curveToRelative(-0.97f, -0.69f, -3.82f, -2.05f, -4.84f, -2.28f)
- curveToRelative(-4.83f, -1.07f, -9.71f, 4.74f, -4.05f, 9.68f)
+ curveToRelative(-0.97f, -0.69f, -3.81f, -2.05f, -4.84f, -2.28f)
+ curveToRelative(-4.83f, -1.08f, -9.7f, 4.74f, -4.04f, 9.69f)
}
group {
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(98.03f, 94.1f)
+ moveToRelative(140.98f, 94.2f)
lineToRelative(0.66f, -0.75f)
+ horizontalLineToRelative(-0.0f)
close()
- moveTo(102.6f, 96.08f)
- lineTo(102.4f, 97.06f)
- lineTo(103.01f, 95.17f)
+ moveTo(145.55f, 96.18f)
+ lineTo(145.34f, 97.16f)
+ lineTo(145.95f, 95.27f)
close()
- moveTo(98.65f, 94.1f)
- lineTo(98.01f, 94.86f)
- lineTo(98.01f, 94.86f)
+ moveTo(141.6f, 94.19f)
+ lineTo(140.96f, 94.96f)
+ lineTo(140.96f, 94.96f)
close()
- moveTo(102.61f, 84.97f)
- lineTo(102.77f, 83.98f)
+ moveTo(145.55f, 85.06f)
+ lineTo(145.71f, 84.07f)
close()
- moveTo(106.92f, 86.7f)
- lineTo(106.48f, 87.6f)
- lineTo(107.5f, 85.88f)
+ moveTo(149.86f, 86.79f)
+ lineTo(149.42f, 87.69f)
+ lineTo(150.44f, 85.97f)
close()
- moveTo(102.08f, 84.42f)
- lineTo(101.86f, 85.39f)
- horizontalLineToRelative(0.0f)
+ moveTo(145.02f, 84.51f)
+ lineTo(144.8f, 85.48f)
close()
- moveTo(97.37f, 94.86f)
- curveToRelative(0.52f, 0.46f, 1.5f, 0.94f, 2.39f, 1.32f)
+ moveTo(140.32f, 94.95f)
+ curveToRelative(0.52f, 0.46f, 1.5f, 0.94f, 2.38f, 1.32f)
curveToRelative(0.92f, 0.39f, 1.93f, 0.74f, 2.64f, 0.89f)
lineToRelative(0.41f, -1.96f)
curveToRelative(-0.52f, -0.11f, -1.4f, -0.41f, -2.27f, -0.77f)
curveToRelative(-0.9f, -0.38f, -1.59f, -0.76f, -1.85f, -0.98f)
close()
- moveTo(103.01f, 95.17f)
+ moveTo(145.95f, 95.27f)
curveToRelative(-0.7f, -0.31f, -1.38f, -0.58f, -2.09f, -0.9f)
curveToRelative(-0.69f, -0.32f, -1.26f, -0.63f, -1.62f, -0.94f)
lineToRelative(-1.28f, 1.53f)
- curveToRelative(0.58f, 0.48f, 1.34f, 0.88f, 2.07f, 1.22f)
- curveToRelative(0.71f, 0.33f, 1.53f, 0.66f, 2.13f, 0.92f)
+ curveToRelative(0.58f, 0.48f, 1.34f, 0.88f, 2.06f, 1.22f)
+ curveToRelative(0.71f, 0.33f, 1.53f, 0.66f, 2.12f, 0.92f)
close()
- moveTo(99.3f, 93.33f)
- curveToRelative(-1.94f, -1.63f, -2.24f, -3.68f, -1.6f, -5.16f)
- curveToRelative(0.63f, -1.47f, 2.28f, -2.61f, 4.76f, -2.21f)
+ moveTo(142.24f, 93.43f)
+ curveToRelative(-1.94f, -1.63f, -2.24f, -3.68f, -1.6f, -5.17f)
+ curveToRelative(0.63f, -1.47f, 2.27f, -2.61f, 4.76f, -2.22f)
lineToRelative(0.31f, -1.98f)
- curveToRelative(-3.31f, -0.52f, -5.89f, 1.02f, -6.91f, 3.4f)
- curveToRelative(-1.02f, 2.37f, -0.4f, 5.34f, 2.15f, 7.48f)
+ curveToRelative(-3.31f, -0.53f, -5.89f, 1.02f, -6.91f, 3.4f)
+ curveToRelative(-1.01f, 2.37f, -0.4f, 5.35f, 2.15f, 7.49f)
close()
- moveTo(102.45f, 85.95f)
- curveToRelative(0.4f, 0.06f, 1.02f, 0.27f, 1.78f, 0.59f)
- curveToRelative(0.74f, 0.31f, 1.53f, 0.69f, 2.25f, 1.05f)
+ moveTo(145.4f, 86.04f)
+ curveToRelative(0.4f, 0.06f, 1.02f, 0.28f, 1.78f, 0.6f)
+ arcToRelative(43.0f, 43.0f, 0.0f, false, true, 2.24f, 1.05f)
lineToRelative(0.89f, -1.79f)
- arcToRelative(45.0f, 45.0f, 0.0f, false, false, -2.36f, -1.1f)
- curveToRelative(-0.77f, -0.32f, -1.58f, -0.62f, -2.24f, -0.73f)
+ arcToRelative(45.0f, 45.0f, 0.0f, false, false, -2.35f, -1.1f)
+ curveToRelative(-0.77f, -0.33f, -1.58f, -0.62f, -2.24f, -0.73f)
close()
- moveTo(107.5f, 85.88f)
+ moveTo(150.44f, 85.97f)
curveToRelative(-0.56f, -0.4f, -1.58f, -0.94f, -2.55f, -1.4f)
- curveToRelative(-0.95f, -0.45f, -2.02f, -0.9f, -2.66f, -1.04f)
+ curveToRelative(-0.95f, -0.45f, -2.02f, -0.9f, -2.65f, -1.04f)
lineToRelative(-0.43f, 1.95f)
curveToRelative(0.39f, 0.09f, 1.26f, 0.44f, 2.23f, 0.89f)
- curveToRelative(0.95f, 0.45f, 1.84f, 0.93f, 2.25f, 1.22f)
+ curveToRelative(0.95f, 0.45f, 1.84f, 0.94f, 2.25f, 1.23f)
close()
- moveTo(102.29f, 83.44f)
- curveToRelative(-2.86f, -0.63f, -5.72f, 0.76f, -7.04f, 3.06f)
- arcToRelative(5.66f, 5.66f, 0.0f, false, false, -0.63f, 4.06f)
- curveToRelative(0.32f, 1.48f, 1.21f, 2.95f, 2.76f, 4.29f)
- lineToRelative(1.32f, -1.51f)
+ moveTo(145.24f, 83.53f)
+ curveToRelative(-2.85f, -0.63f, -5.71f, 0.76f, -7.04f, 3.07f)
+ arcToRelative(5.67f, 5.67f, 0.0f, false, false, -0.63f, 4.06f)
+ curveToRelative(0.32f, 1.48f, 1.21f, 2.95f, 2.75f, 4.3f)
+ lineToRelative(1.31f, -1.51f)
curveToRelative(-1.29f, -1.13f, -1.91f, -2.24f, -2.12f, -3.21f)
- arcToRelative(3.66f, 3.66f, 0.0f, false, true, 0.41f, -2.64f)
- curveToRelative(0.9f, -1.57f, 2.9f, -2.55f, 4.88f, -2.11f)
+ arcToRelative(3.67f, 3.67f, 0.0f, false, true, 0.41f, -2.64f)
+ curveToRelative(0.9f, -1.57f, 2.9f, -2.55f, 4.87f, -2.11f)
close()
}
path(
fill = SolidColor(Color(0xFFA98116)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = EvenOdd
) {
- moveTo(113.21f, 103.3f)
- curveToRelative(-0.14f, -0.05f, -10.5f, 3.16f, -7.59f, 7.86f)
- curveToRelative(-0.47f, -2.07f, 0.5f, -4.47f, 7.59f, -7.86f)
+ moveTo(156.15f, 103.41f)
+ curveToRelative(-0.14f, -0.05f, -10.5f, 3.16f, -7.58f, 7.87f)
+ curveToRelative(-0.47f, -2.07f, 0.5f, -4.48f, 7.58f, -7.87f)
}
}
group {
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(113.21f, 103.3f)
+ moveToRelative(156.15f, 103.41f)
lineToRelative(0.43f, 0.9f)
lineToRelative(2.04f, -0.97f)
- lineToRelative(-2.09f, -0.85f)
- close()
- moveTo(105.62f, 111.16f)
- lineTo(104.77f, 111.69f)
- lineTo(106.6f, 110.94f)
- close()
- moveTo(113.59f, 102.38f)
- curveToRelative(-0.18f, -0.08f, -0.34f, -0.08f, -0.37f, -0.08f)
- arcToRelative(1.15f, 1.15f, 0.0f, false, false, -0.24f, 0.02f)
- arcToRelative(2.0f, 2.0f, 0.0f, false, false, -0.16f, 0.04f)
- arcToRelative(8.0f, 8.0f, 0.0f, false, false, -0.39f, 0.12f)
+ lineToRelative(-2.09f, -0.86f)
+ close()
+ moveTo(148.56f, 111.27f)
+ lineTo(147.71f, 111.8f)
+ lineTo(149.54f, 111.05f)
+ close()
+ moveTo(156.53f, 102.48f)
+ curveToRelative(-0.18f, -0.08f, -0.34f, -0.07f, -0.37f, -0.08f)
+ curveToRelative(-0.06f, 0.0f, -0.1f, 0.0f, -0.13f, 0.01f)
+ curveToRelative(-0.05f, 0.0f, -0.09f, 0.01f, -0.12f, 0.02f)
+ lineToRelative(-0.16f, 0.04f)
+ curveToRelative(-0.1f, 0.03f, -0.24f, 0.07f, -0.39f, 0.12f)
curveToRelative(-0.31f, 0.1f, -0.74f, 0.25f, -1.23f, 0.44f)
- curveToRelative(-0.98f, 0.38f, -2.26f, 0.95f, -3.45f, 1.68f)
+ curveToRelative(-0.98f, 0.38f, -2.26f, 0.95f, -3.44f, 1.68f)
curveToRelative(-1.17f, 0.72f, -2.36f, 1.67f, -3.05f, 2.84f)
curveToRelative(-0.35f, 0.6f, -0.58f, 1.28f, -0.59f, 2.03f)
- curveToRelative(-0.01f, 0.75f, 0.22f, 1.5f, 0.67f, 2.22f)
+ curveToRelative(-0.01f, 0.75f, 0.22f, 1.5f, 0.67f, 2.23f)
lineToRelative(1.7f, -1.05f)
curveToRelative(-0.28f, -0.45f, -0.37f, -0.83f, -0.37f, -1.15f)
curveToRelative(0.0f, -0.33f, 0.1f, -0.67f, 0.32f, -1.03f)
curveToRelative(0.44f, -0.75f, 1.3f, -1.49f, 2.38f, -2.15f)
curveToRelative(1.05f, -0.65f, 2.21f, -1.17f, 3.12f, -1.52f)
- arcToRelative(19.0f, 19.0f, 0.0f, false, true, 1.11f, -0.39f)
+ curveToRelative(0.45f, -0.18f, 0.84f, -0.31f, 1.11f, -0.39f)
quadToRelative(0.2f, -0.06f, 0.3f, -0.09f)
lineToRelative(0.04f, -0.01f)
- curveToRelative(-0.0f, 0.0f, -0.03f, 0.0f, -0.06f, 0.01f)
- arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.11f, 0.0f)
+ reflectiveCurveToRelative(-0.02f, 0.0f, -0.06f, 0.01f)
+ curveToRelative(-0.02f, 0.0f, -0.06f, 0.0f, -0.11f, 0.0f)
curveToRelative(-0.02f, -0.0f, -0.18f, 0.0f, -0.36f, -0.07f)
close()
- moveTo(106.6f, 110.93f)
+ moveTo(149.54f, 111.05f)
arcToRelative(2.5f, 2.5f, 0.0f, false, true, -0.01f, -1.17f)
curveToRelative(0.09f, -0.39f, 0.31f, -0.86f, 0.76f, -1.4f)
- curveToRelative(0.93f, -1.12f, 2.79f, -2.49f, 6.29f, -4.16f)
+ curveToRelative(0.93f, -1.12f, 2.79f, -2.49f, 6.29f, -4.17f)
lineToRelative(-0.86f, -1.8f)
- curveToRelative(-3.58f, 1.71f, -5.76f, 3.23f, -6.97f, 4.68f)
+ curveToRelative(-3.58f, 1.71f, -5.75f, 3.24f, -6.96f, 4.69f)
curveToRelative(-0.62f, 0.74f, -1.0f, 1.48f, -1.17f, 2.22f)
arcToRelative(4.5f, 4.5f, 0.0f, false, false, 0.01f, 2.08f)
close()
@@ -196,83 +194,73 @@ val AppIllus.StorageBoxPileLight: ImageVector
path(
fill = SolidColor(Color(0xFF3CB572)),
stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(106.5f, 145.5f)
+ moveTo(149.44f, 145.65f)
verticalLineTo(0.5f)
- horizontalLineToRelative(106.0f)
- verticalLineToRelative(145.0f)
+ horizontalLineToRelative(105.94f)
+ verticalLineToRelative(145.15f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(70.5f, 145.5f)
+ moveTo(113.46f, 145.65f)
verticalLineTo(0.5f)
- horizontalLineToRelative(106.0f)
- verticalLineToRelative(145.0f)
+ horizontalLineToRelative(105.94f)
+ verticalLineToRelative(145.15f)
close()
}
path(
fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(155.2f, 46.32f)
- horizontalLineTo(81.06f)
- verticalLineToRelative(22.18f)
- horizontalLineTo(155.2f)
+ moveTo(198.12f, 46.37f)
+ horizontalLineToRelative(-74.11f)
+ verticalLineToRelative(22.21f)
+ horizontalLineToRelative(74.11f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(104.57f, 58.91f)
- curveToRelative(0.0f, -1.56f, -1.09f, -2.24f, -2.12f, -2.24f)
- curveToRelative(-0.98f, 0.0f, -1.61f, 0.57f, -1.82f, 1.04f)
+ moveTo(147.52f, 58.97f)
+ curveToRelative(0.0f, -1.56f, -1.09f, -2.23f, -2.12f, -2.23f)
+ curveToRelative(-0.97f, 0.0f, -1.61f, 0.57f, -1.82f, 1.04f)
lineToRelative(-1.18f, -0.06f)
lineToRelative(0.61f, -5.07f)
horizontalLineToRelative(5.41f)
- verticalLineToRelative(1.11f)
- horizontalLineToRelative(-4.45f)
+ verticalLineToRelative(1.1f)
+ horizontalLineToRelative(-4.44f)
lineToRelative(-0.32f, 2.68f)
curveToRelative(0.49f, -0.48f, 1.25f, -0.71f, 2.03f, -0.71f)
curveToRelative(1.65f, 0.0f, 3.09f, 1.17f, 3.09f, 3.25f)
- curveToRelative(0.0f, 2.16f, -1.6f, 3.28f, -3.35f, 3.28f)
+ curveToRelative(0.0f, 2.16f, -1.6f, 3.27f, -3.35f, 3.27f)
curveToRelative(-2.18f, 0.0f, -3.17f, -1.38f, -3.35f, -2.9f)
horizontalLineToRelative(1.22f)
curveToRelative(0.18f, 1.18f, 0.82f, 1.91f, 2.13f, 1.91f)
- curveToRelative(1.13f, 0.0f, 2.11f, -0.82f, 2.11f, -2.28f)
- moveToRelative(6.16f, 3.26f)
- curveToRelative(-2.51f, 0.0f, -3.67f, -1.9f, -3.67f, -4.89f)
- curveToRelative(0.0f, -2.98f, 1.16f, -4.88f, 3.67f, -4.88f)
- reflectiveCurveToRelative(3.67f, 1.9f, 3.67f, 4.88f)
- curveToRelative(0.0f, 2.99f, -1.16f, 4.89f, -3.67f, 4.89f)
+ curveToRelative(1.13f, 0.0f, 2.11f, -0.82f, 2.11f, -2.27f)
+ moveToRelative(6.15f, 3.26f)
+ curveToRelative(-2.51f, 0.0f, -3.66f, -1.9f, -3.66f, -4.89f)
+ curveToRelative(0.0f, -2.97f, 1.16f, -4.87f, 3.66f, -4.87f)
+ reflectiveCurveToRelative(3.66f, 1.9f, 3.66f, 4.87f)
+ curveToRelative(0.0f, 2.99f, -1.16f, 4.89f, -3.66f, 4.89f)
moveToRelative(0.0f, -8.77f)
- curveToRelative(-1.48f, 0.0f, -2.4f, 1.27f, -2.4f, 3.89f)
+ curveToRelative(-1.48f, 0.0f, -2.4f, 1.27f, -2.4f, 3.88f)
curveToRelative(0.0f, 2.63f, 0.92f, 3.9f, 2.4f, 3.9f)
reflectiveCurveToRelative(2.4f, -1.27f, 2.4f, -3.9f)
- curveToRelative(0.0f, -2.61f, -0.92f, -3.89f, -2.4f, -3.89f)
+ curveToRelative(0.0f, -2.61f, -0.92f, -3.88f, -2.4f, -3.88f)
moveToRelative(16.33f, 1.92f)
horizontalLineToRelative(-1.29f)
curveToRelative(-0.31f, -1.05f, -1.17f, -1.79f, -2.68f, -1.79f)
@@ -280,47 +268,42 @@ val AppIllus.StorageBoxPileLight: ImageVector
curveToRelative(0.0f, 2.38f, 1.22f, 3.78f, 2.96f, 3.78f)
curveToRelative(1.26f, 0.0f, 2.78f, -0.52f, 2.78f, -2.47f)
verticalLineToRelative(-0.25f)
- horizontalLineToRelative(-2.5f)
- verticalLineToRelative(-1.14f)
+ horizontalLineToRelative(-2.49f)
+ lineTo(166.32f, 57.25f)
horizontalLineToRelative(3.74f)
verticalLineToRelative(4.81f)
horizontalLineToRelative(-1.04f)
lineToRelative(-0.06f, -1.18f)
- curveToRelative(-0.61f, 0.96f, -1.72f, 1.35f, -2.98f, 1.35f)
+ curveToRelative(-0.61f, 0.96f, -1.72f, 1.35f, -2.97f, 1.35f)
curveToRelative(-2.72f, 0.0f, -4.26f, -2.03f, -4.26f, -4.9f)
curveToRelative(0.0f, -2.92f, 1.73f, -4.86f, 4.38f, -4.86f)
curveToRelative(1.95f, 0.0f, 3.51f, 1.09f, 3.9f, 2.91f)
moveToRelative(2.18f, -2.74f)
horizontalLineToRelative(3.39f)
- curveToRelative(1.75f, 0.0f, 3.32f, 0.46f, 3.32f, 2.33f)
+ curveToRelative(1.75f, 0.0f, 3.31f, 0.45f, 3.31f, 2.33f)
curveToRelative(0.0f, 0.9f, -0.39f, 1.7f, -1.04f, 2.08f)
- curveToRelative(0.9f, 0.38f, 1.43f, 1.08f, 1.43f, 2.24f)
- curveToRelative(0.0f, 2.0f, -1.5f, 2.78f, -3.38f, 2.78f)
+ curveToRelative(0.9f, 0.38f, 1.43f, 1.08f, 1.43f, 2.23f)
+ curveToRelative(0.0f, 2.0f, -1.49f, 2.78f, -3.38f, 2.78f)
horizontalLineToRelative(-3.72f)
close()
- moveTo(130.56f, 56.61f)
- horizontalLineToRelative(2.28f)
- curveToRelative(1.08f, 0.0f, 1.77f, -0.42f, 1.77f, -1.52f)
+ moveTo(173.5f, 56.67f)
+ horizontalLineToRelative(2.27f)
+ curveToRelative(1.08f, 0.0f, 1.77f, -0.41f, 1.77f, -1.52f)
curveToRelative(0.0f, -0.96f, -0.71f, -1.39f, -1.77f, -1.39f)
- horizontalLineToRelative(-2.28f)
+ horizontalLineToRelative(-2.27f)
close()
- moveTo(130.56f, 60.89f)
+ moveTo(173.5f, 60.94f)
horizontalLineToRelative(2.4f)
curveToRelative(1.34f, 0.0f, 2.0f, -0.58f, 2.0f, -1.65f)
- curveToRelative(0.0f, -1.11f, -0.66f, -1.57f, -2.08f, -1.57f)
+ curveToRelative(0.0f, -1.1f, -0.66f, -1.57f, -2.08f, -1.57f)
horizontalLineToRelative(-2.33f)
close()
}
path(
fill = SolidColor(Color(0xFF3CB572)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(75.9f, 57.24f)
+ moveTo(118.86f, 57.31f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
@@ -334,22 +317,22 @@ val AppIllus.StorageBoxPileLight: ImageVector
verticalLineToRelative(1.22f)
horizontalLineToRelative(-1.56f)
verticalLineToRelative(1.71f)
- horizontalLineTo(91.22f)
+ horizontalLineToRelative(15.31f)
verticalLineToRelative(-1.71f)
- horizontalLineToRelative(-1.57f)
+ horizontalLineToRelative(-1.56f)
verticalLineToRelative(-1.22f)
- horizontalLineToRelative(1.57f)
+ horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
- horizontalLineToRelative(-1.57f)
+ horizontalLineToRelative(-1.56f)
verticalLineToRelative(-1.22f)
- horizontalLineToRelative(1.57f)
+ horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
- horizontalLineToRelative(-1.57f)
+ horizontalLineToRelative(-1.56f)
verticalLineToRelative(-1.22f)
- horizontalLineToRelative(1.57f)
+ horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
close()
- moveTo(144.39f, 52.16f)
+ moveTo(187.31f, 52.22f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
@@ -358,268 +341,243 @@ val AppIllus.StorageBoxPileLight: ImageVector
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
horizontalLineToRelative(-1.56f)
- verticalLineToRelative(1.71f)
+ verticalLineTo(59.8f)
horizontalLineToRelative(1.56f)
verticalLineToRelative(1.22f)
horizontalLineToRelative(-1.56f)
verticalLineToRelative(1.71f)
horizontalLineToRelative(15.31f)
+ verticalLineTo(61.02f)
+ horizontalLineToRelative(-1.56f)
+ verticalLineTo(59.8f)
+ horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
- horizontalLineToRelative(-1.57f)
- verticalLineToRelative(-1.22f)
- horizontalLineToRelative(1.57f)
- verticalLineToRelative(-1.71f)
- horizontalLineToRelative(-1.57f)
+ horizontalLineToRelative(-1.56f)
verticalLineToRelative(-1.22f)
- horizontalLineToRelative(1.57f)
+ horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
- horizontalLineToRelative(-1.57f)
+ horizontalLineToRelative(-1.56f)
verticalLineToRelative(-1.22f)
- horizontalLineToRelative(1.57f)
+ horizontalLineToRelative(1.56f)
verticalLineToRelative(-1.71f)
close()
}
path(
fill = SolidColor(Color(0xFF3CB572)),
stroke = SolidColor(Color(0xFF000000)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(54.64f, 245.11f)
- verticalLineToRelative(-99.89f)
- horizontalLineTo(159.41f)
- verticalLineToRelative(99.89f)
+ moveTo(97.61f, 245.37f)
+ verticalLineTo(145.37f)
+ horizontalLineToRelative(104.72f)
+ verticalLineTo(245.37f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
stroke = SolidColor(Color(0xFF000000)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(18.75f, 245.11f)
- verticalLineToRelative(-99.89f)
- horizontalLineToRelative(104.77f)
- verticalLineToRelative(99.89f)
+ moveTo(61.74f, 245.37f)
+ verticalLineTo(145.37f)
+ horizontalLineToRelative(104.72f)
+ verticalLineTo(245.37f)
close()
}
path(
fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(159.12f, 183.21f)
- horizontalLineToRelative(-35.06f)
- verticalLineTo(200.4f)
- horizontalLineToRelative(35.06f)
+ moveTo(202.04f, 183.41f)
+ horizontalLineToRelative(-35.04f)
+ verticalLineToRelative(17.2f)
+ horizontalLineToRelative(35.04f)
close()
- moveTo(123.38f, 183.21f)
- horizontalLineTo(18.89f)
- verticalLineTo(200.4f)
- horizontalLineToRelative(104.49f)
+ moveTo(166.31f, 183.41f)
+ horizontalLineTo(61.88f)
+ verticalLineToRelative(17.2f)
+ horizontalLineToRelative(104.43f)
close()
}
path(
fill = SolidColor(Color(0xFF3CB572)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(46.28f, 157.45f)
- horizontalLineTo(27.25f)
- verticalLineToRelative(9.17f)
- horizontalLineToRelative(19.03f)
+ moveTo(89.26f, 157.61f)
+ horizontalLineTo(70.23f)
+ verticalLineToRelative(9.18f)
+ horizontalLineToRelative(19.02f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(46.28f, 157.45f)
- horizontalLineTo(30.03f)
- verticalLineToRelative(9.17f)
- horizontalLineToRelative(16.25f)
+ moveTo(89.26f, 157.61f)
+ horizontalLineTo(73.01f)
+ verticalLineToRelative(9.18f)
+ horizontalLineToRelative(16.24f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
stroke = SolidColor(Color(0xFF000000)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(146.49f, 135.73f)
- horizontalLineToRelative(69.07f)
- verticalLineToRelative(120.9f)
- horizontalLineToRelative(-69.07f)
+ moveTo(189.41f, 135.87f)
+ horizontalLineToRelative(69.04f)
+ verticalLineToRelative(121.03f)
+ horizontalLineToRelative(-69.04f)
close()
}
path(
fill = SolidColor(Color(0xFF3CB572)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(210.26f, 151.54f)
- horizontalLineToRelative(-20.48f)
- verticalLineToRelative(9.37f)
- horizontalLineToRelative(20.48f)
+ moveTo(253.15f, 151.7f)
+ horizontalLineToRelative(-20.47f)
+ verticalLineToRelative(9.38f)
+ horizontalLineToRelative(20.47f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(210.26f, 151.54f)
- horizontalLineToRelative(-15.25f)
- verticalLineToRelative(9.37f)
- horizontalLineToRelative(15.25f)
+ moveTo(253.15f, 151.7f)
+ horizontalLineToRelative(-15.24f)
+ verticalLineToRelative(9.38f)
+ horizontalLineToRelative(15.24f)
close()
}
path(
fill = SolidColor(Color(0xFF3CB572)),
stroke = SolidColor(Color(0xFF000000)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(215.83f, 135.73f)
- horizontalLineToRelative(34.77f)
- verticalLineToRelative(120.9f)
- horizontalLineToRelative(-34.77f)
+ moveTo(258.72f, 135.87f)
+ horizontalLineToRelative(34.75f)
+ verticalLineToRelative(121.03f)
+ horizontalLineToRelative(-34.75f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(7.8f, 203.61f)
- horizontalLineTo(117.75f)
- verticalLineToRelative(53.01f)
- horizontalLineTo(7.8f)
+ moveTo(50.79f, 203.83f)
+ horizontalLineToRelative(109.89f)
+ verticalLineTo(256.9f)
+ horizontalLineTo(50.79f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(0.69f, 224.51f)
- lineToRelative(6.97f, -20.9f)
- horizontalLineToRelative(109.9f)
- lineToRelative(-6.97f, 20.9f)
+ moveToRelative(43.69f, 224.75f)
+ lineToRelative(6.96f, -20.92f)
+ horizontalLineToRelative(109.84f)
+ lineToRelative(-6.96f, 20.92f)
close()
}
path(
fill = SolidColor(Color(0xFF3CB572)),
stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(118.02f, 203.61f)
- horizontalLineToRelative(48.64f)
- verticalLineToRelative(53.01f)
- horizontalLineTo(118.02f)
+ moveTo(160.96f, 203.83f)
+ horizontalLineToRelative(48.61f)
+ verticalLineTo(256.9f)
+ horizontalLineToRelative(-48.61f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(125.18f, 224.51f)
- lineToRelative(-6.97f, -20.9f)
- horizontalLineToRelative(48.58f)
- lineToRelative(6.97f, 20.9f)
+ moveToRelative(168.11f, 224.75f)
+ lineToRelative(-6.96f, -20.92f)
+ horizontalLineToRelative(48.56f)
+ lineToRelative(6.96f, 20.92f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
stroke = SolidColor(Color(0xFF000000)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(219.27f, 257.23f)
- verticalLineTo(233.5f)
- horizontalLineToRelative(69.38f)
- verticalLineToRelative(23.73f)
+ moveTo(262.15f, 257.5f)
+ verticalLineToRelative(-23.76f)
+ horizontalLineToRelative(69.35f)
+ verticalLineToRelative(23.76f)
close()
}
path(
fill = SolidColor(Color(0xFFE3F6DC)),
stroke = SolidColor(Color(0xFF000000)),
- strokeLineWidth = 1.0f,
+ strokeLineWidth = 0.999f,
strokeLineCap = Butt,
strokeLineJoin = Miter,
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(195.39f, 257.23f)
- verticalLineTo(233.5f)
- horizontalLineToRelative(69.38f)
- verticalLineToRelative(23.73f)
+ moveTo(238.29f, 257.5f)
+ verticalLineToRelative(-23.76f)
+ horizontalLineToRelative(69.35f)
+ verticalLineToRelative(23.76f)
close()
}
}
}.build()
- return _storageBoxPileLight!!
+ return _storageCardboardBoxPileLight!!
}
-private var _storageBoxPileLight: ImageVector? = null
+private var _storageCardboardBoxPileLight: ImageVector? = null
@Preview
@Composable
private fun Preview() {
- val imageVector = AppIllus.StorageBoxPileLight
+ val imageVector = AppIllus.StorageCardboardBoxPileLight
Box {
Image(
imageVector = imageVector,
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeDark.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeDark.kt
index d982cd222..1b47ad250 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeDark.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeDark.kt
@@ -1,3 +1,20 @@
+/*
+ * Infomaniak SwissTransfer - Android
+ * Copyright (C) 2024 Infomaniak Network SA
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
package com.infomaniak.swisstransfer.ui.images.illus.onboarding
import androidx.compose.foundation.Image
@@ -29,10 +46,10 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
_threeCardsTransferTypeDark = Builder(
name = "ThreeCardsTransferTypeDark",
- defaultWidth = 296.0.dp,
- defaultHeight = 210.0.dp,
- viewportWidth = 296.0f,
- viewportHeight = 210.0f
+ defaultWidth = 375.0.dp,
+ defaultHeight = 258.0.dp,
+ viewportWidth = 375.0f,
+ viewportHeight = 258.0f
).apply {
path(
fill = SolidColor(Color(0x00000000)),
@@ -43,9 +60,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(270.05f, 200.24f)
+ moveTo(310.05f, 224.24f)
curveToRelative(7.94f, 1.49f, 16.46f, -2.26f, 20.13f, -13.08f)
- moveTo(278.15f, 206.6f)
+ moveTo(318.15f, 230.6f)
curveToRelative(5.49f, 1.06f, 11.33f, -1.38f, 13.78f, -8.6f)
}
path(
@@ -57,9 +74,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(43.28f, 8.95f)
+ moveTo(83.28f, 32.95f)
curveToRelative(-8.35f, -1.06f, -16.97f, 3.37f, -20.11f, 14.84f)
- moveTo(34.47f, 2.83f)
+ moveTo(74.47f, 26.83f)
curveToRelative(-5.77f, -0.76f, -11.69f, 2.14f, -13.79f, 9.79f)
}
path(
@@ -71,47 +88,37 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(148.56f, 49.57f)
- lineTo(227.55f, 28.4f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 231.3f, 30.56f)
- lineTo(270.87f, 178.24f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 268.71f, 181.99f)
- lineTo(189.72f, 203.15f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 185.97f, 200.99f)
- lineTo(146.4f, 53.31f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 148.56f, 49.57f)
+ moveTo(188.56f, 73.57f)
+ lineTo(267.55f, 52.4f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 271.3f, 54.56f)
+ lineTo(310.87f, 202.24f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 308.71f, 205.98f)
+ lineTo(229.72f, 227.15f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 225.97f, 224.99f)
+ lineTo(186.4f, 77.31f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 188.56f, 73.57f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(164.26f, 66.93f)
- lineTo(222.64f, 51.29f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 224.82f, 52.54f)
- lineTo(242.31f, 117.8f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 241.05f, 119.98f)
- lineTo(182.66f, 135.62f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 180.49f, 134.36f)
- lineTo(163.0f, 69.11f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 164.26f, 66.93f)
+ moveTo(204.26f, 90.93f)
+ lineTo(262.64f, 75.29f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 264.82f, 76.54f)
+ lineTo(282.31f, 141.8f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 281.05f, 143.97f)
+ lineTo(222.66f, 159.62f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 220.49f, 158.36f)
+ lineTo(203.0f, 93.11f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 204.26f, 90.93f)
close()
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(202.65f, 93.45f)
+ moveTo(242.65f, 117.45f)
moveToRelative(-20.61f, 5.52f)
arcToRelative(21.33f, 21.33f, 120.0f, true, true, 41.21f, -11.04f)
arcToRelative(21.33f, 21.33f, 120.0f, true, true, -41.21f, 11.04f)
@@ -125,7 +132,7 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(192.47f, 89.02f)
+ moveTo(232.47f, 113.02f)
curveToRelative(-1.2f, 0.32f, -1.88f, 1.57f, -1.56f, 2.75f)
lineToRelative(2.76f, 10.3f)
curveToRelative(0.32f, 1.18f, 1.52f, 1.92f, 2.73f, 1.6f)
@@ -134,9 +141,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
lineToRelative(-2.76f, -10.3f)
curveToRelative(-0.32f, -1.18f, -1.52f, -1.92f, -2.73f, -1.6f)
close()
- moveTo(195.43f, 101.6f)
- lineTo(192.86f, 91.98f)
- lineTo(202.87f, 96.5f)
+ moveTo(235.43f, 125.6f)
+ lineTo(232.86f, 115.98f)
+ lineTo(242.87f, 120.5f)
arcToRelative(0.92f, 0.92f, 0.0f, false, false, 1.12f, -0.3f)
lineToRelative(6.41f, -8.92f)
lineToRelative(2.58f, 9.62f)
@@ -150,18 +157,13 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(210.69f, 150.77f)
+ moveToRelative(250.69f, 174.77f)
lineToRelative(-4.44f, -6.95f)
lineToRelative(2.04f, 7.6f)
lineToRelative(-1.23f, 0.33f)
- lineToRelative(-2.34f, -8.71f)
+ lineToRelative(-2.34f, -8.72f)
lineToRelative(2.06f, -0.55f)
lineToRelative(4.17f, 6.66f)
lineToRelative(0.28f, -7.86f)
@@ -171,7 +173,7 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
lineToRelative(-2.04f, -7.6f)
lineToRelative(-0.37f, 8.24f)
close()
- moveTo(216.67f, 147.34f)
+ moveTo(256.67f, 171.34f)
curveToRelative(-0.41f, -1.53f, 1.19f, -2.43f, 3.77f, -3.44f)
lineToRelative(-0.04f, -0.16f)
curveToRelative(-0.32f, -1.18f, -1.08f, -1.4f, -1.89f, -1.18f)
@@ -184,26 +186,26 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
lineToRelative(-1.11f, 0.3f)
arcToRelative(7.0f, 7.0f, 0.0f, false, true, -0.32f, -0.87f)
curveToRelative(-0.22f, 0.77f, -0.79f, 1.33f, -1.93f, 1.64f)
- curveToRelative(-1.21f, 0.33f, -2.4f, -0.08f, -2.72f, -1.27f)
+ curveToRelative(-1.21f, 0.32f, -2.4f, -0.08f, -2.72f, -1.27f)
moveToRelative(4.08f, -2.6f)
curveToRelative(-1.93f, 0.74f, -3.11f, 1.36f, -2.88f, 2.25f)
curveToRelative(0.16f, 0.61f, 0.74f, 0.9f, 1.52f, 0.69f)
curveToRelative(1.02f, -0.27f, 1.87f, -1.0f, 1.46f, -2.53f)
close()
- moveTo(222.99f, 138.14f)
- lineTo(223.34f, 139.46f)
- lineTo(222.25f, 139.75f)
- lineTo(221.89f, 138.43f)
+ moveTo(262.99f, 162.13f)
+ lineTo(263.34f, 163.46f)
+ lineTo(262.25f, 163.75f)
+ lineTo(261.89f, 162.43f)
close()
- moveTo(223.59f, 140.38f)
- lineTo(225.32f, 146.85f)
- lineTo(224.23f, 147.14f)
- lineTo(222.5f, 140.68f)
+ moveTo(263.59f, 164.38f)
+ lineTo(265.32f, 170.85f)
+ lineTo(264.23f, 171.14f)
+ lineTo(262.49f, 164.68f)
close()
- moveTo(228.15f, 146.09f)
- lineTo(227.06f, 146.39f)
- lineTo(224.72f, 137.67f)
- lineTo(225.81f, 137.38f)
+ moveTo(268.15f, 170.09f)
+ lineTo(267.06f, 170.38f)
+ lineTo(264.72f, 161.67f)
+ lineTo(265.82f, 161.38f)
close()
}
path(
@@ -215,52 +217,42 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(44.72f, 28.4f)
- lineTo(123.71f, 49.57f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 125.87f, 53.31f)
- lineTo(86.3f, 200.99f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 82.56f, 203.15f)
- lineTo(3.56f, 181.99f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 1.4f, 178.24f)
- lineTo(40.97f, 30.56f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 44.72f, 28.4f)
+ moveTo(84.72f, 52.4f)
+ lineTo(163.71f, 73.57f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 165.87f, 77.31f)
+ lineTo(126.3f, 224.99f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 122.56f, 227.15f)
+ lineTo(43.56f, 205.99f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 41.4f, 202.24f)
+ lineTo(80.97f, 54.56f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 84.72f, 52.4f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(47.91f, 50.83f)
- lineTo(108.01f, 66.93f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 109.27f, 69.11f)
- lineTo(91.78f, 134.36f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 89.61f, 135.62f)
- lineTo(29.5f, 119.52f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 28.25f, 117.34f)
- lineTo(45.73f, 52.09f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 47.91f, 50.83f)
+ moveTo(87.91f, 74.83f)
+ lineTo(148.01f, 90.93f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 149.27f, 93.11f)
+ lineTo(131.78f, 158.36f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 129.61f, 159.62f)
+ lineTo(69.5f, 143.52f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 68.25f, 141.34f)
+ lineTo(85.73f, 76.08f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 87.91f, 74.83f)
close()
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(56.08f, 69.95f)
+ moveToRelative(96.08f, 93.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.53f, 72.01f)
+ moveTo(95.53f, 96.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -268,34 +260,34 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(54.98f, 74.07f)
+ moveToRelative(94.98f, 98.07f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.42f, 76.13f)
+ moveTo(94.43f, 100.13f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.87f, 78.19f)
+ moveTo(93.87f, 102.19f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.32f, 80.25f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(93.32f, 104.25f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.14f, 70.5f)
+ moveTo(98.14f, 94.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -303,24 +295,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(55.38f, 80.81f)
+ moveToRelative(95.38f, 104.81f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(60.2f, 71.06f)
+ moveTo(100.2f, 95.05f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.1f, 75.18f)
+ moveTo(99.1f, 99.17f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -328,29 +315,24 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(58.55f, 77.24f)
+ moveToRelative(98.55f, 101.23f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(57.44f, 81.36f)
+ moveTo(97.44f, 105.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.26f, 71.61f)
+ moveTo(102.26f, 95.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.16f, 75.73f)
+ moveTo(101.16f, 99.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -358,24 +340,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(60.61f, 77.79f)
+ moveToRelative(100.61f, 101.79f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.5f, 81.91f)
+ moveTo(99.5f, 105.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.32f, 72.16f)
+ moveTo(104.32f, 96.16f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -383,19 +360,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(61.56f, 82.46f)
+ moveToRelative(101.56f, 106.46f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(106.38f, 96.71f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(66.38f, 72.71f)
+ moveTo(105.83f, 98.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -403,19 +380,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(65.83f, 74.77f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(65.28f, 76.83f)
+ moveToRelative(105.28f, 100.83f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -423,34 +390,29 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(64.73f, 78.89f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(64.18f, 80.96f)
+ moveToRelative(104.73f, 102.89f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(63.62f, 83.01f)
+ moveTo(104.18f, 104.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.15f, 106.44f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(103.62f, 107.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(76.6f, 108.5f)
+ moveTo(117.15f, 130.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -458,19 +420,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(76.05f, 110.56f)
+ moveToRelative(116.6f, 132.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.5f, 112.63f)
+ moveTo(116.05f, 134.56f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -478,14 +435,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(74.94f, 114.69f)
+ moveToRelative(115.5f, 136.62f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -493,19 +445,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(74.39f, 116.75f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(79.21f, 107.0f)
+ moveToRelative(114.94f, 138.68f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -513,24 +455,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(76.45f, 117.3f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(81.27f, 107.55f)
+ moveToRelative(114.39f, 140.74f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.17f, 111.67f)
+ moveTo(119.21f, 130.99f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -538,39 +470,44 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(79.62f, 113.73f)
+ moveToRelative(116.45f, 141.3f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.51f, 117.85f)
+ moveTo(121.27f, 131.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(83.33f, 108.1f)
+ moveTo(120.17f, 135.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.23f, 112.22f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(119.62f, 137.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(81.68f, 114.28f)
+ moveTo(118.51f, 141.85f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.57f, 118.4f)
+ moveTo(123.33f, 132.1f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(122.23f, 136.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -578,19 +515,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(85.39f, 108.65f)
+ moveToRelative(121.68f, 138.28f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.63f, 118.95f)
+ moveTo(120.57f, 142.4f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(125.39f, 132.65f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -598,34 +535,24 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(87.46f, 109.2f)
+ moveToRelative(122.63f, 142.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.9f, 111.27f)
+ moveTo(127.46f, 133.2f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(86.35f, 113.33f)
+ moveTo(126.9f, 135.26f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(126.35f, 137.32f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -633,14 +560,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(85.8f, 115.39f)
+ moveToRelative(125.8f, 139.38f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -648,14 +570,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(85.25f, 117.45f)
+ moveToRelative(125.25f, 141.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -663,29 +580,24 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(84.69f, 119.51f)
+ moveToRelative(124.69f, 143.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(52.18f, 84.36f)
+ moveTo(92.18f, 108.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.62f, 86.42f)
+ moveTo(91.62f, 110.42f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.07f, 88.49f)
+ moveTo(91.07f, 112.48f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -693,19 +605,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(50.52f, 90.54f)
+ moveToRelative(90.52f, 114.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(49.42f, 94.67f)
+ moveTo(89.42f, 118.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -713,24 +620,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(48.86f, 96.73f)
+ moveToRelative(88.86f, 120.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(48.31f, 98.79f)
+ moveTo(88.31f, 122.79f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(47.21f, 102.91f)
+ moveTo(87.21f, 126.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -738,14 +640,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(46.65f, 104.97f)
+ moveToRelative(86.65f, 128.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -753,69 +650,64 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(46.1f, 107.03f)
+ moveToRelative(86.1f, 131.03f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(45.55f, 109.09f)
+ moveTo(85.55f, 133.09f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.24f, 84.92f)
+ moveTo(94.24f, 108.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.69f, 86.98f)
+ moveTo(93.69f, 110.98f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(50.92f, 97.28f)
+ moveTo(90.93f, 121.28f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(49.82f, 101.4f)
+ moveTo(89.82f, 125.4f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(48.72f, 105.52f)
+ moveTo(88.72f, 129.52f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(47.61f, 109.64f)
+ moveTo(87.61f, 133.64f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(56.3f, 85.47f)
+ moveTo(96.3f, 109.47f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.64f, 91.65f)
+ moveTo(94.64f, 115.65f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(52.43f, 99.89f)
+ moveTo(92.43f, 123.89f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.88f, 101.95f)
+ moveTo(91.88f, 125.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -823,19 +715,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(51.33f, 104.01f)
+ moveToRelative(91.33f, 128.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(50.22f, 108.13f)
+ moveTo(90.22f, 132.13f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -843,39 +730,44 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(49.67f, 110.19f)
+ moveToRelative(89.67f, 134.19f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(56.15f, 94.26f)
+ moveTo(96.15f, 118.26f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.05f, 98.38f)
+ moveTo(95.05f, 122.38f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.49f, 100.44f)
+ moveTo(94.49f, 124.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.94f, 102.5f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(93.94f, 126.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.39f, 104.57f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(93.39f, 128.56f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -883,34 +775,29 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(52.84f, 106.63f)
+ moveToRelative(92.84f, 130.63f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(52.28f, 108.69f)
+ moveTo(92.29f, 132.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.73f, 110.75f)
+ moveTo(91.73f, 134.75f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(60.42f, 86.57f)
+ moveTo(100.42f, 110.57f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.87f, 88.63f)
+ moveTo(99.87f, 112.63f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -918,34 +805,29 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(59.31f, 90.69f)
+ moveToRelative(99.32f, 114.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.76f, 92.75f)
+ moveTo(98.76f, 116.75f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(56.0f, 103.06f)
+ moveTo(96.0f, 127.06f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.45f, 105.12f)
+ moveTo(95.45f, 129.12f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.34f, 109.24f)
+ moveTo(94.34f, 133.24f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -953,29 +835,24 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(60.82f, 93.31f)
+ moveToRelative(100.82f, 117.31f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(60.27f, 95.37f)
+ moveTo(100.27f, 119.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.62f, 101.55f)
+ moveTo(98.61f, 125.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.06f, 103.61f)
+ moveTo(98.06f, 127.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -983,74 +860,64 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(57.51f, 105.67f)
+ moveToRelative(97.51f, 129.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.85f, 111.85f)
+ moveTo(95.85f, 135.85f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.23f, 100.04f)
+ moveTo(101.23f, 124.04f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(59.57f, 106.22f)
+ moveTo(99.57f, 130.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.47f, 110.34f)
+ moveTo(98.47f, 134.34f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.47f, 73.8f)
+ moveTo(110.47f, 97.8f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(67.71f, 84.11f)
+ moveTo(107.71f, 108.11f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.5f, 87.14f)
+ moveTo(102.5f, 111.14f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(63.29f, 100.59f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(103.29f, 124.59f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.18f, 104.71f)
+ moveTo(102.18f, 128.71f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.63f, 106.77f)
+ moveTo(101.63f, 130.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1058,24 +925,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(61.08f, 108.83f)
+ moveToRelative(101.08f, 132.83f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.97f, 112.96f)
+ moveTo(99.97f, 136.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(72.53f, 74.36f)
+ moveTo(112.53f, 98.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1083,29 +945,34 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(71.97f, 76.42f)
+ moveToRelative(111.97f, 100.42f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.42f, 78.48f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(111.42f, 102.48f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.87f, 80.54f)
+ moveTo(110.87f, 104.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.32f, 82.6f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(110.32f, 106.6f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1113,69 +980,64 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(69.77f, 84.66f)
+ moveToRelative(109.77f, 108.66f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(66.23f, 110.21f)
+ moveTo(106.23f, 134.21f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.59f, 111.45f)
+ moveTo(102.59f, 135.45f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(62.04f, 113.51f)
+ moveTo(102.04f, 137.51f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(74.59f, 74.91f)
+ moveTo(114.59f, 98.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(74.04f, 76.97f)
+ moveTo(114.04f, 100.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(72.38f, 83.15f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(112.38f, 107.15f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.83f, 85.21f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(111.83f, 109.21f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.56f, 87.69f)
+ moveTo(104.56f, 111.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(65.2f, 109.94f)
+ moveTo(105.2f, 133.94f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1183,14 +1045,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(64.65f, 112.0f)
+ moveToRelative(104.65f, 136.0f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1198,19 +1055,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(64.1f, 114.06f)
+ moveToRelative(104.1f, 138.06f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.54f, 79.58f)
+ moveTo(115.54f, 103.58f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1218,24 +1070,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(74.99f, 81.64f)
+ moveToRelative(114.99f, 105.64f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.72f, 97.97f)
+ moveTo(101.72f, 121.97f)
lineToRelative(0.55f, -2.06f)
- lineToRelative(-1.99f, -0.53f)
+ lineToRelative(-1.98f, -0.53f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(68.37f, 106.37f)
+ moveTo(108.37f, 130.37f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1243,34 +1090,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(66.87f, 103.77f)
+ moveToRelative(106.87f, 127.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(67.81f, 108.43f)
+ moveTo(107.81f, 132.43f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(67.26f, 110.49f)
+ moveTo(107.26f, 134.49f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1278,54 +1110,39 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(66.71f, 112.55f)
+ moveToRelative(106.71f, 136.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(66.16f, 114.61f)
+ moveTo(106.16f, 138.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.71f, 76.01f)
+ moveTo(118.71f, 100.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.6f, 80.13f)
+ moveTo(117.6f, 104.13f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.05f, 82.19f)
+ moveTo(117.05f, 106.19f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.95f, 86.32f)
+ moveTo(115.95f, 110.31f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.0f, 104.87f)
+ moveTo(111.0f, 128.87f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1333,89 +1150,84 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(70.43f, 106.92f)
+ moveToRelative(110.43f, 130.92f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(79.67f, 80.69f)
+ moveTo(119.67f, 104.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.56f, 84.81f)
+ moveTo(118.56f, 108.81f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.01f, 86.87f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(118.01f, 110.87f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.47f, 88.94f)
+ moveTo(117.47f, 112.94f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.98f, 91.55f)
+ moveTo(118.98f, 115.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(76.22f, 101.86f)
+ moveTo(116.22f, 125.86f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.81f, 103.22f)
+ moveTo(104.81f, 127.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(73.59f, 103.35f)
+ moveTo(113.59f, 127.35f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(73.04f, 105.41f)
+ moveTo(113.04f, 129.41f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.93f, 109.54f)
+ moveTo(111.93f, 133.53f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(71.38f, 111.6f)
+ moveTo(111.38f, 135.59f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.83f, 113.66f)
+ moveTo(110.83f, 137.65f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(84.89f, 77.67f)
+ moveTo(124.89f, 101.67f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(124.34f, 103.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1423,29 +1235,24 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(84.34f, 79.73f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(83.79f, 81.79f)
+ moveToRelative(123.79f, 105.79f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(83.23f, 83.85f)
+ moveTo(123.23f, 107.85f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.68f, 85.91f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF1A1A1A)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(122.68f, 109.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1453,44 +1260,39 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(82.13f, 87.97f)
+ moveToRelative(122.13f, 111.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(81.03f, 92.09f)
+ moveTo(121.03f, 116.09f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.47f, 94.15f)
+ moveTo(120.47f, 118.15f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(79.37f, 98.28f)
+ moveTo(119.37f, 122.28f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.82f, 100.34f)
+ moveTo(118.82f, 124.34f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.26f, 102.4f)
+ moveTo(118.26f, 126.4f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.95f, 78.22f)
+ moveTo(126.95f, 102.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1498,19 +1300,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(84.19f, 88.52f)
+ moveToRelative(124.19f, 112.52f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.53f, 94.71f)
+ moveTo(122.53f, 118.71f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1518,34 +1315,29 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(81.98f, 96.77f)
+ moveToRelative(121.98f, 120.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(81.43f, 98.83f)
+ moveTo(121.43f, 122.83f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.32f, 102.95f)
+ moveTo(120.32f, 126.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.01f, 78.77f)
+ moveTo(129.01f, 102.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(87.91f, 82.89f)
+ moveTo(127.91f, 106.89f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1553,29 +1345,24 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(87.36f, 84.96f)
+ moveToRelative(127.36f, 108.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.25f, 89.08f)
+ moveTo(126.25f, 113.08f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(84.59f, 95.26f)
+ moveTo(124.59f, 119.26f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(84.04f, 97.32f)
+ moveTo(124.04f, 121.32f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1583,19 +1370,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(83.49f, 99.38f)
+ moveToRelative(123.49f, 123.38f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.94f, 101.44f)
+ moveTo(122.94f, 125.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1603,24 +1385,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(82.39f, 103.5f)
+ moveToRelative(122.39f, 127.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(91.07f, 79.32f)
+ moveTo(131.07f, 103.32f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.97f, 83.45f)
+ moveTo(129.97f, 107.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1628,34 +1405,29 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(89.42f, 85.51f)
+ moveToRelative(129.42f, 109.51f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(88.31f, 89.63f)
+ moveTo(128.31f, 113.63f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(87.21f, 93.75f)
+ moveTo(127.21f, 117.75f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(85.55f, 99.93f)
+ moveTo(125.55f, 123.93f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(93.13f, 79.88f)
+ moveTo(133.13f, 103.88f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1663,19 +1435,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(90.37f, 90.18f)
+ moveToRelative(130.37f, 114.18f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.27f, 94.3f)
+ moveTo(129.27f, 118.3f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(128.71f, 120.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1683,24 +1455,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(88.71f, 96.36f)
+ moveToRelative(128.16f, 122.42f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(88.16f, 98.42f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(87.61f, 100.48f)
+ moveTo(127.61f, 124.48f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1708,24 +1470,19 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(87.06f, 102.54f)
+ moveToRelative(127.06f, 126.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.51f, 104.61f)
+ moveTo(126.51f, 128.6f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(95.19f, 80.43f)
+ moveTo(135.19f, 104.43f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1733,19 +1490,14 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(94.64f, 82.49f)
+ moveToRelative(134.64f, 106.49f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(94.09f, 84.55f)
+ moveTo(134.09f, 108.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1753,62 +1505,52 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(93.54f, 86.61f)
+ moveToRelative(133.54f, 110.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(92.99f, 88.67f)
+ moveTo(132.99f, 112.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(92.43f, 90.73f)
+ moveTo(132.43f, 114.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(90.22f, 98.98f)
+ moveTo(130.22f, 122.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.12f, 103.1f)
+ moveTo(129.12f, 127.1f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.42f, 88.91f)
- lineTo(67.0f, 86.65f)
+ moveTo(115.42f, 112.91f)
+ lineToRelative(-8.42f, -2.26f)
curveToRelative(-0.58f, -0.16f, -1.19f, 0.22f, -1.36f, 0.85f)
lineToRelative(-2.42f, 9.03f)
curveToRelative(-0.17f, 0.62f, 0.17f, 1.25f, 0.75f, 1.41f)
- lineTo(72.4f, 100.2f)
+ lineToRelative(8.42f, 2.26f)
curveToRelative(0.58f, 0.16f, 1.19f, -0.22f, 1.36f, -0.85f)
lineToRelative(2.42f, -9.03f)
- curveToRelative(0.17f, -0.62f, -0.17f, -1.26f, -0.75f, -1.41f)
+ curveToRelative(0.17f, -0.62f, -0.17f, -1.25f, -0.75f, -1.41f)
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(54.04f, 147.46f)
+ moveToRelative(94.04f, 171.46f)
lineToRelative(0.76f, 1.31f)
lineToRelative(-0.94f, 0.55f)
lineToRelative(-0.78f, -1.36f)
- curveToRelative(-0.74f, 0.25f, -1.57f, 0.28f, -2.44f, 0.04f)
+ curveToRelative(-0.74f, 0.25f, -1.57f, 0.28f, -2.45f, 0.04f)
curveToRelative(-2.51f, -0.67f, -3.58f, -2.98f, -2.88f, -5.61f)
curveToRelative(0.7f, -2.63f, 2.78f, -4.09f, 5.29f, -3.41f)
curveToRelative(2.51f, 0.67f, 3.59f, 2.97f, 2.88f, 5.6f)
@@ -1819,11 +1561,11 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
lineToRelative(0.95f, -0.56f)
lineToRelative(0.59f, 1.03f)
curveToRelative(0.55f, -0.47f, 0.99f, -1.18f, 1.25f, -2.15f)
- curveToRelative(0.6f, -2.25f, -0.32f, -3.81f, -1.91f, -4.23f)
- curveToRelative(-1.59f, -0.43f, -3.17f, 0.47f, -3.77f, 2.71f)
+ curveToRelative(0.6f, -2.25f, -0.32f, -3.81f, -1.9f, -4.23f)
+ reflectiveCurveToRelative(-3.17f, 0.47f, -3.77f, 2.71f)
reflectiveCurveToRelative(0.32f, 3.82f, 1.9f, 4.25f)
moveToRelative(9.91f, -0.35f)
- curveToRelative(-0.22f, -0.05f, -0.44f, -0.1f, -0.66f, -0.17f)
+ arcToRelative(13.0f, 13.0f, 0.0f, false, true, -0.66f, -0.17f)
lineToRelative(-1.54f, -0.41f)
lineToRelative(-0.98f, 3.67f)
lineToRelative(-1.23f, -0.33f)
@@ -1834,9 +1576,9 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
lineToRelative(0.98f, 4.41f)
lineToRelative(-1.37f, -0.37f)
close()
- moveTo(59.69f, 142.03f)
- lineTo(58.89f, 145.01f)
- lineTo(60.52f, 145.45f)
+ moveTo(99.69f, 166.03f)
+ lineTo(98.89f, 169.01f)
+ lineTo(100.53f, 169.45f)
curveToRelative(1.27f, 0.34f, 2.31f, 0.48f, 2.67f, -0.87f)
reflectiveCurveToRelative(-0.6f, -1.77f, -1.87f, -2.11f)
close()
@@ -1850,47 +1592,37 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(91.0f, 13.5f)
- lineTo(183.0f, 13.5f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 186.5f, 17.0f)
- lineTo(186.5f, 189.0f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 183.0f, 192.5f)
- lineTo(91.0f, 192.5f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 87.5f, 189.0f)
- lineTo(87.5f, 17.0f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 91.0f, 13.5f)
+ moveTo(131.0f, 37.5f)
+ lineTo(223.0f, 37.5f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 226.5f, 41.0f)
+ lineTo(226.5f, 213.0f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 223.0f, 216.5f)
+ lineTo(131.0f, 216.5f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 127.5f, 213.0f)
+ lineTo(127.5f, 41.0f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 131.0f, 37.5f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(103.0f, 37.0f)
- lineTo(171.0f, 37.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 173.0f, 39.0f)
- lineTo(173.0f, 115.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 171.0f, 117.0f)
- lineTo(103.0f, 117.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 101.0f, 115.0f)
- lineTo(101.0f, 39.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 103.0f, 37.0f)
+ moveTo(143.0f, 61.0f)
+ lineTo(211.0f, 61.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 213.0f, 63.0f)
+ lineTo(213.0f, 139.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 211.0f, 141.0f)
+ lineTo(143.0f, 141.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 141.0f, 139.0f)
+ lineTo(141.0f, 63.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 143.0f, 61.0f)
close()
}
path(
fill = SolidColor(Color(0xFF1A1A1A)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(137.0f, 77.0f)
+ moveTo(177.0f, 101.0f)
moveToRelative(-24.0f, 0.0f)
arcToRelative(24.0f, 24.0f, 0.0f, true, true, 48.0f, 0.0f)
arcToRelative(24.0f, 24.0f, 0.0f, true, true, -48.0f, 0.0f)
@@ -1904,12 +1636,12 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(137.85f, 79.0f)
+ moveToRelative(177.85f, 103.0f)
lineToRelative(-0.01f, 0.01f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, -0.13f, 0.73f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, 0.4f, 0.62f)
- curveToRelative(0.22f, 0.15f, 0.49f, 0.17f, 0.73f, 0.13f)
- arcToRelative(0.98f, 0.98f, 0.0f, false, false, 0.62f, -0.39f)
+ curveToRelative(0.22f, 0.14f, 0.49f, 0.17f, 0.73f, 0.13f)
+ arcToRelative(0.97f, 0.97f, 0.0f, false, false, 0.62f, -0.39f)
curveToRelative(0.83f, -1.14f, 1.26f, -2.51f, 1.05f, -3.89f)
curveToRelative(-0.11f, -1.38f, -0.85f, -2.64f, -1.89f, -3.57f)
curveToRelative(-1.05f, -0.94f, -2.41f, -1.47f, -3.79f, -1.37f)
@@ -1926,17 +1658,17 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
lineToRelative(-0.9f, 1.0f)
curveToRelative(-1.31f, 1.3f, -3.65f, 1.3f, -4.96f, 0.0f)
curveToRelative(-0.67f, -0.77f, -1.04f, -1.61f, -1.04f, -2.54f)
- curveToRelative(0.0f, -0.94f, 0.38f, -1.88f, 1.03f, -2.54f)
+ curveToRelative(0.0f, -0.94f, 0.38f, -1.88f, 1.03f, -2.53f)
lineToRelative(4.82f, -4.82f)
curveToRelative(0.55f, -0.55f, 1.39f, -0.93f, 2.35f, -1.03f)
curveToRelative(0.84f, 0.0f, 1.66f, 0.28f, 2.3f, 1.11f)
lineToRelative(0.01f, 0.02f)
lineToRelative(0.02f, 0.02f)
curveToRelative(0.66f, 0.56f, 1.13f, 1.41f, 1.22f, 2.25f)
- arcToRelative(3.34f, 3.34f, 0.0f, false, true, -0.65f, 2.43f)
+ arcToRelative(3.33f, 3.33f, 0.0f, false, true, -0.65f, 2.43f)
close()
- moveTo(136.25f, 75.78f)
- lineTo(136.25f, 75.77f)
+ moveTo(176.25f, 99.78f)
+ lineTo(176.25f, 99.77f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, 0.13f, -0.73f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, -0.4f, -0.62f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, -0.73f, -0.13f)
@@ -1950,7 +1682,7 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
curveToRelative(1.05f, -1.05f, 1.58f, -2.42f, 1.58f, -3.89f)
reflectiveCurveToRelative(-0.52f, -2.84f, -1.58f, -3.89f)
curveToRelative(-1.05f, -1.05f, -2.42f, -1.58f, -3.89f, -1.58f)
- reflectiveCurveToRelative(-2.84f, 0.53f, -3.89f, 1.58f)
+ reflectiveCurveToRelative(-2.84f, 0.52f, -3.89f, 1.58f)
lineToRelative(-0.7f, 0.7f)
curveToRelative(-0.19f, 0.19f, -0.31f, 0.44f, -0.35f, 0.7f)
arcToRelative(0.9f, 0.9f, 0.0f, false, false, 0.25f, 0.76f)
@@ -1970,44 +1702,39 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(126.9f, 140.77f)
+ moveTo(166.9f, 164.77f)
horizontalLineToRelative(5.36f)
- lineTo(132.27f, 142.0f)
+ lineTo(172.27f, 166.0f)
horizontalLineToRelative(-6.79f)
verticalLineToRelative(-10.15f)
horizontalLineToRelative(1.43f)
close()
- moveTo(134.55f, 131.85f)
+ moveTo(174.55f, 155.85f)
verticalLineToRelative(1.54f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-1.54f)
close()
- moveTo(134.55f, 134.47f)
- lineTo(134.55f, 142.0f)
+ moveTo(174.55f, 158.47f)
+ lineTo(174.55f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-7.53f)
close()
- moveTo(137.85f, 135.6f)
+ moveTo(177.85f, 159.6f)
curveToRelative(0.43f, -0.71f, 1.16f, -1.26f, 2.44f, -1.26f)
curveToRelative(1.82f, 0.0f, 2.48f, 1.18f, 2.48f, 2.9f)
- lineTo(142.76f, 142.0f)
+ lineTo(182.76f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-4.38f)
curveToRelative(0.0f, -1.16f, -0.2f, -2.17f, -1.65f, -2.17f)
curveToRelative(-1.23f, 0.0f, -1.99f, 0.85f, -1.99f, 2.46f)
- lineTo(137.85f, 142.0f)
+ lineTo(177.85f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-7.53f)
horizontalLineToRelative(1.27f)
close()
- moveTo(145.94f, 131.85f)
+ moveTo(185.94f, 155.85f)
verticalLineToRelative(6.01f)
lineToRelative(3.04f, -3.39f)
horizontalLineToRelative(1.57f)
@@ -2016,7 +1743,7 @@ val AppIllus.ThreeCardsTransferTypeDark: ImageVector
horizontalLineToRelative(-1.55f)
lineToRelative(-2.56f, -3.47f)
lineToRelative(-0.88f, 0.95f)
- lineTo(145.94f, 142.0f)
+ lineTo(185.94f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-10.15f)
close()
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeLight.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeLight.kt
index 6eab07c46..b9c739dc6 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeLight.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/ThreeCardsTransferTypeLight.kt
@@ -1,3 +1,20 @@
+/*
+ * Infomaniak SwissTransfer - Android
+ * Copyright (C) 2024 Infomaniak Network SA
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
package com.infomaniak.swisstransfer.ui.images.illus.onboarding
import androidx.compose.foundation.Image
@@ -29,10 +46,10 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
_threeCardsTransferTypeLight = Builder(
name = "ThreeCardsTransferTypeLight",
- defaultWidth = 296.0.dp,
- defaultHeight = 210.0.dp,
- viewportWidth = 296.0f,
- viewportHeight = 210.0f
+ defaultWidth = 375.0.dp,
+ defaultHeight = 258.0.dp,
+ viewportWidth = 375.0f,
+ viewportHeight = 258.0f
).apply {
path(
fill = SolidColor(Color(0x00000000)),
@@ -43,9 +60,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(270.05f, 200.24f)
+ moveTo(310.05f, 224.24f)
curveToRelative(7.94f, 1.49f, 16.46f, -2.26f, 20.13f, -13.08f)
- moveTo(278.15f, 206.6f)
+ moveTo(318.15f, 230.6f)
curveToRelative(5.49f, 1.06f, 11.33f, -1.38f, 13.78f, -8.6f)
}
path(
@@ -57,9 +74,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(43.28f, 8.95f)
+ moveTo(83.28f, 32.95f)
curveToRelative(-8.35f, -1.06f, -16.97f, 3.37f, -20.11f, 14.84f)
- moveTo(34.47f, 2.83f)
+ moveTo(74.47f, 26.83f)
curveToRelative(-5.77f, -0.76f, -11.69f, 2.14f, -13.79f, 9.79f)
}
path(
@@ -71,47 +88,37 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(148.56f, 49.57f)
- lineTo(227.55f, 28.4f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 231.3f, 30.56f)
- lineTo(270.87f, 178.24f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 268.71f, 181.99f)
- lineTo(189.72f, 203.15f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 185.97f, 200.99f)
- lineTo(146.4f, 53.31f)
- arcTo(3.06f, 3.06f, 120.0f, false, true, 148.56f, 49.57f)
+ moveTo(188.56f, 73.57f)
+ lineTo(267.55f, 52.4f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 271.3f, 54.56f)
+ lineTo(310.87f, 202.24f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 308.71f, 205.98f)
+ lineTo(229.72f, 227.15f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 225.97f, 224.99f)
+ lineTo(186.4f, 77.31f)
+ arcTo(3.06f, 3.06f, 120.0f, false, true, 188.56f, 73.57f)
close()
}
path(
fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(164.26f, 66.93f)
- lineTo(222.64f, 51.29f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 224.82f, 52.54f)
- lineTo(242.31f, 117.8f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 241.05f, 119.98f)
- lineTo(182.66f, 135.62f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 180.49f, 134.36f)
- lineTo(163.0f, 69.11f)
- arcTo(1.78f, 1.78f, 120.0f, false, true, 164.26f, 66.93f)
+ moveTo(204.26f, 90.93f)
+ lineTo(262.64f, 75.29f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 264.82f, 76.54f)
+ lineTo(282.31f, 141.8f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 281.05f, 143.97f)
+ lineTo(222.66f, 159.62f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 220.49f, 158.36f)
+ lineTo(203.0f, 93.11f)
+ arcTo(1.78f, 1.78f, 120.0f, false, true, 204.26f, 90.93f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(202.65f, 93.45f)
+ moveTo(242.65f, 117.45f)
moveToRelative(-20.61f, 5.52f)
arcToRelative(21.33f, 21.33f, 120.0f, true, true, 41.21f, -11.04f)
arcToRelative(21.33f, 21.33f, 120.0f, true, true, -41.21f, 11.04f)
@@ -125,7 +132,7 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(192.47f, 89.02f)
+ moveTo(232.47f, 113.02f)
curveToRelative(-1.2f, 0.32f, -1.88f, 1.57f, -1.56f, 2.75f)
lineToRelative(2.76f, 10.3f)
curveToRelative(0.32f, 1.18f, 1.52f, 1.92f, 2.73f, 1.6f)
@@ -134,9 +141,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
lineToRelative(-2.76f, -10.3f)
curveToRelative(-0.32f, -1.18f, -1.52f, -1.92f, -2.73f, -1.6f)
close()
- moveTo(195.43f, 101.6f)
- lineTo(192.86f, 91.98f)
- lineTo(202.87f, 96.5f)
+ moveTo(235.43f, 125.6f)
+ lineTo(232.86f, 115.98f)
+ lineTo(242.87f, 120.5f)
arcToRelative(0.92f, 0.92f, 0.0f, false, false, 1.12f, -0.3f)
lineToRelative(6.41f, -8.92f)
lineToRelative(2.58f, 9.62f)
@@ -150,18 +157,13 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(210.69f, 150.77f)
+ moveToRelative(250.69f, 174.77f)
lineToRelative(-4.44f, -6.95f)
lineToRelative(2.04f, 7.6f)
lineToRelative(-1.23f, 0.33f)
- lineToRelative(-2.34f, -8.71f)
+ lineToRelative(-2.34f, -8.72f)
lineToRelative(2.06f, -0.55f)
lineToRelative(4.17f, 6.66f)
lineToRelative(0.28f, -7.86f)
@@ -171,7 +173,7 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
lineToRelative(-2.04f, -7.6f)
lineToRelative(-0.37f, 8.24f)
close()
- moveTo(216.67f, 147.34f)
+ moveTo(256.67f, 171.34f)
curveToRelative(-0.41f, -1.53f, 1.19f, -2.43f, 3.77f, -3.44f)
lineToRelative(-0.04f, -0.16f)
curveToRelative(-0.32f, -1.18f, -1.08f, -1.4f, -1.89f, -1.18f)
@@ -184,26 +186,26 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
lineToRelative(-1.11f, 0.3f)
arcToRelative(7.0f, 7.0f, 0.0f, false, true, -0.32f, -0.87f)
curveToRelative(-0.22f, 0.77f, -0.79f, 1.33f, -1.93f, 1.64f)
- curveToRelative(-1.21f, 0.33f, -2.4f, -0.08f, -2.72f, -1.27f)
+ curveToRelative(-1.21f, 0.32f, -2.4f, -0.08f, -2.72f, -1.27f)
moveToRelative(4.08f, -2.6f)
curveToRelative(-1.93f, 0.74f, -3.11f, 1.36f, -2.88f, 2.25f)
curveToRelative(0.16f, 0.61f, 0.74f, 0.9f, 1.52f, 0.69f)
curveToRelative(1.02f, -0.27f, 1.87f, -1.0f, 1.46f, -2.53f)
close()
- moveTo(222.99f, 138.14f)
- lineTo(223.34f, 139.46f)
- lineTo(222.25f, 139.75f)
- lineTo(221.89f, 138.43f)
+ moveTo(262.99f, 162.13f)
+ lineTo(263.34f, 163.46f)
+ lineTo(262.25f, 163.75f)
+ lineTo(261.89f, 162.43f)
close()
- moveTo(223.59f, 140.38f)
- lineTo(225.32f, 146.85f)
- lineTo(224.23f, 147.14f)
- lineTo(222.5f, 140.68f)
+ moveTo(263.59f, 164.38f)
+ lineTo(265.32f, 170.85f)
+ lineTo(264.23f, 171.14f)
+ lineTo(262.49f, 164.68f)
close()
- moveTo(228.15f, 146.09f)
- lineTo(227.06f, 146.39f)
- lineTo(224.72f, 137.67f)
- lineTo(225.81f, 137.38f)
+ moveTo(268.15f, 170.09f)
+ lineTo(267.06f, 170.38f)
+ lineTo(264.72f, 161.67f)
+ lineTo(265.82f, 161.38f)
close()
}
path(
@@ -215,52 +217,42 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(44.72f, 28.4f)
- lineTo(123.71f, 49.57f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 125.87f, 53.31f)
- lineTo(86.3f, 200.99f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 82.56f, 203.15f)
- lineTo(3.56f, 181.99f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 1.4f, 178.24f)
- lineTo(40.97f, 30.56f)
- arcTo(3.06f, 3.06f, 60.0f, false, true, 44.72f, 28.4f)
+ moveTo(84.72f, 52.4f)
+ lineTo(163.71f, 73.57f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 165.87f, 77.31f)
+ lineTo(126.3f, 224.99f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 122.56f, 227.15f)
+ lineTo(43.56f, 205.99f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 41.4f, 202.24f)
+ lineTo(80.97f, 54.56f)
+ arcTo(3.06f, 3.06f, 60.0f, false, true, 84.72f, 52.4f)
close()
}
path(
fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(47.91f, 50.83f)
- lineTo(108.01f, 66.93f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 109.27f, 69.11f)
- lineTo(91.78f, 134.36f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 89.61f, 135.62f)
- lineTo(29.5f, 119.52f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 28.25f, 117.34f)
- lineTo(45.73f, 52.09f)
- arcTo(1.78f, 1.78f, 60.0f, false, true, 47.91f, 50.83f)
+ moveTo(87.91f, 74.83f)
+ lineTo(148.01f, 90.93f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 149.27f, 93.11f)
+ lineTo(131.78f, 158.36f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 129.61f, 159.62f)
+ lineTo(69.5f, 143.52f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 68.25f, 141.34f)
+ lineTo(85.73f, 76.08f)
+ arcTo(1.78f, 1.78f, 60.0f, false, true, 87.91f, 74.83f)
close()
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(56.08f, 69.95f)
+ moveToRelative(96.08f, 93.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.53f, 72.01f)
+ moveTo(95.53f, 96.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -268,34 +260,34 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(54.98f, 74.07f)
+ moveToRelative(94.98f, 98.07f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.42f, 76.13f)
+ moveTo(94.43f, 100.13f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.87f, 78.19f)
+ moveTo(93.87f, 102.19f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.32f, 80.25f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(93.32f, 104.25f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.14f, 70.5f)
+ moveTo(98.14f, 94.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -303,24 +295,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(55.38f, 80.81f)
+ moveToRelative(95.38f, 104.81f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(60.2f, 71.06f)
+ moveTo(100.2f, 95.05f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.1f, 75.18f)
+ moveTo(99.1f, 99.17f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -328,29 +315,24 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(58.55f, 77.24f)
+ moveToRelative(98.55f, 101.23f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(57.44f, 81.36f)
+ moveTo(97.44f, 105.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.26f, 71.61f)
+ moveTo(102.26f, 95.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.16f, 75.73f)
+ moveTo(101.16f, 99.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -358,24 +340,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(60.61f, 77.79f)
+ moveToRelative(100.61f, 101.79f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.5f, 81.91f)
+ moveTo(99.5f, 105.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.32f, 72.16f)
+ moveTo(104.32f, 96.16f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -383,19 +360,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(61.56f, 82.46f)
+ moveToRelative(101.56f, 106.46f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(106.38f, 96.71f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(66.38f, 72.71f)
+ moveTo(105.83f, 98.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -403,19 +380,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(65.83f, 74.77f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(65.28f, 76.83f)
+ moveToRelative(105.28f, 100.83f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -423,34 +390,29 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(64.73f, 78.89f)
+ moveToRelative(104.73f, 102.89f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.18f, 80.96f)
+ moveTo(104.18f, 104.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(63.62f, 83.01f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(77.15f, 106.44f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(103.62f, 107.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(76.6f, 108.5f)
+ moveTo(117.15f, 130.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -458,19 +420,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(76.05f, 110.56f)
+ moveToRelative(116.6f, 132.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.5f, 112.63f)
+ moveTo(116.05f, 134.56f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -478,14 +435,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(74.94f, 114.69f)
+ moveToRelative(115.5f, 136.62f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -493,19 +445,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(74.39f, 116.75f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(79.21f, 107.0f)
+ moveToRelative(114.94f, 138.68f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -513,24 +455,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(76.45f, 117.3f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(81.27f, 107.55f)
+ moveToRelative(114.39f, 140.74f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.17f, 111.67f)
+ moveTo(119.21f, 130.99f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -538,39 +470,44 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(79.62f, 113.73f)
+ moveToRelative(116.45f, 141.29f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(121.27f, 131.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.51f, 117.85f)
+ moveTo(120.17f, 135.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(83.33f, 108.1f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(119.62f, 137.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.23f, 112.22f)
+ moveTo(118.51f, 141.85f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(81.68f, 114.28f)
+ moveTo(123.33f, 132.1f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.57f, 118.4f)
+ moveTo(122.23f, 136.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -578,19 +515,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(85.39f, 108.65f)
+ moveToRelative(121.68f, 138.28f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.63f, 118.95f)
+ moveTo(120.57f, 142.4f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(125.39f, 132.65f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -598,34 +535,24 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(87.46f, 109.2f)
+ moveToRelative(122.63f, 142.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.9f, 111.27f)
+ moveTo(127.46f, 133.2f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(86.35f, 113.33f)
+ moveTo(126.9f, 135.26f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(126.35f, 137.32f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -633,14 +560,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(85.8f, 115.39f)
+ moveToRelative(125.8f, 139.38f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -648,14 +570,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(85.25f, 117.45f)
+ moveToRelative(125.25f, 141.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -663,29 +580,24 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(84.69f, 119.51f)
+ moveToRelative(124.69f, 143.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(52.18f, 84.36f)
+ moveTo(92.18f, 108.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.62f, 86.42f)
+ moveTo(91.62f, 110.42f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.07f, 88.49f)
+ moveTo(91.07f, 112.48f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -693,19 +605,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(50.52f, 90.54f)
+ moveToRelative(90.52f, 114.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(49.42f, 94.67f)
+ moveTo(89.42f, 118.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -713,24 +620,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(48.86f, 96.73f)
+ moveToRelative(88.86f, 120.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(48.31f, 98.79f)
+ moveTo(88.31f, 122.79f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(47.21f, 102.91f)
+ moveTo(87.21f, 126.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -738,14 +640,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(46.65f, 104.97f)
+ moveToRelative(86.65f, 128.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -753,69 +650,64 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(46.1f, 107.03f)
+ moveToRelative(86.1f, 131.03f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(45.55f, 109.09f)
+ moveTo(85.55f, 133.09f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.24f, 84.92f)
+ moveTo(94.24f, 108.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.69f, 86.98f)
+ moveTo(93.69f, 110.98f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(50.92f, 97.28f)
+ moveTo(90.93f, 121.28f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(49.82f, 101.4f)
+ moveTo(89.82f, 125.4f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(48.72f, 105.52f)
+ moveTo(88.72f, 129.52f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(47.61f, 109.64f)
+ moveTo(87.61f, 133.64f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(56.3f, 85.47f)
+ moveTo(96.3f, 109.47f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.64f, 91.65f)
+ moveTo(94.64f, 115.65f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(52.43f, 99.89f)
+ moveTo(92.43f, 123.89f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.88f, 101.95f)
+ moveTo(91.88f, 125.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -823,19 +715,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(51.33f, 104.01f)
+ moveToRelative(91.33f, 128.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(50.22f, 108.13f)
+ moveTo(90.22f, 132.13f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -843,39 +730,44 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(49.67f, 110.19f)
+ moveToRelative(89.67f, 134.19f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(56.15f, 94.26f)
+ moveTo(96.15f, 118.26f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.05f, 98.38f)
+ moveTo(95.05f, 122.38f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.49f, 100.44f)
+ moveTo(94.49f, 124.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.94f, 102.5f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(93.94f, 126.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(53.39f, 104.57f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(93.39f, 128.56f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -883,34 +775,29 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(52.84f, 106.63f)
+ moveToRelative(92.84f, 130.63f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(52.28f, 108.69f)
+ moveTo(92.29f, 132.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(51.73f, 110.75f)
+ moveTo(91.73f, 134.75f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(60.42f, 86.57f)
+ moveTo(100.42f, 110.57f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.87f, 88.63f)
+ moveTo(99.87f, 112.63f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -918,34 +805,29 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(59.31f, 90.69f)
+ moveToRelative(99.32f, 114.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.76f, 92.75f)
+ moveTo(98.76f, 116.75f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(56.0f, 103.06f)
+ moveTo(96.0f, 127.06f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.45f, 105.12f)
+ moveTo(95.45f, 129.12f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(54.34f, 109.24f)
+ moveTo(94.34f, 133.24f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -953,29 +835,24 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(60.82f, 93.31f)
+ moveToRelative(100.82f, 117.31f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(60.27f, 95.37f)
+ moveTo(100.27f, 119.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.62f, 101.55f)
+ moveTo(98.61f, 125.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.06f, 103.61f)
+ moveTo(98.06f, 127.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -983,74 +860,64 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(57.51f, 105.67f)
+ moveToRelative(97.51f, 129.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(55.85f, 111.85f)
+ moveTo(95.85f, 135.85f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.23f, 100.04f)
+ moveTo(101.23f, 124.04f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(59.57f, 106.22f)
+ moveTo(99.57f, 130.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(58.47f, 110.34f)
+ moveTo(98.47f, 134.34f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.47f, 73.8f)
+ moveTo(110.47f, 97.8f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(67.71f, 84.11f)
+ moveTo(107.71f, 108.11f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.5f, 87.14f)
+ moveTo(102.5f, 111.14f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(63.29f, 100.59f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(103.29f, 124.59f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.18f, 104.71f)
+ moveTo(102.18f, 128.71f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.63f, 106.77f)
+ moveTo(101.63f, 130.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1058,24 +925,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(61.08f, 108.83f)
+ moveToRelative(101.08f, 132.83f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(59.97f, 112.96f)
+ moveTo(99.97f, 136.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(72.53f, 74.36f)
+ moveTo(112.53f, 98.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1083,29 +945,34 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(71.97f, 76.42f)
+ moveToRelative(111.97f, 100.42f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.42f, 78.48f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(111.42f, 102.48f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.87f, 80.54f)
+ moveTo(110.87f, 104.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.32f, 82.6f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(110.32f, 106.6f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1113,69 +980,64 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(69.77f, 84.66f)
+ moveToRelative(109.77f, 108.66f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(66.23f, 110.21f)
+ moveTo(106.23f, 134.21f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(62.59f, 111.45f)
+ moveTo(102.59f, 135.45f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(62.04f, 113.51f)
+ moveTo(102.04f, 137.51f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(74.59f, 74.91f)
+ moveTo(114.59f, 98.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(74.04f, 76.97f)
+ moveTo(114.04f, 100.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(72.38f, 83.15f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(112.38f, 107.15f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.83f, 85.21f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(111.83f, 109.21f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.56f, 87.69f)
+ moveTo(104.56f, 111.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(65.2f, 109.94f)
+ moveTo(105.2f, 133.94f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1183,14 +1045,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(64.65f, 112.0f)
+ moveToRelative(104.65f, 136.0f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1198,19 +1055,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(64.1f, 114.06f)
+ moveToRelative(104.1f, 138.06f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.54f, 79.58f)
+ moveTo(115.54f, 103.58f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1218,24 +1070,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(74.99f, 81.64f)
+ moveToRelative(114.99f, 105.64f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(61.72f, 97.97f)
+ moveTo(101.72f, 121.97f)
lineToRelative(0.55f, -2.06f)
- lineToRelative(-1.99f, -0.53f)
+ lineToRelative(-1.98f, -0.53f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(68.37f, 106.37f)
+ moveTo(108.37f, 130.37f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1243,34 +1090,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(66.87f, 103.77f)
+ moveToRelative(106.87f, 127.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(67.81f, 108.43f)
+ moveTo(107.81f, 132.43f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(67.26f, 110.49f)
+ moveTo(107.26f, 134.49f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1278,54 +1110,39 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(66.71f, 112.55f)
+ moveToRelative(106.71f, 136.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(66.16f, 114.61f)
+ moveTo(106.16f, 138.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.71f, 76.01f)
+ moveTo(118.71f, 100.01f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.6f, 80.13f)
+ moveTo(117.6f, 104.13f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.05f, 82.19f)
+ moveTo(117.05f, 106.19f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.95f, 86.32f)
+ moveTo(115.95f, 110.31f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.0f, 104.87f)
+ moveTo(111.0f, 128.87f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1333,89 +1150,84 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(70.43f, 106.92f)
+ moveToRelative(110.43f, 130.92f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(79.67f, 80.69f)
+ moveTo(119.67f, 104.69f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.56f, 84.81f)
+ moveTo(118.56f, 108.81f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.01f, 86.87f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(118.01f, 110.87f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(77.47f, 88.94f)
+ moveTo(117.47f, 112.94f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.98f, 91.55f)
+ moveTo(118.98f, 115.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(76.22f, 101.86f)
+ moveTo(116.22f, 125.86f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(64.81f, 103.22f)
+ moveTo(104.81f, 127.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(73.59f, 103.35f)
+ moveTo(113.59f, 127.35f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(73.04f, 105.41f)
+ moveTo(113.04f, 129.41f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(71.93f, 109.54f)
+ moveTo(111.93f, 133.53f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(71.38f, 111.6f)
+ moveTo(111.38f, 135.59f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(110.83f, 137.65f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(70.83f, 113.66f)
+ moveTo(124.89f, 101.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(84.89f, 77.67f)
+ moveTo(124.34f, 103.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1423,29 +1235,24 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(84.34f, 79.73f)
+ moveToRelative(123.79f, 105.79f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(83.79f, 81.79f)
+ moveTo(123.23f, 107.85f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(83.23f, 83.85f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(82.68f, 85.91f)
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(122.68f, 109.91f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1453,44 +1260,39 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(82.13f, 87.97f)
+ moveToRelative(122.13f, 111.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(81.03f, 92.09f)
+ moveTo(121.03f, 116.09f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.47f, 94.15f)
+ moveTo(120.47f, 118.15f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(79.37f, 98.28f)
+ moveTo(119.37f, 122.28f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.82f, 100.34f)
+ moveTo(118.82f, 124.34f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(78.26f, 102.4f)
+ moveTo(118.26f, 126.4f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.95f, 78.22f)
+ moveTo(126.95f, 102.22f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1498,19 +1300,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(84.19f, 88.52f)
+ moveToRelative(124.19f, 112.52f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.53f, 94.71f)
+ moveTo(122.53f, 118.71f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1518,34 +1315,29 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(81.98f, 96.77f)
+ moveToRelative(121.98f, 120.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(81.43f, 98.83f)
+ moveTo(121.43f, 122.83f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(80.32f, 102.95f)
+ moveTo(120.32f, 126.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.01f, 78.77f)
+ moveTo(129.01f, 102.77f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(87.91f, 82.89f)
+ moveTo(127.91f, 106.89f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1553,29 +1345,24 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(87.36f, 84.96f)
+ moveToRelative(127.36f, 108.95f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.25f, 89.08f)
+ moveTo(126.25f, 113.08f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(84.59f, 95.26f)
+ moveTo(124.59f, 119.26f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(84.04f, 97.32f)
+ moveTo(124.04f, 121.32f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1583,19 +1370,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(83.49f, 99.38f)
+ moveToRelative(123.49f, 123.38f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(82.94f, 101.44f)
+ moveTo(122.94f, 125.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1603,24 +1385,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(82.39f, 103.5f)
+ moveToRelative(122.39f, 127.5f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(91.07f, 79.32f)
+ moveTo(131.07f, 103.32f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.97f, 83.45f)
+ moveTo(129.97f, 107.44f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1628,34 +1405,29 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(89.42f, 85.51f)
+ moveToRelative(129.42f, 109.51f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(88.31f, 89.63f)
+ moveTo(128.31f, 113.63f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(87.21f, 93.75f)
+ moveTo(127.21f, 117.75f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(85.55f, 99.93f)
+ moveTo(125.55f, 123.93f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(93.13f, 79.88f)
+ moveTo(133.13f, 103.88f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1663,19 +1435,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(90.37f, 90.18f)
+ moveToRelative(130.37f, 114.18f)
+ lineToRelative(0.55f, -2.06f)
+ lineToRelative(-2.06f, -0.55f)
+ lineToRelative(-0.55f, 2.06f)
+ close()
+ moveTo(129.27f, 118.3f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.27f, 94.3f)
+ moveTo(128.71f, 120.36f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1683,24 +1455,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(88.71f, 96.36f)
- lineToRelative(0.55f, -2.06f)
- lineToRelative(-2.06f, -0.55f)
- lineToRelative(-0.55f, 2.06f)
- close()
- moveTo(88.16f, 98.42f)
+ moveToRelative(128.16f, 122.42f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(87.61f, 100.48f)
+ moveTo(127.61f, 124.48f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1708,24 +1470,19 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(87.06f, 102.54f)
+ moveToRelative(127.06f, 126.54f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(86.51f, 104.61f)
+ moveTo(126.51f, 128.6f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(95.19f, 80.43f)
+ moveTo(135.19f, 104.43f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1733,19 +1490,14 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(94.64f, 82.49f)
+ moveToRelative(134.64f, 106.49f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(94.09f, 84.55f)
+ moveTo(134.09f, 108.55f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
@@ -1753,52 +1505,47 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(93.54f, 86.61f)
+ moveToRelative(133.54f, 110.61f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(92.99f, 88.67f)
+ moveTo(132.99f, 112.67f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(92.43f, 90.73f)
+ moveTo(132.43f, 114.73f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(90.22f, 98.98f)
+ moveTo(130.22f, 122.97f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(89.12f, 103.1f)
+ moveTo(129.12f, 127.1f)
lineToRelative(0.55f, -2.06f)
lineToRelative(-2.06f, -0.55f)
lineToRelative(-0.55f, 2.06f)
close()
- moveTo(75.42f, 88.91f)
- lineTo(67.0f, 86.65f)
+ moveTo(115.42f, 112.91f)
+ lineToRelative(-8.42f, -2.26f)
curveToRelative(-0.58f, -0.16f, -1.19f, 0.22f, -1.36f, 0.85f)
lineToRelative(-2.42f, 9.03f)
curveToRelative(-0.17f, 0.62f, 0.17f, 1.25f, 0.75f, 1.41f)
- lineTo(72.4f, 100.2f)
+ lineToRelative(8.42f, 2.26f)
curveToRelative(0.58f, 0.16f, 1.19f, -0.22f, 1.36f, -0.85f)
lineToRelative(2.42f, -9.03f)
- curveToRelative(0.17f, -0.62f, -0.17f, -1.26f, -0.75f, -1.41f)
- moveTo(54.04f, 147.46f)
+ curveToRelative(0.17f, -0.62f, -0.17f, -1.25f, -0.75f, -1.41f)
+ moveTo(94.04f, 171.46f)
lineToRelative(0.76f, 1.31f)
lineToRelative(-0.94f, 0.55f)
lineToRelative(-0.78f, -1.36f)
- curveToRelative(-0.74f, 0.25f, -1.57f, 0.28f, -2.44f, 0.04f)
+ curveToRelative(-0.74f, 0.25f, -1.57f, 0.28f, -2.45f, 0.04f)
curveToRelative(-2.51f, -0.67f, -3.58f, -2.98f, -2.88f, -5.61f)
curveToRelative(0.7f, -2.63f, 2.78f, -4.09f, 5.29f, -3.41f)
curveToRelative(2.51f, 0.67f, 3.59f, 2.97f, 2.88f, 5.6f)
@@ -1809,11 +1556,11 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
lineToRelative(0.95f, -0.56f)
lineToRelative(0.59f, 1.03f)
curveToRelative(0.55f, -0.47f, 0.99f, -1.18f, 1.25f, -2.15f)
- curveToRelative(0.6f, -2.25f, -0.32f, -3.81f, -1.91f, -4.23f)
- curveToRelative(-1.59f, -0.43f, -3.17f, 0.47f, -3.77f, 2.71f)
+ curveToRelative(0.6f, -2.25f, -0.32f, -3.81f, -1.9f, -4.23f)
+ reflectiveCurveToRelative(-3.17f, 0.47f, -3.77f, 2.71f)
reflectiveCurveToRelative(0.32f, 3.82f, 1.9f, 4.25f)
moveToRelative(9.91f, -0.35f)
- curveToRelative(-0.22f, -0.05f, -0.44f, -0.1f, -0.66f, -0.17f)
+ arcToRelative(13.0f, 13.0f, 0.0f, false, true, -0.66f, -0.17f)
lineToRelative(-1.54f, -0.41f)
lineToRelative(-0.98f, 3.67f)
lineToRelative(-1.23f, -0.33f)
@@ -1824,9 +1571,9 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
lineToRelative(0.98f, 4.41f)
lineToRelative(-1.37f, -0.37f)
close()
- moveTo(59.69f, 142.03f)
- lineTo(58.89f, 145.01f)
- lineTo(60.52f, 145.45f)
+ moveTo(99.69f, 166.03f)
+ lineTo(98.89f, 169.01f)
+ lineTo(100.53f, 169.45f)
curveToRelative(1.27f, 0.34f, 2.31f, 0.48f, 2.67f, -0.87f)
reflectiveCurveToRelative(-0.6f, -1.77f, -1.87f, -2.11f)
close()
@@ -1840,47 +1587,37 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(91.0f, 13.5f)
- lineTo(183.0f, 13.5f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 186.5f, 17.0f)
- lineTo(186.5f, 189.0f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 183.0f, 192.5f)
- lineTo(91.0f, 192.5f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 87.5f, 189.0f)
- lineTo(87.5f, 17.0f)
- arcTo(3.5f, 3.5f, 0.0f, false, true, 91.0f, 13.5f)
+ moveTo(131.0f, 37.5f)
+ lineTo(223.0f, 37.5f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 226.5f, 41.0f)
+ lineTo(226.5f, 213.0f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 223.0f, 216.5f)
+ lineTo(131.0f, 216.5f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 127.5f, 213.0f)
+ lineTo(127.5f, 41.0f)
+ arcTo(3.5f, 3.5f, 0.0f, false, true, 131.0f, 37.5f)
close()
}
path(
fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(103.0f, 37.0f)
- lineTo(171.0f, 37.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 173.0f, 39.0f)
- lineTo(173.0f, 115.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 171.0f, 117.0f)
- lineTo(103.0f, 117.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 101.0f, 115.0f)
- lineTo(101.0f, 39.0f)
- arcTo(2.0f, 2.0f, 0.0f, false, true, 103.0f, 37.0f)
+ moveTo(143.0f, 61.0f)
+ lineTo(211.0f, 61.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 213.0f, 63.0f)
+ lineTo(213.0f, 139.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 211.0f, 141.0f)
+ lineTo(143.0f, 141.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 141.0f, 139.0f)
+ lineTo(141.0f, 63.0f)
+ arcTo(2.0f, 2.0f, 0.0f, false, true, 143.0f, 61.0f)
close()
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(137.0f, 77.0f)
+ moveTo(177.0f, 101.0f)
moveToRelative(-24.0f, 0.0f)
arcToRelative(24.0f, 24.0f, 0.0f, true, true, 48.0f, 0.0f)
arcToRelative(24.0f, 24.0f, 0.0f, true, true, -48.0f, 0.0f)
@@ -1894,12 +1631,12 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(137.85f, 79.0f)
+ moveToRelative(177.85f, 103.0f)
lineToRelative(-0.01f, 0.01f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, -0.13f, 0.73f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, 0.4f, 0.62f)
- curveToRelative(0.22f, 0.15f, 0.49f, 0.17f, 0.73f, 0.13f)
- arcToRelative(0.98f, 0.98f, 0.0f, false, false, 0.62f, -0.39f)
+ curveToRelative(0.22f, 0.14f, 0.49f, 0.17f, 0.73f, 0.13f)
+ arcToRelative(0.97f, 0.97f, 0.0f, false, false, 0.62f, -0.39f)
curveToRelative(0.83f, -1.14f, 1.26f, -2.51f, 1.05f, -3.89f)
curveToRelative(-0.11f, -1.38f, -0.85f, -2.64f, -1.89f, -3.57f)
curveToRelative(-1.05f, -0.94f, -2.41f, -1.47f, -3.79f, -1.37f)
@@ -1916,17 +1653,17 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
lineToRelative(-0.9f, 1.0f)
curveToRelative(-1.31f, 1.3f, -3.65f, 1.3f, -4.96f, 0.0f)
curveToRelative(-0.67f, -0.77f, -1.04f, -1.61f, -1.04f, -2.54f)
- curveToRelative(0.0f, -0.94f, 0.38f, -1.88f, 1.03f, -2.54f)
+ curveToRelative(0.0f, -0.94f, 0.38f, -1.88f, 1.03f, -2.53f)
lineToRelative(4.82f, -4.82f)
curveToRelative(0.55f, -0.55f, 1.39f, -0.93f, 2.35f, -1.03f)
curveToRelative(0.84f, 0.0f, 1.66f, 0.28f, 2.3f, 1.11f)
lineToRelative(0.01f, 0.02f)
lineToRelative(0.02f, 0.02f)
curveToRelative(0.66f, 0.56f, 1.13f, 1.41f, 1.22f, 2.25f)
- arcToRelative(3.34f, 3.34f, 0.0f, false, true, -0.65f, 2.43f)
+ arcToRelative(3.33f, 3.33f, 0.0f, false, true, -0.65f, 2.43f)
close()
- moveTo(136.25f, 75.78f)
- lineTo(136.25f, 75.77f)
+ moveTo(176.25f, 99.78f)
+ lineTo(176.25f, 99.77f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, 0.13f, -0.73f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, -0.4f, -0.62f)
arcToRelative(0.98f, 0.98f, 0.0f, false, false, -0.73f, -0.13f)
@@ -1940,7 +1677,7 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
curveToRelative(1.05f, -1.05f, 1.58f, -2.42f, 1.58f, -3.89f)
reflectiveCurveToRelative(-0.52f, -2.84f, -1.58f, -3.89f)
curveToRelative(-1.05f, -1.05f, -2.42f, -1.58f, -3.89f, -1.58f)
- reflectiveCurveToRelative(-2.84f, 0.53f, -3.89f, 1.58f)
+ reflectiveCurveToRelative(-2.84f, 0.52f, -3.89f, 1.58f)
lineToRelative(-0.7f, 0.7f)
curveToRelative(-0.19f, 0.19f, -0.31f, 0.44f, -0.35f, 0.7f)
arcToRelative(0.9f, 0.9f, 0.0f, false, false, 0.25f, 0.76f)
@@ -1960,44 +1697,39 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
}
path(
fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(126.9f, 140.77f)
+ moveTo(166.9f, 164.77f)
horizontalLineToRelative(5.36f)
- lineTo(132.27f, 142.0f)
+ lineTo(172.27f, 166.0f)
horizontalLineToRelative(-6.79f)
verticalLineToRelative(-10.15f)
horizontalLineToRelative(1.43f)
close()
- moveTo(134.55f, 131.85f)
+ moveTo(174.55f, 155.85f)
verticalLineToRelative(1.54f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-1.54f)
close()
- moveTo(134.55f, 134.47f)
- lineTo(134.55f, 142.0f)
+ moveTo(174.55f, 158.47f)
+ lineTo(174.55f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-7.53f)
close()
- moveTo(137.85f, 135.6f)
+ moveTo(177.85f, 159.6f)
curveToRelative(0.43f, -0.71f, 1.16f, -1.26f, 2.44f, -1.26f)
curveToRelative(1.82f, 0.0f, 2.48f, 1.18f, 2.48f, 2.9f)
- lineTo(142.76f, 142.0f)
+ lineTo(182.76f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-4.38f)
curveToRelative(0.0f, -1.16f, -0.2f, -2.17f, -1.65f, -2.17f)
curveToRelative(-1.23f, 0.0f, -1.99f, 0.85f, -1.99f, 2.46f)
- lineTo(137.85f, 142.0f)
+ lineTo(177.85f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-7.53f)
horizontalLineToRelative(1.27f)
close()
- moveTo(145.94f, 131.85f)
+ moveTo(185.94f, 155.85f)
verticalLineToRelative(6.01f)
lineToRelative(3.04f, -3.39f)
horizontalLineToRelative(1.57f)
@@ -2006,7 +1738,7 @@ val AppIllus.ThreeCardsTransferTypeLight: ImageVector
horizontalLineToRelative(-1.55f)
lineToRelative(-2.56f, -3.47f)
lineToRelative(-0.88f, 0.95f)
- lineTo(145.94f, 142.0f)
+ lineTo(185.94f, 166.0f)
horizontalLineToRelative(-1.27f)
verticalLineToRelative(-10.15f)
close()
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStars.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStars.kt
similarity index 82%
rename from app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStars.kt
rename to app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStars.kt
index 14ac39510..ed621d4c1 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStars.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStars.kt
@@ -32,13 +32,13 @@ import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
import com.infomaniak.swisstransfer.ui.images.ThemedImage
import com.infomaniak.swisstransfer.ui.theme.SwissTransferTheme
-val AppIllus.TwoPadlocksIntertwinedStars: ThemedImage
- get() = _twoPadlocksIntertwinedStars ?: object : ThemedImage {
- override val light = AppIllus.TwoPadlocksIntertwinedStarsLight
- override val dark = AppIllus.TwoPadlocksIntertwinedStarsDark
- }.also { _twoPadlocksIntertwinedStars = it }
+val AppIllus.TwoLocksIntertwinedStars: ThemedImage
+ get() = _twoLocksIntertwinedStars ?: object : ThemedImage {
+ override val light = AppIllus.TwoLocksIntertwinedStarsLight
+ override val dark = AppIllus.TwoLocksIntertwinedStarsDark
+ }.also { _twoLocksIntertwinedStars = it }
-private var _twoPadlocksIntertwinedStars: ThemedImage? = null
+private var _twoLocksIntertwinedStars: ThemedImage? = null
@Preview(name = "Light")
@Preview(name = "Dark", uiMode = Configuration.UI_MODE_NIGHT_YES or Configuration.UI_MODE_TYPE_NORMAL)
@@ -46,7 +46,7 @@ private var _twoPadlocksIntertwinedStars: ThemedImage? = null
private fun Preview() {
SwissTransferTheme {
Surface {
- val imageVector = AppIllus.TwoPadlocksIntertwinedStars.image()
+ val imageVector = AppIllus.TwoLocksIntertwinedStars.image()
Box {
Image(
imageVector = imageVector,
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStarsDark.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStarsDark.kt
similarity index 64%
rename from app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStarsDark.kt
rename to app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStarsDark.kt
index 1513e5598..8e2e4b71b 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStarsDark.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStarsDark.kt
@@ -1,3 +1,20 @@
+/*
+ * Infomaniak SwissTransfer - Android
+ * Copyright (C) 2024 Infomaniak Network SA
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
package com.infomaniak.swisstransfer.ui.images.illus.onboarding
import androidx.compose.foundation.Image
@@ -20,17 +37,17 @@ import androidx.compose.ui.unit.dp
import com.infomaniak.swisstransfer.ui.images.AppImages
import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
-val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
+val AppIllus.TwoLocksIntertwinedStarsDark: ImageVector
get() {
- if (_twoPadlocksIntertwinedStarsDark != null) {
- return _twoPadlocksIntertwinedStarsDark!!
+ if (_twoLocksIntertwinedStarsDark != null) {
+ return _twoLocksIntertwinedStarsDark!!
}
- _twoPadlocksIntertwinedStarsDark = Builder(
- name = "TwoPadlocksIntertwinedStarsDark",
- defaultWidth = 240.0.dp,
- defaultHeight = 192.0.dp,
- viewportWidth = 240.0f,
- viewportHeight = 192.0f
+ _twoLocksIntertwinedStarsDark = Builder(
+ name = "TwoLocksIntertwinedStarsDark",
+ defaultWidth = 375.0.dp,
+ defaultHeight = 258.0.dp,
+ viewportWidth = 375.0f,
+ viewportHeight = 258.0f
).apply {
path(
fill = SolidColor(Color(0x00000000)),
@@ -41,15 +58,15 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(124.45f, 89.52f)
- lineTo(124.45f, 89.52f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 116.99f, 127.39f)
- lineTo(90.87f, 144.91f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 53.0f, 137.45f)
- lineTo(53.0f, 137.45f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 60.46f, 99.58f)
- lineTo(86.58f, 82.06f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 124.45f, 89.52f)
+ moveTo(194.45f, 121.52f)
+ lineTo(194.45f, 121.52f)
+ arcTo(27.3f, 27.3f, 56.26f, false, true, 186.99f, 159.39f)
+ lineTo(160.87f, 176.91f)
+ arcTo(27.3f, 27.3f, 56.26f, false, true, 123.0f, 169.45f)
+ lineTo(123.0f, 169.45f)
+ arcTo(27.3f, 27.3f, 56.26f, false, true, 130.46f, 131.58f)
+ lineTo(156.58f, 114.06f)
+ arcTo(27.3f, 27.3f, 56.26f, false, true, 194.45f, 121.52f)
close()
}
path(
@@ -61,27 +78,22 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(183.29f, 139.5f)
- lineTo(183.29f, 139.5f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 145.94f, 149.26f)
- lineTo(118.8f, 133.36f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 109.04f, 96.02f)
- lineTo(109.04f, 96.02f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 146.39f, 86.26f)
- lineTo(173.53f, 102.15f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 183.29f, 139.5f)
+ moveTo(253.29f, 171.5f)
+ lineTo(253.29f, 171.5f)
+ arcTo(27.3f, 27.3f, 120.47f, false, true, 215.94f, 181.26f)
+ lineTo(188.8f, 165.36f)
+ arcTo(27.3f, 27.3f, 120.47f, false, true, 179.04f, 128.02f)
+ lineTo(179.04f, 128.02f)
+ arcTo(27.3f, 27.3f, 120.47f, false, true, 216.39f, 118.26f)
+ lineTo(243.53f, 134.15f)
+ arcTo(27.3f, 27.3f, 120.47f, false, true, 253.29f, 171.5f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(117.85f, 121.01f)
+ moveToRelative(187.85f, 153.01f)
lineToRelative(4.43f, 8.51f)
lineToRelative(-16.53f, 11.3f)
lineToRelative(-5.41f, -8.06f)
@@ -96,13 +108,13 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(55.47f, 87.07f)
+ moveTo(125.47f, 119.07f)
arcToRelative(7.65f, 7.65f, 0.0f, false, true, 10.61f, 2.09f)
lineToRelative(36.56f, 54.5f)
arcToRelative(7.65f, 7.65f, 0.0f, false, true, -2.09f, 10.61f)
lineToRelative(-48.43f, 32.49f)
arcToRelative(7.65f, 7.65f, 0.0f, false, true, -10.61f, -2.09f)
- lineTo(4.95f, 130.17f)
+ lineToRelative(-36.56f, -54.5f)
arcToRelative(7.65f, 7.65f, 0.0f, false, true, 2.09f, -10.61f)
close()
}
@@ -115,18 +127,21 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(49.01f, 135.59f)
+ moveToRelative(117.45f, 167.59f)
lineToRelative(0.01f, 0.3f)
lineToRelative(-0.26f, 0.15f)
- lineToRelative(-5.6f, 3.23f)
- arcToRelative(3.32f, 3.32f, 0.0f, false, false, 3.32f, 5.76f)
- lineToRelative(5.6f, -3.23f)
- lineToRelative(0.26f, -0.15f)
- lineToRelative(0.25f, 0.16f)
- arcToRelative(7.76f, 7.76f, 0.0f, true, false, 0.28f, -13.27f)
+ lineToRelative(-5.53f, 3.23f)
+ curveToRelative(-1.57f, 0.92f, -2.11f, 2.95f, -1.2f, 4.54f)
+ arcToRelative(3.25f, 3.25f, 0.0f, false, false, 4.47f, 1.22f)
+ lineToRelative(5.53f, -3.23f)
+ lineToRelative(0.26f, -0.16f)
+ lineToRelative(0.26f, 0.17f)
+ arcToRelative(7.56f, 7.56f, 0.0f, false, false, 7.93f, 0.17f)
+ curveToRelative(3.66f, -2.14f, 4.92f, -6.89f, 2.8f, -10.61f)
+ curveToRelative(-2.12f, -3.71f, -6.79f, -4.98f, -10.45f, -2.84f)
lineToRelative(-0.25f, -0.43f)
lineToRelative(0.25f, 0.43f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, false, -3.88f, 7.05f)
+ curveToRelative(-2.55f, 1.49f, -3.94f, 4.26f, -3.82f, 7.05f)
close()
}
path(
@@ -138,7 +153,7 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveTo(232.7f, 117.28f)
+ moveTo(302.7f, 149.28f)
arcToRelative(7.65f, 7.65f, 0.0f, false, true, 2.77f, 10.45f)
lineToRelative(-32.96f, 56.75f)
arcToRelative(7.65f, 7.65f, 0.0f, false, true, -10.45f, 2.77f)
@@ -157,31 +172,28 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(189.02f, 134.59f)
+ moveToRelative(255.61f, 166.59f)
lineToRelative(-0.01f, 0.3f)
lineToRelative(0.26f, 0.15f)
- lineToRelative(5.6f, 3.23f)
- arcToRelative(3.32f, 3.32f, 0.0f, false, true, -3.32f, 5.76f)
- lineToRelative(-5.6f, -3.23f)
- lineToRelative(-0.26f, -0.15f)
- lineToRelative(-0.26f, 0.16f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, true, -10.89f, -10.43f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, true, 10.6f, -2.84f)
+ lineToRelative(5.53f, 3.23f)
+ curveToRelative(1.57f, 0.92f, 2.11f, 2.95f, 1.2f, 4.54f)
+ arcToRelative(3.25f, 3.25f, 0.0f, false, true, -4.47f, 1.22f)
+ lineToRelative(-5.53f, -3.23f)
+ lineToRelative(-0.26f, -0.16f)
+ lineToRelative(-0.26f, 0.17f)
+ arcToRelative(7.56f, 7.56f, 0.0f, false, true, -7.93f, 0.17f)
+ curveToRelative(-3.66f, -2.14f, -4.92f, -6.89f, -2.8f, -10.61f)
+ curveToRelative(2.12f, -3.71f, 6.79f, -4.98f, 10.45f, -2.84f)
lineToRelative(0.25f, -0.43f)
lineToRelative(-0.25f, 0.43f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, true, 3.88f, 7.05f)
+ curveToRelative(2.55f, 1.49f, 3.94f, 4.26f, 3.82f, 7.05f)
close()
}
path(
fill = SolidColor(Color(0xFF67DD95)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(109.05f, 14.08f)
+ moveToRelative(179.05f, 46.08f)
lineToRelative(2.95f, -9.28f)
lineToRelative(-4.76f, -1.51f)
lineToRelative(-2.95f, 9.28f)
@@ -200,14 +212,9 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
}
path(
fill = SolidColor(Color(0xFFDCE4E5)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
pathFillType = NonZero
) {
- moveToRelative(80.06f, 52.37f)
+ moveToRelative(150.06f, 84.37f)
lineToRelative(1.02f, -3.23f)
lineToRelative(-1.65f, -0.52f)
lineToRelative(-1.03f, 3.23f)
@@ -220,16 +227,16 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
lineToRelative(1.14f, 3.38f)
lineToRelative(1.55f, -0.55f)
lineToRelative(-1.04f, -3.23f)
- lineToRelative(3.46f, -0.09f)
+ lineToRelative(3.47f, -0.09f)
lineToRelative(-0.14f, -1.72f)
close()
- moveTo(148.2f, 33.79f)
+ moveTo(218.2f, 65.79f)
lineToRelative(1.53f, -4.82f)
lineToRelative(-2.47f, -0.79f)
lineToRelative(-1.53f, 4.82f)
lineToRelative(-4.03f, -3.2f)
lineToRelative(-1.53f, 2.01f)
- lineToRelative(4.06f, 3.07f)
+ lineToRelative(4.06f, 3.08f)
lineToRelative(-4.1f, 3.07f)
lineToRelative(1.71f, 2.06f)
lineToRelative(4.05f, -3.22f)
@@ -241,15 +248,15 @@ val AppIllus.TwoPadlocksIntertwinedStarsDark: ImageVector
close()
}
}.build()
- return _twoPadlocksIntertwinedStarsDark!!
+ return _twoLocksIntertwinedStarsDark!!
}
-private var _twoPadlocksIntertwinedStarsDark: ImageVector? = null
+private var _twoLocksIntertwinedStarsDark: ImageVector? = null
@Preview
@Composable
private fun Preview() {
- val imageVector = AppIllus.TwoPadlocksIntertwinedStarsDark
+ val imageVector = AppIllus.TwoLocksIntertwinedStarsDark
Box {
Image(
imageVector = imageVector,
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStarsLight.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStarsLight.kt
new file mode 100644
index 000000000..4d1cfbcaa
--- /dev/null
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoLocksIntertwinedStarsLight.kt
@@ -0,0 +1,357 @@
+/*
+ * Infomaniak SwissTransfer - Android
+ * Copyright (C) 2024 Infomaniak Network SA
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package com.infomaniak.swisstransfer.ui.images.illus.onboarding
+
+import androidx.compose.foundation.Image
+import androidx.compose.foundation.layout.Box
+import androidx.compose.foundation.layout.aspectRatio
+import androidx.compose.foundation.layout.size
+import androidx.compose.runtime.Composable
+import androidx.compose.ui.Modifier
+import androidx.compose.ui.graphics.Color
+import androidx.compose.ui.graphics.PathFillType.Companion.EvenOdd
+import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
+import androidx.compose.ui.graphics.SolidColor
+import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
+import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
+import androidx.compose.ui.graphics.vector.ImageVector
+import androidx.compose.ui.graphics.vector.ImageVector.Builder
+import androidx.compose.ui.graphics.vector.group
+import androidx.compose.ui.graphics.vector.path
+import androidx.compose.ui.layout.ContentScale
+import androidx.compose.ui.tooling.preview.Preview
+import androidx.compose.ui.unit.dp
+import com.infomaniak.swisstransfer.ui.images.AppImages
+import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
+
+val AppIllus.TwoLocksIntertwinedStarsLight: ImageVector
+ get() {
+ if (_twoLocksIntertwinedStarsLight != null) {
+ return _twoLocksIntertwinedStarsLight!!
+ }
+ _twoLocksIntertwinedStarsLight = Builder(
+ name = "TwoLocksIntertwinedStarsLight",
+ defaultWidth = 375.0.dp,
+ defaultHeight = 258.0.dp,
+ viewportWidth = 375.0f,
+ viewportHeight = 258.0f
+ ).apply {
+ path(
+ fill = SolidColor(Color(0x00000000)),
+ stroke = SolidColor(Color(0xFF3cb572)),
+ strokeLineWidth = 9.776f,
+ strokeLineCap = Butt,
+ strokeLineJoin = Miter,
+ strokeLineMiter = 4.0f,
+ pathFillType = NonZero
+ ) {
+ moveTo(191.46f, 121.52f)
+ verticalLineToRelative(0.0f)
+ curveToRelative(8.4f, 12.52f, 5.06f, 29.48f, -7.46f, 37.87f)
+ lineToRelative(-26.12f, 17.52f)
+ curveToRelative(-12.52f, 8.4f, -29.48f, 5.06f, -37.87f, -7.46f)
+ reflectiveCurveToRelative(-5.06f, -29.48f, 7.46f, -37.87f)
+ lineToRelative(26.12f, -17.52f)
+ curveToRelative(12.52f, -8.4f, 29.48f, -5.06f, 37.87f, 7.46f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0x00000000)),
+ stroke = SolidColor(Color(0xFF014958)),
+ strokeLineWidth = 9.776f,
+ strokeLineCap = Butt,
+ strokeLineJoin = Miter,
+ strokeLineMiter = 4.0f,
+ pathFillType = NonZero
+ ) {
+ moveTo(250.29f, 171.5f)
+ curveToRelative(-7.62f, 13.01f, -24.34f, 17.38f, -37.35f, 9.76f)
+ lineToRelative(-27.14f, -15.9f)
+ curveToRelative(-13.01f, -7.62f, -17.38f, -24.34f, -9.76f, -37.35f)
+ reflectiveCurveToRelative(24.34f, -17.38f, 37.35f, -9.76f)
+ lineToRelative(27.14f, 15.9f)
+ curveToRelative(13.01f, 7.62f, 17.38f, 24.34f, 9.76f, 37.35f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFF3cb572)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(184.86f, 153.01f)
+ lineToRelative(4.43f, 8.51f)
+ lineToRelative(-16.53f, 11.3f)
+ lineToRelative(-5.41f, -8.06f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFFFFFFFF)),
+ stroke = SolidColor(Color(0xFF014958)),
+ strokeLineWidth = 1.0f,
+ strokeLineCap = Butt,
+ strokeLineJoin = Miter,
+ strokeLineMiter = 4.0f,
+ pathFillType = NonZero
+ ) {
+ moveTo(122.48f, 119.07f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, 10.61f, 2.09f)
+ lineToRelative(36.56f, 54.5f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, -2.09f, 10.61f)
+ lineToRelative(-48.43f, 32.49f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, -10.61f, -2.09f)
+ lineToRelative(-36.56f, -54.5f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, 2.09f, -10.61f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFFe3f6dc)),
+ pathFillType = EvenOdd
+ ) {
+ moveTo(121.15f, 174.74f)
+ arcToRelative(8.26f, 8.26f, 0.0f, true, false, -4.26f, -6.35f)
+ lineToRelative(-5.37f, 3.6f)
+ arcToRelative(3.82f, 3.82f, 0.0f, true, false, 4.26f, 6.35f)
+ close()
+ }
+ group {
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(121.15f, 174.74f)
+ lineToRelative(0.48f, -0.88f)
+ lineToRelative(-0.53f, -0.29f)
+ lineToRelative(-0.5f, 0.34f)
+ close()
+ moveTo(116.89f, 168.39f)
+ lineTo(117.45f, 169.22f)
+ lineTo(117.95f, 168.88f)
+ lineTo(117.89f, 168.28f)
+ close()
+ moveTo(115.78f, 178.35f)
+ lineTo(116.34f, 179.18f)
+ close()
+ moveTo(129.15f, 173.52f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, -7.52f, 0.35f)
+ lineToRelative(-0.95f, 1.76f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, 9.59f, -0.44f)
+ close()
+ moveTo(131.14f, 163.44f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, -1.99f, 10.08f)
+ lineToRelative(1.11f, 1.66f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, 2.53f, -12.85f)
+ close()
+ moveTo(121.06f, 161.45f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, 10.08f, 1.99f)
+ lineToRelative(1.66f, -1.11f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, -12.85f, -2.53f)
+ close()
+ moveTo(117.89f, 168.28f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, 3.17f, -6.83f)
+ lineToRelative(-1.11f, -1.66f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, -4.05f, 8.71f)
+ close()
+ moveTo(112.08f, 172.83f)
+ lineTo(117.45f, 169.22f)
+ lineTo(116.33f, 167.56f)
+ lineTo(110.96f, 171.16f)
+ close()
+ moveTo(111.3f, 176.74f)
+ arcToRelative(2.82f, 2.82f, 0.0f, false, true, 0.77f, -3.92f)
+ lineToRelative(-1.11f, -1.66f)
+ arcToRelative(4.82f, 4.82f, 0.0f, false, false, -1.32f, 6.69f)
+ close()
+ moveTo(115.22f, 177.51f)
+ arcToRelative(2.82f, 2.82f, 0.0f, false, true, -3.92f, -0.77f)
+ lineToRelative(-1.66f, 1.12f)
+ arcToRelative(4.82f, 4.82f, 0.0f, false, false, 6.69f, 1.32f)
+ close()
+ moveTo(120.59f, 173.91f)
+ lineTo(115.22f, 177.51f)
+ lineTo(116.34f, 179.18f)
+ lineTo(121.71f, 175.57f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFFFFFFFF)),
+ stroke = SolidColor(Color(0xFF014958)),
+ strokeLineWidth = 1.0f,
+ strokeLineCap = Butt,
+ strokeLineJoin = Miter,
+ strokeLineMiter = 4.0f,
+ pathFillType = NonZero
+ ) {
+ moveTo(299.71f, 149.28f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, 2.77f, 10.45f)
+ lineToRelative(-32.96f, 56.75f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, -10.45f, 2.77f)
+ lineToRelative(-50.43f, -29.29f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, -2.77f, -10.45f)
+ lineToRelative(32.96f, -56.75f)
+ arcToRelative(7.65f, 7.65f, 0.0f, false, true, 10.45f, -2.77f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFFe3f6dc)),
+ pathFillType = EvenOdd
+ ) {
+ moveTo(258.64f, 166.73f)
+ arcToRelative(8.26f, 8.26f, 0.0f, false, false, -4.13f, -7.51f)
+ arcToRelative(8.26f, 8.26f, 0.0f, false, false, -11.29f, 3.02f)
+ arcToRelative(8.26f, 8.26f, 0.0f, false, false, 3.02f, 11.29f)
+ arcToRelative(8.26f, 8.26f, 0.0f, false, false, 8.56f, -0.18f)
+ lineToRelative(5.6f, 3.23f)
+ arcToRelative(3.82f, 3.82f, 0.0f, true, false, 3.82f, -6.62f)
+ close()
+ }
+ }
+ group {
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(258.64f, 166.73f)
+ lineToRelative(-1.0f, -0.04f)
+ lineToRelative(-0.03f, 0.61f)
+ lineToRelative(0.52f, 0.3f)
+ close()
+ moveTo(254.81f, 173.35f)
+ lineTo(255.31f, 172.49f)
+ lineTo(254.79f, 172.18f)
+ lineTo(254.28f, 172.51f)
+ close()
+ moveTo(254.01f, 160.09f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, 3.63f, 6.6f)
+ lineToRelative(2.0f, 0.08f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, -4.63f, -8.41f)
+ close()
+ moveTo(244.09f, 162.75f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, 9.92f, -2.66f)
+ lineToRelative(1.0f, -1.73f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, -12.65f, 3.39f)
+ close()
+ moveTo(246.75f, 172.67f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, -2.66f, -9.92f)
+ lineToRelative(-1.73f, -1.0f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, 3.39f, 12.65f)
+ close()
+ moveTo(254.28f, 172.51f)
+ arcToRelative(7.26f, 7.26f, 0.0f, false, true, -7.53f, 0.16f)
+ lineToRelative(-1.0f, 1.73f)
+ arcToRelative(9.26f, 9.26f, 0.0f, false, false, 9.6f, -0.2f)
+ close()
+ moveTo(260.91f, 175.72f)
+ lineTo(255.31f, 172.49f)
+ lineTo(254.31f, 174.22f)
+ lineTo(259.91f, 177.45f)
+ close()
+ moveTo(264.77f, 174.69f)
+ arcToRelative(2.82f, 2.82f, 0.0f, false, true, -3.86f, 1.03f)
+ lineToRelative(-1.0f, 1.73f)
+ arcToRelative(4.82f, 4.82f, 0.0f, false, false, 6.59f, -1.76f)
+ close()
+ moveTo(263.74f, 170.83f)
+ arcToRelative(2.82f, 2.82f, 0.0f, false, true, 1.03f, 3.86f)
+ lineToRelative(1.73f, 1.0f)
+ arcToRelative(4.82f, 4.82f, 0.0f, false, false, -1.77f, -6.59f)
+ close()
+ moveTo(258.14f, 167.6f)
+ lineTo(263.74f, 170.83f)
+ lineTo(264.74f, 169.1f)
+ lineTo(259.14f, 165.87f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFF3cb572)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(176.05f, 46.08f)
+ lineToRelative(2.95f, -9.28f)
+ lineToRelative(-4.76f, -1.51f)
+ lineToRelative(-2.95f, 9.28f)
+ lineToRelative(-7.75f, -6.15f)
+ lineToRelative(-2.95f, 3.87f)
+ lineToRelative(7.82f, 5.92f)
+ lineToRelative(-7.89f, 5.91f)
+ lineToRelative(3.29f, 3.96f)
+ lineToRelative(7.8f, -6.19f)
+ lineToRelative(3.27f, 9.71f)
+ lineToRelative(4.45f, -1.59f)
+ lineToRelative(-2.98f, -9.27f)
+ lineToRelative(9.96f, -0.27f)
+ lineToRelative(-0.41f, -4.94f)
+ close()
+ }
+ path(
+ fill = SolidColor(Color(0xFF014958)),
+ pathFillType = NonZero
+ ) {
+ moveToRelative(147.07f, 84.37f)
+ lineToRelative(1.02f, -3.23f)
+ lineToRelative(-1.65f, -0.52f)
+ lineToRelative(-1.03f, 3.23f)
+ lineToRelative(-2.7f, -2.14f)
+ lineToRelative(-1.02f, 1.35f)
+ lineToRelative(2.72f, 2.06f)
+ lineToRelative(-2.74f, 2.06f)
+ lineToRelative(1.15f, 1.38f)
+ lineToRelative(2.72f, -2.16f)
+ lineToRelative(1.14f, 3.38f)
+ lineToRelative(1.55f, -0.55f)
+ lineToRelative(-1.04f, -3.23f)
+ lineToRelative(3.47f, -0.09f)
+ lineToRelative(-0.14f, -1.72f)
+ close()
+ moveTo(215.21f, 65.79f)
+ lineToRelative(1.53f, -4.82f)
+ lineToRelative(-2.47f, -0.79f)
+ lineToRelative(-1.53f, 4.82f)
+ lineToRelative(-4.03f, -3.2f)
+ lineToRelative(-1.53f, 2.01f)
+ lineToRelative(4.07f, 3.08f)
+ lineToRelative(-4.1f, 3.07f)
+ lineToRelative(1.71f, 2.06f)
+ lineToRelative(4.05f, -3.22f)
+ lineToRelative(1.7f, 5.05f)
+ lineToRelative(2.31f, -0.83f)
+ lineToRelative(-1.55f, -4.82f)
+ lineToRelative(5.18f, -0.14f)
+ lineToRelative(-0.21f, -2.57f)
+ close()
+ }
+ }
+ }.build()
+ return _twoLocksIntertwinedStarsLight!!
+ }
+
+private var _twoLocksIntertwinedStarsLight: ImageVector? = null
+
+@Preview
+@Composable
+private fun Preview() {
+ val imageVector = AppIllus.TwoLocksIntertwinedStarsLight
+ Box {
+ Image(
+ imageVector = imageVector,
+ contentDescription = null,
+ contentScale = ContentScale.FillBounds,
+ modifier = Modifier
+ .size(AppImages.previewSize)
+ .aspectRatio(imageVector.viewportWidth / imageVector.viewportHeight)
+ )
+ }
+}
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStarsLight.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStarsLight.kt
deleted file mode 100644
index cc8897966..000000000
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/images/illus/onboarding/TwoPadlocksIntertwinedStarsLight.kt
+++ /dev/null
@@ -1,263 +0,0 @@
-package com.infomaniak.swisstransfer.ui.images.illus.onboarding
-
-import androidx.compose.foundation.Image
-import androidx.compose.foundation.layout.Box
-import androidx.compose.foundation.layout.aspectRatio
-import androidx.compose.foundation.layout.size
-import androidx.compose.runtime.Composable
-import androidx.compose.ui.Modifier
-import androidx.compose.ui.graphics.Color
-import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
-import androidx.compose.ui.graphics.SolidColor
-import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
-import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
-import androidx.compose.ui.graphics.vector.ImageVector
-import androidx.compose.ui.graphics.vector.ImageVector.Builder
-import androidx.compose.ui.graphics.vector.path
-import androidx.compose.ui.layout.ContentScale
-import androidx.compose.ui.tooling.preview.Preview
-import androidx.compose.ui.unit.dp
-import com.infomaniak.swisstransfer.ui.images.AppImages
-import com.infomaniak.swisstransfer.ui.images.AppImages.AppIllus
-
-val AppIllus.TwoPadlocksIntertwinedStarsLight: ImageVector
- get() {
- if (_twoPadlocksIntertwinedStarsLight != null) {
- return _twoPadlocksIntertwinedStarsLight!!
- }
- _twoPadlocksIntertwinedStarsLight = Builder(
- name = "TwoPadlocksIntertwinedStarsLight",
- defaultWidth = 240.0.dp,
- defaultHeight = 192.0.dp,
- viewportWidth = 240.0f,
- viewportHeight = 192.0f
- ).apply {
- path(
- fill = SolidColor(Color(0x00000000)),
- stroke = SolidColor(Color(0xFF3CB572)),
- strokeLineWidth = 9.78f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveTo(124.45f, 89.52f)
- lineTo(124.45f, 89.52f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 116.99f, 127.39f)
- lineTo(90.87f, 144.91f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 53.0f, 137.45f)
- lineTo(53.0f, 137.45f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 60.46f, 99.58f)
- lineTo(86.58f, 82.06f)
- arcTo(27.3f, 27.3f, 56.26f, false, true, 124.45f, 89.52f)
- close()
- }
- path(
- fill = SolidColor(Color(0x00000000)),
- stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 9.776f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveTo(183.29f, 139.5f)
- lineTo(183.29f, 139.5f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 145.94f, 149.26f)
- lineTo(118.8f, 133.36f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 109.04f, 96.02f)
- lineTo(109.04f, 96.02f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 146.39f, 86.26f)
- lineTo(173.53f, 102.15f)
- arcTo(27.3f, 27.3f, 120.47f, false, true, 183.29f, 139.5f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFF3CB572)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(117.85f, 121.01f)
- lineToRelative(4.43f, 8.51f)
- lineToRelative(-16.53f, 11.3f)
- lineToRelative(-5.41f, -8.06f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveTo(55.47f, 87.07f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, 10.61f, 2.09f)
- lineToRelative(36.56f, 54.5f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, -2.09f, 10.61f)
- lineToRelative(-48.43f, 32.49f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, -10.61f, -2.09f)
- lineTo(4.95f, 130.17f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, 2.09f, -10.61f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(49.01f, 135.59f)
- lineToRelative(0.01f, 0.3f)
- lineToRelative(-0.26f, 0.15f)
- lineToRelative(-5.6f, 3.23f)
- arcToRelative(3.32f, 3.32f, 0.0f, false, false, 3.32f, 5.76f)
- lineToRelative(5.6f, -3.23f)
- lineToRelative(0.26f, -0.15f)
- lineToRelative(0.25f, 0.16f)
- arcToRelative(7.76f, 7.76f, 0.0f, true, false, 0.28f, -13.27f)
- lineToRelative(-0.25f, -0.43f)
- lineToRelative(0.25f, 0.43f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, false, -3.88f, 7.05f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFFFFFFFF)),
- stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveTo(232.7f, 117.28f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, 2.77f, 10.45f)
- lineToRelative(-32.96f, 56.75f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, -10.45f, 2.77f)
- lineToRelative(-50.43f, -29.29f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, -2.77f, -10.45f)
- lineToRelative(32.96f, -56.75f)
- arcToRelative(7.65f, 7.65f, 0.0f, false, true, 10.45f, -2.77f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFFE3F6DC)),
- stroke = SolidColor(Color(0xFF014958)),
- strokeLineWidth = 1.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(189.02f, 134.59f)
- lineToRelative(-0.01f, 0.3f)
- lineToRelative(0.26f, 0.15f)
- lineToRelative(5.6f, 3.23f)
- arcToRelative(3.32f, 3.32f, 0.0f, false, true, -3.32f, 5.76f)
- lineToRelative(-5.6f, -3.23f)
- lineToRelative(-0.26f, -0.15f)
- lineToRelative(-0.26f, 0.16f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, true, -10.89f, -10.43f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, true, 10.6f, -2.84f)
- lineToRelative(0.25f, -0.43f)
- lineToRelative(-0.25f, 0.43f)
- arcToRelative(7.76f, 7.76f, 0.0f, false, true, 3.88f, 7.05f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFF3CB572)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(109.05f, 14.08f)
- lineToRelative(2.95f, -9.28f)
- lineToRelative(-4.76f, -1.51f)
- lineToRelative(-2.95f, 9.28f)
- lineToRelative(-7.75f, -6.15f)
- lineToRelative(-2.95f, 3.87f)
- lineToRelative(7.82f, 5.92f)
- lineToRelative(-7.89f, 5.91f)
- lineToRelative(3.29f, 3.96f)
- lineToRelative(7.8f, -6.19f)
- lineToRelative(3.27f, 9.71f)
- lineToRelative(4.45f, -1.59f)
- lineToRelative(-2.98f, -9.27f)
- lineToRelative(9.96f, -0.27f)
- lineToRelative(-0.41f, -4.94f)
- close()
- }
- path(
- fill = SolidColor(Color(0xFF014958)),
- stroke = null,
- strokeLineWidth = 0.0f,
- strokeLineCap = Butt,
- strokeLineJoin = Miter,
- strokeLineMiter = 4.0f,
- pathFillType = NonZero
- ) {
- moveToRelative(80.06f, 52.37f)
- lineToRelative(1.02f, -3.23f)
- lineToRelative(-1.65f, -0.52f)
- lineToRelative(-1.03f, 3.23f)
- lineToRelative(-2.7f, -2.14f)
- lineToRelative(-1.02f, 1.35f)
- lineToRelative(2.72f, 2.06f)
- lineToRelative(-2.74f, 2.06f)
- lineToRelative(1.15f, 1.38f)
- lineToRelative(2.72f, -2.16f)
- lineToRelative(1.14f, 3.38f)
- lineToRelative(1.55f, -0.55f)
- lineToRelative(-1.04f, -3.23f)
- lineToRelative(3.46f, -0.09f)
- lineToRelative(-0.14f, -1.72f)
- close()
- moveTo(148.2f, 33.79f)
- lineToRelative(1.53f, -4.82f)
- lineToRelative(-2.47f, -0.79f)
- lineToRelative(-1.53f, 4.82f)
- lineToRelative(-4.03f, -3.2f)
- lineToRelative(-1.53f, 2.01f)
- lineToRelative(4.06f, 3.07f)
- lineToRelative(-4.1f, 3.07f)
- lineToRelative(1.71f, 2.06f)
- lineToRelative(4.05f, -3.22f)
- lineToRelative(1.7f, 5.05f)
- lineToRelative(2.31f, -0.83f)
- lineToRelative(-1.55f, -4.82f)
- lineToRelative(5.18f, -0.14f)
- lineToRelative(-0.21f, -2.57f)
- close()
- }
- }.build()
- return _twoPadlocksIntertwinedStarsLight!!
- }
-
-private var _twoPadlocksIntertwinedStarsLight: ImageVector? = null
-
-@Preview
-@Composable
-private fun Preview() {
- val imageVector = AppIllus.TwoPadlocksIntertwinedStarsLight
- Box {
- Image(
- imageVector = imageVector,
- contentDescription = null,
- contentScale = ContentScale.FillBounds,
- modifier = Modifier
- .size(AppImages.previewSize)
- .aspectRatio(imageVector.viewportWidth / imageVector.viewportHeight)
- )
- }
-}
diff --git a/app/src/main/java/com/infomaniak/swisstransfer/ui/screen/onboarding/OnboardingScreen.kt b/app/src/main/java/com/infomaniak/swisstransfer/ui/screen/onboarding/OnboardingScreen.kt
index 3e41d14b7..756ae4874 100644
--- a/app/src/main/java/com/infomaniak/swisstransfer/ui/screen/onboarding/OnboardingScreen.kt
+++ b/app/src/main/java/com/infomaniak/swisstransfer/ui/screen/onboarding/OnboardingScreen.kt
@@ -152,7 +152,7 @@ private enum class Page(
) {
STORAGE(
background = AppIllus.RadialGradientCornerTopRight,
- illustration = AppIllus.StorageBoxPile,
+ illustration = AppIllus.StorageCardboardBoxPile,
titleRes = R.string.onboardingStorageTitle,
subtitleTemplateRes = R.string.onboardingStorageSubtitleTemplate,
subtitleArgumentRes = R.string.onboardingStorageSubtitleArgument,
@@ -168,7 +168,7 @@ private enum class Page(
),
PASSWORD(
background = AppIllus.RadialGradientCornerTopRight,
- illustration = AppIllus.TwoPadlocksIntertwinedStars,
+ illustration = AppIllus.TwoLocksIntertwinedStars,
titleRes = R.string.onboardingPasswordTitle,
subtitleTemplateRes = R.string.onboardingPasswordSubtitleTemplate,
subtitleArgumentRes = R.string.onboardingPasswordSubtitleArgument,