diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/KeyboardButton.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/KeyboardButton.kt index ae5e1551..78a9d6c5 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/KeyboardButton.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/KeyboardButton.kt @@ -97,7 +97,7 @@ fun KeyboardButtonLight( icon = icon, iconColor = MaterialTheme.colorScheme.onSurfaceVariant, allowVibration = allowVibration, - contentHeight = if (isPortrait()) 0.5f else 0.85f + contentHeight = if (isPortrait()) 0.55f else 0.7f ) } @@ -117,7 +117,7 @@ fun KeyboardButtonFilled( icon = icon, iconColor = MaterialTheme.colorScheme.onSecondaryContainer, allowVibration = allowVibration, - contentHeight = if (isPortrait()) 0.5f else 0.85f + contentHeight = if (isPortrait()) 0.55f else 0.7f ) } @@ -137,7 +137,7 @@ fun KeyboardButtonAdditional( icon = icon, iconColor = MaterialTheme.colorScheme.onSurfaceVariant, allowVibration = allowVibration, - contentHeight = if (isPortrait()) 0.8f else 0.85f + contentHeight = if (isPortrait()) 0.8f else 0.8f ) } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Backspace.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Backspace.kt index ec3057dd..021d4bf4 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Backspace.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Backspace.kt @@ -7,7 +7,6 @@ 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.unit.dp import com.sadellie.unitto.core.ui.common.key.UnittoIcons @@ -17,52 +16,43 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Backspace: ImageVector if (_backspace != null) { return _backspace!! } - _backspace = Builder(name = "Backspace", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { - group { - path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, + _backspace = Builder(name = "Backspace", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { + path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(70.0f, 99.063f) - lineTo(87.5f, 81.563f) - lineTo(105.0f, 99.063f) - lineTo(111.719f, 92.344f) - lineTo(94.063f, 75.0f) - lineTo(111.406f, 57.656f) - lineTo(104.688f, 50.938f) - lineTo(87.5f, 68.438f) - lineTo(70.0f, 50.938f) - lineTo(63.281f, 57.656f) - lineTo(80.938f, 75.0f) - lineTo(63.281f, 92.344f) - lineTo(70.0f, 99.063f) - close() - moveTo(18.75f, 75.0f) - lineTo(45.156f, 37.656f) - curveTo(46.51f, 35.781f, 48.125f, 34.245f, 50.0f, 33.047f) - curveTo(51.875f, 31.849f, 53.958f, 31.25f, 56.25f, 31.25f) - horizontalLineTo(121.875f) - curveTo(124.453f, 31.25f, 126.66f, 32.168f, 128.496f, 34.004f) - curveTo(130.332f, 35.84f, 131.25f, 38.047f, 131.25f, 40.625f) - verticalLineTo(109.375f) - curveTo(131.25f, 111.953f, 130.332f, 114.16f, 128.496f, 115.996f) - curveTo(126.66f, 117.832f, 124.453f, 118.75f, 121.875f, 118.75f) - horizontalLineTo(56.25f) - curveTo(53.958f, 118.75f, 51.875f, 118.151f, 50.0f, 116.953f) - curveTo(48.125f, 115.755f, 46.51f, 114.219f, 45.156f, 112.344f) - lineTo(18.75f, 75.0f) - close() - moveTo(30.469f, 75.0f) - lineTo(54.531f, 109.375f) - horizontalLineTo(121.875f) - verticalLineTo(40.625f) - horizontalLineTo(54.531f) - lineTo(30.469f, 75.0f) - close() - } + moveTo(59.333f, 79.889f) + lineTo(70.889f, 68.333f) + lineTo(82.445f, 79.889f) + lineTo(88.667f, 73.667f) + lineTo(77.111f, 62.111f) + lineTo(88.667f, 50.556f) + lineTo(82.445f, 44.333f) + lineTo(70.889f, 55.889f) + lineTo(59.333f, 44.333f) + lineTo(53.111f, 50.556f) + lineTo(64.667f, 62.111f) + lineTo(53.111f, 73.667f) + lineTo(59.333f, 79.889f) + close() + moveTo(22.0f, 62.111f) + lineTo(41.333f, 34.778f) + curveTo(42.148f, 33.593f, 43.204f, 32.667f, 44.5f, 32.0f) + curveTo(45.796f, 31.333f, 47.185f, 31.0f, 48.667f, 31.0f) + horizontalLineTo(93.111f) + curveTo(95.556f, 31.0f, 97.648f, 31.87f, 99.389f, 33.611f) + curveTo(101.13f, 35.352f, 102.0f, 37.444f, 102.0f, 39.889f) + verticalLineTo(84.333f) + curveTo(102.0f, 86.778f, 101.13f, 88.87f, 99.389f, 90.611f) + curveTo(97.648f, 92.352f, 95.556f, 93.222f, 93.111f, 93.222f) + horizontalLineTo(48.667f) + curveTo(47.185f, 93.222f, 45.796f, 92.889f, 44.5f, 92.222f) + curveTo(43.204f, 91.556f, 42.148f, 90.63f, 41.333f, 89.444f) + lineTo(22.0f, 62.111f) + close() } } - .build() + .build() return _backspace!! } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Divide.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Divide.kt index 7985f179..f3f2ab8c 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Divide.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Divide.kt @@ -16,52 +16,60 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Divide: ImageVector if (_divide != null) { return _divide!! } - _divide = Builder(name = "Divide", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _divide = Builder(name = "Divide", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(44.275f, 77.704f) - horizontalLineTo(105.651f) - verticalLineTo(86.344f) - horizontalLineTo(44.275f) - verticalLineTo(77.704f) + moveTo(55.0f, 30.025f) + curveTo(55.0f, 29.055f, 55.167f, 28.152f, 55.502f, 27.316f) + curveTo(55.87f, 26.446f, 56.355f, 25.693f, 56.957f, 25.057f) + curveTo(57.593f, 24.422f, 58.329f, 23.92f, 59.165f, 23.552f) + curveTo(60.035f, 23.184f, 60.955f, 23.0f, 61.925f, 23.0f) + curveTo(62.895f, 23.0f, 63.798f, 23.184f, 64.634f, 23.552f) + curveTo(65.504f, 23.92f, 66.257f, 24.422f, 66.893f, 25.057f) + curveTo(67.528f, 25.693f, 68.03f, 26.446f, 68.398f, 27.316f) + curveTo(68.766f, 28.152f, 68.95f, 29.055f, 68.95f, 30.025f) + curveTo(68.95f, 31.029f, 68.766f, 31.949f, 68.398f, 32.785f) + curveTo(68.03f, 33.621f, 67.528f, 34.357f, 66.893f, 34.993f) + curveTo(66.257f, 35.629f, 65.504f, 36.114f, 64.634f, 36.448f) + curveTo(63.798f, 36.816f, 62.895f, 37.0f, 61.925f, 37.0f) + curveTo(60.955f, 37.0f, 60.035f, 36.816f, 59.165f, 36.448f) + curveTo(58.329f, 36.114f, 57.593f, 35.629f, 56.957f, 34.993f) + curveTo(56.355f, 34.357f, 55.87f, 33.621f, 55.502f, 32.785f) + curveTo(55.167f, 31.949f, 55.0f, 31.029f, 55.0f, 30.025f) close() - moveTo(66.931f, 59.336f) - curveTo(66.931f, 58.227f, 67.123f, 57.181f, 67.507f, 56.2f) - curveTo(67.934f, 55.219f, 68.51f, 54.365f, 69.235f, 53.64f) - curveTo(69.96f, 52.915f, 70.792f, 52.339f, 71.731f, 51.912f) - curveTo(72.712f, 51.485f, 73.779f, 51.272f, 74.931f, 51.272f) - curveTo(76.04f, 51.272f, 77.064f, 51.485f, 78.003f, 51.912f) - curveTo(78.984f, 52.339f, 79.838f, 52.915f, 80.563f, 53.64f) - curveTo(81.288f, 54.365f, 81.864f, 55.219f, 82.291f, 56.2f) - curveTo(82.718f, 57.181f, 82.931f, 58.227f, 82.931f, 59.336f) - curveTo(82.931f, 60.488f, 82.718f, 61.555f, 82.291f, 62.536f) - curveTo(81.864f, 63.475f, 81.288f, 64.307f, 80.563f, 65.032f) - curveTo(79.838f, 65.757f, 78.984f, 66.333f, 78.003f, 66.76f) - curveTo(77.064f, 67.144f, 76.04f, 67.336f, 74.931f, 67.336f) - curveTo(73.779f, 67.336f, 72.712f, 67.144f, 71.731f, 66.76f) - curveTo(70.792f, 66.333f, 69.96f, 65.757f, 69.235f, 65.032f) - curveTo(68.51f, 64.307f, 67.934f, 63.475f, 67.507f, 62.536f) - curveTo(67.123f, 61.555f, 66.931f, 60.488f, 66.931f, 59.336f) + } + path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, + strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, + pathFillType = NonZero) { + moveTo(55.0f, 93.025f) + curveTo(55.0f, 92.055f, 55.167f, 91.152f, 55.502f, 90.315f) + curveTo(55.87f, 89.446f, 56.355f, 88.693f, 56.957f, 88.057f) + curveTo(57.593f, 87.422f, 58.329f, 86.92f, 59.165f, 86.552f) + curveTo(60.035f, 86.184f, 60.955f, 86.0f, 61.925f, 86.0f) + curveTo(62.895f, 86.0f, 63.798f, 86.184f, 64.634f, 86.552f) + curveTo(65.504f, 86.92f, 66.257f, 87.422f, 66.893f, 88.057f) + curveTo(67.528f, 88.693f, 68.03f, 89.446f, 68.398f, 90.315f) + curveTo(68.766f, 91.152f, 68.95f, 92.055f, 68.95f, 93.025f) + curveTo(68.95f, 94.029f, 68.766f, 94.949f, 68.398f, 95.785f) + curveTo(68.03f, 96.621f, 67.528f, 97.357f, 66.893f, 97.993f) + curveTo(66.257f, 98.629f, 65.504f, 99.114f, 64.634f, 99.448f) + curveTo(63.798f, 99.816f, 62.895f, 100.0f, 61.925f, 100.0f) + curveTo(60.955f, 100.0f, 60.035f, 99.816f, 59.165f, 99.448f) + curveTo(58.329f, 99.114f, 57.593f, 98.629f, 56.957f, 97.993f) + curveTo(56.355f, 97.357f, 55.87f, 96.621f, 55.502f, 95.785f) + curveTo(55.167f, 94.949f, 55.0f, 94.029f, 55.0f, 93.025f) close() - moveTo(66.931f, 104.904f) - curveTo(66.931f, 103.795f, 67.123f, 102.749f, 67.507f, 101.768f) - curveTo(67.934f, 100.787f, 68.51f, 99.933f, 69.235f, 99.208f) - curveTo(69.96f, 98.483f, 70.792f, 97.907f, 71.731f, 97.48f) - curveTo(72.712f, 97.053f, 73.779f, 96.84f, 74.931f, 96.84f) - curveTo(76.04f, 96.84f, 77.064f, 97.053f, 78.003f, 97.48f) - curveTo(78.984f, 97.907f, 79.838f, 98.483f, 80.563f, 99.208f) - curveTo(81.288f, 99.933f, 81.864f, 100.787f, 82.291f, 101.768f) - curveTo(82.718f, 102.749f, 82.931f, 103.795f, 82.931f, 104.904f) - curveTo(82.931f, 106.056f, 82.718f, 107.123f, 82.291f, 108.104f) - curveTo(81.864f, 109.043f, 81.288f, 109.875f, 80.563f, 110.6f) - curveTo(79.838f, 111.325f, 78.984f, 111.901f, 78.003f, 112.328f) - curveTo(77.064f, 112.712f, 76.04f, 112.904f, 74.931f, 112.904f) - curveTo(73.779f, 112.904f, 72.712f, 112.712f, 71.731f, 112.328f) - curveTo(70.792f, 111.901f, 69.96f, 111.325f, 69.235f, 110.6f) - curveTo(68.51f, 109.875f, 67.934f, 109.043f, 67.507f, 108.104f) - curveTo(67.123f, 107.123f, 66.931f, 106.056f, 66.931f, 104.904f) + } + path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, + strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, + pathFillType = NonZero) { + moveTo(22.0f, 55.0f) + horizontalLineTo(102.0f) + verticalLineTo(65.5f) + horizontalLineTo(22.0f) + verticalLineTo(55.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Equal.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Equal.kt index 8cfd1b48..c06421aa 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Equal.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Equal.kt @@ -16,22 +16,22 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Equal: ImageVector if (_equal != null) { return _equal!! } - _equal = Builder(name = "Equal", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _equal = Builder(name = "Equal", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(47.475f, 88.264f) - horizontalLineTo(102.515f) - verticalLineTo(96.904f) - horizontalLineTo(47.475f) - verticalLineTo(88.264f) + moveTo(22.0f, 77.776f) + horizontalLineTo(102.0f) + verticalLineTo(88.0f) + horizontalLineTo(22.0f) + verticalLineTo(77.776f) close() - moveTo(47.475f, 66.824f) - horizontalLineTo(102.515f) - verticalLineTo(75.464f) - horizontalLineTo(47.475f) - verticalLineTo(66.824f) + moveTo(22.0f, 37.0f) + horizontalLineTo(102.0f) + verticalLineTo(47.161f) + horizontalLineTo(22.0f) + verticalLineTo(37.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key0.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key0.kt index e5c22f37..a280f0cd 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key0.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key0.kt @@ -16,46 +16,46 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key0: ImageVector if (_key0 != null) { return _key0!! } - _key0 = Builder(name = "Key0", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key0 = Builder(name = "Key0", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(108.275f, 79.176f) - curveTo(108.275f, 87.197f, 107.4f, 94.152f, 105.651f, 100.04f) - curveTo(103.944f, 105.885f, 101.598f, 110.728f, 98.611f, 114.568f) - curveTo(95.624f, 118.408f, 92.083f, 121.267f, 87.987f, 123.144f) - curveTo(83.934f, 125.021f, 79.582f, 125.96f, 74.931f, 125.96f) - curveTo(70.238f, 125.96f, 65.864f, 125.021f, 61.811f, 123.144f) - curveTo(57.8f, 121.267f, 54.302f, 118.408f, 51.315f, 114.568f) - curveTo(48.328f, 110.728f, 45.982f, 105.885f, 44.275f, 100.04f) - curveTo(42.568f, 94.152f, 41.715f, 87.197f, 41.715f, 79.176f) - curveTo(41.715f, 71.155f, 42.568f, 64.2f, 44.275f, 58.312f) - curveTo(45.982f, 52.424f, 48.328f, 47.56f, 51.315f, 43.72f) - curveTo(54.302f, 39.837f, 57.8f, 36.957f, 61.811f, 35.08f) - curveTo(65.864f, 33.203f, 70.238f, 32.264f, 74.931f, 32.264f) - curveTo(79.582f, 32.264f, 83.934f, 33.203f, 87.987f, 35.08f) - curveTo(92.083f, 36.957f, 95.624f, 39.837f, 98.611f, 43.72f) - curveTo(101.598f, 47.56f, 103.944f, 52.424f, 105.651f, 58.312f) - curveTo(107.4f, 64.2f, 108.275f, 71.155f, 108.275f, 79.176f) + moveTo(90.831f, 62.055f) + curveTo(90.831f, 68.904f, 90.084f, 74.841f, 88.59f, 79.869f) + curveTo(87.133f, 84.86f, 85.129f, 88.994f, 82.579f, 92.273f) + curveTo(80.029f, 95.552f, 77.006f, 97.993f, 73.508f, 99.596f) + curveTo(70.047f, 101.199f, 66.331f, 102.0f, 62.361f, 102.0f) + curveTo(58.353f, 102.0f, 54.619f, 101.199f, 51.159f, 99.596f) + curveTo(47.734f, 97.993f, 44.747f, 95.552f, 42.197f, 92.273f) + curveTo(39.647f, 88.994f, 37.643f, 84.86f, 36.186f, 79.869f) + curveTo(34.729f, 74.841f, 34.0f, 68.904f, 34.0f, 62.055f) + curveTo(34.0f, 55.206f, 34.729f, 49.268f, 36.186f, 44.24f) + curveTo(37.643f, 39.213f, 39.647f, 35.06f, 42.197f, 31.781f) + curveTo(44.747f, 28.466f, 47.734f, 26.007f, 51.159f, 24.404f) + curveTo(54.619f, 22.802f, 58.353f, 22.0f, 62.361f, 22.0f) + curveTo(66.331f, 22.0f, 70.047f, 22.802f, 73.508f, 24.404f) + curveTo(77.006f, 26.007f, 80.029f, 28.466f, 82.579f, 31.781f) + curveTo(85.129f, 35.06f, 87.133f, 39.213f, 88.59f, 44.24f) + curveTo(90.084f, 49.268f, 90.831f, 55.206f, 90.831f, 62.055f) close() - moveTo(96.435f, 79.176f) - curveTo(96.435f, 72.179f, 95.838f, 66.312f, 94.643f, 61.576f) - curveTo(93.491f, 56.797f, 91.912f, 52.957f, 89.907f, 50.056f) - curveTo(87.944f, 47.155f, 85.662f, 45.085f, 83.059f, 43.848f) - curveTo(80.456f, 42.568f, 77.747f, 41.928f, 74.931f, 41.928f) - curveTo(72.115f, 41.928f, 69.406f, 42.568f, 66.803f, 43.848f) - curveTo(64.2f, 45.085f, 61.918f, 47.155f, 59.955f, 50.056f) - curveTo(57.992f, 52.957f, 56.414f, 56.797f, 55.219f, 61.576f) - curveTo(54.067f, 66.312f, 53.491f, 72.179f, 53.491f, 79.176f) - curveTo(53.491f, 86.173f, 54.067f, 92.04f, 55.219f, 96.776f) - curveTo(56.414f, 101.512f, 57.992f, 105.331f, 59.955f, 108.232f) - curveTo(61.918f, 111.133f, 64.2f, 113.224f, 66.803f, 114.504f) - curveTo(69.406f, 115.741f, 72.115f, 116.36f, 74.931f, 116.36f) - curveTo(77.747f, 116.36f, 80.456f, 115.741f, 83.059f, 114.504f) - curveTo(85.662f, 113.224f, 87.944f, 111.133f, 89.907f, 108.232f) - curveTo(91.912f, 105.331f, 93.491f, 101.512f, 94.643f, 96.776f) - curveTo(95.838f, 92.04f, 96.435f, 86.173f, 96.435f, 79.176f) + moveTo(80.721f, 62.055f) + curveTo(80.721f, 56.08f, 80.211f, 51.071f, 79.191f, 47.027f) + curveTo(78.208f, 42.947f, 76.86f, 39.668f, 75.148f, 37.191f) + curveTo(73.472f, 34.714f, 71.523f, 32.947f, 69.301f, 31.891f) + curveTo(67.078f, 30.798f, 64.765f, 30.251f, 62.361f, 30.251f) + curveTo(59.956f, 30.251f, 57.643f, 30.798f, 55.421f, 31.891f) + curveTo(53.199f, 32.947f, 51.25f, 34.714f, 49.574f, 37.191f) + curveTo(47.898f, 39.668f, 46.55f, 42.947f, 45.53f, 47.027f) + curveTo(44.547f, 51.071f, 44.055f, 56.08f, 44.055f, 62.055f) + curveTo(44.055f, 68.029f, 44.547f, 73.038f, 45.53f, 77.082f) + curveTo(46.55f, 81.126f, 47.898f, 84.386f, 49.574f, 86.863f) + curveTo(51.25f, 89.341f, 53.199f, 91.126f, 55.421f, 92.219f) + curveTo(57.643f, 93.275f, 59.956f, 93.803f, 62.361f, 93.803f) + curveTo(64.765f, 93.803f, 67.078f, 93.275f, 69.301f, 92.219f) + curveTo(71.523f, 91.126f, 73.472f, 89.341f, 75.148f, 86.863f) + curveTo(76.86f, 84.386f, 78.208f, 81.126f, 79.191f, 77.082f) + curveTo(80.211f, 73.038f, 80.721f, 68.029f, 80.721f, 62.055f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key1.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key1.kt index 66820d14..df4e08e4 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key1.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key1.kt @@ -16,28 +16,28 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key1: ImageVector if (_key1 != null) { return _key1!! } - _key1 = Builder(name = "Key1", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key1 = Builder(name = "Key1", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(103.027f, 116.296f) - verticalLineTo(125.0f) - horizontalLineTo(53.875f) - verticalLineTo(116.296f) - horizontalLineTo(73.523f) - verticalLineTo(53.768f) - curveTo(73.523f, 51.891f, 73.587f, 49.992f, 73.715f, 48.072f) - lineTo(57.395f, 62.088f) - curveTo(56.84f, 62.557f, 56.286f, 62.856f, 55.731f, 62.984f) - curveTo(55.176f, 63.069f, 54.664f, 63.069f, 54.195f, 62.984f) - curveTo(53.726f, 62.899f, 53.278f, 62.728f, 52.851f, 62.472f) - curveTo(52.467f, 62.216f, 52.168f, 61.939f, 51.955f, 61.64f) - lineTo(48.371f, 56.712f) - lineTo(75.699f, 33.096f) - horizontalLineTo(84.979f) - verticalLineTo(116.296f) - horizontalLineTo(103.027f) + moveTo(85.577f, 94.423f) + verticalLineTo(102.0f) + horizontalLineTo(42.791f) + verticalLineTo(94.423f) + horizontalLineTo(59.894f) + verticalLineTo(39.994f) + curveTo(59.894f, 38.36f, 59.95f, 36.708f, 60.061f, 35.036f) + lineTo(45.855f, 47.237f) + curveTo(45.372f, 47.645f, 44.889f, 47.905f, 44.407f, 48.017f) + curveTo(43.924f, 48.091f, 43.478f, 48.091f, 43.07f, 48.017f) + curveTo(42.661f, 47.942f, 42.271f, 47.794f, 41.9f, 47.571f) + curveTo(41.565f, 47.348f, 41.306f, 47.107f, 41.12f, 46.847f) + lineTo(38.0f, 42.557f) + lineTo(61.788f, 22.0f) + horizontalLineTo(69.866f) + verticalLineTo(94.423f) + horizontalLineTo(85.577f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key2.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key2.kt index fdbe4715..643de3e6 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key2.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key2.kt @@ -16,51 +16,51 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key2: ImageVector if (_key2 != null) { return _key2!! } - _key2 = Builder(name = "Key2", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key2 = Builder(name = "Key2", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(101.043f, 114.184f) - curveTo(102.28f, 114.184f, 103.262f, 114.547f, 103.987f, 115.272f) - curveTo(104.712f, 115.997f, 105.075f, 116.936f, 105.075f, 118.088f) - verticalLineTo(125.0f) - horizontalLineTo(43.891f) - verticalLineTo(121.096f) - curveTo(43.891f, 120.285f, 44.062f, 119.453f, 44.403f, 118.6f) - curveTo(44.744f, 117.747f, 45.278f, 116.957f, 46.003f, 116.232f) - lineTo(75.379f, 86.728f) - curveTo(77.811f, 84.253f, 80.03f, 81.885f, 82.035f, 79.624f) - curveTo(84.04f, 77.32f, 85.747f, 75.016f, 87.155f, 72.712f) - curveTo(88.563f, 70.408f, 89.651f, 68.083f, 90.419f, 65.736f) - curveTo(91.187f, 63.347f, 91.571f, 60.808f, 91.571f, 58.12f) - curveTo(91.571f, 55.432f, 91.144f, 53.085f, 90.291f, 51.08f) - curveTo(89.438f, 49.032f, 88.264f, 47.347f, 86.771f, 46.024f) - curveTo(85.32f, 44.701f, 83.592f, 43.72f, 81.587f, 43.08f) - curveTo(79.582f, 42.397f, 77.427f, 42.056f, 75.123f, 42.056f) - curveTo(72.776f, 42.056f, 70.622f, 42.397f, 68.659f, 43.08f) - curveTo(66.696f, 43.763f, 64.947f, 44.723f, 63.411f, 45.96f) - curveTo(61.918f, 47.155f, 60.659f, 48.584f, 59.635f, 50.248f) - curveTo(58.611f, 51.912f, 57.886f, 53.747f, 57.459f, 55.752f) - curveTo(56.947f, 57.245f, 56.243f, 58.248f, 55.347f, 58.76f) - curveTo(54.494f, 59.229f, 53.278f, 59.357f, 51.699f, 59.144f) - lineTo(45.747f, 58.12f) - curveTo(46.344f, 53.939f, 47.496f, 50.248f, 49.203f, 47.048f) - curveTo(50.952f, 43.805f, 53.128f, 41.096f, 55.731f, 38.92f) - curveTo(58.376f, 36.744f, 61.384f, 35.101f, 64.755f, 33.992f) - curveTo(68.126f, 32.84f, 71.774f, 32.264f, 75.699f, 32.264f) - curveTo(79.582f, 32.264f, 83.208f, 32.84f, 86.579f, 33.992f) - curveTo(89.95f, 35.144f, 92.872f, 36.829f, 95.347f, 39.048f) - curveTo(97.822f, 41.224f, 99.763f, 43.891f, 101.171f, 47.048f) - curveTo(102.579f, 50.205f, 103.283f, 53.789f, 103.283f, 57.8f) - curveTo(103.283f, 61.213f, 102.771f, 64.392f, 101.747f, 67.336f) - curveTo(100.723f, 70.237f, 99.336f, 73.011f, 97.587f, 75.656f) - curveTo(95.838f, 78.301f, 93.811f, 80.883f, 91.507f, 83.4f) - curveTo(89.246f, 85.917f, 86.835f, 88.456f, 84.275f, 91.016f) - lineTo(60.083f, 115.72f) - curveTo(61.79f, 115.251f, 63.518f, 114.888f, 65.267f, 114.632f) - curveTo(67.016f, 114.333f, 68.702f, 114.184f, 70.323f, 114.184f) - horizontalLineTo(101.043f) + moveTo(85.303f, 92.669f) + curveTo(86.37f, 92.669f, 87.217f, 92.982f, 87.843f, 93.608f) + curveTo(88.468f, 94.234f, 88.781f, 95.044f, 88.781f, 96.037f) + verticalLineTo(102.0f) + horizontalLineTo(36.0f) + verticalLineTo(98.632f) + curveTo(36.0f, 97.933f, 36.147f, 97.215f, 36.442f, 96.479f) + curveTo(36.736f, 95.743f, 37.196f, 95.062f, 37.822f, 94.436f) + lineTo(63.164f, 68.984f) + curveTo(65.262f, 66.849f, 67.175f, 64.807f, 68.906f, 62.856f) + curveTo(70.635f, 60.868f, 72.108f, 58.881f, 73.322f, 56.893f) + curveTo(74.537f, 54.905f, 75.476f, 52.9f, 76.138f, 50.875f) + curveTo(76.8f, 48.814f, 77.132f, 46.624f, 77.132f, 44.305f) + curveTo(77.132f, 41.986f, 76.764f, 39.962f, 76.028f, 38.232f) + curveTo(75.291f, 36.465f, 74.279f, 35.011f, 72.991f, 33.87f) + curveTo(71.74f, 32.729f, 70.249f, 31.883f, 68.519f, 31.331f) + curveTo(66.789f, 30.742f, 64.93f, 30.447f, 62.943f, 30.447f) + curveTo(60.918f, 30.447f, 59.06f, 30.742f, 57.367f, 31.331f) + curveTo(55.673f, 31.92f, 54.164f, 32.748f, 52.839f, 33.815f) + curveTo(51.551f, 34.846f, 50.465f, 36.079f, 49.582f, 37.514f) + curveTo(48.698f, 38.95f, 48.073f, 40.532f, 47.705f, 42.262f) + curveTo(47.263f, 43.55f, 46.656f, 44.416f, 45.883f, 44.857f) + curveTo(45.146f, 45.262f, 44.097f, 45.372f, 42.736f, 45.188f) + lineTo(37.601f, 44.305f) + curveTo(38.116f, 40.698f, 39.11f, 37.514f, 40.583f, 34.754f) + curveTo(42.092f, 31.956f, 43.969f, 29.619f, 46.214f, 27.742f) + curveTo(48.496f, 25.865f, 51.091f, 24.448f, 53.999f, 23.491f) + curveTo(56.906f, 22.497f, 60.053f, 22.0f, 63.44f, 22.0f) + curveTo(66.789f, 22.0f, 69.918f, 22.497f, 72.825f, 23.491f) + curveTo(75.733f, 24.485f, 78.254f, 25.938f, 80.389f, 27.852f) + curveTo(82.524f, 29.729f, 84.199f, 32.03f, 85.413f, 34.754f) + curveTo(86.628f, 37.477f, 87.235f, 40.569f, 87.235f, 44.029f) + curveTo(87.235f, 46.973f, 86.794f, 49.716f, 85.91f, 52.255f) + curveTo(85.027f, 54.758f, 83.831f, 57.151f, 82.322f, 59.433f) + curveTo(80.813f, 61.715f, 79.064f, 63.942f, 77.077f, 66.113f) + curveTo(75.126f, 68.285f, 73.046f, 70.475f, 70.838f, 72.683f) + lineTo(49.968f, 93.994f) + curveTo(51.44f, 93.59f, 52.931f, 93.277f, 54.44f, 93.056f) + curveTo(55.949f, 92.798f, 57.403f, 92.669f, 58.802f, 92.669f) + horizontalLineTo(85.303f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key3.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key3.kt index 75b70bef..7786ddf4 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key3.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key3.kt @@ -16,65 +16,65 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key3: ImageVector if (_key3 != null) { return _key3!! } - _key3 = Builder(name = "Key3", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key3 = Builder(name = "Key3", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(46.195f, 58.12f) - curveTo(46.792f, 53.939f, 47.944f, 50.248f, 49.651f, 47.048f) - curveTo(51.358f, 43.805f, 53.512f, 41.096f, 56.115f, 38.92f) - curveTo(58.76f, 36.744f, 61.768f, 35.101f, 65.139f, 33.992f) - curveTo(68.552f, 32.84f, 72.222f, 32.264f, 76.147f, 32.264f) - curveTo(80.03f, 32.264f, 83.614f, 32.819f, 86.899f, 33.928f) - curveTo(90.184f, 35.037f, 93.0f, 36.616f, 95.347f, 38.664f) - curveTo(97.736f, 40.712f, 99.592f, 43.187f, 100.915f, 46.088f) - curveTo(102.238f, 48.989f, 102.899f, 52.211f, 102.899f, 55.752f) - curveTo(102.899f, 58.653f, 102.515f, 61.256f, 101.747f, 63.56f) - curveTo(101.022f, 65.821f, 99.955f, 67.805f, 98.547f, 69.512f) - curveTo(97.182f, 71.219f, 95.518f, 72.669f, 93.555f, 73.864f) - curveTo(91.592f, 75.059f, 89.395f, 76.04f, 86.963f, 76.808f) - curveTo(92.936f, 78.344f, 97.416f, 80.989f, 100.403f, 84.744f) - curveTo(103.432f, 88.456f, 104.947f, 93.107f, 104.947f, 98.696f) - curveTo(104.947f, 102.92f, 104.136f, 106.717f, 102.515f, 110.088f) - curveTo(100.936f, 113.459f, 98.76f, 116.339f, 95.987f, 118.728f) - curveTo(93.214f, 121.075f, 89.971f, 122.888f, 86.259f, 124.168f) - curveTo(82.59f, 125.405f, 78.643f, 126.024f, 74.419f, 126.024f) - curveTo(69.555f, 126.024f, 65.395f, 125.427f, 61.939f, 124.232f) - curveTo(58.483f, 122.995f, 55.56f, 121.309f, 53.171f, 119.176f) - curveTo(50.782f, 117.043f, 48.819f, 114.525f, 47.283f, 111.624f) - curveTo(45.747f, 108.68f, 44.446f, 105.501f, 43.379f, 102.088f) - lineTo(48.307f, 100.04f) - curveTo(49.587f, 99.485f, 50.824f, 99.336f, 52.019f, 99.592f) - curveTo(53.256f, 99.848f, 54.152f, 100.552f, 54.707f, 101.704f) - curveTo(55.262f, 102.899f, 55.944f, 104.328f, 56.755f, 105.992f) - curveTo(57.608f, 107.656f, 58.76f, 109.256f, 60.211f, 110.792f) - curveTo(61.662f, 112.328f, 63.496f, 113.629f, 65.715f, 114.696f) - curveTo(67.976f, 115.763f, 70.835f, 116.296f, 74.291f, 116.296f) - curveTo(77.491f, 116.296f, 80.286f, 115.784f, 82.675f, 114.76f) - curveTo(85.107f, 113.693f, 87.112f, 112.328f, 88.691f, 110.664f) - curveTo(90.312f, 109.0f, 91.528f, 107.144f, 92.339f, 105.096f) - curveTo(93.15f, 103.048f, 93.555f, 101.021f, 93.555f, 99.016f) - curveTo(93.555f, 96.541f, 93.235f, 94.28f, 92.595f, 92.232f) - curveTo(91.955f, 90.184f, 90.76f, 88.413f, 89.011f, 86.92f) - curveTo(87.262f, 85.427f, 84.851f, 84.253f, 81.779f, 83.4f) - curveTo(78.75f, 82.547f, 74.846f, 82.12f, 70.067f, 82.12f) - verticalLineTo(73.864f) - curveTo(73.992f, 73.821f, 77.32f, 73.395f, 80.051f, 72.584f) - curveTo(82.824f, 71.773f, 85.064f, 70.664f, 86.771f, 69.256f) - curveTo(88.52f, 67.848f, 89.779f, 66.163f, 90.547f, 64.2f) - curveTo(91.358f, 62.237f, 91.763f, 60.061f, 91.763f, 57.672f) - curveTo(91.763f, 55.027f, 91.336f, 52.723f, 90.483f, 50.76f) - curveTo(89.672f, 48.797f, 88.542f, 47.176f, 87.091f, 45.896f) - curveTo(85.64f, 44.616f, 83.912f, 43.656f, 81.907f, 43.016f) - curveTo(79.944f, 42.376f, 77.811f, 42.056f, 75.507f, 42.056f) - curveTo(73.203f, 42.056f, 71.048f, 42.397f, 69.043f, 43.08f) - curveTo(67.08f, 43.763f, 65.331f, 44.723f, 63.795f, 45.96f) - curveTo(62.302f, 47.155f, 61.043f, 48.584f, 60.019f, 50.248f) - curveTo(58.995f, 51.912f, 58.27f, 53.747f, 57.843f, 55.752f) - curveTo(57.288f, 57.245f, 56.584f, 58.248f, 55.731f, 58.76f) - curveTo(54.92f, 59.229f, 53.726f, 59.357f, 52.147f, 59.144f) - lineTo(46.195f, 58.12f) + moveTo(38.403f, 44.062f) + curveTo(38.912f, 40.494f, 39.895f, 37.345f, 41.352f, 34.614f) + curveTo(42.808f, 31.848f, 44.646f, 29.536f, 46.867f, 27.679f) + curveTo(49.124f, 25.823f, 51.691f, 24.421f, 54.567f, 23.475f) + curveTo(57.479f, 22.492f, 60.61f, 22.0f, 63.959f, 22.0f) + curveTo(67.272f, 22.0f, 70.33f, 22.473f, 73.133f, 23.42f) + curveTo(75.936f, 24.366f, 78.339f, 25.713f, 80.341f, 27.461f) + curveTo(82.38f, 29.208f, 83.964f, 31.32f, 85.092f, 33.795f) + curveTo(86.221f, 36.271f, 86.785f, 39.019f, 86.785f, 42.041f) + curveTo(86.785f, 44.517f, 86.457f, 46.737f, 85.802f, 48.703f) + curveTo(85.183f, 50.633f, 84.273f, 52.325f, 83.072f, 53.782f) + curveTo(81.907f, 55.238f, 80.487f, 56.476f, 78.812f, 57.495f) + curveTo(77.138f, 58.514f, 75.263f, 59.352f, 73.188f, 60.007f) + curveTo(78.284f, 61.318f, 82.107f, 63.575f, 84.655f, 66.778f) + curveTo(87.24f, 69.946f, 88.532f, 73.914f, 88.532f, 78.683f) + curveTo(88.532f, 82.287f, 87.841f, 85.527f, 86.457f, 88.403f) + curveTo(85.11f, 91.279f, 83.254f, 93.736f, 80.887f, 95.775f) + curveTo(78.521f, 97.777f, 75.754f, 99.324f, 72.587f, 100.416f) + curveTo(69.456f, 101.472f, 66.089f, 102.0f, 62.485f, 102.0f) + curveTo(58.334f, 102.0f, 54.785f, 101.49f, 51.836f, 100.471f) + curveTo(48.887f, 99.415f, 46.394f, 97.977f, 44.355f, 96.157f) + curveTo(42.316f, 94.337f, 40.642f, 92.189f, 39.331f, 89.713f) + curveTo(38.021f, 87.201f, 36.91f, 84.489f, 36.0f, 81.577f) + lineTo(40.205f, 79.829f) + curveTo(41.297f, 79.356f, 42.353f, 79.229f, 43.372f, 79.447f) + curveTo(44.428f, 79.666f, 45.192f, 80.266f, 45.666f, 81.249f) + curveTo(46.139f, 82.269f, 46.721f, 83.488f, 47.413f, 84.908f) + curveTo(48.141f, 86.328f, 49.124f, 87.693f, 50.362f, 89.004f) + curveTo(51.599f, 90.314f, 53.165f, 91.424f, 55.058f, 92.335f) + curveTo(56.987f, 93.245f, 59.427f, 93.7f, 62.375f, 93.7f) + curveTo(65.106f, 93.7f, 67.49f, 93.263f, 69.529f, 92.389f) + curveTo(71.604f, 91.479f, 73.315f, 90.314f, 74.662f, 88.894f) + curveTo(76.046f, 87.475f, 77.083f, 85.891f, 77.775f, 84.143f) + curveTo(78.466f, 82.396f, 78.812f, 80.667f, 78.812f, 78.956f) + curveTo(78.812f, 76.844f, 78.539f, 74.915f, 77.993f, 73.167f) + curveTo(77.447f, 71.42f, 76.428f, 69.909f, 74.935f, 68.635f) + curveTo(73.442f, 67.361f, 71.386f, 66.36f, 68.765f, 65.632f) + curveTo(66.18f, 64.903f, 62.849f, 64.539f, 58.771f, 64.539f) + verticalLineTo(57.495f) + curveTo(62.121f, 57.458f, 64.96f, 57.095f, 67.29f, 56.403f) + curveTo(69.656f, 55.711f, 71.568f, 54.765f, 73.024f, 53.563f) + curveTo(74.517f, 52.362f, 75.59f, 50.924f, 76.246f, 49.249f) + curveTo(76.937f, 47.575f, 77.283f, 45.718f, 77.283f, 43.679f) + curveTo(77.283f, 41.422f, 76.919f, 39.456f, 76.191f, 37.782f) + curveTo(75.499f, 36.107f, 74.535f, 34.724f, 73.297f, 33.632f) + curveTo(72.059f, 32.539f, 70.585f, 31.72f, 68.874f, 31.174f) + curveTo(67.199f, 30.628f, 65.379f, 30.355f, 63.413f, 30.355f) + curveTo(61.447f, 30.355f, 59.609f, 30.646f, 57.898f, 31.229f) + curveTo(56.223f, 31.811f, 54.73f, 32.63f, 53.42f, 33.686f) + curveTo(52.146f, 34.705f, 51.072f, 35.925f, 50.198f, 37.345f) + curveTo(49.324f, 38.765f, 48.705f, 40.33f, 48.341f, 42.041f) + curveTo(47.868f, 43.315f, 47.267f, 44.171f, 46.539f, 44.608f) + curveTo(45.848f, 45.008f, 44.828f, 45.117f, 43.481f, 44.935f) + lineTo(38.403f, 44.062f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key4.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key4.kt index 90c76447..2218b0c6 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key4.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key4.kt @@ -16,34 +16,34 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key4: ImageVector if (_key4 != null) { return _key4!! } - _key4 = Builder(name = "Key4", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key4 = Builder(name = "Key4", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(84.595f, 91.912f) - verticalLineTo(54.088f) - curveTo(84.595f, 52.979f, 84.638f, 51.763f, 84.723f, 50.44f) - curveTo(84.808f, 49.117f, 84.936f, 47.773f, 85.107f, 46.408f) - lineTo(51.699f, 91.912f) - horizontalLineTo(84.595f) + moveTo(71.481f, 72.757f) + verticalLineTo(39.763f) + curveTo(71.481f, 38.795f, 71.518f, 37.734f, 71.592f, 36.581f) + curveTo(71.667f, 35.427f, 71.778f, 34.255f, 71.927f, 33.063f) + lineTo(42.786f, 72.757f) + horizontalLineTo(71.481f) close() - moveTo(108.467f, 91.912f) - verticalLineTo(98.44f) - curveTo(108.467f, 99.123f, 108.254f, 99.699f, 107.827f, 100.168f) - curveTo(107.443f, 100.637f, 106.824f, 100.872f, 105.971f, 100.872f) - horizontalLineTo(94.579f) - verticalLineTo(125.0f) - horizontalLineTo(84.595f) - verticalLineTo(100.872f) - horizontalLineTo(43.891f) - curveTo(43.038f, 100.872f, 42.291f, 100.637f, 41.651f, 100.168f) - curveTo(41.054f, 99.656f, 40.67f, 99.037f, 40.499f, 98.312f) - lineTo(39.347f, 92.488f) - lineTo(83.955f, 33.288f) - horizontalLineTo(94.579f) - verticalLineTo(91.912f) - horizontalLineTo(108.467f) + moveTo(92.304f, 72.757f) + verticalLineTo(78.451f) + curveTo(92.304f, 79.046f, 92.118f, 79.549f, 91.746f, 79.958f) + curveTo(91.411f, 80.368f, 90.871f, 80.572f, 90.127f, 80.572f) + horizontalLineTo(80.19f) + verticalLineTo(101.619f) + horizontalLineTo(71.481f) + verticalLineTo(80.572f) + horizontalLineTo(35.975f) + curveTo(35.23f, 80.572f, 34.579f, 80.368f, 34.021f, 79.958f) + curveTo(33.5f, 79.512f, 33.165f, 78.972f, 33.016f, 78.339f) + lineTo(32.011f, 73.259f) + lineTo(70.922f, 21.619f) + horizontalLineTo(80.19f) + verticalLineTo(72.757f) + horizontalLineTo(92.304f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key5.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key5.kt index 1eadd86d..e070aba3 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key5.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key5.kt @@ -16,49 +16,49 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key5: ImageVector if (_key5 != null) { return _key5!! } - _key5 = Builder(name = "Key5", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key5 = Builder(name = "Key5", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(61.043f, 67.912f) - curveTo(65.822f, 66.888f, 70.216f, 66.376f, 74.227f, 66.376f) - curveTo(79.006f, 66.376f, 83.23f, 67.08f, 86.899f, 68.488f) - curveTo(90.568f, 69.896f, 93.619f, 71.837f, 96.051f, 74.312f) - curveTo(98.526f, 76.787f, 100.382f, 79.709f, 101.619f, 83.08f) - curveTo(102.899f, 86.451f, 103.539f, 90.12f, 103.539f, 94.088f) - curveTo(103.539f, 98.952f, 102.686f, 103.347f, 100.979f, 107.272f) - curveTo(99.315f, 111.197f, 96.99f, 114.568f, 94.003f, 117.384f) - curveTo(91.059f, 120.157f, 87.582f, 122.291f, 83.571f, 123.784f) - curveTo(79.56f, 125.277f, 75.23f, 126.024f, 70.579f, 126.024f) - curveTo(67.891f, 126.024f, 65.31f, 125.747f, 62.835f, 125.192f) - curveTo(60.36f, 124.68f, 58.035f, 123.976f, 55.859f, 123.08f) - curveTo(53.726f, 122.184f, 51.742f, 121.16f, 49.907f, 120.008f) - curveTo(48.072f, 118.856f, 46.451f, 117.64f, 45.043f, 116.36f) - lineTo(48.563f, 111.496f) - curveTo(49.331f, 110.387f, 50.334f, 109.832f, 51.571f, 109.832f) - curveTo(52.424f, 109.832f, 53.384f, 110.173f, 54.451f, 110.856f) - curveTo(55.518f, 111.496f, 56.819f, 112.221f, 58.355f, 113.032f) - curveTo(59.891f, 113.843f, 61.683f, 114.589f, 63.731f, 115.272f) - curveTo(65.822f, 115.912f, 68.296f, 116.232f, 71.155f, 116.232f) - curveTo(74.355f, 116.232f, 77.235f, 115.72f, 79.795f, 114.696f) - curveTo(82.355f, 113.672f, 84.552f, 112.221f, 86.387f, 110.344f) - curveTo(88.222f, 108.424f, 89.63f, 106.141f, 90.611f, 103.496f) - curveTo(91.592f, 100.851f, 92.083f, 97.885f, 92.083f, 94.6f) - curveTo(92.083f, 91.741f, 91.656f, 89.16f, 90.803f, 86.856f) - curveTo(89.992f, 84.552f, 88.734f, 82.589f, 87.027f, 80.968f) - curveTo(85.363f, 79.347f, 83.272f, 78.088f, 80.755f, 77.192f) - curveTo(78.238f, 76.296f, 75.294f, 75.848f, 71.923f, 75.848f) - curveTo(69.619f, 75.848f, 67.208f, 76.04f, 64.691f, 76.424f) - curveTo(62.216f, 76.808f, 59.678f, 77.427f, 57.075f, 78.28f) - lineTo(49.907f, 76.168f) - lineTo(57.267f, 33.288f) - horizontalLineTo(100.723f) - verticalLineTo(38.28f) - curveTo(100.723f, 39.901f, 100.211f, 41.245f, 99.187f, 42.312f) - curveTo(98.206f, 43.336f, 96.499f, 43.848f, 94.067f, 43.848f) - horizontalLineTo(65.267f) - lineTo(61.043f, 67.912f) + moveTo(50.987f, 51.488f) + curveTo(55.109f, 50.604f, 58.9f, 50.163f, 62.36f, 50.163f) + curveTo(66.482f, 50.163f, 70.126f, 50.77f, 73.292f, 51.985f) + curveTo(76.457f, 53.199f, 79.089f, 54.874f, 81.187f, 57.009f) + curveTo(83.322f, 59.144f, 84.923f, 61.665f, 85.99f, 64.573f) + curveTo(87.094f, 67.48f, 87.646f, 70.646f, 87.646f, 74.069f) + curveTo(87.646f, 78.265f, 86.91f, 82.056f, 85.438f, 85.442f) + curveTo(84.003f, 88.829f, 81.997f, 91.736f, 79.42f, 94.166f) + curveTo(76.88f, 96.558f, 73.881f, 98.398f, 70.421f, 99.687f) + curveTo(66.961f, 100.975f, 63.225f, 101.619f, 59.213f, 101.619f) + curveTo(56.894f, 101.619f, 54.667f, 101.38f, 52.533f, 100.901f) + curveTo(50.398f, 100.46f, 48.392f, 99.852f, 46.515f, 99.079f) + curveTo(44.674f, 98.306f, 42.963f, 97.423f, 41.38f, 96.429f) + curveTo(39.797f, 95.435f, 38.399f, 94.386f, 37.184f, 93.282f) + lineTo(40.221f, 89.086f) + curveTo(40.883f, 88.129f, 41.748f, 87.651f, 42.816f, 87.651f) + curveTo(43.552f, 87.651f, 44.38f, 87.945f, 45.3f, 88.534f) + curveTo(46.22f, 89.086f, 47.343f, 89.712f, 48.668f, 90.411f) + curveTo(49.993f, 91.111f, 51.539f, 91.755f, 53.306f, 92.344f) + curveTo(55.109f, 92.896f, 57.244f, 93.172f, 59.71f, 93.172f) + curveTo(62.471f, 93.172f, 64.955f, 92.73f, 67.163f, 91.847f) + curveTo(69.372f, 90.963f, 71.267f, 89.712f, 72.85f, 88.092f) + curveTo(74.433f, 86.436f, 75.647f, 84.467f, 76.494f, 82.185f) + curveTo(77.34f, 79.903f, 77.764f, 77.345f, 77.764f, 74.511f) + curveTo(77.764f, 72.045f, 77.396f, 69.818f, 76.66f, 67.83f) + curveTo(75.96f, 65.843f, 74.874f, 64.149f, 73.402f, 62.751f) + curveTo(71.967f, 61.352f, 70.163f, 60.266f, 67.992f, 59.493f) + curveTo(65.82f, 58.721f, 63.28f, 58.334f, 60.373f, 58.334f) + curveTo(58.385f, 58.334f, 56.305f, 58.5f, 54.134f, 58.831f) + curveTo(51.999f, 59.162f, 49.809f, 59.696f, 47.564f, 60.432f) + lineTo(41.38f, 58.61f) + lineTo(47.729f, 21.619f) + horizontalLineTo(85.217f) + verticalLineTo(25.925f) + curveTo(85.217f, 27.324f, 84.775f, 28.483f, 83.892f, 29.404f) + curveTo(83.046f, 30.287f, 81.573f, 30.729f, 79.475f, 30.729f) + horizontalLineTo(54.631f) + lineTo(50.987f, 51.488f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key6.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key6.kt index 16ccc56e..c306a70c 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key6.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key6.kt @@ -16,53 +16,53 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key6: ImageVector if (_key6 != null) { return _key6!! } - _key6 = Builder(name = "Key6", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key6 = Builder(name = "Key6", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(74.867f, 116.552f) - curveTo(77.939f, 116.552f, 80.712f, 116.061f, 83.187f, 115.08f) - curveTo(85.704f, 114.099f, 87.838f, 112.733f, 89.587f, 110.984f) - curveTo(91.379f, 109.235f, 92.744f, 107.165f, 93.683f, 104.776f) - curveTo(94.664f, 102.387f, 95.155f, 99.784f, 95.155f, 96.968f) - curveTo(95.155f, 93.981f, 94.686f, 91.293f, 93.747f, 88.904f) - curveTo(92.808f, 86.472f, 91.464f, 84.424f, 89.715f, 82.76f) - curveTo(88.008f, 81.053f, 85.96f, 79.752f, 83.571f, 78.856f) - curveTo(81.182f, 77.96f, 78.558f, 77.512f, 75.699f, 77.512f) - curveTo(72.627f, 77.512f, 69.854f, 78.045f, 67.379f, 79.112f) - curveTo(64.904f, 80.136f, 62.792f, 81.544f, 61.043f, 83.336f) - curveTo(59.336f, 85.085f, 58.014f, 87.133f, 57.075f, 89.48f) - curveTo(56.179f, 91.784f, 55.731f, 94.195f, 55.731f, 96.712f) - curveTo(55.731f, 99.656f, 56.158f, 102.344f, 57.011f, 104.776f) - curveTo(57.864f, 107.208f, 59.102f, 109.299f, 60.723f, 111.048f) - curveTo(62.387f, 112.797f, 64.392f, 114.163f, 66.739f, 115.144f) - curveTo(69.128f, 116.083f, 71.838f, 116.552f, 74.867f, 116.552f) + moveTo(61.305f, 93.448f) + curveTo(63.955f, 93.448f, 66.347f, 93.025f, 68.482f, 92.178f) + curveTo(70.654f, 91.331f, 72.494f, 90.154f, 74.003f, 88.645f) + curveTo(75.549f, 87.135f, 76.727f, 85.35f, 77.537f, 83.289f) + curveTo(78.383f, 81.228f, 78.807f, 78.983f, 78.807f, 76.553f) + curveTo(78.807f, 73.977f, 78.402f, 71.658f, 77.592f, 69.597f) + curveTo(76.782f, 67.499f, 75.623f, 65.732f, 74.114f, 64.297f) + curveTo(72.641f, 62.824f, 70.875f, 61.702f, 68.813f, 60.929f) + curveTo(66.752f, 60.156f, 64.489f, 59.77f, 62.023f, 59.77f) + curveTo(59.373f, 59.77f, 56.98f, 60.23f, 54.845f, 61.15f) + curveTo(52.71f, 62.033f, 50.889f, 63.248f, 49.379f, 64.794f) + curveTo(47.907f, 66.303f, 46.766f, 68.069f, 45.956f, 70.094f) + curveTo(45.183f, 72.081f, 44.797f, 74.161f, 44.797f, 76.333f) + curveTo(44.797f, 78.872f, 45.165f, 81.191f, 45.901f, 83.289f) + curveTo(46.637f, 85.387f, 47.705f, 87.191f, 49.103f, 88.7f) + curveTo(50.539f, 90.209f, 52.269f, 91.387f, 54.293f, 92.233f) + curveTo(56.354f, 93.043f, 58.692f, 93.448f, 61.305f, 93.448f) close() - moveTo(68.211f, 67.656f) - curveTo(67.4f, 68.68f, 66.611f, 69.683f, 65.843f, 70.664f) - curveTo(65.118f, 71.603f, 64.414f, 72.541f, 63.731f, 73.48f) - curveTo(65.907f, 71.987f, 68.296f, 70.835f, 70.899f, 70.024f) - curveTo(73.502f, 69.213f, 76.339f, 68.808f, 79.411f, 68.808f) - curveTo(83.123f, 68.808f, 86.622f, 69.427f, 89.907f, 70.664f) - curveTo(93.192f, 71.859f, 96.051f, 73.629f, 98.483f, 75.976f) - curveTo(100.958f, 78.28f, 102.92f, 81.139f, 104.371f, 84.552f) - curveTo(105.822f, 87.923f, 106.547f, 91.784f, 106.547f, 96.136f) - curveTo(106.547f, 100.36f, 105.779f, 104.285f, 104.243f, 107.912f) - curveTo(102.707f, 111.539f, 100.552f, 114.696f, 97.779f, 117.384f) - curveTo(95.048f, 120.072f, 91.742f, 122.184f, 87.859f, 123.72f) - curveTo(84.019f, 125.256f, 79.774f, 126.024f, 75.123f, 126.024f) - curveTo(70.515f, 126.024f, 66.334f, 125.299f, 62.579f, 123.848f) - curveTo(58.824f, 122.355f, 55.624f, 120.264f, 52.979f, 117.576f) - curveTo(50.376f, 114.845f, 48.35f, 111.56f, 46.899f, 107.72f) - curveTo(45.491f, 103.837f, 44.787f, 99.507f, 44.787f, 94.728f) - curveTo(44.787f, 90.717f, 45.662f, 86.451f, 47.411f, 81.928f) - curveTo(49.203f, 77.363f, 52.04f, 72.499f, 55.923f, 67.336f) - lineTo(79.219f, 36.04f) - curveTo(79.816f, 35.272f, 80.627f, 34.632f, 81.651f, 34.12f) - curveTo(82.718f, 33.565f, 83.934f, 33.288f, 85.299f, 33.288f) - horizontalLineTo(95.411f) - lineTo(68.211f, 67.656f) + moveTo(55.563f, 51.267f) + curveTo(54.864f, 52.15f, 54.183f, 53.015f, 53.52f, 53.862f) + curveTo(52.895f, 54.672f, 52.287f, 55.481f, 51.698f, 56.291f) + curveTo(53.575f, 55.003f, 55.637f, 54.009f, 57.882f, 53.31f) + curveTo(60.127f, 52.611f, 62.575f, 52.261f, 65.225f, 52.261f) + curveTo(68.427f, 52.261f, 71.445f, 52.794f, 74.279f, 53.862f) + curveTo(77.114f, 54.893f, 79.58f, 56.42f, 81.678f, 58.444f) + curveTo(83.812f, 60.432f, 85.506f, 62.898f, 86.757f, 65.843f) + curveTo(88.008f, 68.75f, 88.634f, 72.081f, 88.634f, 75.836f) + curveTo(88.634f, 79.48f, 87.972f, 82.866f, 86.646f, 85.994f) + curveTo(85.321f, 89.123f, 83.463f, 91.847f, 81.07f, 94.166f) + curveTo(78.715f, 96.484f, 75.862f, 98.306f, 72.513f, 99.631f) + curveTo(69.2f, 100.956f, 65.538f, 101.619f, 61.526f, 101.619f) + curveTo(57.551f, 101.619f, 53.944f, 100.993f, 50.704f, 99.742f) + curveTo(47.465f, 98.454f, 44.705f, 96.65f, 42.423f, 94.331f) + curveTo(40.178f, 91.976f, 38.429f, 89.141f, 37.178f, 85.829f) + curveTo(35.963f, 82.479f, 35.356f, 78.743f, 35.356f, 74.621f) + curveTo(35.356f, 71.161f, 36.111f, 67.48f, 37.62f, 63.579f) + curveTo(39.166f, 59.641f, 41.613f, 55.445f, 44.963f, 50.991f) + lineTo(65.059f, 23.993f) + curveTo(65.575f, 23.33f, 66.274f, 22.778f, 67.157f, 22.337f) + curveTo(68.077f, 21.858f, 69.126f, 21.619f, 70.304f, 21.619f) + horizontalLineTo(79.027f) + lineTo(55.563f, 51.267f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key7.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key7.kt index 6dac37da..2079fa00 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key7.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key7.kt @@ -16,27 +16,27 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key7: ImageVector if (_key7 != null) { return _key7!! } - _key7 = Builder(name = "Key7", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key7 = Builder(name = "Key7", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(107.059f, 33.288f) - verticalLineTo(38.408f) - curveTo(107.059f, 39.859f, 106.888f, 41.053f, 106.547f, 41.992f) - curveTo(106.248f, 42.931f, 105.95f, 43.72f, 105.651f, 44.36f) - lineTo(67.635f, 120.968f) - curveTo(67.08f, 122.077f, 66.312f, 123.037f, 65.331f, 123.848f) - curveTo(64.35f, 124.616f, 63.048f, 125.0f, 61.427f, 125.0f) - horizontalLineTo(53.235f) - lineTo(91.763f, 49.352f) - curveTo(92.318f, 48.285f, 92.894f, 47.304f, 93.491f, 46.408f) - curveTo(94.088f, 45.512f, 94.728f, 44.659f, 95.411f, 43.848f) - horizontalLineTo(47.539f) - curveTo(46.814f, 43.848f, 46.174f, 43.571f, 45.619f, 43.016f) - curveTo(45.064f, 42.419f, 44.787f, 41.757f, 44.787f, 41.032f) - verticalLineTo(33.288f) - horizontalLineTo(107.059f) + moveTo(88.676f, 22.0f) + verticalLineTo(26.466f) + curveTo(88.676f, 27.732f, 88.527f, 28.774f, 88.229f, 29.593f) + curveTo(87.968f, 30.411f, 87.708f, 31.1f, 87.447f, 31.658f) + lineTo(54.286f, 98.483f) + curveTo(53.802f, 99.451f, 53.132f, 100.288f, 52.276f, 100.995f) + curveTo(51.42f, 101.665f, 50.285f, 102.0f, 48.871f, 102.0f) + horizontalLineTo(41.725f) + lineTo(75.333f, 36.013f) + curveTo(75.817f, 35.082f, 76.319f, 34.226f, 76.84f, 33.444f) + curveTo(77.361f, 32.663f, 77.92f, 31.919f, 78.515f, 31.211f) + horizontalLineTo(36.757f) + curveTo(36.124f, 31.211f, 35.565f, 30.969f, 35.082f, 30.486f) + curveTo(34.598f, 29.965f, 34.356f, 29.388f, 34.356f, 28.755f) + verticalLineTo(22.0f) + horizontalLineTo(88.676f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key8.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key8.kt index 8243667f..83273bd7 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key8.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key8.kt @@ -16,72 +16,72 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key8: ImageVector if (_key8 != null) { return _key8!! } - _key8 = Builder(name = "Key8", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key8 = Builder(name = "Key8", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(74.995f, 116.936f) - curveTo(77.982f, 116.936f, 80.648f, 116.531f, 82.995f, 115.72f) - curveTo(85.384f, 114.867f, 87.39f, 113.693f, 89.011f, 112.2f) - curveTo(90.675f, 110.664f, 91.934f, 108.851f, 92.787f, 106.76f) - curveTo(93.683f, 104.627f, 94.131f, 102.28f, 94.131f, 99.72f) - curveTo(94.131f, 96.563f, 93.598f, 93.875f, 92.531f, 91.656f) - curveTo(91.507f, 89.395f, 90.099f, 87.56f, 88.307f, 86.152f) - curveTo(86.558f, 84.744f, 84.531f, 83.72f, 82.227f, 83.08f) - curveTo(79.923f, 82.397f, 77.512f, 82.056f, 74.995f, 82.056f) - curveTo(72.478f, 82.056f, 70.067f, 82.397f, 67.763f, 83.08f) - curveTo(65.459f, 83.72f, 63.411f, 84.744f, 61.619f, 86.152f) - curveTo(59.87f, 87.56f, 58.462f, 89.395f, 57.395f, 91.656f) - curveTo(56.371f, 93.875f, 55.859f, 96.563f, 55.859f, 99.72f) - curveTo(55.859f, 102.28f, 56.286f, 104.627f, 57.139f, 106.76f) - curveTo(58.035f, 108.851f, 59.294f, 110.664f, 60.915f, 112.2f) - curveTo(62.579f, 113.693f, 64.584f, 114.867f, 66.931f, 115.72f) - curveTo(69.32f, 116.531f, 72.008f, 116.936f, 74.995f, 116.936f) + moveTo(62.204f, 94.246f) + curveTo(64.753f, 94.246f, 67.028f, 93.9f, 69.031f, 93.208f) + curveTo(71.069f, 92.48f, 72.78f, 91.479f, 74.164f, 90.205f) + curveTo(75.583f, 88.894f, 76.657f, 87.347f, 77.385f, 85.563f) + curveTo(78.15f, 83.743f, 78.532f, 81.741f, 78.532f, 79.556f) + curveTo(78.532f, 76.862f, 78.077f, 74.569f, 77.167f, 72.676f) + curveTo(76.293f, 70.746f, 75.092f, 69.181f, 73.563f, 67.979f) + curveTo(72.07f, 66.778f, 70.341f, 65.904f, 68.375f, 65.358f) + curveTo(66.409f, 64.776f, 64.352f, 64.485f, 62.204f, 64.485f) + curveTo(60.057f, 64.485f, 58.0f, 64.776f, 56.034f, 65.358f) + curveTo(54.068f, 65.904f, 52.321f, 66.778f, 50.792f, 67.979f) + curveTo(49.299f, 69.181f, 48.098f, 70.746f, 47.188f, 72.676f) + curveTo(46.314f, 74.569f, 45.877f, 76.862f, 45.877f, 79.556f) + curveTo(45.877f, 81.741f, 46.241f, 83.743f, 46.969f, 85.563f) + curveTo(47.734f, 87.347f, 48.807f, 88.894f, 50.191f, 90.205f) + curveTo(51.611f, 91.479f, 53.322f, 92.48f, 55.324f, 93.208f) + curveTo(57.363f, 93.9f, 59.656f, 94.246f, 62.204f, 94.246f) close() - moveTo(74.995f, 41.096f) - curveTo(72.264f, 41.096f, 69.854f, 41.501f, 67.763f, 42.312f) - curveTo(65.715f, 43.123f, 63.987f, 44.232f, 62.579f, 45.64f) - curveTo(61.214f, 47.048f, 60.168f, 48.691f, 59.443f, 50.568f) - curveTo(58.76f, 52.445f, 58.419f, 54.451f, 58.419f, 56.584f) - curveTo(58.419f, 58.675f, 58.718f, 60.701f, 59.315f, 62.664f) - curveTo(59.912f, 64.627f, 60.872f, 66.376f, 62.195f, 67.912f) - curveTo(63.518f, 69.405f, 65.224f, 70.621f, 67.315f, 71.56f) - curveTo(69.448f, 72.456f, 72.008f, 72.904f, 74.995f, 72.904f) - curveTo(77.982f, 72.904f, 80.52f, 72.456f, 82.611f, 71.56f) - curveTo(84.744f, 70.621f, 86.472f, 69.405f, 87.795f, 67.912f) - curveTo(89.118f, 66.376f, 90.078f, 64.627f, 90.675f, 62.664f) - curveTo(91.272f, 60.701f, 91.571f, 58.675f, 91.571f, 56.584f) - curveTo(91.571f, 54.451f, 91.208f, 52.445f, 90.483f, 50.568f) - curveTo(89.8f, 48.691f, 88.755f, 47.048f, 87.347f, 45.64f) - curveTo(85.982f, 44.232f, 84.254f, 43.123f, 82.163f, 42.312f) - curveTo(80.115f, 41.501f, 77.726f, 41.096f, 74.995f, 41.096f) + moveTo(62.204f, 29.536f) + curveTo(59.875f, 29.536f, 57.818f, 29.882f, 56.034f, 30.573f) + curveTo(54.286f, 31.265f, 52.812f, 32.212f, 51.611f, 33.413f) + curveTo(50.446f, 34.614f, 49.554f, 36.016f, 48.935f, 37.618f) + curveTo(48.352f, 39.22f, 48.061f, 40.931f, 48.061f, 42.751f) + curveTo(48.061f, 44.535f, 48.316f, 46.264f, 48.826f, 47.939f) + curveTo(49.335f, 49.613f, 50.154f, 51.106f, 51.283f, 52.416f) + curveTo(52.412f, 53.691f, 53.868f, 54.728f, 55.652f, 55.529f) + curveTo(57.472f, 56.293f, 59.656f, 56.676f, 62.204f, 56.676f) + curveTo(64.753f, 56.676f, 66.919f, 56.293f, 68.703f, 55.529f) + curveTo(70.523f, 54.728f, 71.997f, 53.691f, 73.126f, 52.416f) + curveTo(74.255f, 51.106f, 75.074f, 49.613f, 75.583f, 47.939f) + curveTo(76.093f, 46.264f, 76.348f, 44.535f, 76.348f, 42.751f) + curveTo(76.348f, 40.931f, 76.038f, 39.22f, 75.42f, 37.618f) + curveTo(74.837f, 36.016f, 73.945f, 34.614f, 72.744f, 33.413f) + curveTo(71.579f, 32.212f, 70.104f, 31.265f, 68.321f, 30.573f) + curveTo(66.573f, 29.882f, 64.534f, 29.536f, 62.204f, 29.536f) close() - moveTo(88.115f, 77.192f) - curveTo(93.832f, 78.813f, 98.227f, 81.523f, 101.299f, 85.32f) - curveTo(104.371f, 89.117f, 105.907f, 93.981f, 105.907f, 99.912f) - curveTo(105.907f, 103.923f, 105.139f, 107.549f, 103.603f, 110.792f) - curveTo(102.11f, 113.992f, 99.998f, 116.723f, 97.267f, 118.984f) - curveTo(94.579f, 121.245f, 91.336f, 122.995f, 87.539f, 124.232f) - curveTo(83.742f, 125.427f, 79.56f, 126.024f, 74.995f, 126.024f) - curveTo(70.43f, 126.024f, 66.248f, 125.427f, 62.451f, 124.232f) - curveTo(58.654f, 122.995f, 55.39f, 121.245f, 52.659f, 118.984f) - curveTo(49.928f, 116.723f, 47.816f, 113.992f, 46.323f, 110.792f) - curveTo(44.83f, 107.549f, 44.083f, 103.923f, 44.083f, 99.912f) - curveTo(44.083f, 93.981f, 45.619f, 89.117f, 48.691f, 85.32f) - curveTo(51.763f, 81.523f, 56.158f, 78.813f, 61.875f, 77.192f) - curveTo(57.054f, 75.4f, 53.406f, 72.733f, 50.931f, 69.192f) - curveTo(48.499f, 65.608f, 47.283f, 61.341f, 47.283f, 56.392f) - curveTo(47.283f, 53.021f, 47.944f, 49.864f, 49.267f, 46.92f) - curveTo(50.59f, 43.976f, 52.467f, 41.416f, 54.899f, 39.24f) - curveTo(57.331f, 37.064f, 60.232f, 35.357f, 63.603f, 34.12f) - curveTo(67.016f, 32.883f, 70.814f, 32.264f, 74.995f, 32.264f) - curveTo(79.134f, 32.264f, 82.91f, 32.883f, 86.323f, 34.12f) - curveTo(89.736f, 35.357f, 92.659f, 37.064f, 95.091f, 39.24f) - curveTo(97.523f, 41.416f, 99.4f, 43.976f, 100.723f, 46.92f) - curveTo(102.046f, 49.864f, 102.707f, 53.021f, 102.707f, 56.392f) - curveTo(102.707f, 61.341f, 101.47f, 65.608f, 98.995f, 69.192f) - curveTo(96.563f, 72.733f, 92.936f, 75.4f, 88.115f, 77.192f) + moveTo(73.399f, 60.334f) + curveTo(78.277f, 61.718f, 82.027f, 64.03f, 84.648f, 67.27f) + curveTo(87.269f, 70.51f, 88.58f, 74.66f, 88.58f, 79.72f) + curveTo(88.58f, 83.142f, 87.925f, 86.237f, 86.614f, 89.003f) + curveTo(85.34f, 91.734f, 83.538f, 94.064f, 81.208f, 95.993f) + curveTo(78.914f, 97.923f, 76.148f, 99.415f, 72.908f, 100.471f) + curveTo(69.668f, 101.49f, 66.1f, 102.0f, 62.204f, 102.0f) + curveTo(58.309f, 102.0f, 54.742f, 101.49f, 51.501f, 100.471f) + curveTo(48.261f, 99.415f, 45.476f, 97.923f, 43.146f, 95.993f) + curveTo(40.817f, 94.064f, 39.014f, 91.734f, 37.74f, 89.003f) + curveTo(36.466f, 86.237f, 35.829f, 83.142f, 35.829f, 79.72f) + curveTo(35.829f, 74.66f, 37.14f, 70.51f, 39.761f, 67.27f) + curveTo(42.382f, 64.03f, 46.132f, 61.718f, 51.01f, 60.334f) + curveTo(46.896f, 58.806f, 43.784f, 56.53f, 41.672f, 53.508f) + curveTo(39.597f, 50.451f, 38.56f, 46.81f, 38.56f, 42.587f) + curveTo(38.56f, 39.711f, 39.124f, 37.017f, 40.252f, 34.505f) + curveTo(41.381f, 31.993f, 42.983f, 29.809f, 45.058f, 27.952f) + curveTo(47.133f, 26.096f, 49.608f, 24.639f, 52.484f, 23.584f) + curveTo(55.397f, 22.528f, 58.637f, 22.0f, 62.204f, 22.0f) + curveTo(65.736f, 22.0f, 68.958f, 22.528f, 71.87f, 23.584f) + curveTo(74.783f, 24.639f, 77.276f, 26.096f, 79.351f, 27.952f) + curveTo(81.426f, 29.809f, 83.028f, 31.993f, 84.157f, 34.505f) + curveTo(85.285f, 37.017f, 85.85f, 39.711f, 85.85f, 42.587f) + curveTo(85.85f, 46.81f, 84.794f, 50.451f, 82.682f, 53.508f) + curveTo(80.607f, 56.53f, 77.513f, 58.806f, 73.399f, 60.334f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key9.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key9.kt index 1e1fcc3c..ee4251fd 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key9.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Key9.kt @@ -16,55 +16,55 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Key9: ImageVector if (_key9 != null) { return _key9!! } - _key9 = Builder(name = "Key9", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _key9 = Builder(name = "Key9", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(55.987f, 60.232f) - curveTo(55.987f, 63.133f, 56.392f, 65.736f, 57.203f, 68.04f) - curveTo(58.056f, 70.301f, 59.251f, 72.221f, 60.787f, 73.8f) - curveTo(62.366f, 75.379f, 64.264f, 76.573f, 66.483f, 77.384f) - curveTo(68.744f, 78.195f, 71.262f, 78.6f, 74.035f, 78.6f) - curveTo(77.107f, 78.6f, 79.816f, 78.109f, 82.163f, 77.128f) - curveTo(84.552f, 76.104f, 86.558f, 74.76f, 88.179f, 73.096f) - curveTo(89.8f, 71.432f, 91.038f, 69.512f, 91.891f, 67.336f) - curveTo(92.744f, 65.16f, 93.171f, 62.899f, 93.171f, 60.552f) - curveTo(93.171f, 57.693f, 92.702f, 55.112f, 91.763f, 52.808f) - curveTo(90.867f, 50.461f, 89.608f, 48.477f, 87.987f, 46.856f) - curveTo(86.366f, 45.235f, 84.424f, 43.997f, 82.163f, 43.144f) - curveTo(79.944f, 42.248f, 77.491f, 41.8f, 74.803f, 41.8f) - curveTo(71.987f, 41.8f, 69.427f, 42.269f, 67.123f, 43.208f) - curveTo(64.819f, 44.104f, 62.835f, 45.363f, 61.171f, 46.984f) - curveTo(59.507f, 48.605f, 58.227f, 50.547f, 57.331f, 52.808f) - curveTo(56.435f, 55.069f, 55.987f, 57.544f, 55.987f, 60.232f) + moveTo(46.0f, 46.127f) + curveTo(46.0f, 48.63f, 46.35f, 50.875f, 47.049f, 52.863f) + curveTo(47.785f, 54.813f, 48.816f, 56.47f, 50.141f, 57.832f) + curveTo(51.503f, 59.194f, 53.141f, 60.224f, 55.055f, 60.923f) + curveTo(57.005f, 61.623f, 59.177f, 61.972f, 61.569f, 61.972f) + curveTo(64.219f, 61.972f, 66.557f, 61.549f, 68.581f, 60.703f) + curveTo(70.642f, 59.819f, 72.372f, 58.66f, 73.771f, 57.224f) + curveTo(75.17f, 55.789f, 76.237f, 54.132f, 76.973f, 52.255f) + curveTo(77.709f, 50.378f, 78.077f, 48.427f, 78.077f, 46.403f) + curveTo(78.077f, 43.937f, 77.673f, 41.71f, 76.863f, 39.723f) + curveTo(76.09f, 37.698f, 75.004f, 35.987f, 73.605f, 34.588f) + curveTo(72.207f, 33.189f, 70.532f, 32.122f, 68.581f, 31.386f) + curveTo(66.667f, 30.613f, 64.551f, 30.226f, 62.232f, 30.226f) + curveTo(59.803f, 30.226f, 57.594f, 30.631f, 55.607f, 31.441f) + curveTo(53.619f, 32.214f, 51.908f, 33.3f, 50.472f, 34.698f) + curveTo(49.037f, 36.097f, 47.932f, 37.772f, 47.16f, 39.723f) + curveTo(46.387f, 41.673f, 46.0f, 43.808f, 46.0f, 46.127f) close() - moveTo(82.611f, 88.456f) - curveTo(83.55f, 87.219f, 84.424f, 86.045f, 85.235f, 84.936f) - curveTo(86.046f, 83.827f, 86.814f, 82.717f, 87.539f, 81.608f) - curveTo(85.192f, 83.485f, 82.547f, 84.915f, 79.603f, 85.896f) - curveTo(76.659f, 86.877f, 73.544f, 87.368f, 70.259f, 87.368f) - curveTo(66.803f, 87.368f, 63.518f, 86.792f, 60.403f, 85.64f) - curveTo(57.331f, 84.488f, 54.622f, 82.803f, 52.275f, 80.584f) - curveTo(49.928f, 78.323f, 48.051f, 75.571f, 46.643f, 72.328f) - curveTo(45.278f, 69.043f, 44.595f, 65.288f, 44.595f, 61.064f) - curveTo(44.595f, 57.053f, 45.342f, 53.299f, 46.835f, 49.8f) - curveTo(48.328f, 46.301f, 50.419f, 43.251f, 53.107f, 40.648f) - curveTo(55.795f, 38.045f, 58.995f, 35.997f, 62.707f, 34.504f) - curveTo(66.419f, 33.011f, 70.494f, 32.264f, 74.931f, 32.264f) - curveTo(79.326f, 32.264f, 83.315f, 32.989f, 86.899f, 34.44f) - curveTo(90.483f, 35.891f, 93.555f, 37.917f, 96.115f, 40.52f) - curveTo(98.675f, 43.123f, 100.638f, 46.237f, 102.003f, 49.864f) - curveTo(103.411f, 53.491f, 104.115f, 57.501f, 104.115f, 61.896f) - curveTo(104.115f, 64.541f, 103.859f, 67.059f, 103.347f, 69.448f) - curveTo(102.878f, 71.795f, 102.174f, 74.12f, 101.235f, 76.424f) - curveTo(100.339f, 78.685f, 99.23f, 80.947f, 97.907f, 83.208f) - curveTo(96.584f, 85.427f, 95.091f, 87.709f, 93.427f, 90.056f) - lineTo(71.091f, 122.312f) - curveTo(70.536f, 123.123f, 69.747f, 123.784f, 68.723f, 124.296f) - curveTo(67.699f, 124.765f, 66.526f, 125.0f, 65.203f, 125.0f) - horizontalLineTo(54.707f) - lineTo(82.611f, 88.456f) + moveTo(68.968f, 70.475f) + curveTo(69.777f, 69.407f, 70.532f, 68.395f, 71.231f, 67.438f) + curveTo(71.931f, 66.481f, 72.593f, 65.524f, 73.219f, 64.567f) + curveTo(71.195f, 66.187f, 68.912f, 67.42f, 66.373f, 68.266f) + curveTo(63.833f, 69.113f, 61.146f, 69.536f, 58.312f, 69.536f) + curveTo(55.331f, 69.536f, 52.496f, 69.039f, 49.81f, 68.046f) + curveTo(47.16f, 67.052f, 44.822f, 65.598f, 42.798f, 63.684f) + curveTo(40.773f, 61.733f, 39.154f, 59.359f, 37.939f, 56.562f) + curveTo(36.762f, 53.728f, 36.173f, 50.489f, 36.173f, 46.845f) + curveTo(36.173f, 43.385f, 36.817f, 40.146f, 38.105f, 37.128f) + curveTo(39.393f, 34.11f, 41.197f, 31.478f, 43.516f, 29.233f) + curveTo(45.834f, 26.987f, 48.595f, 25.221f, 51.797f, 23.932f) + curveTo(54.999f, 22.644f, 58.514f, 22.0f, 62.342f, 22.0f) + curveTo(66.133f, 22.0f, 69.575f, 22.626f, 72.667f, 23.877f) + curveTo(75.758f, 25.129f, 78.409f, 26.877f, 80.617f, 29.122f) + curveTo(82.826f, 31.367f, 84.519f, 34.054f, 85.696f, 37.183f) + curveTo(86.911f, 40.312f, 87.518f, 43.771f, 87.518f, 47.563f) + curveTo(87.518f, 49.845f, 87.298f, 52.016f, 86.856f, 54.077f) + curveTo(86.451f, 56.102f, 85.844f, 58.108f, 85.034f, 60.095f) + curveTo(84.261f, 62.046f, 83.304f, 63.997f, 82.163f, 65.948f) + curveTo(81.022f, 67.862f, 79.734f, 69.831f, 78.298f, 71.855f) + lineTo(59.03f, 99.681f) + curveTo(58.551f, 100.38f, 57.87f, 100.951f, 56.987f, 101.393f) + curveTo(56.104f, 101.798f, 55.091f, 102.0f, 53.95f, 102.0f) + horizontalLineTo(44.896f) + lineTo(68.968f, 70.475f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/LeftBracket.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/LeftBracket.kt index a84fd260..fdc2df2b 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/LeftBracket.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/LeftBracket.kt @@ -16,30 +16,34 @@ val @receiver:Suppress("UNUSED") UnittoIcons.LeftBracket: ImageVector if (_leftbracket != null) { return _leftbracket!! } - _leftbracket = Builder(name = "LeftBracket", defaultWidth = 150.0.dp, defaultHeight = - 150.0.dp, viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _leftbracket = Builder(name = "Leftbracket", defaultWidth = 124.0.dp, defaultHeight = + 124.0.dp, viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(73.618f, 84.744f) - curveTo(73.618f, 93.875f, 74.77f, 102.749f, 77.074f, 111.368f) - curveTo(79.42f, 119.987f, 82.834f, 128.179f, 87.313f, 135.944f) - curveTo(87.996f, 137.267f, 88.167f, 138.269f, 87.826f, 138.952f) - curveTo(87.484f, 139.677f, 86.993f, 140.253f, 86.354f, 140.68f) - lineTo(81.298f, 143.752f) - curveTo(78.098f, 138.845f, 75.367f, 133.981f, 73.105f, 129.16f) - curveTo(70.887f, 124.339f, 69.074f, 119.496f, 67.665f, 114.632f) - curveTo(66.3f, 109.768f, 65.298f, 104.883f, 64.658f, 99.976f) - curveTo(64.018f, 95.027f, 63.697f, 89.949f, 63.697f, 84.744f) - curveTo(63.697f, 79.581f, 64.018f, 74.525f, 64.658f, 69.576f) - curveTo(65.298f, 64.627f, 66.3f, 59.741f, 67.665f, 54.92f) - curveTo(69.074f, 50.056f, 70.887f, 45.213f, 73.105f, 40.392f) - curveTo(75.367f, 35.571f, 78.098f, 30.685f, 81.298f, 25.736f) - lineTo(86.354f, 28.872f) - curveTo(86.993f, 29.299f, 87.484f, 29.875f, 87.826f, 30.6f) - curveTo(88.167f, 31.283f, 87.996f, 32.264f, 87.313f, 33.544f) - curveTo(82.834f, 41.309f, 79.42f, 49.501f, 77.074f, 58.12f) - curveTo(74.77f, 66.739f, 73.618f, 75.613f, 73.618f, 84.744f) + moveTo(60.966f, 62.0f) + curveTo(60.966f, 67.996f, 61.708f, 73.863f, 63.193f, 79.602f) + curveTo(64.677f, 85.312f, 66.833f, 90.694f, 69.66f, 95.747f) + curveTo(69.916f, 96.261f, 70.074f, 96.718f, 70.131f, 97.118f) + curveTo(70.188f, 97.518f, 70.159f, 97.86f, 70.045f, 98.146f) + curveTo(69.931f, 98.46f, 69.759f, 98.717f, 69.531f, 98.916f) + curveTo(69.331f, 99.116f, 69.103f, 99.302f, 68.846f, 99.473f) + lineTo(64.777f, 102.0f) + curveTo(62.636f, 98.717f, 60.823f, 95.448f, 59.338f, 92.193f) + curveTo(57.854f, 88.966f, 56.64f, 85.712f, 55.698f, 82.428f) + curveTo(54.756f, 79.116f, 54.071f, 75.776f, 53.642f, 72.407f) + curveTo(53.214f, 69.009f, 53.0f, 65.54f, 53.0f, 62.0f) + curveTo(53.0f, 58.488f, 53.214f, 55.048f, 53.642f, 51.679f) + curveTo(54.071f, 48.281f, 54.756f, 44.941f, 55.698f, 41.657f) + curveTo(56.64f, 38.346f, 57.854f, 35.062f, 59.338f, 31.807f) + curveTo(60.823f, 28.552f, 62.636f, 25.283f, 64.777f, 22.0f) + lineTo(68.846f, 24.527f) + curveTo(69.103f, 24.698f, 69.331f, 24.884f, 69.531f, 25.083f) + curveTo(69.759f, 25.283f, 69.931f, 25.54f, 70.045f, 25.854f) + curveTo(70.159f, 26.14f, 70.188f, 26.483f, 70.131f, 26.882f) + curveTo(70.074f, 27.282f, 69.916f, 27.739f, 69.66f, 28.253f) + curveTo(66.833f, 33.335f, 64.677f, 38.731f, 63.193f, 44.441f) + curveTo(61.708f, 50.151f, 60.966f, 56.004f, 60.966f, 62.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Minus.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Minus.kt index 3c266c10..7b3e8392 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Minus.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Minus.kt @@ -16,16 +16,16 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Minus: ImageVector if (_minus != null) { return _minus!! } - _minus = Builder(name = "Minus", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _minus = Builder(name = "Minus", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(32.38f, 83.08f) - horizontalLineTo(117.5f) - verticalLineTo(91.4f) - horizontalLineTo(32.38f) - verticalLineTo(83.08f) + moveTo(22.0f, 57.0f) + horizontalLineTo(102.0f) + verticalLineTo(67.5f) + horizontalLineTo(22.0f) + verticalLineTo(57.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Multiply.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Multiply.kt index a963a5cf..b4291b96 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Multiply.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Multiply.kt @@ -16,24 +16,26 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Multiply: ImageVector if (_multiply != null) { return _multiply!! } - _multiply = Builder(name = "Multiply", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _multiply = Builder(name = "Multiply", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(97.779f, 110.856f) - lineTo(75.123f, 88.136f) - lineTo(52.275f, 110.984f) - lineTo(46.195f, 104.84f) - lineTo(68.979f, 82.056f) - lineTo(46.899f, 59.976f) - lineTo(52.979f, 53.832f) - lineTo(75.059f, 75.912f) - lineTo(97.011f, 53.96f) - lineTo(103.155f, 60.104f) - lineTo(81.203f, 82.056f) - lineTo(103.859f, 104.712f) - lineTo(97.779f, 110.856f) + moveTo(23.0f, 93.357f) + lineTo(93.357f, 23.0f) + lineTo(100.782f, 30.425f) + lineTo(30.425f, 100.782f) + lineTo(23.0f, 93.357f) + close() + } + path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, + strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, + pathFillType = NonZero) { + moveTo(30.425f, 23.0f) + lineTo(100.782f, 93.357f) + lineTo(93.357f, 100.782f) + lineTo(23.0f, 30.425f) + lineTo(30.425f, 23.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt index 60aff870..815b5517 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt @@ -16,92 +16,28 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Percent: ImageVector if (_percent != null) { return _percent!! } - _percent = Builder(name = "Percent", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { - path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, - strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, - pathFillType = NonZero) { - moveTo(69.896f, 55.432f) - curveTo(69.896f, 59.016f, 69.341f, 62.237f, 68.231f, 65.096f) - curveTo(67.122f, 67.912f, 65.629f, 70.301f, 63.751f, 72.264f) - curveTo(61.917f, 74.184f, 59.762f, 75.656f, 57.287f, 76.68f) - curveTo(54.855f, 77.704f, 52.274f, 78.216f, 49.543f, 78.216f) - curveTo(46.685f, 78.216f, 44.018f, 77.704f, 41.543f, 76.68f) - curveTo(39.069f, 75.656f, 36.914f, 74.184f, 35.079f, 72.264f) - curveTo(33.287f, 70.301f, 31.879f, 67.912f, 30.855f, 65.096f) - curveTo(29.831f, 62.237f, 29.319f, 59.016f, 29.319f, 55.432f) - curveTo(29.319f, 51.763f, 29.831f, 48.499f, 30.855f, 45.64f) - curveTo(31.879f, 42.781f, 33.287f, 40.371f, 35.079f, 38.408f) - curveTo(36.914f, 36.445f, 39.069f, 34.952f, 41.543f, 33.928f) - curveTo(44.018f, 32.904f, 46.685f, 32.392f, 49.543f, 32.392f) - curveTo(52.445f, 32.392f, 55.133f, 32.904f, 57.607f, 33.928f) - curveTo(60.082f, 34.952f, 62.237f, 36.445f, 64.072f, 38.408f) - curveTo(65.906f, 40.371f, 67.336f, 42.781f, 68.359f, 45.64f) - curveTo(69.383f, 48.499f, 69.896f, 51.763f, 69.896f, 55.432f) + _percent = Builder(name = "Percent", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { + path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFF000000)), + strokeLineWidth = 8.0f, strokeLineCap = Butt, strokeLineJoin = Miter, + strokeLineMiter = 4.0f, pathFillType = NonZero) { + moveTo(85.768f, 28.336f) + lineTo(86.685f, 29.026f) + lineTo(35.993f, 95.366f) + lineTo(35.076f, 94.676f) + lineTo(85.768f, 28.336f) close() - moveTo(61.063f, 55.432f) - curveTo(61.063f, 52.616f, 60.765f, 50.227f, 60.167f, 48.264f) - curveTo(59.57f, 46.301f, 58.738f, 44.701f, 57.672f, 43.464f) - curveTo(56.647f, 42.184f, 55.431f, 41.267f, 54.023f, 40.712f) - curveTo(52.616f, 40.157f, 51.122f, 39.88f, 49.543f, 39.88f) - curveTo(47.965f, 39.88f, 46.493f, 40.157f, 45.127f, 40.712f) - curveTo(43.762f, 41.267f, 42.568f, 42.184f, 41.543f, 43.464f) - curveTo(40.52f, 44.701f, 39.709f, 46.301f, 39.111f, 48.264f) - curveTo(38.514f, 50.227f, 38.215f, 52.616f, 38.215f, 55.432f) - curveTo(38.215f, 58.205f, 38.514f, 60.573f, 39.111f, 62.536f) - curveTo(39.709f, 64.456f, 40.52f, 66.035f, 41.543f, 67.272f) - curveTo(42.568f, 68.467f, 43.762f, 69.341f, 45.127f, 69.896f) - curveTo(46.493f, 70.408f, 47.965f, 70.664f, 49.543f, 70.664f) - curveTo(51.122f, 70.664f, 52.616f, 70.408f, 54.023f, 69.896f) - curveTo(55.431f, 69.341f, 56.647f, 68.467f, 57.672f, 67.272f) - curveTo(58.738f, 66.035f, 59.57f, 64.456f, 60.167f, 62.536f) - curveTo(60.765f, 60.573f, 61.063f, 58.205f, 61.063f, 55.432f) + moveTo(54.0f, 40.0f) + curveTo(54.0f, 47.732f, 47.732f, 54.0f, 40.0f, 54.0f) + curveTo(32.268f, 54.0f, 26.0f, 47.732f, 26.0f, 40.0f) + curveTo(26.0f, 32.268f, 32.268f, 26.0f, 40.0f, 26.0f) + curveTo(47.732f, 26.0f, 54.0f, 32.268f, 54.0f, 40.0f) close() - moveTo(102.344f, 35.208f) - curveTo(102.77f, 34.696f, 103.261f, 34.248f, 103.816f, 33.864f) - curveTo(104.413f, 33.48f, 105.202f, 33.288f, 106.184f, 33.288f) - horizontalLineTo(114.44f) - lineTo(47.368f, 123.144f) - curveTo(46.984f, 123.699f, 46.493f, 124.147f, 45.896f, 124.488f) - curveTo(45.298f, 124.829f, 44.573f, 125.0f, 43.72f, 125.0f) - horizontalLineTo(35.335f) - lineTo(102.344f, 35.208f) - close() - moveTo(120.648f, 103.368f) - curveTo(120.648f, 106.952f, 120.093f, 110.152f, 118.984f, 112.968f) - curveTo(117.874f, 115.784f, 116.381f, 118.173f, 114.504f, 120.136f) - curveTo(112.669f, 122.056f, 110.514f, 123.528f, 108.04f, 124.552f) - curveTo(105.608f, 125.576f, 103.026f, 126.088f, 100.296f, 126.088f) - curveTo(97.394f, 126.088f, 94.706f, 125.576f, 92.231f, 124.552f) - curveTo(89.799f, 123.528f, 87.666f, 122.056f, 85.831f, 120.136f) - curveTo(84.039f, 118.173f, 82.632f, 115.784f, 81.607f, 112.968f) - curveTo(80.584f, 110.152f, 80.072f, 106.952f, 80.072f, 103.368f) - curveTo(80.072f, 99.699f, 80.584f, 96.435f, 81.607f, 93.576f) - curveTo(82.632f, 90.675f, 84.039f, 88.243f, 85.831f, 86.28f) - curveTo(87.666f, 84.317f, 89.799f, 82.824f, 92.231f, 81.8f) - curveTo(94.706f, 80.776f, 97.394f, 80.264f, 100.296f, 80.264f) - curveTo(103.154f, 80.264f, 105.821f, 80.776f, 108.296f, 81.8f) - curveTo(110.813f, 82.824f, 112.968f, 84.317f, 114.76f, 86.28f) - curveTo(116.594f, 88.243f, 118.024f, 90.675f, 119.048f, 93.576f) - curveTo(120.114f, 96.435f, 120.648f, 99.699f, 120.648f, 103.368f) - close() - moveTo(111.816f, 103.368f) - curveTo(111.816f, 100.552f, 111.517f, 98.163f, 110.92f, 96.2f) - curveTo(110.322f, 94.195f, 109.49f, 92.573f, 108.424f, 91.336f) - curveTo(107.4f, 90.099f, 106.184f, 89.203f, 104.776f, 88.648f) - curveTo(103.368f, 88.093f, 101.874f, 87.816f, 100.296f, 87.816f) - curveTo(98.717f, 87.816f, 97.224f, 88.093f, 95.815f, 88.648f) - curveTo(94.45f, 89.203f, 93.256f, 90.099f, 92.231f, 91.336f) - curveTo(91.207f, 92.573f, 90.397f, 94.195f, 89.799f, 96.2f) - curveTo(89.245f, 98.163f, 88.967f, 100.552f, 88.967f, 103.368f) - curveTo(88.967f, 106.141f, 89.245f, 108.488f, 89.799f, 110.408f) - curveTo(90.397f, 112.328f, 91.207f, 113.907f, 92.231f, 115.144f) - curveTo(93.256f, 116.339f, 94.45f, 117.213f, 95.815f, 117.768f) - curveTo(97.224f, 118.28f, 98.717f, 118.536f, 100.296f, 118.536f) - curveTo(101.874f, 118.536f, 103.368f, 118.28f, 104.776f, 117.768f) - curveTo(106.184f, 117.213f, 107.4f, 116.339f, 108.424f, 115.144f) - curveTo(109.49f, 113.907f, 110.322f, 112.328f, 110.92f, 110.408f) - curveTo(111.517f, 108.488f, 111.816f, 106.141f, 111.816f, 103.368f) + moveTo(98.0f, 84.0f) + curveTo(98.0f, 91.732f, 91.732f, 98.0f, 84.0f, 98.0f) + curveTo(76.268f, 98.0f, 70.0f, 91.732f, 70.0f, 84.0f) + curveTo(70.0f, 76.268f, 76.268f, 70.0f, 84.0f, 70.0f) + curveTo(91.732f, 70.0f, 98.0f, 76.268f, 98.0f, 84.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Plus.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Plus.kt index 1be6cd4d..fe70abd3 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Plus.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Plus.kt @@ -16,24 +16,26 @@ val @receiver:Suppress("UNUSED") UnittoIcons.Plus: ImageVector if (_plus != null) { return _plus!! } - _plus = Builder(name = "Plus", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp, - viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _plus = Builder(name = "Plus", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp, + viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(105.715f, 86.344f) - horizontalLineTo(79.603f) - verticalLineTo(113.864f) - horizontalLineTo(70.323f) - verticalLineTo(86.344f) - horizontalLineTo(44.339f) - verticalLineTo(77.704f) - horizontalLineTo(70.323f) - verticalLineTo(50.376f) - horizontalLineTo(79.603f) - verticalLineTo(77.704f) - horizontalLineTo(105.715f) - verticalLineTo(86.344f) + moveTo(22.0f, 57.0f) + horizontalLineTo(102.0f) + verticalLineTo(67.5f) + horizontalLineTo(22.0f) + verticalLineTo(57.0f) + close() + } + path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, + strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, + pathFillType = NonZero) { + moveTo(68.0f, 22.0f) + lineTo(68.0f, 102.0f) + horizontalLineTo(57.5f) + lineTo(57.5f, 22.0f) + lineTo(68.0f, 22.0f) close() } } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/RightBracket.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/RightBracket.kt index 15ab8c2c..fa4ea86d 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/RightBracket.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/RightBracket.kt @@ -16,34 +16,34 @@ val @receiver:Suppress("UNUSED") UnittoIcons.RightBracket: ImageVector if (_rightbracket != null) { return _rightbracket!! } - _rightbracket = Builder(name = "RightBracket", defaultWidth = 150.0.dp, defaultHeight = - 150.0.dp, viewportWidth = 150.0f, viewportHeight = 150.0f).apply { + _rightbracket = Builder(name = "Rightbracket", defaultWidth = 124.0.dp, defaultHeight = + 124.0.dp, viewportWidth = 124.0f, viewportHeight = 124.0f).apply { path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero) { - moveTo(76.434f, 84.744f) - curveTo(76.434f, 75.613f, 75.26f, 66.739f, 72.913f, 58.12f) - curveTo(70.609f, 49.501f, 67.217f, 41.309f, 62.737f, 33.544f) - curveTo(62.396f, 32.904f, 62.183f, 32.349f, 62.097f, 31.88f) - curveTo(62.012f, 31.368f, 62.034f, 30.941f, 62.161f, 30.6f) - curveTo(62.29f, 30.216f, 62.481f, 29.896f, 62.737f, 29.64f) - curveTo(63.036f, 29.341f, 63.356f, 29.085f, 63.697f, 28.872f) - lineTo(68.754f, 25.736f) - curveTo(71.953f, 30.685f, 74.663f, 35.571f, 76.882f, 40.392f) - curveTo(79.143f, 45.213f, 80.956f, 50.056f, 82.322f, 54.92f) - curveTo(83.729f, 59.741f, 84.754f, 64.627f, 85.394f, 69.576f) - curveTo(86.034f, 74.525f, 86.354f, 79.581f, 86.354f, 84.744f) - curveTo(86.354f, 89.949f, 86.034f, 95.027f, 85.394f, 99.976f) - curveTo(84.754f, 104.883f, 83.729f, 109.768f, 82.322f, 114.632f) - curveTo(80.956f, 119.496f, 79.143f, 124.339f, 76.882f, 129.16f) - curveTo(74.663f, 133.981f, 71.953f, 138.845f, 68.754f, 143.752f) - lineTo(63.697f, 140.68f) - curveTo(63.356f, 140.467f, 63.036f, 140.211f, 62.737f, 139.912f) - curveTo(62.481f, 139.656f, 62.29f, 139.336f, 62.161f, 138.952f) - curveTo(62.034f, 138.611f, 62.012f, 138.184f, 62.097f, 137.672f) - curveTo(62.183f, 137.16f, 62.396f, 136.584f, 62.737f, 135.944f) - curveTo(67.217f, 128.179f, 70.609f, 119.987f, 72.913f, 111.368f) - curveTo(75.26f, 102.749f, 76.434f, 93.875f, 76.434f, 84.744f) + moveTo(62.193f, 62.0f) + curveTo(62.193f, 56.004f, 61.451f, 50.137f, 59.966f, 44.398f) + curveTo(58.482f, 38.688f, 56.326f, 33.306f, 53.5f, 28.253f) + curveTo(53.243f, 27.739f, 53.086f, 27.282f, 53.029f, 26.882f) + curveTo(52.971f, 26.483f, 53.0f, 26.14f, 53.114f, 25.854f) + curveTo(53.228f, 25.54f, 53.4f, 25.283f, 53.628f, 25.083f) + curveTo(53.828f, 24.884f, 54.056f, 24.698f, 54.313f, 24.527f) + lineTo(58.382f, 22.0f) + curveTo(60.523f, 25.283f, 62.336f, 28.552f, 63.821f, 31.807f) + curveTo(65.305f, 35.034f, 66.519f, 38.288f, 67.461f, 41.572f) + curveTo(68.403f, 44.884f, 69.089f, 48.224f, 69.517f, 51.593f) + curveTo(69.945f, 54.991f, 70.159f, 58.46f, 70.159f, 62.0f) + curveTo(70.159f, 65.512f, 69.945f, 68.952f, 69.517f, 72.321f) + curveTo(69.089f, 75.719f, 68.403f, 79.059f, 67.461f, 82.343f) + curveTo(66.519f, 85.655f, 65.305f, 88.938f, 63.821f, 92.193f) + curveTo(62.336f, 95.448f, 60.523f, 98.717f, 58.382f, 102.0f) + lineTo(54.313f, 99.473f) + curveTo(54.056f, 99.302f, 53.828f, 99.116f, 53.628f, 98.916f) + curveTo(53.4f, 98.717f, 53.228f, 98.46f, 53.114f, 98.146f) + curveTo(53.0f, 97.86f, 52.971f, 97.518f, 53.029f, 97.118f) + curveTo(53.086f, 96.718f, 53.243f, 96.261f, 53.5f, 95.747f) + curveTo(56.326f, 90.665f, 58.482f, 85.269f, 59.966f, 79.559f) + curveTo(61.451f, 73.849f, 62.193f, 67.996f, 62.193f, 62.0f) close() } }