mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Update icons
This commit is contained in:
parent
3c52eb49c0
commit
9ff7e39ece
@ -83,7 +83,7 @@ fun KeyboardButtonLight(
|
|||||||
modifier: Modifier,
|
modifier: Modifier,
|
||||||
icon: ImageVector,
|
icon: ImageVector,
|
||||||
allowVibration: Boolean,
|
allowVibration: Boolean,
|
||||||
contentHeight: Float = if (isPortrait()) 0.51f else 0.7f,
|
contentHeight: Float = if (isPortrait()) 0.578f else 0.793f,
|
||||||
onLongClick: (() -> Unit)? = null,
|
onLongClick: (() -> Unit)? = null,
|
||||||
onClick: () -> Unit,
|
onClick: () -> Unit,
|
||||||
) {
|
) {
|
||||||
@ -104,7 +104,7 @@ fun KeyboardButtonFilled(
|
|||||||
modifier: Modifier,
|
modifier: Modifier,
|
||||||
icon: ImageVector,
|
icon: ImageVector,
|
||||||
allowVibration: Boolean,
|
allowVibration: Boolean,
|
||||||
contentHeight: Float = if (isPortrait()) 0.51f else 0.7f,
|
contentHeight: Float = if (isPortrait()) 0.578f else 0.793f,
|
||||||
onLongClick: (() -> Unit)? = null,
|
onLongClick: (() -> Unit)? = null,
|
||||||
onClick: () -> Unit,
|
onClick: () -> Unit,
|
||||||
) {
|
) {
|
||||||
@ -125,7 +125,7 @@ fun KeyboardButtonAdditional(
|
|||||||
modifier: Modifier,
|
modifier: Modifier,
|
||||||
icon: ImageVector,
|
icon: ImageVector,
|
||||||
allowVibration: Boolean,
|
allowVibration: Boolean,
|
||||||
contentHeight: Float = 0.8f,
|
contentHeight: Float = 0.906f,
|
||||||
onLongClick: (() -> Unit)? = null,
|
onLongClick: (() -> Unit)? = null,
|
||||||
onClick: () -> Unit,
|
onClick: () -> Unit,
|
||||||
) {
|
) {
|
||||||
|
@ -1,117 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
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.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Power10: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_power10 != null) {
|
|
||||||
return _power10!!
|
|
||||||
}
|
|
||||||
_power10 = Builder(name = "_10x", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
|
||||||
viewportWidth = 274.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(106.364f, 113.658f)
|
|
||||||
verticalLineTo(122.634f)
|
|
||||||
horizontalLineTo(55.676f)
|
|
||||||
verticalLineTo(113.658f)
|
|
||||||
horizontalLineTo(75.938f)
|
|
||||||
verticalLineTo(49.176f)
|
|
||||||
curveTo(75.938f, 47.24f, 76.004f, 45.282f, 76.136f, 43.302f)
|
|
||||||
lineTo(59.306f, 57.756f)
|
|
||||||
curveTo(58.734f, 58.24f, 58.162f, 58.548f, 57.59f, 58.68f)
|
|
||||||
curveTo(57.018f, 58.768f, 56.49f, 58.768f, 56.006f, 58.68f)
|
|
||||||
curveTo(55.522f, 58.592f, 55.06f, 58.416f, 54.62f, 58.152f)
|
|
||||||
curveTo(54.224f, 57.888f, 53.916f, 57.602f, 53.696f, 57.294f)
|
|
||||||
lineTo(50.0f, 52.212f)
|
|
||||||
lineTo(78.182f, 27.858f)
|
|
||||||
horizontalLineTo(87.752f)
|
|
||||||
verticalLineTo(113.658f)
|
|
||||||
horizontalLineTo(106.364f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(185.706f, 75.378f)
|
|
||||||
curveTo(185.706f, 83.65f, 184.804f, 90.822f, 183.0f, 96.894f)
|
|
||||||
curveTo(181.24f, 102.922f, 178.82f, 107.916f, 175.74f, 111.876f)
|
|
||||||
curveTo(172.66f, 115.836f, 169.008f, 118.784f, 164.784f, 120.72f)
|
|
||||||
curveTo(160.604f, 122.656f, 156.116f, 123.624f, 151.32f, 123.624f)
|
|
||||||
curveTo(146.48f, 123.624f, 141.97f, 122.656f, 137.79f, 120.72f)
|
|
||||||
curveTo(133.654f, 118.784f, 130.046f, 115.836f, 126.966f, 111.876f)
|
|
||||||
curveTo(123.886f, 107.916f, 121.466f, 102.922f, 119.706f, 96.894f)
|
|
||||||
curveTo(117.946f, 90.822f, 117.066f, 83.65f, 117.066f, 75.378f)
|
|
||||||
curveTo(117.066f, 67.106f, 117.946f, 59.934f, 119.706f, 53.862f)
|
|
||||||
curveTo(121.466f, 47.79f, 123.886f, 42.774f, 126.966f, 38.814f)
|
|
||||||
curveTo(130.046f, 34.81f, 133.654f, 31.84f, 137.79f, 29.904f)
|
|
||||||
curveTo(141.97f, 27.968f, 146.48f, 27.0f, 151.32f, 27.0f)
|
|
||||||
curveTo(156.116f, 27.0f, 160.604f, 27.968f, 164.784f, 29.904f)
|
|
||||||
curveTo(169.008f, 31.84f, 172.66f, 34.81f, 175.74f, 38.814f)
|
|
||||||
curveTo(178.82f, 42.774f, 181.24f, 47.79f, 183.0f, 53.862f)
|
|
||||||
curveTo(184.804f, 59.934f, 185.706f, 67.106f, 185.706f, 75.378f)
|
|
||||||
close()
|
|
||||||
moveTo(173.496f, 75.378f)
|
|
||||||
curveTo(173.496f, 68.162f, 172.88f, 62.112f, 171.648f, 57.228f)
|
|
||||||
curveTo(170.46f, 52.3f, 168.832f, 48.34f, 166.764f, 45.348f)
|
|
||||||
curveTo(164.74f, 42.356f, 162.386f, 40.222f, 159.702f, 38.946f)
|
|
||||||
curveTo(157.018f, 37.626f, 154.224f, 36.966f, 151.32f, 36.966f)
|
|
||||||
curveTo(148.416f, 36.966f, 145.622f, 37.626f, 142.938f, 38.946f)
|
|
||||||
curveTo(140.254f, 40.222f, 137.9f, 42.356f, 135.876f, 45.348f)
|
|
||||||
curveTo(133.852f, 48.34f, 132.224f, 52.3f, 130.992f, 57.228f)
|
|
||||||
curveTo(129.804f, 62.112f, 129.21f, 68.162f, 129.21f, 75.378f)
|
|
||||||
curveTo(129.21f, 82.594f, 129.804f, 88.644f, 130.992f, 93.528f)
|
|
||||||
curveTo(132.224f, 98.412f, 133.852f, 102.35f, 135.876f, 105.342f)
|
|
||||||
curveTo(137.9f, 108.334f, 140.254f, 110.49f, 142.938f, 111.81f)
|
|
||||||
curveTo(145.622f, 113.086f, 148.416f, 113.724f, 151.32f, 113.724f)
|
|
||||||
curveTo(154.224f, 113.724f, 157.018f, 113.086f, 159.702f, 111.81f)
|
|
||||||
curveTo(162.386f, 110.49f, 164.74f, 108.334f, 166.764f, 105.342f)
|
|
||||||
curveTo(168.832f, 102.35f, 170.46f, 98.412f, 171.648f, 93.528f)
|
|
||||||
curveTo(172.88f, 88.644f, 173.496f, 82.594f, 173.496f, 75.378f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(223.073f, 62.244f)
|
|
||||||
horizontalLineTo(215.087f)
|
|
||||||
curveTo(214.471f, 62.244f, 213.965f, 62.09f, 213.569f, 61.782f)
|
|
||||||
curveTo(213.217f, 61.474f, 212.931f, 61.122f, 212.711f, 60.726f)
|
|
||||||
lineTo(205.451f, 48.78f)
|
|
||||||
curveTo(205.231f, 49.66f, 204.967f, 50.408f, 204.659f, 51.024f)
|
|
||||||
lineTo(198.389f, 60.726f)
|
|
||||||
curveTo(198.169f, 61.122f, 197.861f, 61.474f, 197.465f, 61.782f)
|
|
||||||
curveTo(197.113f, 62.09f, 196.651f, 62.244f, 196.079f, 62.244f)
|
|
||||||
horizontalLineTo(188.621f)
|
|
||||||
lineTo(200.237f, 44.622f)
|
|
||||||
lineTo(189.083f, 28.056f)
|
|
||||||
horizontalLineTo(197.135f)
|
|
||||||
curveTo(197.751f, 28.056f, 198.191f, 28.144f, 198.455f, 28.32f)
|
|
||||||
curveTo(198.763f, 28.496f, 199.027f, 28.782f, 199.247f, 29.178f)
|
|
||||||
lineTo(206.441f, 40.662f)
|
|
||||||
curveTo(206.573f, 40.222f, 206.705f, 39.804f, 206.837f, 39.408f)
|
|
||||||
curveTo(206.969f, 39.012f, 207.145f, 38.594f, 207.365f, 38.154f)
|
|
||||||
lineTo(213.041f, 29.31f)
|
|
||||||
curveTo(213.437f, 28.474f, 214.075f, 28.056f, 214.955f, 28.056f)
|
|
||||||
horizontalLineTo(222.611f)
|
|
||||||
lineTo(211.457f, 44.292f)
|
|
||||||
lineTo(223.073f, 62.244f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _power10!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _power10: ImageVector? = null
|
|
@ -14,144 +14,144 @@ import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.AcTan: ImageVector
|
val UnittoIcons.AcTan: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_acTan != null) {
|
if (_actan != null) {
|
||||||
return _acTan!!
|
return _actan!!
|
||||||
}
|
}
|
||||||
_acTan = Builder(name = "Tan-1", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_actan = Builder(name = "Actan", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(32.741f, 126.024f)
|
moveTo(34.762f, 134.056f)
|
||||||
curveTo(27.621f, 126.024f, 23.674f, 124.595f, 20.9f, 121.736f)
|
curveTo(29.482f, 134.056f, 25.412f, 132.582f, 22.552f, 129.634f)
|
||||||
curveTo(18.17f, 118.877f, 16.805f, 114.76f, 16.805f, 109.384f)
|
curveTo(19.736f, 126.686f, 18.328f, 122.44f, 18.328f, 116.896f)
|
||||||
verticalLineTo(69.704f)
|
verticalLineTo(75.976f)
|
||||||
horizontalLineTo(8.997f)
|
horizontalLineTo(10.276f)
|
||||||
curveTo(8.314f, 69.704f, 7.738f, 69.512f, 7.268f, 69.128f)
|
curveTo(9.572f, 75.976f, 8.978f, 75.778f, 8.494f, 75.382f)
|
||||||
curveTo(6.799f, 68.701f, 6.564f, 68.061f, 6.564f, 67.208f)
|
curveTo(8.01f, 74.942f, 7.768f, 74.282f, 7.768f, 73.402f)
|
||||||
verticalLineTo(62.664f)
|
verticalLineTo(68.716f)
|
||||||
lineTo(17.188f, 61.32f)
|
lineTo(18.724f, 67.33f)
|
||||||
lineTo(19.813f, 41.288f)
|
lineTo(21.43f, 46.672f)
|
||||||
curveTo(19.941f, 40.648f, 20.218f, 40.136f, 20.645f, 39.752f)
|
curveTo(21.562f, 46.012f, 21.848f, 45.484f, 22.288f, 45.088f)
|
||||||
curveTo(21.114f, 39.325f, 21.711f, 39.112f, 22.437f, 39.112f)
|
curveTo(22.772f, 44.648f, 23.388f, 44.428f, 24.136f, 44.428f)
|
||||||
horizontalLineTo(28.197f)
|
horizontalLineTo(30.076f)
|
||||||
verticalLineTo(61.448f)
|
verticalLineTo(67.462f)
|
||||||
horizontalLineTo(46.949f)
|
horizontalLineTo(49.414f)
|
||||||
verticalLineTo(69.704f)
|
verticalLineTo(75.976f)
|
||||||
horizontalLineTo(28.197f)
|
horizontalLineTo(30.076f)
|
||||||
verticalLineTo(108.616f)
|
verticalLineTo(116.104f)
|
||||||
curveTo(28.197f, 111.347f, 28.858f, 113.373f, 30.181f, 114.696f)
|
curveTo(30.076f, 118.92f, 30.758f, 121.01f, 32.122f, 122.374f)
|
||||||
curveTo(31.503f, 116.019f, 33.21f, 116.68f, 35.3f, 116.68f)
|
curveTo(33.486f, 123.738f, 35.246f, 124.42f, 37.402f, 124.42f)
|
||||||
curveTo(36.495f, 116.68f, 37.519f, 116.531f, 38.373f, 116.232f)
|
curveTo(38.634f, 124.42f, 39.69f, 124.266f, 40.57f, 123.958f)
|
||||||
curveTo(39.269f, 115.891f, 40.036f, 115.528f, 40.676f, 115.144f)
|
curveTo(41.494f, 123.606f, 42.286f, 123.232f, 42.946f, 122.836f)
|
||||||
curveTo(41.317f, 114.76f, 41.85f, 114.419f, 42.277f, 114.12f)
|
curveTo(43.606f, 122.44f, 44.156f, 122.088f, 44.596f, 121.78f)
|
||||||
curveTo(42.746f, 113.779f, 43.151f, 113.608f, 43.493f, 113.608f)
|
curveTo(45.08f, 121.428f, 45.498f, 121.252f, 45.85f, 121.252f)
|
||||||
curveTo(44.09f, 113.608f, 44.623f, 113.971f, 45.092f, 114.696f)
|
curveTo(46.466f, 121.252f, 47.016f, 121.626f, 47.5f, 122.374f)
|
||||||
lineTo(48.421f, 120.136f)
|
lineTo(50.932f, 127.984f)
|
||||||
curveTo(46.458f, 121.971f, 44.09f, 123.421f, 41.317f, 124.488f)
|
curveTo(48.908f, 129.876f, 46.466f, 131.372f, 43.606f, 132.472f)
|
||||||
curveTo(38.543f, 125.512f, 35.685f, 126.024f, 32.741f, 126.024f)
|
curveTo(40.746f, 133.528f, 37.798f, 134.056f, 34.762f, 134.056f)
|
||||||
close()
|
close()
|
||||||
moveTo(93.848f, 95.816f)
|
moveTo(95.139f, 102.904f)
|
||||||
curveTo(88.6f, 95.987f, 84.119f, 96.413f, 80.408f, 97.096f)
|
curveTo(89.727f, 103.08f, 85.107f, 103.52f, 81.279f, 104.224f)
|
||||||
curveTo(76.738f, 97.736f, 73.73f, 98.589f, 71.383f, 99.656f)
|
curveTo(77.495f, 104.884f, 74.393f, 105.764f, 71.973f, 106.864f)
|
||||||
curveTo(69.079f, 100.723f, 67.394f, 101.981f, 66.327f, 103.432f)
|
curveTo(69.597f, 107.964f, 67.859f, 109.262f, 66.759f, 110.758f)
|
||||||
curveTo(65.303f, 104.883f, 64.791f, 106.504f, 64.791f, 108.296f)
|
curveTo(65.703f, 112.254f, 65.175f, 113.926f, 65.175f, 115.774f)
|
||||||
curveTo(64.791f, 110.003f, 65.069f, 111.475f, 65.623f, 112.712f)
|
curveTo(65.175f, 117.534f, 65.461f, 119.052f, 66.033f, 120.328f)
|
||||||
curveTo(66.178f, 113.949f, 66.925f, 114.973f, 67.864f, 115.784f)
|
curveTo(66.605f, 121.604f, 67.375f, 122.66f, 68.343f, 123.496f)
|
||||||
curveTo(68.845f, 116.552f, 69.976f, 117.128f, 71.256f, 117.512f)
|
curveTo(69.355f, 124.288f, 70.521f, 124.882f, 71.841f, 125.278f)
|
||||||
curveTo(72.578f, 117.853f, 73.986f, 118.024f, 75.479f, 118.024f)
|
curveTo(73.205f, 125.63f, 74.657f, 125.806f, 76.197f, 125.806f)
|
||||||
curveTo(77.485f, 118.024f, 79.32f, 117.832f, 80.983f, 117.448f)
|
curveTo(78.265f, 125.806f, 80.157f, 125.608f, 81.873f, 125.212f)
|
||||||
curveTo(82.647f, 117.021f, 84.205f, 116.424f, 85.656f, 115.656f)
|
curveTo(83.589f, 124.772f, 85.195f, 124.156f, 86.691f, 123.364f)
|
||||||
curveTo(87.149f, 114.888f, 88.557f, 113.971f, 89.88f, 112.904f)
|
curveTo(88.231f, 122.572f, 89.683f, 121.626f, 91.047f, 120.526f)
|
||||||
curveTo(91.245f, 111.837f, 92.567f, 110.621f, 93.848f, 109.256f)
|
curveTo(92.455f, 119.426f, 93.819f, 118.172f, 95.139f, 116.764f)
|
||||||
verticalLineTo(95.816f)
|
verticalLineTo(102.904f)
|
||||||
close()
|
close()
|
||||||
moveTo(57.048f, 69.32f)
|
moveTo(57.189f, 75.58f)
|
||||||
curveTo(60.632f, 65.864f, 64.493f, 63.283f, 68.632f, 61.576f)
|
curveTo(60.885f, 72.016f, 64.867f, 69.354f, 69.135f, 67.594f)
|
||||||
curveTo(72.77f, 59.869f, 77.357f, 59.016f, 82.392f, 59.016f)
|
curveTo(73.403f, 65.834f, 78.133f, 64.954f, 83.325f, 64.954f)
|
||||||
curveTo(86.018f, 59.016f, 89.24f, 59.613f, 92.055f, 60.808f)
|
curveTo(87.065f, 64.954f, 90.387f, 65.57f, 93.291f, 66.802f)
|
||||||
curveTo(94.871f, 62.003f, 97.24f, 63.667f, 99.16f, 65.8f)
|
curveTo(96.195f, 68.034f, 98.637f, 69.75f, 100.617f, 71.95f)
|
||||||
curveTo(101.08f, 67.933f, 102.53f, 70.515f, 103.512f, 73.544f)
|
curveTo(102.597f, 74.15f, 104.093f, 76.812f, 105.105f, 79.936f)
|
||||||
curveTo(104.493f, 76.573f, 104.984f, 79.901f, 104.984f, 83.528f)
|
curveTo(106.117f, 83.06f, 106.623f, 86.492f, 106.623f, 90.232f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(99.927f)
|
horizontalLineTo(101.409f)
|
||||||
curveTo(98.818f, 125.0f, 97.965f, 124.829f, 97.368f, 124.488f)
|
curveTo(100.265f, 133.0f, 99.385f, 132.824f, 98.769f, 132.472f)
|
||||||
curveTo(96.77f, 124.104f, 96.301f, 123.379f, 95.96f, 122.312f)
|
curveTo(98.153f, 132.076f, 97.669f, 131.328f, 97.317f, 130.228f)
|
||||||
lineTo(94.679f, 116.168f)
|
lineTo(95.997f, 123.892f)
|
||||||
curveTo(92.973f, 117.747f, 91.309f, 119.155f, 89.688f, 120.392f)
|
curveTo(94.237f, 125.52f, 92.521f, 126.972f, 90.849f, 128.248f)
|
||||||
curveTo(88.066f, 121.587f, 86.359f, 122.611f, 84.567f, 123.464f)
|
curveTo(89.177f, 129.48f, 87.417f, 130.536f, 85.569f, 131.416f)
|
||||||
curveTo(82.775f, 124.275f, 80.855f, 124.893f, 78.808f, 125.32f)
|
curveTo(83.721f, 132.252f, 81.741f, 132.89f, 79.629f, 133.33f)
|
||||||
curveTo(76.802f, 125.789f, 74.562f, 126.024f, 72.088f, 126.024f)
|
curveTo(77.561f, 133.814f, 75.251f, 134.056f, 72.699f, 134.056f)
|
||||||
curveTo(69.57f, 126.024f, 67.202f, 125.683f, 64.983f, 125.0f)
|
curveTo(70.103f, 134.056f, 67.661f, 133.704f, 65.373f, 133.0f)
|
||||||
curveTo(62.765f, 124.275f, 60.824f, 123.208f, 59.16f, 121.8f)
|
curveTo(63.085f, 132.252f, 61.083f, 131.152f, 59.367f, 129.7f)
|
||||||
curveTo(57.538f, 120.392f, 56.237f, 118.621f, 55.256f, 116.488f)
|
curveTo(57.695f, 128.248f, 56.353f, 126.422f, 55.341f, 124.222f)
|
||||||
curveTo(54.317f, 114.312f, 53.847f, 111.752f, 53.847f, 108.808f)
|
curveTo(54.373f, 121.978f, 53.889f, 119.338f, 53.889f, 116.302f)
|
||||||
curveTo(53.847f, 106.248f, 54.551f, 103.795f, 55.959f, 101.448f)
|
curveTo(53.889f, 113.662f, 54.615f, 111.132f, 56.067f, 108.712f)
|
||||||
curveTo(57.368f, 99.059f, 59.65f, 96.947f, 62.807f, 95.112f)
|
curveTo(57.519f, 106.248f, 59.873f, 104.07f, 63.129f, 102.178f)
|
||||||
curveTo(65.965f, 93.277f, 70.082f, 91.784f, 75.16f, 90.632f)
|
curveTo(66.385f, 100.286f, 70.631f, 98.746f, 75.867f, 97.558f)
|
||||||
curveTo(80.237f, 89.437f, 86.466f, 88.755f, 93.848f, 88.584f)
|
curveTo(81.103f, 96.326f, 87.527f, 95.622f, 95.139f, 95.446f)
|
||||||
verticalLineTo(83.528f)
|
verticalLineTo(90.232f)
|
||||||
curveTo(93.848f, 78.493f, 92.759f, 74.696f, 90.584f, 72.136f)
|
curveTo(95.139f, 85.04f, 94.017f, 81.124f, 91.773f, 78.484f)
|
||||||
curveTo(88.408f, 69.533f, 85.229f, 68.232f, 81.048f, 68.232f)
|
curveTo(89.529f, 75.8f, 86.251f, 74.458f, 81.939f, 74.458f)
|
||||||
curveTo(78.231f, 68.232f, 75.864f, 68.595f, 73.943f, 69.32f)
|
curveTo(79.035f, 74.458f, 76.593f, 74.832f, 74.613f, 75.58f)
|
||||||
curveTo(72.066f, 70.003f, 70.424f, 70.792f, 69.016f, 71.688f)
|
curveTo(72.677f, 76.284f, 70.983f, 77.098f, 69.531f, 78.022f)
|
||||||
curveTo(67.65f, 72.541f, 66.455f, 73.331f, 65.432f, 74.056f)
|
curveTo(68.123f, 78.902f, 66.891f, 79.716f, 65.835f, 80.464f)
|
||||||
curveTo(64.45f, 74.739f, 63.469f, 75.08f, 62.487f, 75.08f)
|
curveTo(64.823f, 81.168f, 63.811f, 81.52f, 62.799f, 81.52f)
|
||||||
curveTo(61.72f, 75.08f, 61.058f, 74.888f, 60.504f, 74.504f)
|
curveTo(62.007f, 81.52f, 61.325f, 81.322f, 60.753f, 80.926f)
|
||||||
curveTo(59.949f, 74.077f, 59.479f, 73.565f, 59.096f, 72.968f)
|
curveTo(60.181f, 80.486f, 59.697f, 79.958f, 59.301f, 79.342f)
|
||||||
lineTo(57.048f, 69.32f)
|
lineTo(57.189f, 75.58f)
|
||||||
close()
|
close()
|
||||||
moveTo(133.089f, 69.576f)
|
moveTo(132.966f, 75.844f)
|
||||||
curveTo(134.497f, 67.997f, 135.99f, 66.568f, 137.569f, 65.288f)
|
curveTo(134.418f, 74.216f, 135.958f, 72.742f, 137.586f, 71.422f)
|
||||||
curveTo(139.147f, 64.008f, 140.811f, 62.92f, 142.561f, 62.024f)
|
curveTo(139.214f, 70.102f, 140.93f, 68.98f, 142.734f, 68.056f)
|
||||||
curveTo(144.353f, 61.085f, 146.23f, 60.381f, 148.193f, 59.912f)
|
curveTo(144.582f, 67.088f, 146.518f, 66.362f, 148.542f, 65.878f)
|
||||||
curveTo(150.198f, 59.4f, 152.353f, 59.144f, 154.657f, 59.144f)
|
curveTo(150.61f, 65.35f, 152.832f, 65.086f, 155.208f, 65.086f)
|
||||||
curveTo(158.198f, 59.144f, 161.313f, 59.741f, 164.001f, 60.936f)
|
curveTo(158.86f, 65.086f, 162.072f, 65.702f, 164.844f, 66.934f)
|
||||||
curveTo(166.731f, 62.088f, 168.993f, 63.752f, 170.785f, 65.928f)
|
curveTo(167.66f, 68.122f, 169.992f, 69.838f, 171.84f, 72.082f)
|
||||||
curveTo(172.619f, 68.061f, 174.006f, 70.643f, 174.945f, 73.672f)
|
curveTo(173.732f, 74.282f, 175.162f, 76.944f, 176.13f, 80.068f)
|
||||||
curveTo(175.883f, 76.701f, 176.353f, 80.051f, 176.353f, 83.72f)
|
curveTo(177.098f, 83.192f, 177.582f, 86.646f, 177.582f, 90.43f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(164.897f)
|
horizontalLineTo(165.768f)
|
||||||
verticalLineTo(83.72f)
|
verticalLineTo(90.43f)
|
||||||
curveTo(164.897f, 78.813f, 163.766f, 75.016f, 161.505f, 72.328f)
|
curveTo(165.768f, 85.37f, 164.602f, 81.454f, 162.27f, 78.682f)
|
||||||
curveTo(159.286f, 69.597f, 155.894f, 68.232f, 151.329f, 68.232f)
|
curveTo(159.982f, 75.866f, 156.484f, 74.458f, 151.776f, 74.458f)
|
||||||
curveTo(147.958f, 68.232f, 144.801f, 69.043f, 141.857f, 70.664f)
|
curveTo(148.3f, 74.458f, 145.044f, 75.294f, 142.008f, 76.966f)
|
||||||
curveTo(138.955f, 72.285f, 136.267f, 74.483f, 133.793f, 77.256f)
|
curveTo(139.016f, 78.638f, 136.244f, 80.904f, 133.692f, 83.764f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(122.337f)
|
horizontalLineTo(121.878f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(129.185f)
|
horizontalLineTo(128.94f)
|
||||||
curveTo(130.806f, 60.168f, 131.809f, 60.957f, 132.193f, 62.536f)
|
curveTo(130.612f, 66.142f, 131.646f, 66.956f, 132.042f, 68.584f)
|
||||||
lineTo(133.089f, 69.576f)
|
lineTo(132.966f, 75.844f)
|
||||||
close()
|
close()
|
||||||
moveTo(191.728f, 41.992f)
|
moveTo(190.798f, 47.398f)
|
||||||
horizontalLineTo(220.4f)
|
horizontalLineTo(220.366f)
|
||||||
verticalLineTo(48.136f)
|
verticalLineTo(53.734f)
|
||||||
horizontalLineTo(191.728f)
|
horizontalLineTo(190.798f)
|
||||||
verticalLineTo(41.992f)
|
verticalLineTo(47.398f)
|
||||||
close()
|
close()
|
||||||
moveTo(263.597f, 61.96f)
|
moveTo(262.274f, 67.99f)
|
||||||
verticalLineTo(67.4f)
|
verticalLineTo(73.6f)
|
||||||
horizontalLineTo(237.55f)
|
horizontalLineTo(235.412f)
|
||||||
verticalLineTo(61.96f)
|
verticalLineTo(67.99f)
|
||||||
horizontalLineTo(246.958f)
|
horizontalLineTo(245.114f)
|
||||||
verticalLineTo(33.8f)
|
verticalLineTo(38.95f)
|
||||||
lineTo(247.278f, 30.984f)
|
lineTo(245.444f, 36.046f)
|
||||||
lineTo(240.366f, 36.68f)
|
lineTo(238.316f, 41.92f)
|
||||||
curveTo(239.982f, 36.979f, 239.598f, 37.171f, 239.214f, 37.256f)
|
curveTo(237.92f, 42.228f, 237.524f, 42.426f, 237.128f, 42.514f)
|
||||||
curveTo(238.872f, 37.299f, 238.531f, 37.299f, 238.19f, 37.256f)
|
curveTo(236.776f, 42.558f, 236.424f, 42.558f, 236.072f, 42.514f)
|
||||||
curveTo(237.848f, 37.171f, 237.528f, 37.043f, 237.23f, 36.872f)
|
curveTo(235.72f, 42.426f, 235.39f, 42.294f, 235.082f, 42.118f)
|
||||||
curveTo(236.974f, 36.701f, 236.782f, 36.531f, 236.654f, 36.36f)
|
curveTo(234.818f, 41.942f, 234.62f, 41.766f, 234.488f, 41.59f)
|
||||||
lineTo(234.158f, 32.776f)
|
lineTo(231.914f, 37.894f)
|
||||||
lineTo(248.366f, 20.616f)
|
lineTo(246.566f, 25.354f)
|
||||||
horizontalLineTo(255.278f)
|
horizontalLineTo(253.694f)
|
||||||
verticalLineTo(61.96f)
|
verticalLineTo(67.99f)
|
||||||
horizontalLineTo(263.597f)
|
horizontalLineTo(262.274f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _acTan!!
|
return _actan!!
|
||||||
}
|
}
|
||||||
|
|
||||||
private var _acTan: ImageVector? = null
|
private var _actan: ImageVector? = null
|
||||||
|
@ -14,160 +14,160 @@ import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.ArCos: ImageVector
|
val UnittoIcons.ArCos: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_arCos != null) {
|
if (_arcos != null) {
|
||||||
return _arCos!!
|
return _arcos!!
|
||||||
}
|
}
|
||||||
_arCos = Builder(name = "Cos-1", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_arcos = Builder(name = "ArCos", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(54.394f, 71.688f)
|
moveTo(57.093f, 78.022f)
|
||||||
curveTo(54.053f, 72.157f, 53.711f, 72.52f, 53.37f, 72.776f)
|
curveTo(56.741f, 78.506f, 56.389f, 78.88f, 56.037f, 79.144f)
|
||||||
curveTo(53.029f, 73.032f, 52.559f, 73.16f, 51.962f, 73.16f)
|
curveTo(55.685f, 79.408f, 55.201f, 79.54f, 54.585f, 79.54f)
|
||||||
curveTo(51.322f, 73.16f, 50.618f, 72.904f, 49.85f, 72.392f)
|
curveTo(53.925f, 79.54f, 53.199f, 79.276f, 52.407f, 78.748f)
|
||||||
curveTo(49.082f, 71.837f, 48.122f, 71.24f, 46.97f, 70.6f)
|
curveTo(51.615f, 78.176f, 50.625f, 77.56f, 49.437f, 76.9f)
|
||||||
curveTo(45.861f, 69.96f, 44.474f, 69.384f, 42.81f, 68.872f)
|
curveTo(48.293f, 76.24f, 46.863f, 75.646f, 45.147f, 75.118f)
|
||||||
curveTo(41.189f, 68.317f, 39.183f, 68.04f, 36.794f, 68.04f)
|
curveTo(43.475f, 74.546f, 41.407f, 74.26f, 38.943f, 74.26f)
|
||||||
curveTo(33.594f, 68.04f, 30.778f, 68.616f, 28.346f, 69.768f)
|
curveTo(35.643f, 74.26f, 32.739f, 74.854f, 30.231f, 76.042f)
|
||||||
curveTo(25.914f, 70.877f, 23.866f, 72.499f, 22.202f, 74.632f)
|
curveTo(27.723f, 77.186f, 25.611f, 78.858f, 23.895f, 81.058f)
|
||||||
curveTo(20.581f, 76.765f, 19.343f, 79.347f, 18.49f, 82.376f)
|
curveTo(22.223f, 83.258f, 20.947f, 85.92f, 20.067f, 89.044f)
|
||||||
curveTo(17.679f, 85.405f, 17.274f, 88.797f, 17.274f, 92.552f)
|
curveTo(19.231f, 92.168f, 18.813f, 95.666f, 18.813f, 99.538f)
|
||||||
curveTo(17.274f, 96.477f, 17.722f, 99.976f, 18.618f, 103.048f)
|
curveTo(18.813f, 103.586f, 19.275f, 107.194f, 20.199f, 110.362f)
|
||||||
curveTo(19.514f, 106.077f, 20.773f, 108.637f, 22.394f, 110.728f)
|
curveTo(21.123f, 113.486f, 22.421f, 116.126f, 24.093f, 118.282f)
|
||||||
curveTo(24.058f, 112.776f, 26.042f, 114.355f, 28.346f, 115.464f)
|
curveTo(25.809f, 120.394f, 27.855f, 122.022f, 30.231f, 123.166f)
|
||||||
curveTo(30.693f, 116.531f, 33.317f, 117.064f, 36.218f, 117.064f)
|
curveTo(32.651f, 124.266f, 35.357f, 124.816f, 38.349f, 124.816f)
|
||||||
curveTo(38.991f, 117.064f, 41.274f, 116.744f, 43.066f, 116.104f)
|
curveTo(41.209f, 124.816f, 43.563f, 124.486f, 45.411f, 123.826f)
|
||||||
curveTo(44.858f, 115.421f, 46.33f, 114.675f, 47.482f, 113.864f)
|
curveTo(47.259f, 123.122f, 48.777f, 122.352f, 49.965f, 121.516f)
|
||||||
curveTo(48.677f, 113.053f, 49.658f, 112.328f, 50.426f, 111.688f)
|
curveTo(51.197f, 120.68f, 52.209f, 119.932f, 53.001f, 119.272f)
|
||||||
curveTo(51.237f, 111.005f, 52.026f, 110.664f, 52.794f, 110.664f)
|
curveTo(53.837f, 118.568f, 54.651f, 118.216f, 55.443f, 118.216f)
|
||||||
curveTo(53.733f, 110.664f, 54.458f, 111.027f, 54.97f, 111.752f)
|
curveTo(56.411f, 118.216f, 57.159f, 118.59f, 57.687f, 119.338f)
|
||||||
lineTo(58.17f, 115.912f)
|
lineTo(60.987f, 123.628f)
|
||||||
curveTo(56.762f, 117.661f, 55.162f, 119.155f, 53.37f, 120.392f)
|
curveTo(59.535f, 125.432f, 57.885f, 126.972f, 56.037f, 128.248f)
|
||||||
curveTo(51.578f, 121.629f, 49.637f, 122.675f, 47.546f, 123.528f)
|
curveTo(54.189f, 129.524f, 52.187f, 130.602f, 50.031f, 131.482f)
|
||||||
curveTo(45.498f, 124.339f, 43.343f, 124.936f, 41.082f, 125.32f)
|
curveTo(47.919f, 132.318f, 45.697f, 132.934f, 43.365f, 133.33f)
|
||||||
curveTo(38.821f, 125.704f, 36.517f, 125.896f, 34.17f, 125.896f)
|
curveTo(41.033f, 133.726f, 38.657f, 133.924f, 36.237f, 133.924f)
|
||||||
curveTo(30.117f, 125.896f, 26.341f, 125.149f, 22.842f, 123.656f)
|
curveTo(32.057f, 133.924f, 28.163f, 133.154f, 24.555f, 131.614f)
|
||||||
curveTo(19.386f, 122.163f, 16.378f, 120.008f, 13.818f, 117.192f)
|
curveTo(20.991f, 130.074f, 17.889f, 127.852f, 15.249f, 124.948f)
|
||||||
curveTo(11.258f, 114.333f, 9.253f, 110.835f, 7.802f, 106.696f)
|
curveTo(12.609f, 122.0f, 10.541f, 118.392f, 9.045f, 114.124f)
|
||||||
curveTo(6.351f, 102.557f, 5.626f, 97.843f, 5.626f, 92.552f)
|
curveTo(7.549f, 109.856f, 6.801f, 104.994f, 6.801f, 99.538f)
|
||||||
curveTo(5.626f, 87.731f, 6.287f, 83.272f, 7.61f, 79.176f)
|
curveTo(6.801f, 94.566f, 7.483f, 89.968f, 8.847f, 85.744f)
|
||||||
curveTo(8.975f, 75.08f, 10.938f, 71.56f, 13.498f, 68.616f)
|
curveTo(10.255f, 81.52f, 12.279f, 77.89f, 14.919f, 74.854f)
|
||||||
curveTo(16.101f, 65.629f, 19.279f, 63.304f, 23.034f, 61.64f)
|
curveTo(17.603f, 71.774f, 20.881f, 69.376f, 24.753f, 67.66f)
|
||||||
curveTo(26.831f, 59.976f, 31.183f, 59.144f, 36.09f, 59.144f)
|
curveTo(28.669f, 65.944f, 33.157f, 65.086f, 38.217f, 65.086f)
|
||||||
curveTo(40.655f, 59.144f, 44.666f, 59.891f, 48.122f, 61.384f)
|
curveTo(42.925f, 65.086f, 47.061f, 65.856f, 50.625f, 67.396f)
|
||||||
curveTo(51.621f, 62.835f, 54.714f, 64.904f, 57.402f, 67.592f)
|
curveTo(54.233f, 68.892f, 57.423f, 71.026f, 60.195f, 73.798f)
|
||||||
lineTo(54.394f, 71.688f)
|
lineTo(57.093f, 78.022f)
|
||||||
close()
|
close()
|
||||||
moveTo(96.602f, 59.144f)
|
moveTo(97.98f, 65.086f)
|
||||||
curveTo(101.338f, 59.144f, 105.605f, 59.933f, 109.402f, 61.512f)
|
curveTo(102.864f, 65.086f, 107.264f, 65.9f, 111.18f, 67.528f)
|
||||||
curveTo(113.199f, 63.091f, 116.442f, 65.331f, 119.13f, 68.232f)
|
curveTo(115.096f, 69.156f, 118.44f, 71.466f, 121.212f, 74.458f)
|
||||||
curveTo(121.818f, 71.133f, 123.866f, 74.653f, 125.274f, 78.792f)
|
curveTo(123.984f, 77.45f, 126.096f, 81.08f, 127.548f, 85.348f)
|
||||||
curveTo(126.725f, 82.888f, 127.45f, 87.475f, 127.45f, 92.552f)
|
curveTo(129.044f, 89.572f, 129.792f, 94.302f, 129.792f, 99.538f)
|
||||||
curveTo(127.45f, 97.672f, 126.725f, 102.28f, 125.274f, 106.376f)
|
curveTo(129.792f, 104.818f, 129.044f, 109.57f, 127.548f, 113.794f)
|
||||||
curveTo(123.866f, 110.472f, 121.818f, 113.971f, 119.13f, 116.872f)
|
curveTo(126.096f, 118.018f, 123.984f, 121.626f, 121.212f, 124.618f)
|
||||||
curveTo(116.442f, 119.773f, 113.199f, 122.013f, 109.402f, 123.592f)
|
curveTo(118.44f, 127.61f, 115.096f, 129.92f, 111.18f, 131.548f)
|
||||||
curveTo(105.605f, 125.128f, 101.338f, 125.896f, 96.602f, 125.896f)
|
curveTo(107.264f, 133.132f, 102.864f, 133.924f, 97.98f, 133.924f)
|
||||||
curveTo(91.823f, 125.896f, 87.514f, 125.128f, 83.674f, 123.592f)
|
curveTo(93.052f, 133.924f, 88.608f, 133.132f, 84.648f, 131.548f)
|
||||||
curveTo(79.877f, 122.013f, 76.634f, 119.773f, 73.946f, 116.872f)
|
curveTo(80.732f, 129.92f, 77.388f, 127.61f, 74.616f, 124.618f)
|
||||||
curveTo(71.258f, 113.971f, 69.189f, 110.472f, 67.738f, 106.376f)
|
curveTo(71.844f, 121.626f, 69.71f, 118.018f, 68.214f, 113.794f)
|
||||||
curveTo(66.33f, 102.28f, 65.626f, 97.672f, 65.626f, 92.552f)
|
curveTo(66.762f, 109.57f, 66.036f, 104.818f, 66.036f, 99.538f)
|
||||||
curveTo(65.626f, 87.475f, 66.33f, 82.888f, 67.738f, 78.792f)
|
curveTo(66.036f, 94.302f, 66.762f, 89.572f, 68.214f, 85.348f)
|
||||||
curveTo(69.189f, 74.653f, 71.258f, 71.133f, 73.946f, 68.232f)
|
curveTo(69.71f, 81.08f, 71.844f, 77.45f, 74.616f, 74.458f)
|
||||||
curveTo(76.634f, 65.331f, 79.877f, 63.091f, 83.674f, 61.512f)
|
curveTo(77.388f, 71.466f, 80.732f, 69.156f, 84.648f, 67.528f)
|
||||||
curveTo(87.514f, 59.933f, 91.823f, 59.144f, 96.602f, 59.144f)
|
curveTo(88.608f, 65.9f, 93.052f, 65.086f, 97.98f, 65.086f)
|
||||||
close()
|
close()
|
||||||
moveTo(96.602f, 117.0f)
|
moveTo(97.98f, 124.75f)
|
||||||
curveTo(103.002f, 117.0f, 107.781f, 114.867f, 110.938f, 110.6f)
|
curveTo(104.58f, 124.75f, 109.508f, 122.55f, 112.764f, 118.15f)
|
||||||
curveTo(114.095f, 106.291f, 115.674f, 100.296f, 115.674f, 92.616f)
|
curveTo(116.02f, 113.706f, 117.648f, 107.524f, 117.648f, 99.604f)
|
||||||
curveTo(115.674f, 84.893f, 114.095f, 78.877f, 110.938f, 74.568f)
|
curveTo(117.648f, 91.64f, 116.02f, 85.436f, 112.764f, 80.992f)
|
||||||
curveTo(107.781f, 70.259f, 103.002f, 68.104f, 96.602f, 68.104f)
|
curveTo(109.508f, 76.548f, 104.58f, 74.326f, 97.98f, 74.326f)
|
||||||
curveTo(93.359f, 68.104f, 90.522f, 68.659f, 88.09f, 69.768f)
|
curveTo(94.636f, 74.326f, 91.71f, 74.898f, 89.202f, 76.042f)
|
||||||
curveTo(85.701f, 70.877f, 83.695f, 72.477f, 82.074f, 74.568f)
|
curveTo(86.738f, 77.186f, 84.67f, 78.836f, 82.998f, 80.992f)
|
||||||
curveTo(80.495f, 76.659f, 79.301f, 79.24f, 78.49f, 82.312f)
|
curveTo(81.37f, 83.148f, 80.138f, 85.81f, 79.302f, 88.978f)
|
||||||
curveTo(77.722f, 85.341f, 77.338f, 88.776f, 77.338f, 92.616f)
|
curveTo(78.51f, 92.102f, 78.114f, 95.644f, 78.114f, 99.604f)
|
||||||
curveTo(77.338f, 100.296f, 78.917f, 106.291f, 82.074f, 110.6f)
|
curveTo(78.114f, 107.524f, 79.742f, 113.706f, 82.998f, 118.15f)
|
||||||
curveTo(85.274f, 114.867f, 90.117f, 117.0f, 96.602f, 117.0f)
|
curveTo(86.298f, 122.55f, 91.292f, 124.75f, 97.98f, 124.75f)
|
||||||
close()
|
close()
|
||||||
moveTo(179.659f, 70.856f)
|
moveTo(180.992f, 77.164f)
|
||||||
curveTo(179.147f, 71.795f, 178.358f, 72.264f, 177.291f, 72.264f)
|
curveTo(180.464f, 78.132f, 179.65f, 78.616f, 178.55f, 78.616f)
|
||||||
curveTo(176.651f, 72.264f, 175.926f, 72.029f, 175.115f, 71.56f)
|
curveTo(177.89f, 78.616f, 177.142f, 78.374f, 176.306f, 77.89f)
|
||||||
curveTo(174.304f, 71.091f, 173.302f, 70.579f, 172.107f, 70.024f)
|
curveTo(175.47f, 77.406f, 174.436f, 76.878f, 173.204f, 76.306f)
|
||||||
curveTo(170.955f, 69.427f, 169.568f, 68.893f, 167.947f, 68.424f)
|
curveTo(172.016f, 75.69f, 170.586f, 75.14f, 168.914f, 74.656f)
|
||||||
curveTo(166.326f, 67.912f, 164.406f, 67.656f, 162.187f, 67.656f)
|
curveTo(167.242f, 74.128f, 165.262f, 73.864f, 162.974f, 73.864f)
|
||||||
curveTo(160.267f, 67.656f, 158.539f, 67.912f, 157.003f, 68.424f)
|
curveTo(160.994f, 73.864f, 159.212f, 74.128f, 157.628f, 74.656f)
|
||||||
curveTo(155.467f, 68.893f, 154.144f, 69.555f, 153.035f, 70.408f)
|
curveTo(156.044f, 75.14f, 154.68f, 75.822f, 153.536f, 76.702f)
|
||||||
curveTo(151.968f, 71.261f, 151.136f, 72.264f, 150.539f, 73.416f)
|
curveTo(152.436f, 77.582f, 151.578f, 78.616f, 150.962f, 79.804f)
|
||||||
curveTo(149.984f, 74.525f, 149.707f, 75.741f, 149.707f, 77.064f)
|
curveTo(150.39f, 80.948f, 150.104f, 82.202f, 150.104f, 83.566f)
|
||||||
curveTo(149.707f, 78.728f, 150.176f, 80.115f, 151.115f, 81.224f)
|
curveTo(150.104f, 85.282f, 150.588f, 86.712f, 151.556f, 87.856f)
|
||||||
curveTo(152.096f, 82.333f, 153.376f, 83.293f, 154.955f, 84.104f)
|
curveTo(152.568f, 89.0f, 153.888f, 89.99f, 155.516f, 90.826f)
|
||||||
curveTo(156.534f, 84.915f, 158.326f, 85.64f, 160.331f, 86.28f)
|
curveTo(157.144f, 91.662f, 158.992f, 92.41f, 161.06f, 93.07f)
|
||||||
curveTo(162.336f, 86.877f, 164.384f, 87.539f, 166.475f, 88.264f)
|
curveTo(163.128f, 93.686f, 165.24f, 94.368f, 167.396f, 95.116f)
|
||||||
curveTo(168.608f, 88.947f, 170.678f, 89.715f, 172.683f, 90.568f)
|
curveTo(169.596f, 95.82f, 171.73f, 96.612f, 173.798f, 97.492f)
|
||||||
curveTo(174.688f, 91.421f, 176.48f, 92.488f, 178.059f, 93.768f)
|
curveTo(175.866f, 98.372f, 177.714f, 99.472f, 179.342f, 100.792f)
|
||||||
curveTo(179.638f, 95.048f, 180.896f, 96.627f, 181.835f, 98.504f)
|
curveTo(180.97f, 102.112f, 182.268f, 103.74f, 183.236f, 105.676f)
|
||||||
curveTo(182.816f, 100.339f, 183.307f, 102.557f, 183.307f, 105.16f)
|
curveTo(184.248f, 107.568f, 184.754f, 109.856f, 184.754f, 112.54f)
|
||||||
curveTo(183.307f, 108.147f, 182.774f, 110.92f, 181.707f, 113.48f)
|
curveTo(184.754f, 115.62f, 184.204f, 118.48f, 183.104f, 121.12f)
|
||||||
curveTo(180.64f, 115.997f, 179.062f, 118.195f, 176.971f, 120.072f)
|
curveTo(182.004f, 123.716f, 180.376f, 125.982f, 178.22f, 127.918f)
|
||||||
curveTo(174.88f, 121.907f, 172.32f, 123.357f, 169.291f, 124.424f)
|
curveTo(176.064f, 129.81f, 173.424f, 131.306f, 170.3f, 132.406f)
|
||||||
curveTo(166.262f, 125.491f, 162.763f, 126.024f, 158.795f, 126.024f)
|
curveTo(167.176f, 133.506f, 163.568f, 134.056f, 159.476f, 134.056f)
|
||||||
curveTo(154.272f, 126.024f, 150.176f, 125.299f, 146.507f, 123.848f)
|
curveTo(154.812f, 134.056f, 150.588f, 133.308f, 146.804f, 131.812f)
|
||||||
curveTo(142.838f, 122.355f, 139.723f, 120.456f, 137.163f, 118.152f)
|
curveTo(143.02f, 130.272f, 139.808f, 128.314f, 137.168f, 125.938f)
|
||||||
lineTo(139.851f, 113.8f)
|
lineTo(139.94f, 121.45f)
|
||||||
curveTo(140.192f, 113.245f, 140.598f, 112.819f, 141.067f, 112.52f)
|
curveTo(140.292f, 120.878f, 140.71f, 120.438f, 141.194f, 120.13f)
|
||||||
curveTo(141.536f, 112.221f, 142.134f, 112.072f, 142.859f, 112.072f)
|
curveTo(141.678f, 119.822f, 142.294f, 119.668f, 143.042f, 119.668f)
|
||||||
curveTo(143.627f, 112.072f, 144.438f, 112.371f, 145.291f, 112.968f)
|
curveTo(143.834f, 119.668f, 144.67f, 119.976f, 145.55f, 120.592f)
|
||||||
curveTo(146.144f, 113.565f, 147.168f, 114.227f, 148.363f, 114.952f)
|
curveTo(146.43f, 121.208f, 147.486f, 121.89f, 148.718f, 122.638f)
|
||||||
curveTo(149.6f, 115.677f, 151.094f, 116.339f, 152.843f, 116.936f)
|
curveTo(149.994f, 123.386f, 151.534f, 124.068f, 153.338f, 124.684f)
|
||||||
curveTo(154.592f, 117.533f, 156.768f, 117.832f, 159.371f, 117.832f)
|
curveTo(155.142f, 125.3f, 157.386f, 125.608f, 160.07f, 125.608f)
|
||||||
curveTo(161.59f, 117.832f, 163.531f, 117.555f, 165.195f, 117.0f)
|
curveTo(162.358f, 125.608f, 164.36f, 125.322f, 166.076f, 124.75f)
|
||||||
curveTo(166.859f, 116.403f, 168.246f, 115.613f, 169.355f, 114.632f)
|
curveTo(167.792f, 124.134f, 169.222f, 123.32f, 170.366f, 122.308f)
|
||||||
curveTo(170.464f, 113.651f, 171.275f, 112.52f, 171.787f, 111.24f)
|
curveTo(171.51f, 121.296f, 172.346f, 120.13f, 172.874f, 118.81f)
|
||||||
curveTo(172.342f, 109.96f, 172.619f, 108.595f, 172.619f, 107.144f)
|
curveTo(173.446f, 117.49f, 173.732f, 116.082f, 173.732f, 114.586f)
|
||||||
curveTo(172.619f, 105.352f, 172.128f, 103.88f, 171.147f, 102.728f)
|
curveTo(173.732f, 112.738f, 173.226f, 111.22f, 172.214f, 110.032f)
|
||||||
curveTo(170.208f, 101.533f, 168.95f, 100.531f, 167.371f, 99.72f)
|
curveTo(171.246f, 108.8f, 169.948f, 107.766f, 168.32f, 106.93f)
|
||||||
curveTo(165.792f, 98.867f, 163.979f, 98.141f, 161.931f, 97.544f)
|
curveTo(166.692f, 106.05f, 164.822f, 105.302f, 162.71f, 104.686f)
|
||||||
curveTo(159.926f, 96.904f, 157.856f, 96.243f, 155.723f, 95.56f)
|
curveTo(160.642f, 104.026f, 158.508f, 103.344f, 156.308f, 102.64f)
|
||||||
curveTo(153.632f, 94.877f, 151.563f, 94.109f, 149.515f, 93.256f)
|
curveTo(154.152f, 101.936f, 152.018f, 101.144f, 149.906f, 100.264f)
|
||||||
curveTo(147.51f, 92.36f, 145.718f, 91.251f, 144.139f, 89.928f)
|
curveTo(147.838f, 99.34f, 145.99f, 98.196f, 144.362f, 96.832f)
|
||||||
curveTo(142.56f, 88.605f, 141.28f, 86.984f, 140.299f, 85.064f)
|
curveTo(142.734f, 95.468f, 141.414f, 93.796f, 140.402f, 91.816f)
|
||||||
curveTo(139.36f, 83.101f, 138.891f, 80.733f, 138.891f, 77.96f)
|
curveTo(139.434f, 89.792f, 138.95f, 87.35f, 138.95f, 84.49f)
|
||||||
curveTo(138.891f, 75.485f, 139.403f, 73.117f, 140.427f, 70.856f)
|
curveTo(138.95f, 81.938f, 139.478f, 79.496f, 140.534f, 77.164f)
|
||||||
curveTo(141.451f, 68.552f, 142.944f, 66.547f, 144.907f, 64.84f)
|
curveTo(141.59f, 74.788f, 143.13f, 72.72f, 145.154f, 70.96f)
|
||||||
curveTo(146.87f, 63.091f, 149.28f, 61.704f, 152.139f, 60.68f)
|
curveTo(147.178f, 69.156f, 149.664f, 67.726f, 152.612f, 66.67f)
|
||||||
curveTo(154.998f, 59.656f, 158.262f, 59.144f, 161.931f, 59.144f)
|
curveTo(155.56f, 65.614f, 158.926f, 65.086f, 162.71f, 65.086f)
|
||||||
curveTo(166.198f, 59.144f, 170.016f, 59.827f, 173.387f, 61.192f)
|
curveTo(167.11f, 65.086f, 171.048f, 65.79f, 174.524f, 67.198f)
|
||||||
curveTo(176.8f, 62.515f, 179.744f, 64.349f, 182.219f, 66.696f)
|
curveTo(178.044f, 68.562f, 181.08f, 70.454f, 183.632f, 72.874f)
|
||||||
lineTo(179.659f, 70.856f)
|
lineTo(180.992f, 77.164f)
|
||||||
close()
|
close()
|
||||||
moveTo(195.29f, 41.992f)
|
moveTo(194.472f, 47.398f)
|
||||||
horizontalLineTo(223.962f)
|
horizontalLineTo(224.04f)
|
||||||
verticalLineTo(48.136f)
|
verticalLineTo(53.734f)
|
||||||
horizontalLineTo(195.29f)
|
horizontalLineTo(194.472f)
|
||||||
verticalLineTo(41.992f)
|
verticalLineTo(47.398f)
|
||||||
close()
|
close()
|
||||||
moveTo(267.16f, 61.96f)
|
moveTo(265.948f, 67.99f)
|
||||||
verticalLineTo(67.4f)
|
verticalLineTo(73.6f)
|
||||||
horizontalLineTo(241.112f)
|
horizontalLineTo(239.086f)
|
||||||
verticalLineTo(61.96f)
|
verticalLineTo(67.99f)
|
||||||
horizontalLineTo(250.52f)
|
horizontalLineTo(248.788f)
|
||||||
verticalLineTo(33.8f)
|
verticalLineTo(38.95f)
|
||||||
lineTo(250.84f, 30.984f)
|
lineTo(249.118f, 36.046f)
|
||||||
lineTo(243.928f, 36.68f)
|
lineTo(241.99f, 41.92f)
|
||||||
curveTo(243.544f, 36.979f, 243.16f, 37.171f, 242.776f, 37.256f)
|
curveTo(241.594f, 42.228f, 241.198f, 42.426f, 240.802f, 42.514f)
|
||||||
curveTo(242.435f, 37.299f, 242.093f, 37.299f, 241.752f, 37.256f)
|
curveTo(240.45f, 42.558f, 240.098f, 42.558f, 239.746f, 42.514f)
|
||||||
curveTo(241.411f, 37.171f, 241.091f, 37.043f, 240.792f, 36.872f)
|
curveTo(239.394f, 42.426f, 239.064f, 42.294f, 238.756f, 42.118f)
|
||||||
curveTo(240.536f, 36.701f, 240.344f, 36.531f, 240.216f, 36.36f)
|
curveTo(238.492f, 41.942f, 238.294f, 41.766f, 238.162f, 41.59f)
|
||||||
lineTo(237.72f, 32.776f)
|
lineTo(235.588f, 37.894f)
|
||||||
lineTo(251.928f, 20.616f)
|
lineTo(250.24f, 25.354f)
|
||||||
horizontalLineTo(258.84f)
|
horizontalLineTo(257.368f)
|
||||||
verticalLineTo(61.96f)
|
verticalLineTo(67.99f)
|
||||||
horizontalLineTo(267.16f)
|
horizontalLineTo(265.948f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _arCos!!
|
return _arcos!!
|
||||||
}
|
}
|
||||||
|
|
||||||
private var _arCos: ImageVector? = null
|
private var _arcos: ImageVector? = null
|
||||||
|
@ -14,140 +14,140 @@ import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.ArSin: ImageVector
|
val UnittoIcons.ArSin: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_arSin != null) {
|
if (_arsin != null) {
|
||||||
return _arSin!!
|
return _arsin!!
|
||||||
}
|
}
|
||||||
_arSin = Builder(name = "Sin-1", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_arsin = Builder(name = "Arsin", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(62.284f, 70.856f)
|
moveTo(65.229f, 77.164f)
|
||||||
curveTo(61.772f, 71.795f, 60.983f, 72.264f, 59.916f, 72.264f)
|
curveTo(64.701f, 78.132f, 63.887f, 78.616f, 62.787f, 78.616f)
|
||||||
curveTo(59.276f, 72.264f, 58.551f, 72.029f, 57.74f, 71.56f)
|
curveTo(62.127f, 78.616f, 61.379f, 78.374f, 60.543f, 77.89f)
|
||||||
curveTo(56.929f, 71.091f, 55.927f, 70.579f, 54.732f, 70.024f)
|
curveTo(59.707f, 77.406f, 58.673f, 76.878f, 57.441f, 76.306f)
|
||||||
curveTo(53.58f, 69.427f, 52.193f, 68.893f, 50.572f, 68.424f)
|
curveTo(56.253f, 75.69f, 54.823f, 75.14f, 53.151f, 74.656f)
|
||||||
curveTo(48.951f, 67.912f, 47.031f, 67.656f, 44.812f, 67.656f)
|
curveTo(51.479f, 74.128f, 49.499f, 73.864f, 47.211f, 73.864f)
|
||||||
curveTo(42.892f, 67.656f, 41.164f, 67.912f, 39.628f, 68.424f)
|
curveTo(45.231f, 73.864f, 43.449f, 74.128f, 41.865f, 74.656f)
|
||||||
curveTo(38.092f, 68.893f, 36.769f, 69.555f, 35.66f, 70.408f)
|
curveTo(40.281f, 75.14f, 38.917f, 75.822f, 37.773f, 76.702f)
|
||||||
curveTo(34.593f, 71.261f, 33.761f, 72.264f, 33.164f, 73.416f)
|
curveTo(36.673f, 77.582f, 35.815f, 78.616f, 35.199f, 79.804f)
|
||||||
curveTo(32.609f, 74.525f, 32.332f, 75.741f, 32.332f, 77.064f)
|
curveTo(34.627f, 80.948f, 34.341f, 82.202f, 34.341f, 83.566f)
|
||||||
curveTo(32.332f, 78.728f, 32.801f, 80.115f, 33.74f, 81.224f)
|
curveTo(34.341f, 85.282f, 34.825f, 86.712f, 35.793f, 87.856f)
|
||||||
curveTo(34.721f, 82.333f, 36.001f, 83.293f, 37.58f, 84.104f)
|
curveTo(36.805f, 89.0f, 38.125f, 89.99f, 39.753f, 90.826f)
|
||||||
curveTo(39.159f, 84.915f, 40.951f, 85.64f, 42.956f, 86.28f)
|
curveTo(41.381f, 91.662f, 43.229f, 92.41f, 45.297f, 93.07f)
|
||||||
curveTo(44.961f, 86.877f, 47.009f, 87.539f, 49.1f, 88.264f)
|
curveTo(47.365f, 93.686f, 49.477f, 94.368f, 51.633f, 95.116f)
|
||||||
curveTo(51.233f, 88.947f, 53.303f, 89.715f, 55.308f, 90.568f)
|
curveTo(53.833f, 95.82f, 55.967f, 96.612f, 58.035f, 97.492f)
|
||||||
curveTo(57.313f, 91.421f, 59.105f, 92.488f, 60.684f, 93.768f)
|
curveTo(60.103f, 98.372f, 61.951f, 99.472f, 63.579f, 100.792f)
|
||||||
curveTo(62.263f, 95.048f, 63.521f, 96.627f, 64.46f, 98.504f)
|
curveTo(65.207f, 102.112f, 66.505f, 103.74f, 67.473f, 105.676f)
|
||||||
curveTo(65.441f, 100.339f, 65.932f, 102.557f, 65.932f, 105.16f)
|
curveTo(68.485f, 107.568f, 68.991f, 109.856f, 68.991f, 112.54f)
|
||||||
curveTo(65.932f, 108.147f, 65.399f, 110.92f, 64.332f, 113.48f)
|
curveTo(68.991f, 115.62f, 68.441f, 118.48f, 67.341f, 121.12f)
|
||||||
curveTo(63.265f, 115.997f, 61.687f, 118.195f, 59.596f, 120.072f)
|
curveTo(66.241f, 123.716f, 64.613f, 125.982f, 62.457f, 127.918f)
|
||||||
curveTo(57.505f, 121.907f, 54.945f, 123.357f, 51.916f, 124.424f)
|
curveTo(60.301f, 129.81f, 57.661f, 131.306f, 54.537f, 132.406f)
|
||||||
curveTo(48.887f, 125.491f, 45.388f, 126.024f, 41.42f, 126.024f)
|
curveTo(51.413f, 133.506f, 47.805f, 134.056f, 43.713f, 134.056f)
|
||||||
curveTo(36.897f, 126.024f, 32.801f, 125.299f, 29.132f, 123.848f)
|
curveTo(39.049f, 134.056f, 34.825f, 133.308f, 31.041f, 131.812f)
|
||||||
curveTo(25.463f, 122.355f, 22.348f, 120.456f, 19.788f, 118.152f)
|
curveTo(27.257f, 130.272f, 24.045f, 128.314f, 21.405f, 125.938f)
|
||||||
lineTo(22.476f, 113.8f)
|
lineTo(24.177f, 121.45f)
|
||||||
curveTo(22.817f, 113.245f, 23.223f, 112.819f, 23.692f, 112.52f)
|
curveTo(24.529f, 120.878f, 24.947f, 120.438f, 25.431f, 120.13f)
|
||||||
curveTo(24.161f, 112.221f, 24.759f, 112.072f, 25.484f, 112.072f)
|
curveTo(25.915f, 119.822f, 26.531f, 119.668f, 27.279f, 119.668f)
|
||||||
curveTo(26.252f, 112.072f, 27.063f, 112.371f, 27.916f, 112.968f)
|
curveTo(28.071f, 119.668f, 28.907f, 119.976f, 29.787f, 120.592f)
|
||||||
curveTo(28.769f, 113.565f, 29.793f, 114.227f, 30.988f, 114.952f)
|
curveTo(30.667f, 121.208f, 31.723f, 121.89f, 32.955f, 122.638f)
|
||||||
curveTo(32.225f, 115.677f, 33.719f, 116.339f, 35.468f, 116.936f)
|
curveTo(34.231f, 123.386f, 35.771f, 124.068f, 37.575f, 124.684f)
|
||||||
curveTo(37.217f, 117.533f, 39.393f, 117.832f, 41.996f, 117.832f)
|
curveTo(39.379f, 125.3f, 41.623f, 125.608f, 44.307f, 125.608f)
|
||||||
curveTo(44.215f, 117.832f, 46.156f, 117.555f, 47.82f, 117.0f)
|
curveTo(46.595f, 125.608f, 48.597f, 125.322f, 50.313f, 124.75f)
|
||||||
curveTo(49.484f, 116.403f, 50.871f, 115.613f, 51.98f, 114.632f)
|
curveTo(52.029f, 124.134f, 53.459f, 123.32f, 54.603f, 122.308f)
|
||||||
curveTo(53.089f, 113.651f, 53.9f, 112.52f, 54.412f, 111.24f)
|
curveTo(55.747f, 121.296f, 56.583f, 120.13f, 57.111f, 118.81f)
|
||||||
curveTo(54.967f, 109.96f, 55.244f, 108.595f, 55.244f, 107.144f)
|
curveTo(57.683f, 117.49f, 57.969f, 116.082f, 57.969f, 114.586f)
|
||||||
curveTo(55.244f, 105.352f, 54.753f, 103.88f, 53.772f, 102.728f)
|
curveTo(57.969f, 112.738f, 57.463f, 111.22f, 56.451f, 110.032f)
|
||||||
curveTo(52.833f, 101.533f, 51.575f, 100.531f, 49.996f, 99.72f)
|
curveTo(55.483f, 108.8f, 54.185f, 107.766f, 52.557f, 106.93f)
|
||||||
curveTo(48.417f, 98.867f, 46.604f, 98.141f, 44.556f, 97.544f)
|
curveTo(50.929f, 106.05f, 49.059f, 105.302f, 46.947f, 104.686f)
|
||||||
curveTo(42.551f, 96.904f, 40.481f, 96.243f, 38.348f, 95.56f)
|
curveTo(44.879f, 104.026f, 42.745f, 103.344f, 40.545f, 102.64f)
|
||||||
curveTo(36.257f, 94.877f, 34.188f, 94.109f, 32.14f, 93.256f)
|
curveTo(38.389f, 101.936f, 36.255f, 101.144f, 34.143f, 100.264f)
|
||||||
curveTo(30.135f, 92.36f, 28.343f, 91.251f, 26.764f, 89.928f)
|
curveTo(32.075f, 99.34f, 30.227f, 98.196f, 28.599f, 96.832f)
|
||||||
curveTo(25.185f, 88.605f, 23.905f, 86.984f, 22.924f, 85.064f)
|
curveTo(26.971f, 95.468f, 25.651f, 93.796f, 24.639f, 91.816f)
|
||||||
curveTo(21.985f, 83.101f, 21.516f, 80.733f, 21.516f, 77.96f)
|
curveTo(23.671f, 89.792f, 23.187f, 87.35f, 23.187f, 84.49f)
|
||||||
curveTo(21.516f, 75.485f, 22.028f, 73.117f, 23.052f, 70.856f)
|
curveTo(23.187f, 81.938f, 23.715f, 79.496f, 24.771f, 77.164f)
|
||||||
curveTo(24.076f, 68.552f, 25.569f, 66.547f, 27.532f, 64.84f)
|
curveTo(25.827f, 74.788f, 27.367f, 72.72f, 29.391f, 70.96f)
|
||||||
curveTo(29.495f, 63.091f, 31.905f, 61.704f, 34.764f, 60.68f)
|
curveTo(31.415f, 69.156f, 33.901f, 67.726f, 36.849f, 66.67f)
|
||||||
curveTo(37.623f, 59.656f, 40.887f, 59.144f, 44.556f, 59.144f)
|
curveTo(39.797f, 65.614f, 43.163f, 65.086f, 46.947f, 65.086f)
|
||||||
curveTo(48.823f, 59.144f, 52.641f, 59.827f, 56.012f, 61.192f)
|
curveTo(51.347f, 65.086f, 55.285f, 65.79f, 58.761f, 67.198f)
|
||||||
curveTo(59.425f, 62.515f, 62.369f, 64.349f, 64.844f, 66.696f)
|
curveTo(62.281f, 68.562f, 65.317f, 70.454f, 67.869f, 72.874f)
|
||||||
lineTo(62.284f, 70.856f)
|
lineTo(65.229f, 77.164f)
|
||||||
close()
|
close()
|
||||||
moveTo(91.931f, 60.168f)
|
moveTo(93.163f, 66.142f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(80.539f)
|
horizontalLineTo(81.415f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(91.931f)
|
horizontalLineTo(93.163f)
|
||||||
close()
|
close()
|
||||||
moveTo(94.363f, 39.816f)
|
moveTo(95.671f, 45.154f)
|
||||||
curveTo(94.363f, 40.925f, 94.128f, 41.971f, 93.659f, 42.952f)
|
curveTo(95.671f, 46.298f, 95.429f, 47.376f, 94.945f, 48.388f)
|
||||||
curveTo(93.232f, 43.891f, 92.635f, 44.744f, 91.867f, 45.512f)
|
curveTo(94.505f, 49.356f, 93.889f, 50.236f, 93.097f, 51.028f)
|
||||||
curveTo(91.142f, 46.237f, 90.267f, 46.813f, 89.243f, 47.24f)
|
curveTo(92.349f, 51.776f, 91.447f, 52.37f, 90.391f, 52.81f)
|
||||||
curveTo(88.262f, 47.667f, 87.216f, 47.88f, 86.107f, 47.88f)
|
curveTo(89.379f, 53.25f, 88.301f, 53.47f, 87.157f, 53.47f)
|
||||||
curveTo(84.998f, 47.88f, 83.952f, 47.667f, 82.971f, 47.24f)
|
curveTo(86.013f, 53.47f, 84.935f, 53.25f, 83.923f, 52.81f)
|
||||||
curveTo(82.032f, 46.813f, 81.2f, 46.237f, 80.475f, 45.512f)
|
curveTo(82.955f, 52.37f, 82.097f, 51.776f, 81.349f, 51.028f)
|
||||||
curveTo(79.75f, 44.744f, 79.174f, 43.891f, 78.747f, 42.952f)
|
curveTo(80.601f, 50.236f, 80.007f, 49.356f, 79.567f, 48.388f)
|
||||||
curveTo(78.32f, 41.971f, 78.107f, 40.925f, 78.107f, 39.816f)
|
curveTo(79.127f, 47.376f, 78.907f, 46.298f, 78.907f, 45.154f)
|
||||||
curveTo(78.107f, 38.707f, 78.32f, 37.661f, 78.747f, 36.68f)
|
curveTo(78.907f, 44.01f, 79.127f, 42.932f, 79.567f, 41.92f)
|
||||||
curveTo(79.174f, 35.656f, 79.75f, 34.781f, 80.475f, 34.056f)
|
curveTo(80.007f, 40.864f, 80.601f, 39.962f, 81.349f, 39.214f)
|
||||||
curveTo(81.2f, 33.288f, 82.032f, 32.691f, 82.971f, 32.264f)
|
curveTo(82.097f, 38.422f, 82.955f, 37.806f, 83.923f, 37.366f)
|
||||||
curveTo(83.952f, 31.837f, 84.998f, 31.624f, 86.107f, 31.624f)
|
curveTo(84.935f, 36.926f, 86.013f, 36.706f, 87.157f, 36.706f)
|
||||||
curveTo(87.216f, 31.624f, 88.262f, 31.837f, 89.243f, 32.264f)
|
curveTo(88.301f, 36.706f, 89.379f, 36.926f, 90.391f, 37.366f)
|
||||||
curveTo(90.267f, 32.691f, 91.142f, 33.288f, 91.867f, 34.056f)
|
curveTo(91.447f, 37.806f, 92.349f, 38.422f, 93.097f, 39.214f)
|
||||||
curveTo(92.635f, 34.781f, 93.232f, 35.656f, 93.659f, 36.68f)
|
curveTo(93.889f, 39.962f, 94.505f, 40.864f, 94.945f, 41.92f)
|
||||||
curveTo(94.128f, 37.661f, 94.363f, 38.707f, 94.363f, 39.816f)
|
curveTo(95.429f, 42.932f, 95.671f, 44.01f, 95.671f, 45.154f)
|
||||||
close()
|
close()
|
||||||
moveTo(121.401f, 69.576f)
|
moveTo(120.914f, 75.844f)
|
||||||
curveTo(122.809f, 67.997f, 124.302f, 66.568f, 125.881f, 65.288f)
|
curveTo(122.366f, 74.216f, 123.906f, 72.742f, 125.534f, 71.422f)
|
||||||
curveTo(127.46f, 64.008f, 129.124f, 62.92f, 130.873f, 62.024f)
|
curveTo(127.162f, 70.102f, 128.878f, 68.98f, 130.682f, 68.056f)
|
||||||
curveTo(132.665f, 61.085f, 134.542f, 60.381f, 136.505f, 59.912f)
|
curveTo(132.53f, 67.088f, 134.466f, 66.362f, 136.49f, 65.878f)
|
||||||
curveTo(138.51f, 59.4f, 140.665f, 59.144f, 142.969f, 59.144f)
|
curveTo(138.558f, 65.35f, 140.78f, 65.086f, 143.156f, 65.086f)
|
||||||
curveTo(146.51f, 59.144f, 149.625f, 59.741f, 152.313f, 60.936f)
|
curveTo(146.808f, 65.086f, 150.02f, 65.702f, 152.792f, 66.934f)
|
||||||
curveTo(155.044f, 62.088f, 157.305f, 63.752f, 159.097f, 65.928f)
|
curveTo(155.608f, 68.122f, 157.94f, 69.838f, 159.788f, 72.082f)
|
||||||
curveTo(160.932f, 68.061f, 162.318f, 70.643f, 163.257f, 73.672f)
|
curveTo(161.68f, 74.282f, 163.11f, 76.944f, 164.078f, 80.068f)
|
||||||
curveTo(164.196f, 76.701f, 164.665f, 80.051f, 164.665f, 83.72f)
|
curveTo(165.046f, 83.192f, 165.53f, 86.646f, 165.53f, 90.43f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(153.209f)
|
horizontalLineTo(153.716f)
|
||||||
verticalLineTo(83.72f)
|
verticalLineTo(90.43f)
|
||||||
curveTo(153.209f, 78.813f, 152.078f, 75.016f, 149.817f, 72.328f)
|
curveTo(153.716f, 85.37f, 152.55f, 81.454f, 150.218f, 78.682f)
|
||||||
curveTo(147.598f, 69.597f, 144.206f, 68.232f, 139.641f, 68.232f)
|
curveTo(147.93f, 75.866f, 144.432f, 74.458f, 139.724f, 74.458f)
|
||||||
curveTo(136.27f, 68.232f, 133.113f, 69.043f, 130.169f, 70.664f)
|
curveTo(136.248f, 74.458f, 132.992f, 75.294f, 129.956f, 76.966f)
|
||||||
curveTo(127.268f, 72.285f, 124.58f, 74.483f, 122.105f, 77.256f)
|
curveTo(126.964f, 78.638f, 124.192f, 80.904f, 121.64f, 83.764f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(110.649f)
|
horizontalLineTo(109.826f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(117.497f)
|
horizontalLineTo(116.888f)
|
||||||
curveTo(119.118f, 60.168f, 120.121f, 60.957f, 120.505f, 62.536f)
|
curveTo(118.56f, 66.142f, 119.594f, 66.956f, 119.99f, 68.584f)
|
||||||
lineTo(121.401f, 69.576f)
|
lineTo(120.914f, 75.844f)
|
||||||
close()
|
close()
|
||||||
moveTo(180.04f, 41.992f)
|
moveTo(178.745f, 47.398f)
|
||||||
horizontalLineTo(208.712f)
|
horizontalLineTo(208.313f)
|
||||||
verticalLineTo(48.136f)
|
verticalLineTo(53.734f)
|
||||||
horizontalLineTo(180.04f)
|
horizontalLineTo(178.745f)
|
||||||
verticalLineTo(41.992f)
|
verticalLineTo(47.398f)
|
||||||
close()
|
close()
|
||||||
moveTo(251.91f, 61.96f)
|
moveTo(250.221f, 67.99f)
|
||||||
verticalLineTo(67.4f)
|
verticalLineTo(73.6f)
|
||||||
horizontalLineTo(225.862f)
|
horizontalLineTo(223.359f)
|
||||||
verticalLineTo(61.96f)
|
verticalLineTo(67.99f)
|
||||||
horizontalLineTo(235.27f)
|
horizontalLineTo(233.061f)
|
||||||
verticalLineTo(33.8f)
|
verticalLineTo(38.95f)
|
||||||
lineTo(235.59f, 30.984f)
|
lineTo(233.391f, 36.046f)
|
||||||
lineTo(228.678f, 36.68f)
|
lineTo(226.263f, 41.92f)
|
||||||
curveTo(228.294f, 36.979f, 227.91f, 37.171f, 227.526f, 37.256f)
|
curveTo(225.867f, 42.228f, 225.471f, 42.426f, 225.075f, 42.514f)
|
||||||
curveTo(227.185f, 37.299f, 226.843f, 37.299f, 226.502f, 37.256f)
|
curveTo(224.723f, 42.558f, 224.371f, 42.558f, 224.019f, 42.514f)
|
||||||
curveTo(226.161f, 37.171f, 225.841f, 37.043f, 225.542f, 36.872f)
|
curveTo(223.667f, 42.426f, 223.337f, 42.294f, 223.029f, 42.118f)
|
||||||
curveTo(225.286f, 36.701f, 225.094f, 36.531f, 224.966f, 36.36f)
|
curveTo(222.765f, 41.942f, 222.567f, 41.766f, 222.435f, 41.59f)
|
||||||
lineTo(222.47f, 32.776f)
|
lineTo(219.861f, 37.894f)
|
||||||
lineTo(236.678f, 20.616f)
|
lineTo(234.513f, 25.354f)
|
||||||
horizontalLineTo(243.59f)
|
horizontalLineTo(241.641f)
|
||||||
verticalLineTo(61.96f)
|
verticalLineTo(67.99f)
|
||||||
horizontalLineTo(251.91f)
|
horizontalLineTo(250.221f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _arSin!!
|
return _arsin!!
|
||||||
}
|
}
|
||||||
|
|
||||||
private var _arSin: ImageVector? = null
|
private var _arsin: ImageVector? = null
|
||||||
|
@ -17,43 +17,47 @@ val UnittoIcons.Backspace: ImageVector
|
|||||||
if (_backspace != null) {
|
if (_backspace != null) {
|
||||||
return _backspace!!
|
return _backspace!!
|
||||||
}
|
}
|
||||||
_backspace = Builder(name = "Backspace", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_backspace = Builder(
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
name = "Backspace", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
viewportWidth = 170.0f, viewportHeight = 170.0f
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
).apply {
|
||||||
pathFillType = NonZero) {
|
path(
|
||||||
moveTo(59.333f, 79.889f)
|
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
lineTo(70.889f, 68.333f)
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
lineTo(82.445f, 79.889f)
|
pathFillType = NonZero
|
||||||
lineTo(88.667f, 73.667f)
|
) {
|
||||||
lineTo(77.111f, 62.111f)
|
moveTo(81.344f, 109.525f)
|
||||||
lineTo(88.667f, 50.556f)
|
lineTo(97.186f, 93.683f)
|
||||||
lineTo(82.445f, 44.333f)
|
lineTo(113.029f, 109.525f)
|
||||||
lineTo(70.889f, 55.889f)
|
lineTo(121.559f, 100.995f)
|
||||||
lineTo(59.333f, 44.333f)
|
lineTo(105.717f, 85.152f)
|
||||||
lineTo(53.111f, 50.556f)
|
lineTo(121.559f, 69.31f)
|
||||||
lineTo(64.667f, 62.111f)
|
lineTo(113.029f, 60.78f)
|
||||||
lineTo(53.111f, 73.667f)
|
lineTo(97.186f, 76.622f)
|
||||||
lineTo(59.333f, 79.889f)
|
lineTo(81.344f, 60.78f)
|
||||||
|
lineTo(72.813f, 69.31f)
|
||||||
|
lineTo(88.656f, 85.152f)
|
||||||
|
lineTo(72.813f, 100.995f)
|
||||||
|
lineTo(81.344f, 109.525f)
|
||||||
close()
|
close()
|
||||||
moveTo(22.0f, 62.111f)
|
moveTo(30.161f, 85.152f)
|
||||||
lineTo(41.333f, 34.778f)
|
lineTo(56.667f, 47.679f)
|
||||||
curveTo(42.148f, 33.593f, 43.204f, 32.667f, 44.5f, 32.0f)
|
curveTo(57.784f, 46.054f, 59.231f, 44.785f, 61.008f, 43.871f)
|
||||||
curveTo(45.796f, 31.333f, 47.185f, 31.0f, 48.667f, 31.0f)
|
curveTo(62.785f, 42.957f, 64.689f, 42.5f, 66.72f, 42.5f)
|
||||||
horizontalLineTo(93.111f)
|
horizontalLineTo(127.652f)
|
||||||
curveTo(95.556f, 31.0f, 97.648f, 31.87f, 99.389f, 33.611f)
|
curveTo(131.003f, 42.5f, 133.872f, 43.693f, 136.259f, 46.08f)
|
||||||
curveTo(101.13f, 35.352f, 102.0f, 37.444f, 102.0f, 39.889f)
|
curveTo(138.645f, 48.466f, 139.839f, 51.335f, 139.839f, 54.686f)
|
||||||
verticalLineTo(84.333f)
|
verticalLineTo(115.618f)
|
||||||
curveTo(102.0f, 86.778f, 101.13f, 88.87f, 99.389f, 90.611f)
|
curveTo(139.839f, 118.97f, 138.645f, 121.838f, 136.259f, 124.225f)
|
||||||
curveTo(97.648f, 92.352f, 95.556f, 93.222f, 93.111f, 93.222f)
|
curveTo(133.872f, 126.611f, 131.003f, 127.805f, 127.652f, 127.805f)
|
||||||
horizontalLineTo(48.667f)
|
horizontalLineTo(66.72f)
|
||||||
curveTo(47.185f, 93.222f, 45.796f, 92.889f, 44.5f, 92.222f)
|
curveTo(64.689f, 127.805f, 62.785f, 127.348f, 61.008f, 126.434f)
|
||||||
curveTo(43.204f, 91.556f, 42.148f, 90.63f, 41.333f, 89.444f)
|
curveTo(59.231f, 125.52f, 57.784f, 124.25f, 56.667f, 122.625f)
|
||||||
lineTo(22.0f, 62.111f)
|
lineTo(30.161f, 85.152f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _backspace!!
|
return _backspace!!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,83 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.Brackets: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_brackets != null) {
|
||||||
|
return _brackets!!
|
||||||
|
}
|
||||||
|
_brackets = Builder(name = "Brackets", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(54.628f, 85.345f)
|
||||||
|
curveTo(54.628f, 92.592f, 55.525f, 99.683f, 57.319f, 106.619f)
|
||||||
|
curveTo(59.114f, 113.52f, 61.719f, 120.025f, 65.135f, 126.133f)
|
||||||
|
curveTo(65.446f, 126.754f, 65.635f, 127.306f, 65.704f, 127.789f)
|
||||||
|
curveTo(65.773f, 128.272f, 65.739f, 128.686f, 65.601f, 129.031f)
|
||||||
|
curveTo(65.463f, 129.411f, 65.256f, 129.722f, 64.98f, 129.963f)
|
||||||
|
curveTo(64.738f, 130.205f, 64.462f, 130.429f, 64.152f, 130.636f)
|
||||||
|
lineTo(59.234f, 133.69f)
|
||||||
|
curveTo(56.646f, 129.722f, 54.455f, 125.771f, 52.661f, 121.837f)
|
||||||
|
curveTo(50.866f, 117.937f, 49.4f, 114.003f, 48.261f, 110.035f)
|
||||||
|
curveTo(47.122f, 106.032f, 46.294f, 101.995f, 45.776f, 97.923f)
|
||||||
|
curveTo(45.259f, 93.817f, 45.0f, 89.624f, 45.0f, 85.345f)
|
||||||
|
curveTo(45.0f, 81.101f, 45.259f, 76.942f, 45.776f, 72.87f)
|
||||||
|
curveTo(46.294f, 68.764f, 47.122f, 64.727f, 48.261f, 60.758f)
|
||||||
|
curveTo(49.4f, 56.756f, 50.866f, 52.787f, 52.661f, 48.853f)
|
||||||
|
curveTo(54.455f, 44.919f, 56.646f, 40.968f, 59.234f, 37.0f)
|
||||||
|
lineTo(64.152f, 40.054f)
|
||||||
|
curveTo(64.462f, 40.261f, 64.738f, 40.485f, 64.98f, 40.727f)
|
||||||
|
curveTo(65.256f, 40.968f, 65.463f, 41.279f, 65.601f, 41.659f)
|
||||||
|
curveTo(65.739f, 42.004f, 65.773f, 42.418f, 65.704f, 42.901f)
|
||||||
|
curveTo(65.635f, 43.384f, 65.446f, 43.936f, 65.135f, 44.557f)
|
||||||
|
curveTo(61.719f, 50.7f, 59.114f, 57.221f, 57.319f, 64.123f)
|
||||||
|
curveTo(55.525f, 71.024f, 54.628f, 78.098f, 54.628f, 85.345f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(116.111f, 85.345f)
|
||||||
|
curveTo(116.111f, 92.592f, 115.213f, 99.683f, 113.419f, 106.619f)
|
||||||
|
curveTo(111.625f, 113.52f, 109.019f, 120.025f, 105.603f, 126.133f)
|
||||||
|
curveTo(105.293f, 126.754f, 105.103f, 127.306f, 105.034f, 127.789f)
|
||||||
|
curveTo(104.965f, 128.272f, 104.999f, 128.686f, 105.137f, 129.031f)
|
||||||
|
curveTo(105.275f, 129.411f, 105.482f, 129.722f, 105.758f, 129.963f)
|
||||||
|
curveTo(106.0f, 130.205f, 106.276f, 130.429f, 106.587f, 130.636f)
|
||||||
|
lineTo(111.504f, 133.69f)
|
||||||
|
curveTo(114.092f, 129.722f, 116.283f, 125.771f, 118.078f, 121.837f)
|
||||||
|
curveTo(119.872f, 117.937f, 121.339f, 114.003f, 122.477f, 110.035f)
|
||||||
|
curveTo(123.616f, 106.032f, 124.444f, 101.995f, 124.962f, 97.923f)
|
||||||
|
curveTo(125.479f, 93.817f, 125.738f, 89.624f, 125.738f, 85.345f)
|
||||||
|
curveTo(125.738f, 81.101f, 125.479f, 76.942f, 124.962f, 72.87f)
|
||||||
|
curveTo(124.444f, 68.764f, 123.616f, 64.727f, 122.477f, 60.758f)
|
||||||
|
curveTo(121.339f, 56.756f, 119.872f, 52.787f, 118.078f, 48.853f)
|
||||||
|
curveTo(116.283f, 44.919f, 114.092f, 40.968f, 111.504f, 37.0f)
|
||||||
|
lineTo(106.587f, 40.054f)
|
||||||
|
curveTo(106.276f, 40.261f, 106.0f, 40.485f, 105.758f, 40.727f)
|
||||||
|
curveTo(105.482f, 40.968f, 105.275f, 41.279f, 105.137f, 41.659f)
|
||||||
|
curveTo(104.999f, 42.004f, 104.965f, 42.418f, 105.034f, 42.901f)
|
||||||
|
curveTo(105.103f, 43.384f, 105.293f, 43.936f, 105.603f, 44.557f)
|
||||||
|
curveTo(109.019f, 50.7f, 111.625f, 57.221f, 113.419f, 64.123f)
|
||||||
|
curveTo(115.213f, 71.024f, 116.111f, 78.098f, 116.111f, 85.345f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _brackets!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _brackets: ImageVector? = null
|
@ -35,22 +35,26 @@ val UnittoIcons.Check: ImageVector
|
|||||||
if (_check != null) {
|
if (_check != null) {
|
||||||
return _check!!
|
return _check!!
|
||||||
}
|
}
|
||||||
_check = Builder(name = "Check", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_check = Builder(
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
name = "Check", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
viewportWidth = 170.0f, viewportHeight = 170.0f
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
).apply {
|
||||||
pathFillType = NonZero) {
|
path(
|
||||||
moveTo(59.625f, 112.156f)
|
fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
lineTo(24.0f, 76.531f)
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
lineTo(32.906f, 67.625f)
|
pathFillType = NonZero
|
||||||
lineTo(59.625f, 94.344f)
|
) {
|
||||||
lineTo(116.969f, 37.0f)
|
moveTo(69.625f, 122.156f)
|
||||||
lineTo(125.875f, 45.906f)
|
lineTo(34.0f, 86.531f)
|
||||||
lineTo(59.625f, 112.156f)
|
lineTo(42.906f, 77.625f)
|
||||||
|
lineTo(69.625f, 104.344f)
|
||||||
|
lineTo(126.969f, 47.0f)
|
||||||
|
lineTo(135.875f, 55.906f)
|
||||||
|
lineTo(69.625f, 122.156f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _check!!
|
return _check!!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,89 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.Clear: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_clear != null) {
|
||||||
|
return _clear!!
|
||||||
|
}
|
||||||
|
_clear = Builder(name = "Clear", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(63.077f, 97.888f)
|
||||||
|
lineTo(48.227f, 59.41f)
|
||||||
|
curveTo(47.787f, 58.266f, 47.325f, 56.946f, 46.841f, 55.45f)
|
||||||
|
curveTo(46.357f, 53.91f, 45.895f, 52.282f, 45.455f, 50.566f)
|
||||||
|
curveTo(44.531f, 54.13f, 43.585f, 57.1f, 42.617f, 59.476f)
|
||||||
|
lineTo(27.767f, 97.888f)
|
||||||
|
horizontalLineTo(63.077f)
|
||||||
|
close()
|
||||||
|
moveTo(89.741f, 133.0f)
|
||||||
|
horizontalLineTo(79.841f)
|
||||||
|
curveTo(78.697f, 133.0f, 77.773f, 132.714f, 77.069f, 132.142f)
|
||||||
|
curveTo(76.365f, 131.57f, 75.837f, 130.844f, 75.485f, 129.964f)
|
||||||
|
lineTo(66.641f, 107.128f)
|
||||||
|
horizontalLineTo(24.203f)
|
||||||
|
lineTo(15.359f, 129.964f)
|
||||||
|
curveTo(15.095f, 130.756f, 14.589f, 131.46f, 13.841f, 132.076f)
|
||||||
|
curveTo(13.093f, 132.692f, 12.169f, 133.0f, 11.069f, 133.0f)
|
||||||
|
horizontalLineTo(1.169f)
|
||||||
|
lineTo(38.987f, 38.422f)
|
||||||
|
horizontalLineTo(51.923f)
|
||||||
|
lineTo(89.741f, 133.0f)
|
||||||
|
close()
|
||||||
|
moveTo(159.529f, 113.464f)
|
||||||
|
curveTo(160.233f, 113.464f, 160.849f, 113.75f, 161.377f, 114.322f)
|
||||||
|
lineTo(166.459f, 119.8f)
|
||||||
|
curveTo(162.587f, 124.288f, 157.879f, 127.786f, 152.335f, 130.294f)
|
||||||
|
curveTo(146.835f, 132.802f, 140.169f, 134.056f, 132.337f, 134.056f)
|
||||||
|
curveTo(125.561f, 134.056f, 119.401f, 132.89f, 113.857f, 130.558f)
|
||||||
|
curveTo(108.313f, 128.182f, 103.583f, 124.882f, 99.668f, 120.658f)
|
||||||
|
curveTo(95.752f, 116.39f, 92.715f, 111.286f, 90.56f, 105.346f)
|
||||||
|
curveTo(88.404f, 99.406f, 87.326f, 92.872f, 87.326f, 85.744f)
|
||||||
|
curveTo(87.326f, 78.616f, 88.448f, 72.082f, 90.691f, 66.142f)
|
||||||
|
curveTo(92.936f, 60.202f, 96.081f, 55.098f, 100.129f, 50.83f)
|
||||||
|
curveTo(104.221f, 46.562f, 109.105f, 43.262f, 114.781f, 40.93f)
|
||||||
|
curveTo(120.457f, 38.554f, 126.727f, 37.366f, 133.591f, 37.366f)
|
||||||
|
curveTo(140.323f, 37.366f, 146.263f, 38.444f, 151.411f, 40.6f)
|
||||||
|
curveTo(156.559f, 42.756f, 161.091f, 45.682f, 165.007f, 49.378f)
|
||||||
|
lineTo(160.783f, 55.252f)
|
||||||
|
curveTo(160.519f, 55.692f, 160.167f, 56.066f, 159.727f, 56.374f)
|
||||||
|
curveTo(159.331f, 56.638f, 158.781f, 56.77f, 158.077f, 56.77f)
|
||||||
|
curveTo(157.285f, 56.77f, 156.317f, 56.352f, 155.173f, 55.516f)
|
||||||
|
curveTo(154.029f, 54.636f, 152.533f, 53.668f, 150.685f, 52.612f)
|
||||||
|
curveTo(148.837f, 51.556f, 146.527f, 50.61f, 143.755f, 49.774f)
|
||||||
|
curveTo(140.983f, 48.894f, 137.573f, 48.454f, 133.525f, 48.454f)
|
||||||
|
curveTo(128.641f, 48.454f, 124.175f, 49.312f, 120.127f, 51.028f)
|
||||||
|
curveTo(116.079f, 52.7f, 112.581f, 55.142f, 109.633f, 58.354f)
|
||||||
|
curveTo(106.729f, 61.566f, 104.463f, 65.482f, 102.835f, 70.102f)
|
||||||
|
curveTo(101.207f, 74.722f, 100.393f, 79.936f, 100.393f, 85.744f)
|
||||||
|
curveTo(100.393f, 91.64f, 101.229f, 96.898f, 102.901f, 101.518f)
|
||||||
|
curveTo(104.617f, 106.138f, 106.927f, 110.054f, 109.831f, 113.266f)
|
||||||
|
curveTo(112.779f, 116.434f, 116.233f, 118.854f, 120.193f, 120.526f)
|
||||||
|
curveTo(124.197f, 122.198f, 128.509f, 123.034f, 133.129f, 123.034f)
|
||||||
|
curveTo(135.945f, 123.034f, 138.475f, 122.88f, 140.719f, 122.572f)
|
||||||
|
curveTo(143.007f, 122.22f, 145.097f, 121.692f, 146.989f, 120.988f)
|
||||||
|
curveTo(148.925f, 120.284f, 150.707f, 119.404f, 152.335f, 118.348f)
|
||||||
|
curveTo(154.007f, 117.248f, 155.657f, 115.95f, 157.285f, 114.454f)
|
||||||
|
curveTo(158.033f, 113.794f, 158.781f, 113.464f, 159.529f, 113.464f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _clear!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _clear: ImageVector? = null
|
@ -17,35 +17,35 @@ val UnittoIcons.Comma: ImageVector
|
|||||||
if (_comma != null) {
|
if (_comma != null) {
|
||||||
return _comma!!
|
return _comma!!
|
||||||
}
|
}
|
||||||
_comma = Builder(name = "Comma", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_comma = Builder(name = "Comma", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(56.356f, 83.156f)
|
moveTo(78.518f, 108.548f)
|
||||||
curveTo(56.041f, 82.881f, 55.825f, 82.625f, 55.707f, 82.389f)
|
curveTo(78.166f, 108.24f, 77.924f, 107.954f, 77.792f, 107.69f)
|
||||||
curveTo(55.589f, 82.154f, 55.53f, 81.859f, 55.53f, 81.505f)
|
curveTo(77.66f, 107.426f, 77.594f, 107.096f, 77.594f, 106.7f)
|
||||||
curveTo(55.53f, 81.23f, 55.609f, 80.955f, 55.766f, 80.68f)
|
curveTo(77.594f, 106.392f, 77.682f, 106.084f, 77.858f, 105.776f)
|
||||||
curveTo(55.963f, 80.405f, 56.179f, 80.149f, 56.415f, 79.914f)
|
curveTo(78.078f, 105.468f, 78.32f, 105.182f, 78.584f, 104.918f)
|
||||||
curveTo(56.808f, 79.481f, 57.299f, 78.912f, 57.888f, 78.204f)
|
curveTo(79.024f, 104.434f, 79.574f, 103.796f, 80.234f, 103.004f)
|
||||||
curveTo(58.517f, 77.497f, 59.146f, 76.652f, 59.775f, 75.67f)
|
curveTo(80.938f, 102.212f, 81.642f, 101.266f, 82.346f, 100.166f)
|
||||||
curveTo(60.403f, 74.727f, 60.973f, 73.665f, 61.484f, 72.487f)
|
curveTo(83.05f, 99.11f, 83.688f, 97.922f, 84.26f, 96.602f)
|
||||||
curveTo(62.034f, 71.347f, 62.427f, 70.129f, 62.663f, 68.832f)
|
curveTo(84.876f, 95.326f, 85.316f, 93.962f, 85.58f, 92.51f)
|
||||||
curveTo(62.545f, 68.871f, 62.407f, 68.891f, 62.25f, 68.891f)
|
curveTo(85.448f, 92.554f, 85.294f, 92.576f, 85.118f, 92.576f)
|
||||||
curveTo(62.132f, 68.891f, 62.014f, 68.891f, 61.896f, 68.891f)
|
curveTo(84.986f, 92.576f, 84.854f, 92.576f, 84.722f, 92.576f)
|
||||||
curveTo(59.853f, 68.891f, 58.183f, 68.223f, 56.886f, 66.887f)
|
curveTo(82.434f, 92.576f, 80.564f, 91.828f, 79.112f, 90.332f)
|
||||||
curveTo(55.629f, 65.511f, 55.0f, 63.763f, 55.0f, 61.641f)
|
curveTo(77.704f, 88.792f, 77.0f, 86.834f, 77.0f, 84.458f)
|
||||||
curveTo(55.0f, 59.794f, 55.629f, 58.222f, 56.886f, 56.925f)
|
curveTo(77.0f, 82.39f, 77.704f, 80.63f, 79.112f, 79.178f)
|
||||||
curveTo(58.183f, 55.628f, 59.892f, 54.98f, 62.014f, 54.98f)
|
curveTo(80.564f, 77.726f, 82.478f, 77.0f, 84.854f, 77.0f)
|
||||||
curveTo(63.193f, 54.98f, 64.235f, 55.196f, 65.138f, 55.628f)
|
curveTo(86.174f, 77.0f, 87.34f, 77.242f, 88.352f, 77.726f)
|
||||||
curveTo(66.042f, 56.061f, 66.789f, 56.67f, 67.378f, 57.456f)
|
curveTo(89.364f, 78.21f, 90.2f, 78.892f, 90.86f, 79.772f)
|
||||||
curveTo(68.007f, 58.202f, 68.479f, 59.086f, 68.793f, 60.108f)
|
curveTo(91.564f, 80.608f, 92.092f, 81.598f, 92.444f, 82.742f)
|
||||||
curveTo(69.107f, 61.091f, 69.265f, 62.171f, 69.265f, 63.35f)
|
curveTo(92.796f, 83.842f, 92.972f, 85.052f, 92.972f, 86.372f)
|
||||||
curveTo(69.265f, 65.118f, 69.009f, 66.965f, 68.498f, 68.891f)
|
curveTo(92.972f, 88.352f, 92.686f, 90.42f, 92.114f, 92.576f)
|
||||||
curveTo(68.027f, 70.777f, 67.3f, 72.644f, 66.317f, 74.491f)
|
curveTo(91.586f, 94.688f, 90.772f, 96.778f, 89.672f, 98.846f)
|
||||||
curveTo(65.374f, 76.377f, 64.215f, 78.204f, 62.84f, 79.973f)
|
curveTo(88.616f, 100.958f, 87.318f, 103.004f, 85.778f, 104.984f)
|
||||||
curveTo(61.464f, 81.741f, 59.892f, 83.372f, 58.124f, 84.865f)
|
curveTo(84.238f, 106.964f, 82.478f, 108.79f, 80.498f, 110.462f)
|
||||||
lineTo(56.356f, 83.156f)
|
lineTo(78.518f, 108.548f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,128 +17,128 @@ val UnittoIcons.Cos: ImageVector
|
|||||||
if (_cos != null) {
|
if (_cos != null) {
|
||||||
return _cos!!
|
return _cos!!
|
||||||
}
|
}
|
||||||
_cos = Builder(name = "Cos", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_cos = Builder(name = "Cos", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(97.144f, 71.688f)
|
moveTo(98.538f, 78.022f)
|
||||||
curveTo(96.803f, 72.157f, 96.461f, 72.52f, 96.12f, 72.776f)
|
curveTo(98.187f, 78.506f, 97.835f, 78.88f, 97.482f, 79.144f)
|
||||||
curveTo(95.779f, 73.032f, 95.309f, 73.16f, 94.712f, 73.16f)
|
curveTo(97.131f, 79.408f, 96.646f, 79.54f, 96.031f, 79.54f)
|
||||||
curveTo(94.072f, 73.16f, 93.368f, 72.904f, 92.6f, 72.392f)
|
curveTo(95.37f, 79.54f, 94.645f, 79.276f, 93.853f, 78.748f)
|
||||||
curveTo(91.832f, 71.837f, 90.872f, 71.24f, 89.72f, 70.6f)
|
curveTo(93.061f, 78.176f, 92.071f, 77.56f, 90.882f, 76.9f)
|
||||||
curveTo(88.611f, 69.96f, 87.224f, 69.384f, 85.56f, 68.872f)
|
curveTo(89.739f, 76.24f, 88.309f, 75.646f, 86.592f, 75.118f)
|
||||||
curveTo(83.939f, 68.317f, 81.933f, 68.04f, 79.544f, 68.04f)
|
curveTo(84.921f, 74.546f, 82.853f, 74.26f, 80.388f, 74.26f)
|
||||||
curveTo(76.344f, 68.04f, 73.528f, 68.616f, 71.096f, 69.768f)
|
curveTo(77.089f, 74.26f, 74.185f, 74.854f, 71.676f, 76.042f)
|
||||||
curveTo(68.664f, 70.877f, 66.616f, 72.499f, 64.952f, 74.632f)
|
curveTo(69.169f, 77.186f, 67.057f, 78.858f, 65.34f, 81.058f)
|
||||||
curveTo(63.331f, 76.765f, 62.093f, 79.347f, 61.24f, 82.376f)
|
curveTo(63.668f, 83.258f, 62.393f, 85.92f, 61.513f, 89.044f)
|
||||||
curveTo(60.429f, 85.405f, 60.024f, 88.797f, 60.024f, 92.552f)
|
curveTo(60.676f, 92.168f, 60.258f, 95.666f, 60.258f, 99.538f)
|
||||||
curveTo(60.024f, 96.477f, 60.472f, 99.976f, 61.368f, 103.048f)
|
curveTo(60.258f, 103.586f, 60.721f, 107.194f, 61.645f, 110.362f)
|
||||||
curveTo(62.264f, 106.077f, 63.523f, 108.637f, 65.144f, 110.728f)
|
curveTo(62.569f, 113.486f, 63.867f, 116.126f, 65.538f, 118.282f)
|
||||||
curveTo(66.808f, 112.776f, 68.792f, 114.355f, 71.096f, 115.464f)
|
curveTo(67.255f, 120.394f, 69.3f, 122.022f, 71.676f, 123.166f)
|
||||||
curveTo(73.443f, 116.531f, 76.067f, 117.064f, 78.968f, 117.064f)
|
curveTo(74.096f, 124.266f, 76.802f, 124.816f, 79.795f, 124.816f)
|
||||||
curveTo(81.741f, 117.064f, 84.024f, 116.744f, 85.816f, 116.104f)
|
curveTo(82.655f, 124.816f, 85.008f, 124.486f, 86.856f, 123.826f)
|
||||||
curveTo(87.608f, 115.421f, 89.08f, 114.675f, 90.232f, 113.864f)
|
curveTo(88.704f, 123.122f, 90.223f, 122.352f, 91.41f, 121.516f)
|
||||||
curveTo(91.427f, 113.053f, 92.408f, 112.328f, 93.176f, 111.688f)
|
curveTo(92.643f, 120.68f, 93.655f, 119.932f, 94.447f, 119.272f)
|
||||||
curveTo(93.987f, 111.005f, 94.776f, 110.664f, 95.544f, 110.664f)
|
curveTo(95.283f, 118.568f, 96.096f, 118.216f, 96.888f, 118.216f)
|
||||||
curveTo(96.483f, 110.664f, 97.208f, 111.027f, 97.72f, 111.752f)
|
curveTo(97.856f, 118.216f, 98.604f, 118.59f, 99.132f, 119.338f)
|
||||||
lineTo(100.92f, 115.912f)
|
lineTo(102.433f, 123.628f)
|
||||||
curveTo(99.512f, 117.661f, 97.912f, 119.155f, 96.12f, 120.392f)
|
curveTo(100.981f, 125.432f, 99.33f, 126.972f, 97.482f, 128.248f)
|
||||||
curveTo(94.328f, 121.629f, 92.387f, 122.675f, 90.296f, 123.528f)
|
curveTo(95.634f, 129.524f, 93.632f, 130.602f, 91.477f, 131.482f)
|
||||||
curveTo(88.248f, 124.339f, 86.093f, 124.936f, 83.832f, 125.32f)
|
curveTo(89.365f, 132.318f, 87.143f, 132.934f, 84.811f, 133.33f)
|
||||||
curveTo(81.571f, 125.704f, 79.267f, 125.896f, 76.92f, 125.896f)
|
curveTo(82.479f, 133.726f, 80.103f, 133.924f, 77.683f, 133.924f)
|
||||||
curveTo(72.867f, 125.896f, 69.091f, 125.149f, 65.592f, 123.656f)
|
curveTo(73.503f, 133.924f, 69.608f, 133.154f, 66.001f, 131.614f)
|
||||||
curveTo(62.136f, 122.163f, 59.128f, 120.008f, 56.568f, 117.192f)
|
curveTo(62.437f, 130.074f, 59.334f, 127.852f, 56.694f, 124.948f)
|
||||||
curveTo(54.008f, 114.333f, 52.003f, 110.835f, 50.552f, 106.696f)
|
curveTo(54.055f, 122.0f, 51.986f, 118.392f, 50.491f, 114.124f)
|
||||||
curveTo(49.101f, 102.557f, 48.376f, 97.843f, 48.376f, 92.552f)
|
curveTo(48.994f, 109.856f, 48.246f, 104.994f, 48.246f, 99.538f)
|
||||||
curveTo(48.376f, 87.731f, 49.037f, 83.272f, 50.36f, 79.176f)
|
curveTo(48.246f, 94.566f, 48.929f, 89.968f, 50.292f, 85.744f)
|
||||||
curveTo(51.725f, 75.08f, 53.688f, 71.56f, 56.248f, 68.616f)
|
curveTo(51.701f, 81.52f, 53.724f, 77.89f, 56.364f, 74.854f)
|
||||||
curveTo(58.851f, 65.629f, 62.029f, 63.304f, 65.784f, 61.64f)
|
curveTo(59.049f, 71.774f, 62.326f, 69.376f, 66.199f, 67.66f)
|
||||||
curveTo(69.581f, 59.976f, 73.933f, 59.144f, 78.84f, 59.144f)
|
curveTo(70.115f, 65.944f, 74.603f, 65.086f, 79.662f, 65.086f)
|
||||||
curveTo(83.405f, 59.144f, 87.416f, 59.891f, 90.872f, 61.384f)
|
curveTo(84.37f, 65.086f, 88.507f, 65.856f, 92.071f, 67.396f)
|
||||||
curveTo(94.371f, 62.835f, 97.464f, 64.904f, 100.152f, 67.592f)
|
curveTo(95.678f, 68.892f, 98.868f, 71.026f, 101.641f, 73.798f)
|
||||||
lineTo(97.144f, 71.688f)
|
lineTo(98.538f, 78.022f)
|
||||||
close()
|
close()
|
||||||
moveTo(139.352f, 59.144f)
|
moveTo(139.426f, 65.086f)
|
||||||
curveTo(144.088f, 59.144f, 148.355f, 59.933f, 152.152f, 61.512f)
|
curveTo(144.31f, 65.086f, 148.71f, 65.9f, 152.626f, 67.528f)
|
||||||
curveTo(155.949f, 63.091f, 159.192f, 65.331f, 161.88f, 68.232f)
|
curveTo(156.542f, 69.156f, 159.886f, 71.466f, 162.658f, 74.458f)
|
||||||
curveTo(164.568f, 71.133f, 166.616f, 74.653f, 168.024f, 78.792f)
|
curveTo(165.43f, 77.45f, 167.542f, 81.08f, 168.994f, 85.348f)
|
||||||
curveTo(169.475f, 82.888f, 170.2f, 87.475f, 170.2f, 92.552f)
|
curveTo(170.49f, 89.572f, 171.238f, 94.302f, 171.238f, 99.538f)
|
||||||
curveTo(170.2f, 97.672f, 169.475f, 102.28f, 168.024f, 106.376f)
|
curveTo(171.238f, 104.818f, 170.49f, 109.57f, 168.994f, 113.794f)
|
||||||
curveTo(166.616f, 110.472f, 164.568f, 113.971f, 161.88f, 116.872f)
|
curveTo(167.542f, 118.018f, 165.43f, 121.626f, 162.658f, 124.618f)
|
||||||
curveTo(159.192f, 119.773f, 155.949f, 122.013f, 152.152f, 123.592f)
|
curveTo(159.886f, 127.61f, 156.542f, 129.92f, 152.626f, 131.548f)
|
||||||
curveTo(148.355f, 125.128f, 144.088f, 125.896f, 139.352f, 125.896f)
|
curveTo(148.71f, 133.132f, 144.31f, 133.924f, 139.426f, 133.924f)
|
||||||
curveTo(134.573f, 125.896f, 130.264f, 125.128f, 126.424f, 123.592f)
|
curveTo(134.498f, 133.924f, 130.054f, 133.132f, 126.094f, 131.548f)
|
||||||
curveTo(122.627f, 122.013f, 119.384f, 119.773f, 116.696f, 116.872f)
|
curveTo(122.178f, 129.92f, 118.834f, 127.61f, 116.062f, 124.618f)
|
||||||
curveTo(114.008f, 113.971f, 111.939f, 110.472f, 110.488f, 106.376f)
|
curveTo(113.29f, 121.626f, 111.156f, 118.018f, 109.66f, 113.794f)
|
||||||
curveTo(109.08f, 102.28f, 108.376f, 97.672f, 108.376f, 92.552f)
|
curveTo(108.208f, 109.57f, 107.482f, 104.818f, 107.482f, 99.538f)
|
||||||
curveTo(108.376f, 87.475f, 109.08f, 82.888f, 110.488f, 78.792f)
|
curveTo(107.482f, 94.302f, 108.208f, 89.572f, 109.66f, 85.348f)
|
||||||
curveTo(111.939f, 74.653f, 114.008f, 71.133f, 116.696f, 68.232f)
|
curveTo(111.156f, 81.08f, 113.29f, 77.45f, 116.062f, 74.458f)
|
||||||
curveTo(119.384f, 65.331f, 122.627f, 63.091f, 126.424f, 61.512f)
|
curveTo(118.834f, 71.466f, 122.178f, 69.156f, 126.094f, 67.528f)
|
||||||
curveTo(130.264f, 59.933f, 134.573f, 59.144f, 139.352f, 59.144f)
|
curveTo(130.054f, 65.9f, 134.498f, 65.086f, 139.426f, 65.086f)
|
||||||
close()
|
close()
|
||||||
moveTo(139.352f, 117.0f)
|
moveTo(139.426f, 124.75f)
|
||||||
curveTo(145.752f, 117.0f, 150.531f, 114.867f, 153.688f, 110.6f)
|
curveTo(146.026f, 124.75f, 150.954f, 122.55f, 154.21f, 118.15f)
|
||||||
curveTo(156.845f, 106.291f, 158.424f, 100.296f, 158.424f, 92.616f)
|
curveTo(157.466f, 113.706f, 159.094f, 107.524f, 159.094f, 99.604f)
|
||||||
curveTo(158.424f, 84.893f, 156.845f, 78.877f, 153.688f, 74.568f)
|
curveTo(159.094f, 91.64f, 157.466f, 85.436f, 154.21f, 80.992f)
|
||||||
curveTo(150.531f, 70.259f, 145.752f, 68.104f, 139.352f, 68.104f)
|
curveTo(150.954f, 76.548f, 146.026f, 74.326f, 139.426f, 74.326f)
|
||||||
curveTo(136.109f, 68.104f, 133.272f, 68.659f, 130.84f, 69.768f)
|
curveTo(136.082f, 74.326f, 133.156f, 74.898f, 130.648f, 76.042f)
|
||||||
curveTo(128.451f, 70.877f, 126.445f, 72.477f, 124.824f, 74.568f)
|
curveTo(128.184f, 77.186f, 126.116f, 78.836f, 124.444f, 80.992f)
|
||||||
curveTo(123.245f, 76.659f, 122.051f, 79.24f, 121.24f, 82.312f)
|
curveTo(122.816f, 83.148f, 121.584f, 85.81f, 120.748f, 88.978f)
|
||||||
curveTo(120.472f, 85.341f, 120.088f, 88.776f, 120.088f, 92.616f)
|
curveTo(119.956f, 92.102f, 119.56f, 95.644f, 119.56f, 99.604f)
|
||||||
curveTo(120.088f, 100.296f, 121.667f, 106.291f, 124.824f, 110.6f)
|
curveTo(119.56f, 107.524f, 121.188f, 113.706f, 124.444f, 118.15f)
|
||||||
curveTo(128.024f, 114.867f, 132.867f, 117.0f, 139.352f, 117.0f)
|
curveTo(127.744f, 122.55f, 132.738f, 124.75f, 139.426f, 124.75f)
|
||||||
close()
|
close()
|
||||||
moveTo(222.409f, 70.856f)
|
moveTo(222.438f, 77.164f)
|
||||||
curveTo(221.897f, 71.795f, 221.108f, 72.264f, 220.041f, 72.264f)
|
curveTo(221.91f, 78.132f, 221.096f, 78.616f, 219.996f, 78.616f)
|
||||||
curveTo(219.401f, 72.264f, 218.676f, 72.029f, 217.865f, 71.56f)
|
curveTo(219.336f, 78.616f, 218.588f, 78.374f, 217.752f, 77.89f)
|
||||||
curveTo(217.054f, 71.091f, 216.052f, 70.579f, 214.857f, 70.024f)
|
curveTo(216.916f, 77.406f, 215.882f, 76.878f, 214.65f, 76.306f)
|
||||||
curveTo(213.705f, 69.427f, 212.318f, 68.893f, 210.697f, 68.424f)
|
curveTo(213.462f, 75.69f, 212.032f, 75.14f, 210.36f, 74.656f)
|
||||||
curveTo(209.076f, 67.912f, 207.156f, 67.656f, 204.937f, 67.656f)
|
curveTo(208.688f, 74.128f, 206.708f, 73.864f, 204.42f, 73.864f)
|
||||||
curveTo(203.017f, 67.656f, 201.289f, 67.912f, 199.753f, 68.424f)
|
curveTo(202.44f, 73.864f, 200.658f, 74.128f, 199.074f, 74.656f)
|
||||||
curveTo(198.217f, 68.893f, 196.894f, 69.555f, 195.785f, 70.408f)
|
curveTo(197.49f, 75.14f, 196.126f, 75.822f, 194.982f, 76.702f)
|
||||||
curveTo(194.718f, 71.261f, 193.886f, 72.264f, 193.289f, 73.416f)
|
curveTo(193.882f, 77.582f, 193.024f, 78.616f, 192.408f, 79.804f)
|
||||||
curveTo(192.734f, 74.525f, 192.457f, 75.741f, 192.457f, 77.064f)
|
curveTo(191.836f, 80.948f, 191.55f, 82.202f, 191.55f, 83.566f)
|
||||||
curveTo(192.457f, 78.728f, 192.926f, 80.115f, 193.865f, 81.224f)
|
curveTo(191.55f, 85.282f, 192.034f, 86.712f, 193.002f, 87.856f)
|
||||||
curveTo(194.846f, 82.333f, 196.126f, 83.293f, 197.705f, 84.104f)
|
curveTo(194.014f, 89.0f, 195.334f, 89.99f, 196.962f, 90.826f)
|
||||||
curveTo(199.284f, 84.915f, 201.076f, 85.64f, 203.081f, 86.28f)
|
curveTo(198.59f, 91.662f, 200.438f, 92.41f, 202.506f, 93.07f)
|
||||||
curveTo(205.086f, 86.877f, 207.134f, 87.539f, 209.225f, 88.264f)
|
curveTo(204.574f, 93.686f, 206.686f, 94.368f, 208.842f, 95.116f)
|
||||||
curveTo(211.358f, 88.947f, 213.428f, 89.715f, 215.433f, 90.568f)
|
curveTo(211.042f, 95.82f, 213.176f, 96.612f, 215.244f, 97.492f)
|
||||||
curveTo(217.438f, 91.421f, 219.23f, 92.488f, 220.809f, 93.768f)
|
curveTo(217.312f, 98.372f, 219.16f, 99.472f, 220.788f, 100.792f)
|
||||||
curveTo(222.388f, 95.048f, 223.646f, 96.627f, 224.585f, 98.504f)
|
curveTo(222.416f, 102.112f, 223.714f, 103.74f, 224.682f, 105.676f)
|
||||||
curveTo(225.566f, 100.339f, 226.057f, 102.557f, 226.057f, 105.16f)
|
curveTo(225.694f, 107.568f, 226.2f, 109.856f, 226.2f, 112.54f)
|
||||||
curveTo(226.057f, 108.147f, 225.524f, 110.92f, 224.457f, 113.48f)
|
curveTo(226.2f, 115.62f, 225.65f, 118.48f, 224.55f, 121.12f)
|
||||||
curveTo(223.39f, 115.997f, 221.812f, 118.195f, 219.721f, 120.072f)
|
curveTo(223.45f, 123.716f, 221.822f, 125.982f, 219.666f, 127.918f)
|
||||||
curveTo(217.63f, 121.907f, 215.07f, 123.357f, 212.041f, 124.424f)
|
curveTo(217.51f, 129.81f, 214.87f, 131.306f, 211.746f, 132.406f)
|
||||||
curveTo(209.012f, 125.491f, 205.513f, 126.024f, 201.545f, 126.024f)
|
curveTo(208.622f, 133.506f, 205.014f, 134.056f, 200.922f, 134.056f)
|
||||||
curveTo(197.022f, 126.024f, 192.926f, 125.299f, 189.257f, 123.848f)
|
curveTo(196.258f, 134.056f, 192.034f, 133.308f, 188.25f, 131.812f)
|
||||||
curveTo(185.588f, 122.355f, 182.473f, 120.456f, 179.913f, 118.152f)
|
curveTo(184.466f, 130.272f, 181.254f, 128.314f, 178.614f, 125.938f)
|
||||||
lineTo(182.601f, 113.8f)
|
lineTo(181.386f, 121.45f)
|
||||||
curveTo(182.942f, 113.245f, 183.348f, 112.819f, 183.817f, 112.52f)
|
curveTo(181.738f, 120.878f, 182.156f, 120.438f, 182.64f, 120.13f)
|
||||||
curveTo(184.286f, 112.221f, 184.884f, 112.072f, 185.609f, 112.072f)
|
curveTo(183.124f, 119.822f, 183.74f, 119.668f, 184.488f, 119.668f)
|
||||||
curveTo(186.377f, 112.072f, 187.188f, 112.371f, 188.041f, 112.968f)
|
curveTo(185.28f, 119.668f, 186.116f, 119.976f, 186.996f, 120.592f)
|
||||||
curveTo(188.894f, 113.565f, 189.918f, 114.227f, 191.113f, 114.952f)
|
curveTo(187.876f, 121.208f, 188.932f, 121.89f, 190.164f, 122.638f)
|
||||||
curveTo(192.35f, 115.677f, 193.844f, 116.339f, 195.593f, 116.936f)
|
curveTo(191.44f, 123.386f, 192.98f, 124.068f, 194.784f, 124.684f)
|
||||||
curveTo(197.342f, 117.533f, 199.518f, 117.832f, 202.121f, 117.832f)
|
curveTo(196.588f, 125.3f, 198.832f, 125.608f, 201.516f, 125.608f)
|
||||||
curveTo(204.34f, 117.832f, 206.281f, 117.555f, 207.945f, 117.0f)
|
curveTo(203.804f, 125.608f, 205.806f, 125.322f, 207.522f, 124.75f)
|
||||||
curveTo(209.609f, 116.403f, 210.996f, 115.613f, 212.105f, 114.632f)
|
curveTo(209.238f, 124.134f, 210.668f, 123.32f, 211.812f, 122.308f)
|
||||||
curveTo(213.214f, 113.651f, 214.025f, 112.52f, 214.537f, 111.24f)
|
curveTo(212.956f, 121.296f, 213.792f, 120.13f, 214.32f, 118.81f)
|
||||||
curveTo(215.092f, 109.96f, 215.369f, 108.595f, 215.369f, 107.144f)
|
curveTo(214.892f, 117.49f, 215.178f, 116.082f, 215.178f, 114.586f)
|
||||||
curveTo(215.369f, 105.352f, 214.878f, 103.88f, 213.897f, 102.728f)
|
curveTo(215.178f, 112.738f, 214.672f, 111.22f, 213.66f, 110.032f)
|
||||||
curveTo(212.958f, 101.533f, 211.7f, 100.531f, 210.121f, 99.72f)
|
curveTo(212.692f, 108.8f, 211.394f, 107.766f, 209.766f, 106.93f)
|
||||||
curveTo(208.542f, 98.867f, 206.729f, 98.141f, 204.681f, 97.544f)
|
curveTo(208.138f, 106.05f, 206.268f, 105.302f, 204.156f, 104.686f)
|
||||||
curveTo(202.676f, 96.904f, 200.606f, 96.243f, 198.473f, 95.56f)
|
curveTo(202.088f, 104.026f, 199.954f, 103.344f, 197.754f, 102.64f)
|
||||||
curveTo(196.382f, 94.877f, 194.313f, 94.109f, 192.265f, 93.256f)
|
curveTo(195.598f, 101.936f, 193.464f, 101.144f, 191.352f, 100.264f)
|
||||||
curveTo(190.26f, 92.36f, 188.468f, 91.251f, 186.889f, 89.928f)
|
curveTo(189.284f, 99.34f, 187.436f, 98.196f, 185.808f, 96.832f)
|
||||||
curveTo(185.31f, 88.605f, 184.03f, 86.984f, 183.049f, 85.064f)
|
curveTo(184.18f, 95.468f, 182.86f, 93.796f, 181.848f, 91.816f)
|
||||||
curveTo(182.11f, 83.101f, 181.641f, 80.733f, 181.641f, 77.96f)
|
curveTo(180.88f, 89.792f, 180.396f, 87.35f, 180.396f, 84.49f)
|
||||||
curveTo(181.641f, 75.485f, 182.153f, 73.117f, 183.177f, 70.856f)
|
curveTo(180.396f, 81.938f, 180.924f, 79.496f, 181.98f, 77.164f)
|
||||||
curveTo(184.201f, 68.552f, 185.694f, 66.547f, 187.657f, 64.84f)
|
curveTo(183.036f, 74.788f, 184.576f, 72.72f, 186.6f, 70.96f)
|
||||||
curveTo(189.62f, 63.091f, 192.03f, 61.704f, 194.889f, 60.68f)
|
curveTo(188.624f, 69.156f, 191.11f, 67.726f, 194.058f, 66.67f)
|
||||||
curveTo(197.748f, 59.656f, 201.012f, 59.144f, 204.681f, 59.144f)
|
curveTo(197.006f, 65.614f, 200.372f, 65.086f, 204.156f, 65.086f)
|
||||||
curveTo(208.948f, 59.144f, 212.766f, 59.827f, 216.137f, 61.192f)
|
curveTo(208.556f, 65.086f, 212.494f, 65.79f, 215.97f, 67.198f)
|
||||||
curveTo(219.55f, 62.515f, 222.494f, 64.349f, 224.969f, 66.696f)
|
curveTo(219.49f, 68.562f, 222.526f, 70.454f, 225.078f, 72.874f)
|
||||||
lineTo(222.409f, 70.856f)
|
lineTo(222.438f, 77.164f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,90 +17,90 @@ val UnittoIcons.Deg: ImageVector
|
|||||||
if (_deg != null) {
|
if (_deg != null) {
|
||||||
return _deg!!
|
return _deg!!
|
||||||
}
|
}
|
||||||
_deg = Builder(name = "Deg", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_deg = Builder(name = "Deg", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(96.825f, 79.176f)
|
moveTo(98.21f, 85.744f)
|
||||||
curveTo(96.825f, 86.045f, 95.737f, 92.296f, 93.561f, 97.928f)
|
curveTo(98.21f, 92.828f, 97.088f, 99.274f, 94.843f, 105.082f)
|
||||||
curveTo(91.385f, 103.56f, 88.313f, 108.381f, 84.345f, 112.392f)
|
curveTo(92.6f, 110.89f, 89.432f, 115.862f, 85.34f, 119.998f)
|
||||||
curveTo(80.377f, 116.403f, 75.598f, 119.517f, 70.009f, 121.736f)
|
curveTo(81.247f, 124.134f, 76.32f, 127.346f, 70.555f, 129.634f)
|
||||||
curveTo(64.462f, 123.912f, 58.318f, 125.0f, 51.577f, 125.0f)
|
curveTo(64.836f, 131.878f, 58.5f, 133.0f, 51.548f, 133.0f)
|
||||||
horizontalLineTo(17.337f)
|
horizontalLineTo(16.237f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(51.577f)
|
horizontalLineTo(51.548f)
|
||||||
curveTo(58.318f, 33.288f, 64.462f, 34.397f, 70.009f, 36.616f)
|
curveTo(58.5f, 38.422f, 64.836f, 39.566f, 70.555f, 41.854f)
|
||||||
curveTo(75.598f, 38.792f, 80.377f, 41.907f, 84.345f, 45.96f)
|
curveTo(76.32f, 44.098f, 81.247f, 47.31f, 85.34f, 51.49f)
|
||||||
curveTo(88.313f, 49.971f, 91.385f, 54.792f, 93.561f, 60.424f)
|
curveTo(89.432f, 55.626f, 92.6f, 60.598f, 94.843f, 66.406f)
|
||||||
curveTo(95.737f, 66.056f, 96.825f, 72.307f, 96.825f, 79.176f)
|
curveTo(97.088f, 72.214f, 98.21f, 78.66f, 98.21f, 85.744f)
|
||||||
close()
|
close()
|
||||||
moveTo(84.089f, 79.176f)
|
moveTo(85.076f, 85.744f)
|
||||||
curveTo(84.089f, 73.544f, 83.321f, 68.509f, 81.785f, 64.072f)
|
curveTo(85.076f, 79.936f, 84.284f, 74.744f, 82.7f, 70.168f)
|
||||||
curveTo(80.249f, 59.635f, 78.073f, 55.88f, 75.257f, 52.808f)
|
curveTo(81.116f, 65.592f, 78.871f, 61.72f, 75.967f, 58.552f)
|
||||||
curveTo(72.441f, 49.736f, 69.028f, 47.389f, 65.017f, 45.768f)
|
curveTo(73.063f, 55.384f, 69.544f, 52.964f, 65.408f, 51.292f)
|
||||||
curveTo(61.006f, 44.147f, 56.526f, 43.336f, 51.577f, 43.336f)
|
curveTo(61.271f, 49.62f, 56.652f, 48.784f, 51.548f, 48.784f)
|
||||||
horizontalLineTo(29.753f)
|
horizontalLineTo(29.042f)
|
||||||
verticalLineTo(114.952f)
|
verticalLineTo(122.638f)
|
||||||
horizontalLineTo(51.577f)
|
horizontalLineTo(51.548f)
|
||||||
curveTo(56.526f, 114.952f, 61.006f, 114.141f, 65.017f, 112.52f)
|
curveTo(56.652f, 122.638f, 61.271f, 121.802f, 65.408f, 120.13f)
|
||||||
curveTo(69.028f, 110.899f, 72.441f, 108.573f, 75.257f, 105.544f)
|
curveTo(69.544f, 118.458f, 73.063f, 116.06f, 75.967f, 112.936f)
|
||||||
curveTo(78.073f, 102.472f, 80.249f, 98.717f, 81.785f, 94.28f)
|
curveTo(78.871f, 109.768f, 81.116f, 105.896f, 82.7f, 101.32f)
|
||||||
curveTo(83.321f, 89.843f, 84.089f, 84.808f, 84.089f, 79.176f)
|
curveTo(84.284f, 96.744f, 85.076f, 91.552f, 85.076f, 85.744f)
|
||||||
close()
|
close()
|
||||||
moveTo(171.288f, 114.888f)
|
moveTo(172.36f, 122.572f)
|
||||||
lineTo(171.224f, 125.0f)
|
lineTo(172.294f, 133.0f)
|
||||||
horizontalLineTo(114.712f)
|
horizontalLineTo(114.016f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(171.224f)
|
horizontalLineTo(172.294f)
|
||||||
verticalLineTo(43.4f)
|
verticalLineTo(48.85f)
|
||||||
horizontalLineTo(127.128f)
|
horizontalLineTo(126.82f)
|
||||||
verticalLineTo(73.864f)
|
verticalLineTo(80.266f)
|
||||||
horizontalLineTo(162.84f)
|
horizontalLineTo(163.648f)
|
||||||
verticalLineTo(83.592f)
|
verticalLineTo(90.298f)
|
||||||
horizontalLineTo(127.128f)
|
horizontalLineTo(126.82f)
|
||||||
verticalLineTo(114.888f)
|
verticalLineTo(122.572f)
|
||||||
horizontalLineTo(171.288f)
|
horizontalLineTo(172.36f)
|
||||||
close()
|
close()
|
||||||
moveTo(261.083f, 80.904f)
|
moveTo(262.321f, 87.526f)
|
||||||
verticalLineTo(116.104f)
|
verticalLineTo(123.826f)
|
||||||
curveTo(256.475f, 119.432f, 251.547f, 121.928f, 246.299f, 123.592f)
|
curveTo(257.569f, 127.258f, 252.487f, 129.832f, 247.075f, 131.548f)
|
||||||
curveTo(241.094f, 125.213f, 235.376f, 126.024f, 229.147f, 126.024f)
|
curveTo(241.707f, 133.22f, 235.811f, 134.056f, 229.387f, 134.056f)
|
||||||
curveTo(221.766f, 126.024f, 215.11f, 124.893f, 209.179f, 122.632f)
|
curveTo(221.775f, 134.056f, 214.911f, 132.89f, 208.795f, 130.558f)
|
||||||
curveTo(203.248f, 120.328f, 198.171f, 117.128f, 193.947f, 113.032f)
|
curveTo(202.679f, 128.182f, 197.443f, 124.882f, 193.087f, 120.658f)
|
||||||
curveTo(189.766f, 108.893f, 186.544f, 103.944f, 184.283f, 98.184f)
|
curveTo(188.775f, 116.39f, 185.453f, 111.286f, 183.121f, 105.346f)
|
||||||
curveTo(182.022f, 92.424f, 180.891f, 86.088f, 180.891f, 79.176f)
|
curveTo(180.789f, 99.406f, 179.623f, 92.872f, 179.623f, 85.744f)
|
||||||
curveTo(180.891f, 72.179f, 181.979f, 65.8f, 184.155f, 60.04f)
|
curveTo(179.623f, 78.528f, 180.745f, 71.95f, 182.989f, 66.01f)
|
||||||
curveTo(186.374f, 54.28f, 189.51f, 49.352f, 193.563f, 45.256f)
|
curveTo(185.277f, 60.07f, 188.511f, 54.988f, 192.691f, 50.764f)
|
||||||
curveTo(197.616f, 41.117f, 202.544f, 37.917f, 208.347f, 35.656f)
|
curveTo(196.871f, 46.496f, 201.953f, 43.196f, 207.937f, 40.864f)
|
||||||
curveTo(214.15f, 33.395f, 220.635f, 32.264f, 227.803f, 32.264f)
|
curveTo(213.921f, 38.532f, 220.609f, 37.366f, 228.001f, 37.366f)
|
||||||
curveTo(231.43f, 32.264f, 234.8f, 32.541f, 237.915f, 33.096f)
|
curveTo(231.741f, 37.366f, 235.217f, 37.652f, 238.429f, 38.224f)
|
||||||
curveTo(241.03f, 33.608f, 243.91f, 34.376f, 246.555f, 35.4f)
|
curveTo(241.641f, 38.752f, 244.611f, 39.544f, 247.339f, 40.6f)
|
||||||
curveTo(249.2f, 36.381f, 251.654f, 37.597f, 253.915f, 39.048f)
|
curveTo(250.067f, 41.612f, 252.597f, 42.866f, 254.929f, 44.362f)
|
||||||
curveTo(256.176f, 40.456f, 258.288f, 42.056f, 260.251f, 43.848f)
|
curveTo(257.261f, 45.814f, 259.439f, 47.464f, 261.463f, 49.312f)
|
||||||
lineTo(256.731f, 49.48f)
|
lineTo(257.833f, 55.12f)
|
||||||
curveTo(256.176f, 50.333f, 255.451f, 50.888f, 254.555f, 51.144f)
|
curveTo(257.261f, 56.0f, 256.513f, 56.572f, 255.589f, 56.836f)
|
||||||
curveTo(253.702f, 51.357f, 252.742f, 51.144f, 251.675f, 50.504f)
|
curveTo(254.709f, 57.056f, 253.719f, 56.836f, 252.619f, 56.176f)
|
||||||
curveTo(250.651f, 49.907f, 249.478f, 49.181f, 248.155f, 48.328f)
|
curveTo(251.563f, 55.56f, 250.353f, 54.812f, 248.989f, 53.932f)
|
||||||
curveTo(246.832f, 47.475f, 245.211f, 46.664f, 243.291f, 45.896f)
|
curveTo(247.625f, 53.052f, 245.953f, 52.216f, 243.973f, 51.424f)
|
||||||
curveTo(241.414f, 45.085f, 239.174f, 44.403f, 236.571f, 43.848f)
|
curveTo(242.037f, 50.588f, 239.727f, 49.884f, 237.043f, 49.312f)
|
||||||
curveTo(234.011f, 43.293f, 230.96f, 43.016f, 227.419f, 43.016f)
|
curveTo(234.403f, 48.74f, 231.257f, 48.454f, 227.605f, 48.454f)
|
||||||
curveTo(222.256f, 43.016f, 217.584f, 43.869f, 213.403f, 45.576f)
|
curveTo(222.281f, 48.454f, 217.463f, 49.334f, 213.151f, 51.094f)
|
||||||
curveTo(209.222f, 47.24f, 205.659f, 49.651f, 202.715f, 52.808f)
|
curveTo(208.839f, 52.81f, 205.165f, 55.296f, 202.129f, 58.552f)
|
||||||
curveTo(199.771f, 55.923f, 197.51f, 59.72f, 195.931f, 64.2f)
|
curveTo(199.093f, 61.764f, 196.761f, 65.68f, 195.133f, 70.3f)
|
||||||
curveTo(194.352f, 68.637f, 193.563f, 73.629f, 193.563f, 79.176f)
|
curveTo(193.505f, 74.876f, 192.691f, 80.024f, 192.691f, 85.744f)
|
||||||
curveTo(193.563f, 84.936f, 194.374f, 90.099f, 195.995f, 94.664f)
|
curveTo(192.691f, 91.684f, 193.527f, 97.008f, 195.199f, 101.716f)
|
||||||
curveTo(197.659f, 99.187f, 200.006f, 103.048f, 203.035f, 106.248f)
|
curveTo(196.915f, 106.38f, 199.335f, 110.362f, 202.459f, 113.662f)
|
||||||
curveTo(206.107f, 109.405f, 209.819f, 111.816f, 214.171f, 113.48f)
|
curveTo(205.627f, 116.918f, 209.455f, 119.404f, 213.943f, 121.12f)
|
||||||
curveTo(218.523f, 115.144f, 223.408f, 115.976f, 228.827f, 115.976f)
|
curveTo(218.431f, 122.836f, 223.469f, 123.694f, 229.057f, 123.694f)
|
||||||
curveTo(233.094f, 115.976f, 236.87f, 115.507f, 240.155f, 114.568f)
|
curveTo(233.457f, 123.694f, 237.351f, 123.21f, 240.739f, 122.242f)
|
||||||
curveTo(243.483f, 113.587f, 246.726f, 112.243f, 249.883f, 110.536f)
|
curveTo(244.171f, 121.23f, 247.515f, 119.844f, 250.771f, 118.084f)
|
||||||
verticalLineTo(90.376f)
|
verticalLineTo(97.294f)
|
||||||
horizontalLineTo(235.611f)
|
horizontalLineTo(236.053f)
|
||||||
curveTo(234.8f, 90.376f, 234.139f, 90.141f, 233.627f, 89.672f)
|
curveTo(235.217f, 97.294f, 234.535f, 97.052f, 234.007f, 96.568f)
|
||||||
curveTo(233.158f, 89.203f, 232.923f, 88.627f, 232.923f, 87.944f)
|
curveTo(233.523f, 96.084f, 233.281f, 95.49f, 233.281f, 94.786f)
|
||||||
verticalLineTo(80.904f)
|
verticalLineTo(87.526f)
|
||||||
horizontalLineTo(261.083f)
|
horizontalLineTo(262.321f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,60 +17,60 @@ val UnittoIcons.Divide: ImageVector
|
|||||||
if (_divide != null) {
|
if (_divide != null) {
|
||||||
return _divide!!
|
return _divide!!
|
||||||
}
|
}
|
||||||
_divide = Builder(name = "Divide", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_divide = Builder(name = "Divide", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(55.0f, 30.025f)
|
moveTo(76.438f, 45.822f)
|
||||||
curveTo(55.0f, 29.055f, 55.167f, 28.152f, 55.502f, 27.316f)
|
curveTo(76.438f, 44.603f, 76.648f, 43.469f, 77.069f, 42.419f)
|
||||||
curveTo(55.87f, 26.446f, 56.355f, 25.693f, 56.957f, 25.057f)
|
curveTo(77.531f, 41.327f, 78.14f, 40.382f, 78.896f, 39.583f)
|
||||||
curveTo(57.593f, 24.422f, 58.329f, 23.92f, 59.165f, 23.552f)
|
curveTo(79.694f, 38.785f, 80.618f, 38.155f, 81.668f, 37.693f)
|
||||||
curveTo(60.035f, 23.184f, 60.955f, 23.0f, 61.925f, 23.0f)
|
curveTo(82.761f, 37.231f, 83.916f, 37.0f, 85.134f, 37.0f)
|
||||||
curveTo(62.895f, 23.0f, 63.798f, 23.184f, 64.634f, 23.552f)
|
curveTo(86.352f, 37.0f, 87.487f, 37.231f, 88.537f, 37.693f)
|
||||||
curveTo(65.504f, 23.92f, 66.257f, 24.422f, 66.893f, 25.057f)
|
curveTo(89.629f, 38.155f, 90.574f, 38.785f, 91.372f, 39.583f)
|
||||||
curveTo(67.528f, 25.693f, 68.03f, 26.446f, 68.398f, 27.316f)
|
curveTo(92.17f, 40.382f, 92.8f, 41.327f, 93.262f, 42.419f)
|
||||||
curveTo(68.766f, 28.152f, 68.95f, 29.055f, 68.95f, 30.025f)
|
curveTo(93.725f, 43.469f, 93.956f, 44.603f, 93.956f, 45.822f)
|
||||||
curveTo(68.95f, 31.029f, 68.766f, 31.949f, 68.398f, 32.785f)
|
curveTo(93.956f, 47.082f, 93.725f, 48.237f, 93.262f, 49.287f)
|
||||||
curveTo(68.03f, 33.621f, 67.528f, 34.357f, 66.893f, 34.993f)
|
curveTo(92.8f, 50.337f, 92.17f, 51.262f, 91.372f, 52.06f)
|
||||||
curveTo(66.257f, 35.629f, 65.504f, 36.114f, 64.634f, 36.448f)
|
curveTo(90.574f, 52.858f, 89.629f, 53.467f, 88.537f, 53.887f)
|
||||||
curveTo(63.798f, 36.816f, 62.895f, 37.0f, 61.925f, 37.0f)
|
curveTo(87.487f, 54.349f, 86.352f, 54.58f, 85.134f, 54.58f)
|
||||||
curveTo(60.955f, 37.0f, 60.035f, 36.816f, 59.165f, 36.448f)
|
curveTo(83.916f, 54.58f, 82.761f, 54.349f, 81.668f, 53.887f)
|
||||||
curveTo(58.329f, 36.114f, 57.593f, 35.629f, 56.957f, 34.993f)
|
curveTo(80.618f, 53.467f, 79.694f, 52.858f, 78.896f, 52.06f)
|
||||||
curveTo(56.355f, 34.357f, 55.87f, 33.621f, 55.502f, 32.785f)
|
curveTo(78.14f, 51.262f, 77.531f, 50.337f, 77.069f, 49.287f)
|
||||||
curveTo(55.167f, 31.949f, 55.0f, 31.029f, 55.0f, 30.025f)
|
curveTo(76.648f, 48.237f, 76.438f, 47.082f, 76.438f, 45.822f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(55.0f, 93.025f)
|
moveTo(76.438f, 124.931f)
|
||||||
curveTo(55.0f, 92.055f, 55.167f, 91.152f, 55.502f, 90.315f)
|
curveTo(76.438f, 123.713f, 76.648f, 122.579f, 77.069f, 121.529f)
|
||||||
curveTo(55.87f, 89.446f, 56.355f, 88.693f, 56.957f, 88.057f)
|
curveTo(77.531f, 120.437f, 78.14f, 119.491f, 78.896f, 118.693f)
|
||||||
curveTo(57.593f, 87.422f, 58.329f, 86.92f, 59.165f, 86.552f)
|
curveTo(79.694f, 117.895f, 80.618f, 117.265f, 81.668f, 116.803f)
|
||||||
curveTo(60.035f, 86.184f, 60.955f, 86.0f, 61.925f, 86.0f)
|
curveTo(82.761f, 116.341f, 83.916f, 116.11f, 85.134f, 116.11f)
|
||||||
curveTo(62.895f, 86.0f, 63.798f, 86.184f, 64.634f, 86.552f)
|
curveTo(86.352f, 116.11f, 87.487f, 116.341f, 88.537f, 116.803f)
|
||||||
curveTo(65.504f, 86.92f, 66.257f, 87.422f, 66.893f, 88.057f)
|
curveTo(89.629f, 117.265f, 90.574f, 117.895f, 91.372f, 118.693f)
|
||||||
curveTo(67.528f, 88.693f, 68.03f, 89.446f, 68.398f, 90.315f)
|
curveTo(92.17f, 119.491f, 92.8f, 120.437f, 93.262f, 121.529f)
|
||||||
curveTo(68.766f, 91.152f, 68.95f, 92.055f, 68.95f, 93.025f)
|
curveTo(93.725f, 122.579f, 93.956f, 123.713f, 93.956f, 124.931f)
|
||||||
curveTo(68.95f, 94.029f, 68.766f, 94.949f, 68.398f, 95.785f)
|
curveTo(93.956f, 126.192f, 93.725f, 127.347f, 93.262f, 128.397f)
|
||||||
curveTo(68.03f, 96.621f, 67.528f, 97.357f, 66.893f, 97.993f)
|
curveTo(92.8f, 129.447f, 92.17f, 130.371f, 91.372f, 131.17f)
|
||||||
curveTo(66.257f, 98.629f, 65.504f, 99.114f, 64.634f, 99.448f)
|
curveTo(90.574f, 131.968f, 89.629f, 132.577f, 88.537f, 132.997f)
|
||||||
curveTo(63.798f, 99.816f, 62.895f, 100.0f, 61.925f, 100.0f)
|
curveTo(87.487f, 133.459f, 86.352f, 133.69f, 85.134f, 133.69f)
|
||||||
curveTo(60.955f, 100.0f, 60.035f, 99.816f, 59.165f, 99.448f)
|
curveTo(83.916f, 133.69f, 82.761f, 133.459f, 81.668f, 132.997f)
|
||||||
curveTo(58.329f, 99.114f, 57.593f, 98.629f, 56.957f, 97.993f)
|
curveTo(80.618f, 132.577f, 79.694f, 131.968f, 78.896f, 131.17f)
|
||||||
curveTo(56.355f, 97.357f, 55.87f, 96.621f, 55.502f, 95.785f)
|
curveTo(78.14f, 130.371f, 77.531f, 129.447f, 77.069f, 128.397f)
|
||||||
curveTo(55.167f, 94.949f, 55.0f, 94.029f, 55.0f, 93.025f)
|
curveTo(76.648f, 127.347f, 76.438f, 126.192f, 76.438f, 124.931f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(22.0f, 55.0f)
|
moveTo(35.0f, 77.183f)
|
||||||
horizontalLineTo(102.0f)
|
horizontalLineTo(135.457f)
|
||||||
verticalLineTo(65.5f)
|
verticalLineTo(90.368f)
|
||||||
horizontalLineTo(22.0f)
|
horizontalLineTo(35.0f)
|
||||||
verticalLineTo(55.0f)
|
verticalLineTo(77.183f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,28 +17,28 @@ val UnittoIcons.Dot: ImageVector
|
|||||||
if (_dot != null) {
|
if (_dot != null) {
|
||||||
return _dot!!
|
return _dot!!
|
||||||
}
|
}
|
||||||
_dot = Builder(name = "Dot", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_dot = Builder(name = "Dot", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(54.0f, 62.914f)
|
moveTo(77.0f, 85.316f)
|
||||||
curveTo(54.0f, 61.822f, 54.189f, 60.794f, 54.567f, 59.828f)
|
curveTo(77.0f, 84.172f, 77.198f, 83.094f, 77.594f, 82.082f)
|
||||||
curveTo(54.986f, 58.863f, 55.532f, 58.023f, 56.204f, 57.31f)
|
curveTo(78.034f, 81.07f, 78.606f, 80.19f, 79.31f, 79.442f)
|
||||||
curveTo(56.917f, 56.596f, 57.757f, 56.029f, 58.723f, 55.61f)
|
curveTo(80.058f, 78.694f, 80.938f, 78.1f, 81.95f, 77.66f)
|
||||||
curveTo(59.688f, 55.19f, 60.717f, 54.98f, 61.808f, 54.98f)
|
curveTo(82.962f, 77.22f, 84.04f, 77.0f, 85.184f, 77.0f)
|
||||||
curveTo(62.9f, 54.98f, 63.928f, 55.19f, 64.894f, 55.61f)
|
curveTo(86.328f, 77.0f, 87.406f, 77.22f, 88.418f, 77.66f)
|
||||||
curveTo(65.859f, 56.029f, 66.699f, 56.596f, 67.412f, 57.31f)
|
curveTo(89.43f, 78.1f, 90.31f, 78.694f, 91.058f, 79.442f)
|
||||||
curveTo(68.126f, 58.023f, 68.693f, 58.863f, 69.112f, 59.828f)
|
curveTo(91.806f, 80.19f, 92.4f, 81.07f, 92.84f, 82.082f)
|
||||||
curveTo(69.532f, 60.794f, 69.742f, 61.822f, 69.742f, 62.914f)
|
curveTo(93.28f, 83.094f, 93.5f, 84.172f, 93.5f, 85.316f)
|
||||||
curveTo(69.742f, 64.047f, 69.532f, 65.097f, 69.112f, 66.062f)
|
curveTo(93.5f, 86.504f, 93.28f, 87.604f, 92.84f, 88.616f)
|
||||||
curveTo(68.693f, 66.986f, 68.126f, 67.804f, 67.412f, 68.518f)
|
curveTo(92.4f, 89.584f, 91.806f, 90.442f, 91.058f, 91.19f)
|
||||||
curveTo(66.699f, 69.232f, 65.859f, 69.777f, 64.894f, 70.155f)
|
curveTo(90.31f, 91.938f, 89.43f, 92.51f, 88.418f, 92.906f)
|
||||||
curveTo(63.928f, 70.575f, 62.9f, 70.785f, 61.808f, 70.785f)
|
curveTo(87.406f, 93.346f, 86.328f, 93.566f, 85.184f, 93.566f)
|
||||||
curveTo(60.717f, 70.785f, 59.688f, 70.575f, 58.723f, 70.155f)
|
curveTo(84.04f, 93.566f, 82.962f, 93.346f, 81.95f, 92.906f)
|
||||||
curveTo(57.757f, 69.777f, 56.917f, 69.232f, 56.204f, 68.518f)
|
curveTo(80.938f, 92.51f, 80.058f, 91.938f, 79.31f, 91.19f)
|
||||||
curveTo(55.532f, 67.804f, 54.986f, 66.986f, 54.567f, 66.062f)
|
curveTo(78.606f, 90.442f, 78.034f, 89.584f, 77.594f, 88.616f)
|
||||||
curveTo(54.189f, 65.097f, 54.0f, 64.047f, 54.0f, 62.914f)
|
curveTo(77.198f, 87.604f, 77.0f, 86.504f, 77.0f, 85.316f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,50 +17,50 @@ val UnittoIcons.E: ImageVector
|
|||||||
if (_e != null) {
|
if (_e != null) {
|
||||||
return _e!!
|
return _e!!
|
||||||
}
|
}
|
||||||
_e = Builder(name = "E", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp, viewportWidth =
|
_e = Builder(name = "E", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth =
|
||||||
274.0f, viewportHeight = 150.0f).apply {
|
274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(155.604f, 85.512f)
|
moveTo(156.185f, 92.278f)
|
||||||
curveTo(155.604f, 82.867f, 155.22f, 80.456f, 154.452f, 78.28f)
|
curveTo(156.185f, 89.55f, 155.789f, 87.064f, 154.997f, 84.82f)
|
||||||
curveTo(153.726f, 76.061f, 152.638f, 74.163f, 151.188f, 72.584f)
|
curveTo(154.249f, 82.532f, 153.127f, 80.574f, 151.631f, 78.946f)
|
||||||
curveTo(149.78f, 70.963f, 148.052f, 69.725f, 146.004f, 68.872f)
|
curveTo(150.179f, 77.274f, 148.397f, 75.998f, 146.285f, 75.118f)
|
||||||
curveTo(143.956f, 67.976f, 141.63f, 67.528f, 139.028f, 67.528f)
|
curveTo(144.173f, 74.194f, 141.775f, 73.732f, 139.091f, 73.732f)
|
||||||
curveTo(133.566f, 67.528f, 129.236f, 69.128f, 126.036f, 72.328f)
|
curveTo(133.459f, 73.732f, 128.993f, 75.382f, 125.693f, 78.682f)
|
||||||
curveTo(122.878f, 75.485f, 120.916f, 79.88f, 120.148f, 85.512f)
|
curveTo(122.437f, 81.938f, 120.413f, 86.47f, 119.621f, 92.278f)
|
||||||
horizontalLineTo(155.604f)
|
horizontalLineTo(156.185f)
|
||||||
close()
|
close()
|
||||||
moveTo(164.82f, 115.912f)
|
moveTo(165.689f, 123.628f)
|
||||||
curveTo(163.412f, 117.619f, 161.726f, 119.112f, 159.764f, 120.392f)
|
curveTo(164.237f, 125.388f, 162.499f, 126.928f, 160.475f, 128.248f)
|
||||||
curveTo(157.801f, 121.629f, 155.689f, 122.653f, 153.428f, 123.464f)
|
curveTo(158.451f, 129.524f, 156.273f, 130.58f, 153.941f, 131.416f)
|
||||||
curveTo(151.209f, 124.275f, 148.905f, 124.872f, 146.516f, 125.256f)
|
curveTo(151.653f, 132.252f, 149.277f, 132.868f, 146.813f, 133.264f)
|
||||||
curveTo(144.126f, 125.683f, 141.758f, 125.896f, 139.412f, 125.896f)
|
curveTo(144.349f, 133.704f, 141.907f, 133.924f, 139.487f, 133.924f)
|
||||||
curveTo(134.932f, 125.896f, 130.793f, 125.149f, 126.996f, 123.656f)
|
curveTo(134.867f, 133.924f, 130.599f, 133.154f, 126.683f, 131.614f)
|
||||||
curveTo(123.241f, 122.12f, 119.977f, 119.901f, 117.204f, 117.0f)
|
curveTo(122.811f, 130.03f, 119.445f, 127.742f, 116.585f, 124.75f)
|
||||||
curveTo(114.473f, 114.056f, 112.34f, 110.429f, 110.804f, 106.12f)
|
curveTo(113.769f, 121.714f, 111.569f, 117.974f, 109.985f, 113.53f)
|
||||||
curveTo(109.268f, 101.811f, 108.5f, 96.861f, 108.5f, 91.272f)
|
curveTo(108.401f, 109.086f, 107.609f, 103.982f, 107.609f, 98.218f)
|
||||||
curveTo(108.5f, 86.749f, 109.182f, 82.525f, 110.548f, 78.6f)
|
curveTo(107.609f, 93.554f, 108.313f, 89.198f, 109.721f, 85.15f)
|
||||||
curveTo(111.956f, 74.675f, 113.961f, 71.283f, 116.564f, 68.424f)
|
curveTo(111.173f, 81.102f, 113.241f, 77.604f, 115.925f, 74.656f)
|
||||||
curveTo(119.166f, 65.523f, 122.345f, 63.261f, 126.1f, 61.64f)
|
curveTo(118.609f, 71.664f, 121.887f, 69.332f, 125.759f, 67.66f)
|
||||||
curveTo(129.854f, 59.976f, 134.078f, 59.144f, 138.772f, 59.144f)
|
curveTo(129.631f, 65.944f, 133.987f, 65.086f, 138.827f, 65.086f)
|
||||||
curveTo(142.654f, 59.144f, 146.238f, 59.805f, 149.524f, 61.128f)
|
curveTo(142.831f, 65.086f, 146.527f, 65.768f, 149.915f, 67.132f)
|
||||||
curveTo(152.852f, 62.408f, 155.71f, 64.285f, 158.1f, 66.76f)
|
curveTo(153.347f, 68.452f, 156.295f, 70.388f, 158.759f, 72.94f)
|
||||||
curveTo(160.532f, 69.192f, 162.43f, 72.221f, 163.796f, 75.848f)
|
curveTo(161.267f, 75.448f, 163.225f, 78.572f, 164.633f, 82.312f)
|
||||||
curveTo(165.161f, 79.432f, 165.844f, 83.528f, 165.844f, 88.136f)
|
curveTo(166.041f, 86.008f, 166.745f, 90.232f, 166.745f, 94.984f)
|
||||||
curveTo(165.844f, 89.928f, 165.652f, 91.123f, 165.268f, 91.72f)
|
curveTo(166.745f, 96.832f, 166.547f, 98.064f, 166.151f, 98.68f)
|
||||||
curveTo(164.884f, 92.317f, 164.158f, 92.616f, 163.092f, 92.616f)
|
curveTo(165.755f, 99.296f, 165.007f, 99.604f, 163.907f, 99.604f)
|
||||||
horizontalLineTo(119.764f)
|
horizontalLineTo(119.225f)
|
||||||
curveTo(119.892f, 96.712f, 120.446f, 100.275f, 121.428f, 103.304f)
|
curveTo(119.357f, 103.828f, 119.929f, 107.502f, 120.941f, 110.626f)
|
||||||
curveTo(122.452f, 106.333f, 123.86f, 108.872f, 125.652f, 110.92f)
|
curveTo(121.997f, 113.75f, 123.449f, 116.368f, 125.297f, 118.48f)
|
||||||
curveTo(127.444f, 112.925f, 129.577f, 114.44f, 132.052f, 115.464f)
|
curveTo(127.145f, 120.548f, 129.345f, 122.11f, 131.897f, 123.166f)
|
||||||
curveTo(134.526f, 116.445f, 137.3f, 116.936f, 140.372f, 116.936f)
|
curveTo(134.449f, 124.178f, 137.309f, 124.684f, 140.477f, 124.684f)
|
||||||
curveTo(143.23f, 116.936f, 145.684f, 116.616f, 147.732f, 115.976f)
|
curveTo(143.425f, 124.684f, 145.955f, 124.354f, 148.067f, 123.694f)
|
||||||
curveTo(149.822f, 115.293f, 151.614f, 114.568f, 153.108f, 113.8f)
|
curveTo(150.223f, 122.99f, 152.071f, 122.242f, 153.611f, 121.45f)
|
||||||
curveTo(154.601f, 113.032f, 155.838f, 112.328f, 156.82f, 111.688f)
|
curveTo(155.151f, 120.658f, 156.427f, 119.932f, 157.439f, 119.272f)
|
||||||
curveTo(157.844f, 111.005f, 158.718f, 110.664f, 159.444f, 110.664f)
|
curveTo(158.495f, 118.568f, 159.397f, 118.216f, 160.145f, 118.216f)
|
||||||
curveTo(160.382f, 110.664f, 161.108f, 111.027f, 161.62f, 111.752f)
|
curveTo(161.113f, 118.216f, 161.861f, 118.59f, 162.389f, 119.338f)
|
||||||
lineTo(164.82f, 115.912f)
|
lineTo(165.689f, 123.628f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,22 +17,22 @@ val UnittoIcons.Equal: ImageVector
|
|||||||
if (_equal != null) {
|
if (_equal != null) {
|
||||||
return _equal!!
|
return _equal!!
|
||||||
}
|
}
|
||||||
_equal = Builder(name = "Equal", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_equal = Builder(name = "Equal", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(22.0f, 77.776f)
|
moveTo(37.0f, 103.283f)
|
||||||
horizontalLineTo(102.0f)
|
horizontalLineTo(133.69f)
|
||||||
verticalLineTo(88.0f)
|
verticalLineTo(115.64f)
|
||||||
horizontalLineTo(22.0f)
|
horizontalLineTo(37.0f)
|
||||||
verticalLineTo(77.776f)
|
verticalLineTo(103.283f)
|
||||||
close()
|
close()
|
||||||
moveTo(22.0f, 37.0f)
|
moveTo(37.0f, 54.0f)
|
||||||
horizontalLineTo(102.0f)
|
horizontalLineTo(133.69f)
|
||||||
verticalLineTo(47.161f)
|
verticalLineTo(66.281f)
|
||||||
horizontalLineTo(22.0f)
|
horizontalLineTo(37.0f)
|
||||||
verticalLineTo(37.0f)
|
verticalLineTo(54.0f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,95 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.Ex: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_ex != null) {
|
||||||
|
return _ex!!
|
||||||
|
}
|
||||||
|
_ex = Builder(name = "Ex", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
||||||
|
= 274.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(138.685f, 92.278f)
|
||||||
|
curveTo(138.685f, 89.55f, 138.289f, 87.064f, 137.497f, 84.82f)
|
||||||
|
curveTo(136.749f, 82.532f, 135.627f, 80.574f, 134.131f, 78.946f)
|
||||||
|
curveTo(132.679f, 77.274f, 130.897f, 75.998f, 128.785f, 75.118f)
|
||||||
|
curveTo(126.673f, 74.194f, 124.275f, 73.732f, 121.591f, 73.732f)
|
||||||
|
curveTo(115.959f, 73.732f, 111.493f, 75.382f, 108.193f, 78.682f)
|
||||||
|
curveTo(104.937f, 81.938f, 102.913f, 86.47f, 102.121f, 92.278f)
|
||||||
|
horizontalLineTo(138.685f)
|
||||||
|
close()
|
||||||
|
moveTo(148.189f, 123.628f)
|
||||||
|
curveTo(146.737f, 125.388f, 144.999f, 126.928f, 142.975f, 128.248f)
|
||||||
|
curveTo(140.951f, 129.524f, 138.773f, 130.58f, 136.441f, 131.416f)
|
||||||
|
curveTo(134.153f, 132.252f, 131.777f, 132.868f, 129.313f, 133.264f)
|
||||||
|
curveTo(126.849f, 133.704f, 124.407f, 133.924f, 121.987f, 133.924f)
|
||||||
|
curveTo(117.367f, 133.924f, 113.099f, 133.154f, 109.183f, 131.614f)
|
||||||
|
curveTo(105.311f, 130.03f, 101.945f, 127.742f, 99.085f, 124.75f)
|
||||||
|
curveTo(96.269f, 121.714f, 94.068f, 117.974f, 92.484f, 113.53f)
|
||||||
|
curveTo(90.9f, 109.086f, 90.108f, 103.982f, 90.108f, 98.218f)
|
||||||
|
curveTo(90.108f, 93.554f, 90.813f, 89.198f, 92.22f, 85.15f)
|
||||||
|
curveTo(93.673f, 81.102f, 95.741f, 77.604f, 98.424f, 74.656f)
|
||||||
|
curveTo(101.109f, 71.664f, 104.387f, 69.332f, 108.259f, 67.66f)
|
||||||
|
curveTo(112.131f, 65.944f, 116.487f, 65.086f, 121.327f, 65.086f)
|
||||||
|
curveTo(125.331f, 65.086f, 129.027f, 65.768f, 132.415f, 67.132f)
|
||||||
|
curveTo(135.847f, 68.452f, 138.795f, 70.388f, 141.259f, 72.94f)
|
||||||
|
curveTo(143.767f, 75.448f, 145.725f, 78.572f, 147.133f, 82.312f)
|
||||||
|
curveTo(148.541f, 86.008f, 149.245f, 90.232f, 149.245f, 94.984f)
|
||||||
|
curveTo(149.245f, 96.832f, 149.047f, 98.064f, 148.651f, 98.68f)
|
||||||
|
curveTo(148.255f, 99.296f, 147.507f, 99.604f, 146.407f, 99.604f)
|
||||||
|
horizontalLineTo(101.725f)
|
||||||
|
curveTo(101.857f, 103.828f, 102.429f, 107.502f, 103.441f, 110.626f)
|
||||||
|
curveTo(104.497f, 113.75f, 105.949f, 116.368f, 107.797f, 118.48f)
|
||||||
|
curveTo(109.645f, 120.548f, 111.845f, 122.11f, 114.397f, 123.166f)
|
||||||
|
curveTo(116.949f, 124.178f, 119.809f, 124.684f, 122.977f, 124.684f)
|
||||||
|
curveTo(125.925f, 124.684f, 128.455f, 124.354f, 130.567f, 123.694f)
|
||||||
|
curveTo(132.723f, 122.99f, 134.571f, 122.242f, 136.111f, 121.45f)
|
||||||
|
curveTo(137.651f, 120.658f, 138.927f, 119.932f, 139.939f, 119.272f)
|
||||||
|
curveTo(140.995f, 118.568f, 141.897f, 118.216f, 142.645f, 118.216f)
|
||||||
|
curveTo(143.613f, 118.216f, 144.361f, 118.59f, 144.889f, 119.338f)
|
||||||
|
lineTo(148.189f, 123.628f)
|
||||||
|
close()
|
||||||
|
moveTo(187.765f, 72.61f)
|
||||||
|
horizontalLineTo(179.779f)
|
||||||
|
curveTo(179.163f, 72.61f, 178.657f, 72.456f, 178.261f, 72.148f)
|
||||||
|
curveTo(177.909f, 71.84f, 177.623f, 71.488f, 177.403f, 71.092f)
|
||||||
|
lineTo(170.143f, 59.146f)
|
||||||
|
curveTo(169.923f, 60.026f, 169.659f, 60.774f, 169.351f, 61.39f)
|
||||||
|
lineTo(163.081f, 71.092f)
|
||||||
|
curveTo(162.861f, 71.488f, 162.553f, 71.84f, 162.157f, 72.148f)
|
||||||
|
curveTo(161.805f, 72.456f, 161.343f, 72.61f, 160.771f, 72.61f)
|
||||||
|
horizontalLineTo(153.313f)
|
||||||
|
lineTo(164.929f, 54.988f)
|
||||||
|
lineTo(153.775f, 38.422f)
|
||||||
|
horizontalLineTo(161.827f)
|
||||||
|
curveTo(162.443f, 38.422f, 162.883f, 38.51f, 163.147f, 38.686f)
|
||||||
|
curveTo(163.455f, 38.862f, 163.719f, 39.148f, 163.939f, 39.544f)
|
||||||
|
lineTo(171.133f, 51.028f)
|
||||||
|
curveTo(171.265f, 50.588f, 171.397f, 50.17f, 171.529f, 49.774f)
|
||||||
|
curveTo(171.661f, 49.378f, 171.837f, 48.96f, 172.057f, 48.52f)
|
||||||
|
lineTo(177.733f, 39.676f)
|
||||||
|
curveTo(178.129f, 38.84f, 178.767f, 38.422f, 179.647f, 38.422f)
|
||||||
|
horizontalLineTo(187.303f)
|
||||||
|
lineTo(176.149f, 54.658f)
|
||||||
|
lineTo(187.765f, 72.61f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _ex!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _ex: ImageVector? = null
|
@ -1,95 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
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.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Exp: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_exp != null) {
|
|
||||||
return _exp!!
|
|
||||||
}
|
|
||||||
_exp = Builder(name = "Ex", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp, viewportWidth
|
|
||||||
= 274.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(137.354f, 85.512f)
|
|
||||||
curveTo(137.354f, 82.867f, 136.97f, 80.456f, 136.202f, 78.28f)
|
|
||||||
curveTo(135.476f, 76.061f, 134.388f, 74.163f, 132.938f, 72.584f)
|
|
||||||
curveTo(131.53f, 70.963f, 129.802f, 69.725f, 127.754f, 68.872f)
|
|
||||||
curveTo(125.706f, 67.976f, 123.38f, 67.528f, 120.778f, 67.528f)
|
|
||||||
curveTo(115.316f, 67.528f, 110.986f, 69.128f, 107.786f, 72.328f)
|
|
||||||
curveTo(104.628f, 75.485f, 102.666f, 79.88f, 101.898f, 85.512f)
|
|
||||||
horizontalLineTo(137.354f)
|
|
||||||
close()
|
|
||||||
moveTo(146.57f, 115.912f)
|
|
||||||
curveTo(145.162f, 117.619f, 143.476f, 119.112f, 141.514f, 120.392f)
|
|
||||||
curveTo(139.551f, 121.629f, 137.439f, 122.653f, 135.178f, 123.464f)
|
|
||||||
curveTo(132.959f, 124.275f, 130.655f, 124.872f, 128.266f, 125.256f)
|
|
||||||
curveTo(125.876f, 125.683f, 123.508f, 125.896f, 121.162f, 125.896f)
|
|
||||||
curveTo(116.682f, 125.896f, 112.543f, 125.149f, 108.746f, 123.656f)
|
|
||||||
curveTo(104.991f, 122.12f, 101.727f, 119.901f, 98.953f, 117.0f)
|
|
||||||
curveTo(96.223f, 114.056f, 94.09f, 110.429f, 92.553f, 106.12f)
|
|
||||||
curveTo(91.018f, 101.811f, 90.249f, 96.861f, 90.249f, 91.272f)
|
|
||||||
curveTo(90.249f, 86.749f, 90.932f, 82.525f, 92.298f, 78.6f)
|
|
||||||
curveTo(93.705f, 74.675f, 95.711f, 71.283f, 98.313f, 68.424f)
|
|
||||||
curveTo(100.916f, 65.523f, 104.095f, 63.261f, 107.85f, 61.64f)
|
|
||||||
curveTo(111.604f, 59.976f, 115.828f, 59.144f, 120.522f, 59.144f)
|
|
||||||
curveTo(124.404f, 59.144f, 127.988f, 59.805f, 131.274f, 61.128f)
|
|
||||||
curveTo(134.602f, 62.408f, 137.46f, 64.285f, 139.85f, 66.76f)
|
|
||||||
curveTo(142.282f, 69.192f, 144.18f, 72.221f, 145.546f, 75.848f)
|
|
||||||
curveTo(146.911f, 79.432f, 147.594f, 83.528f, 147.594f, 88.136f)
|
|
||||||
curveTo(147.594f, 89.928f, 147.402f, 91.123f, 147.018f, 91.72f)
|
|
||||||
curveTo(146.634f, 92.317f, 145.908f, 92.616f, 144.842f, 92.616f)
|
|
||||||
horizontalLineTo(101.514f)
|
|
||||||
curveTo(101.642f, 96.712f, 102.196f, 100.275f, 103.178f, 103.304f)
|
|
||||||
curveTo(104.202f, 106.333f, 105.61f, 108.872f, 107.402f, 110.92f)
|
|
||||||
curveTo(109.194f, 112.925f, 111.327f, 114.44f, 113.802f, 115.464f)
|
|
||||||
curveTo(116.276f, 116.445f, 119.05f, 116.936f, 122.122f, 116.936f)
|
|
||||||
curveTo(124.98f, 116.936f, 127.434f, 116.616f, 129.482f, 115.976f)
|
|
||||||
curveTo(131.572f, 115.293f, 133.364f, 114.568f, 134.858f, 113.8f)
|
|
||||||
curveTo(136.351f, 113.032f, 137.588f, 112.328f, 138.57f, 111.688f)
|
|
||||||
curveTo(139.594f, 111.005f, 140.468f, 110.664f, 141.194f, 110.664f)
|
|
||||||
curveTo(142.132f, 110.664f, 142.858f, 111.027f, 143.37f, 111.752f)
|
|
||||||
lineTo(146.57f, 115.912f)
|
|
||||||
close()
|
|
||||||
moveTo(187.507f, 66.44f)
|
|
||||||
horizontalLineTo(179.763f)
|
|
||||||
curveTo(179.165f, 66.44f, 178.675f, 66.291f, 178.291f, 65.992f)
|
|
||||||
curveTo(177.949f, 65.693f, 177.672f, 65.352f, 177.459f, 64.968f)
|
|
||||||
lineTo(170.419f, 53.384f)
|
|
||||||
curveTo(170.205f, 54.237f, 169.949f, 54.963f, 169.651f, 55.56f)
|
|
||||||
lineTo(163.571f, 64.968f)
|
|
||||||
curveTo(163.357f, 65.352f, 163.059f, 65.693f, 162.675f, 65.992f)
|
|
||||||
curveTo(162.333f, 66.291f, 161.885f, 66.44f, 161.331f, 66.44f)
|
|
||||||
horizontalLineTo(154.099f)
|
|
||||||
lineTo(165.363f, 49.352f)
|
|
||||||
lineTo(154.547f, 33.288f)
|
|
||||||
horizontalLineTo(162.355f)
|
|
||||||
curveTo(162.952f, 33.288f, 163.379f, 33.373f, 163.635f, 33.544f)
|
|
||||||
curveTo(163.933f, 33.715f, 164.189f, 33.992f, 164.403f, 34.376f)
|
|
||||||
lineTo(171.378f, 45.512f)
|
|
||||||
curveTo(171.507f, 45.085f, 171.635f, 44.68f, 171.763f, 44.296f)
|
|
||||||
curveTo(171.891f, 43.912f, 172.061f, 43.507f, 172.275f, 43.08f)
|
|
||||||
lineTo(177.779f, 34.504f)
|
|
||||||
curveTo(178.163f, 33.693f, 178.781f, 33.288f, 179.635f, 33.288f)
|
|
||||||
horizontalLineTo(187.059f)
|
|
||||||
lineTo(176.243f, 49.032f)
|
|
||||||
lineTo(187.507f, 66.44f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _exp!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _exp: ImageVector? = null
|
|
@ -1,47 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
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.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Exponent: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_exponent != null) {
|
|
||||||
return _exponent!!
|
|
||||||
}
|
|
||||||
_exponent = Builder(name = "Exponent", 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(103.667f, 80.456f)
|
|
||||||
horizontalLineTo(95.347f)
|
|
||||||
curveTo(94.622f, 80.456f, 93.982f, 80.264f, 93.427f, 79.88f)
|
|
||||||
curveTo(92.915f, 79.453f, 92.51f, 78.92f, 92.211f, 78.28f)
|
|
||||||
lineTo(77.491f, 49.928f)
|
|
||||||
curveTo(76.382f, 47.667f, 75.528f, 45.597f, 74.931f, 43.72f)
|
|
||||||
curveTo(74.632f, 44.701f, 74.291f, 45.704f, 73.907f, 46.728f)
|
|
||||||
curveTo(73.523f, 47.752f, 73.096f, 48.819f, 72.627f, 49.928f)
|
|
||||||
lineTo(58.355f, 78.28f)
|
|
||||||
curveTo(58.099f, 78.877f, 57.694f, 79.389f, 57.139f, 79.816f)
|
|
||||||
curveTo(56.584f, 80.243f, 55.88f, 80.456f, 55.027f, 80.456f)
|
|
||||||
horizontalLineTo(46.323f)
|
|
||||||
lineTo(71.155f, 33.288f)
|
|
||||||
horizontalLineTo(78.515f)
|
|
||||||
lineTo(103.667f, 80.456f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _exponent!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _exponent: ImageVector? = null
|
|
@ -1,47 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
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.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.ExponentWide: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_exponent != null) {
|
|
||||||
return _exponent!!
|
|
||||||
}
|
|
||||||
_exponent = Builder(name = "Exponent", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
|
||||||
viewportWidth = 274.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(165.667f, 80.456f)
|
|
||||||
horizontalLineTo(157.347f)
|
|
||||||
curveTo(156.622f, 80.456f, 155.982f, 80.264f, 155.427f, 79.88f)
|
|
||||||
curveTo(154.915f, 79.453f, 154.51f, 78.92f, 154.211f, 78.28f)
|
|
||||||
lineTo(139.491f, 49.928f)
|
|
||||||
curveTo(138.382f, 47.667f, 137.528f, 45.597f, 136.931f, 43.72f)
|
|
||||||
curveTo(136.632f, 44.701f, 136.291f, 45.704f, 135.907f, 46.728f)
|
|
||||||
curveTo(135.523f, 47.752f, 135.096f, 48.819f, 134.627f, 49.928f)
|
|
||||||
lineTo(120.355f, 78.28f)
|
|
||||||
curveTo(120.099f, 78.877f, 119.694f, 79.389f, 119.139f, 79.816f)
|
|
||||||
curveTo(118.584f, 80.243f, 117.88f, 80.456f, 117.027f, 80.456f)
|
|
||||||
horizontalLineTo(108.323f)
|
|
||||||
lineTo(133.155f, 33.288f)
|
|
||||||
horizontalLineTo(140.515f)
|
|
||||||
lineTo(165.667f, 80.456f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _exponent!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _exponent: ImageVector? = null
|
|
@ -17,42 +17,42 @@ val UnittoIcons.Factorial: ImageVector
|
|||||||
if (_factorial != null) {
|
if (_factorial != null) {
|
||||||
return _factorial!!
|
return _factorial!!
|
||||||
}
|
}
|
||||||
_factorial = Builder(name = "Factorial", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_factorial = Builder(name = "Factorial", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(142.533f, 33.288f)
|
moveTo(142.705f, 38.422f)
|
||||||
verticalLineTo(69.896f)
|
verticalLineTo(76.174f)
|
||||||
curveTo(142.533f, 71.816f, 142.49f, 73.693f, 142.405f, 75.528f)
|
curveTo(142.705f, 78.154f, 142.661f, 80.09f, 142.573f, 81.982f)
|
||||||
curveTo(142.319f, 77.363f, 142.213f, 79.219f, 142.085f, 81.096f)
|
curveTo(142.485f, 83.874f, 142.375f, 85.788f, 142.243f, 87.724f)
|
||||||
curveTo(141.957f, 82.931f, 141.786f, 84.829f, 141.573f, 86.792f)
|
curveTo(142.111f, 89.616f, 141.935f, 91.574f, 141.715f, 93.598f)
|
||||||
curveTo(141.402f, 88.712f, 141.189f, 90.781f, 140.933f, 93.0f)
|
curveTo(141.539f, 95.578f, 141.319f, 97.712f, 141.055f, 100.0f)
|
||||||
horizontalLineTo(133.253f)
|
horizontalLineTo(133.135f)
|
||||||
curveTo(132.997f, 90.781f, 132.762f, 88.712f, 132.549f, 86.792f)
|
curveTo(132.871f, 97.712f, 132.629f, 95.578f, 132.409f, 93.598f)
|
||||||
curveTo(132.378f, 84.829f, 132.229f, 82.931f, 132.101f, 81.096f)
|
curveTo(132.233f, 91.574f, 132.079f, 89.616f, 131.947f, 87.724f)
|
||||||
curveTo(131.973f, 79.219f, 131.866f, 77.363f, 131.781f, 75.528f)
|
curveTo(131.815f, 85.788f, 131.705f, 83.874f, 131.617f, 81.982f)
|
||||||
curveTo(131.695f, 73.693f, 131.653f, 71.816f, 131.653f, 69.896f)
|
curveTo(131.529f, 80.09f, 131.485f, 78.154f, 131.485f, 76.174f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(142.533f)
|
horizontalLineTo(142.705f)
|
||||||
close()
|
close()
|
||||||
moveTo(128.901f, 117.96f)
|
moveTo(128.647f, 125.74f)
|
||||||
curveTo(128.901f, 116.851f, 129.093f, 115.805f, 129.477f, 114.824f)
|
curveTo(128.647f, 124.596f, 128.845f, 123.518f, 129.241f, 122.506f)
|
||||||
curveTo(129.903f, 113.843f, 130.479f, 112.989f, 131.205f, 112.264f)
|
curveTo(129.681f, 121.494f, 130.275f, 120.614f, 131.023f, 119.866f)
|
||||||
curveTo(131.93f, 111.539f, 132.762f, 110.963f, 133.701f, 110.536f)
|
curveTo(131.771f, 119.118f, 132.629f, 118.524f, 133.597f, 118.084f)
|
||||||
curveTo(134.682f, 110.109f, 135.749f, 109.896f, 136.901f, 109.896f)
|
curveTo(134.609f, 117.644f, 135.709f, 117.424f, 136.897f, 117.424f)
|
||||||
curveTo(138.01f, 109.896f, 139.034f, 110.109f, 139.973f, 110.536f)
|
curveTo(138.041f, 117.424f, 139.097f, 117.644f, 140.065f, 118.084f)
|
||||||
curveTo(140.954f, 110.963f, 141.807f, 111.539f, 142.533f, 112.264f)
|
curveTo(141.077f, 118.524f, 141.957f, 119.118f, 142.705f, 119.866f)
|
||||||
curveTo(143.258f, 112.989f, 143.834f, 113.843f, 144.261f, 114.824f)
|
curveTo(143.453f, 120.614f, 144.047f, 121.494f, 144.487f, 122.506f)
|
||||||
curveTo(144.687f, 115.805f, 144.901f, 116.851f, 144.901f, 117.96f)
|
curveTo(144.927f, 123.518f, 145.147f, 124.596f, 145.147f, 125.74f)
|
||||||
curveTo(144.901f, 119.112f, 144.687f, 120.179f, 144.261f, 121.16f)
|
curveTo(145.147f, 126.928f, 144.927f, 128.028f, 144.487f, 129.04f)
|
||||||
curveTo(143.834f, 122.099f, 143.258f, 122.931f, 142.533f, 123.656f)
|
curveTo(144.047f, 130.008f, 143.453f, 130.866f, 142.705f, 131.614f)
|
||||||
curveTo(141.807f, 124.381f, 140.954f, 124.936f, 139.973f, 125.32f)
|
curveTo(141.957f, 132.362f, 141.077f, 132.934f, 140.065f, 133.33f)
|
||||||
curveTo(139.034f, 125.747f, 138.01f, 125.96f, 136.901f, 125.96f)
|
curveTo(139.097f, 133.77f, 138.041f, 133.99f, 136.897f, 133.99f)
|
||||||
curveTo(135.749f, 125.96f, 134.682f, 125.747f, 133.701f, 125.32f)
|
curveTo(135.709f, 133.99f, 134.609f, 133.77f, 133.597f, 133.33f)
|
||||||
curveTo(132.762f, 124.936f, 131.93f, 124.381f, 131.205f, 123.656f)
|
curveTo(132.629f, 132.934f, 131.771f, 132.362f, 131.023f, 131.614f)
|
||||||
curveTo(130.479f, 122.931f, 129.903f, 122.099f, 129.477f, 121.16f)
|
curveTo(130.275f, 130.866f, 129.681f, 130.008f, 129.241f, 129.04f)
|
||||||
curveTo(129.093f, 120.179f, 128.901f, 119.112f, 128.901f, 117.96f)
|
curveTo(128.845f, 128.028f, 128.647f, 126.928f, 128.647f, 125.74f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,55 +17,55 @@ val UnittoIcons.Inv: ImageVector
|
|||||||
if (_inv != null) {
|
if (_inv != null) {
|
||||||
return _inv!!
|
return _inv!!
|
||||||
}
|
}
|
||||||
_inv = Builder(name = "Inv", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_inv = Builder(name = "Inv", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(51.003f, 125.0f)
|
moveTo(50.956f, 133.0f)
|
||||||
horizontalLineTo(38.587f)
|
horizontalLineTo(38.152f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(51.003f)
|
horizontalLineTo(50.956f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
close()
|
close()
|
||||||
moveTo(148.766f, 33.288f)
|
moveTo(149.134f, 38.422f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(142.558f)
|
horizontalLineTo(142.732f)
|
||||||
curveTo(141.577f, 125.0f, 140.745f, 124.829f, 140.062f, 124.488f)
|
curveTo(141.72f, 133.0f, 140.862f, 132.824f, 140.158f, 132.472f)
|
||||||
curveTo(139.422f, 124.147f, 138.782f, 123.571f, 138.142f, 122.76f)
|
curveTo(139.498f, 132.12f, 138.838f, 131.526f, 138.178f, 130.69f)
|
||||||
lineTo(85.086f, 53.64f)
|
lineTo(83.464f, 59.41f)
|
||||||
curveTo(85.171f, 54.707f, 85.235f, 55.752f, 85.278f, 56.776f)
|
curveTo(83.552f, 60.51f, 83.618f, 61.588f, 83.662f, 62.644f)
|
||||||
curveTo(85.321f, 57.8f, 85.342f, 58.76f, 85.342f, 59.656f)
|
curveTo(83.706f, 63.7f, 83.728f, 64.69f, 83.728f, 65.614f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(74.462f)
|
horizontalLineTo(72.508f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(80.862f)
|
horizontalLineTo(79.108f)
|
||||||
curveTo(81.417f, 33.288f, 81.886f, 33.331f, 82.27f, 33.416f)
|
curveTo(79.68f, 38.422f, 80.164f, 38.466f, 80.56f, 38.554f)
|
||||||
curveTo(82.654f, 33.459f, 82.995f, 33.565f, 83.294f, 33.736f)
|
curveTo(80.956f, 38.598f, 81.308f, 38.708f, 81.616f, 38.884f)
|
||||||
curveTo(83.593f, 33.864f, 83.891f, 34.077f, 84.19f, 34.376f)
|
curveTo(81.924f, 39.016f, 82.232f, 39.236f, 82.54f, 39.544f)
|
||||||
curveTo(84.489f, 34.632f, 84.809f, 34.973f, 85.15f, 35.4f)
|
curveTo(82.848f, 39.808f, 83.178f, 40.16f, 83.53f, 40.6f)
|
||||||
lineTo(138.206f, 104.456f)
|
lineTo(138.244f, 111.814f)
|
||||||
curveTo(138.121f, 103.347f, 138.035f, 102.28f, 137.95f, 101.256f)
|
curveTo(138.156f, 110.67f, 138.068f, 109.57f, 137.98f, 108.514f)
|
||||||
curveTo(137.907f, 100.189f, 137.886f, 99.187f, 137.886f, 98.248f)
|
curveTo(137.936f, 107.414f, 137.914f, 106.38f, 137.914f, 105.412f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(148.766f)
|
horizontalLineTo(149.134f)
|
||||||
close()
|
close()
|
||||||
moveTo(246.772f, 33.288f)
|
moveTo(247.562f, 38.422f)
|
||||||
lineTo(209.396f, 125.0f)
|
lineTo(209.018f, 133.0f)
|
||||||
horizontalLineTo(198.26f)
|
horizontalLineTo(197.534f)
|
||||||
lineTo(160.884f, 33.288f)
|
lineTo(158.99f, 38.422f)
|
||||||
horizontalLineTo(170.804f)
|
horizontalLineTo(169.22f)
|
||||||
curveTo(171.913f, 33.288f, 172.809f, 33.565f, 173.492f, 34.12f)
|
curveTo(170.364f, 38.422f, 171.288f, 38.708f, 171.992f, 39.28f)
|
||||||
curveTo(174.175f, 34.675f, 174.687f, 35.379f, 175.028f, 36.232f)
|
curveTo(172.696f, 39.852f, 173.224f, 40.578f, 173.576f, 41.458f)
|
||||||
lineTo(200.884f, 100.936f)
|
lineTo(200.24f, 108.184f)
|
||||||
curveTo(201.439f, 102.387f, 201.972f, 103.965f, 202.484f, 105.672f)
|
curveTo(200.812f, 109.68f, 201.362f, 111.308f, 201.89f, 113.068f)
|
||||||
curveTo(203.039f, 107.379f, 203.529f, 109.171f, 203.956f, 111.048f)
|
curveTo(202.462f, 114.828f, 202.968f, 116.676f, 203.408f, 118.612f)
|
||||||
curveTo(204.383f, 109.171f, 204.831f, 107.379f, 205.3f, 105.672f)
|
curveTo(203.848f, 116.676f, 204.31f, 114.828f, 204.794f, 113.068f)
|
||||||
curveTo(205.769f, 103.965f, 206.281f, 102.387f, 206.836f, 100.936f)
|
curveTo(205.278f, 111.308f, 205.806f, 109.68f, 206.378f, 108.184f)
|
||||||
lineTo(232.628f, 36.232f)
|
lineTo(232.976f, 41.458f)
|
||||||
curveTo(232.884f, 35.507f, 233.375f, 34.845f, 234.1f, 34.248f)
|
curveTo(233.24f, 40.71f, 233.746f, 40.028f, 234.494f, 39.412f)
|
||||||
curveTo(234.868f, 33.608f, 235.785f, 33.288f, 236.852f, 33.288f)
|
curveTo(235.286f, 38.752f, 236.232f, 38.422f, 237.332f, 38.422f)
|
||||||
horizontalLineTo(246.772f)
|
horizontalLineTo(247.562f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,46 +17,46 @@ val UnittoIcons.Key0: ImageVector
|
|||||||
if (_key0 != null) {
|
if (_key0 != null) {
|
||||||
return _key0!!
|
return _key0!!
|
||||||
}
|
}
|
||||||
_key0 = Builder(name = "Key0", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key0 = Builder(name = "Key0", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(90.831f, 62.055f)
|
moveTo(119.315f, 85.744f)
|
||||||
curveTo(90.831f, 68.904f, 90.084f, 74.841f, 88.59f, 79.869f)
|
curveTo(119.315f, 94.016f, 118.413f, 101.188f, 116.609f, 107.26f)
|
||||||
curveTo(87.133f, 84.86f, 85.129f, 88.994f, 82.579f, 92.273f)
|
curveTo(114.849f, 113.288f, 112.429f, 118.282f, 109.349f, 122.242f)
|
||||||
curveTo(80.029f, 95.552f, 77.006f, 97.993f, 73.508f, 99.596f)
|
curveTo(106.269f, 126.202f, 102.617f, 129.15f, 98.393f, 131.086f)
|
||||||
curveTo(70.047f, 101.199f, 66.331f, 102.0f, 62.361f, 102.0f)
|
curveTo(94.213f, 133.022f, 89.725f, 133.99f, 84.929f, 133.99f)
|
||||||
curveTo(58.353f, 102.0f, 54.619f, 101.199f, 51.159f, 99.596f)
|
curveTo(80.089f, 133.99f, 75.579f, 133.022f, 71.399f, 131.086f)
|
||||||
curveTo(47.734f, 97.993f, 44.747f, 95.552f, 42.197f, 92.273f)
|
curveTo(67.263f, 129.15f, 63.655f, 126.202f, 60.575f, 122.242f)
|
||||||
curveTo(39.647f, 88.994f, 37.643f, 84.86f, 36.186f, 79.869f)
|
curveTo(57.495f, 118.282f, 55.075f, 113.288f, 53.315f, 107.26f)
|
||||||
curveTo(34.729f, 74.841f, 34.0f, 68.904f, 34.0f, 62.055f)
|
curveTo(51.555f, 101.188f, 50.675f, 94.016f, 50.675f, 85.744f)
|
||||||
curveTo(34.0f, 55.206f, 34.729f, 49.268f, 36.186f, 44.24f)
|
curveTo(50.675f, 77.472f, 51.555f, 70.3f, 53.315f, 64.228f)
|
||||||
curveTo(37.643f, 39.213f, 39.647f, 35.06f, 42.197f, 31.781f)
|
curveTo(55.075f, 58.156f, 57.495f, 53.14f, 60.575f, 49.18f)
|
||||||
curveTo(44.747f, 28.466f, 47.734f, 26.007f, 51.159f, 24.404f)
|
curveTo(63.655f, 45.176f, 67.263f, 42.206f, 71.399f, 40.27f)
|
||||||
curveTo(54.619f, 22.802f, 58.353f, 22.0f, 62.361f, 22.0f)
|
curveTo(75.579f, 38.334f, 80.089f, 37.366f, 84.929f, 37.366f)
|
||||||
curveTo(66.331f, 22.0f, 70.047f, 22.802f, 73.508f, 24.404f)
|
curveTo(89.725f, 37.366f, 94.213f, 38.334f, 98.393f, 40.27f)
|
||||||
curveTo(77.006f, 26.007f, 80.029f, 28.466f, 82.579f, 31.781f)
|
curveTo(102.617f, 42.206f, 106.269f, 45.176f, 109.349f, 49.18f)
|
||||||
curveTo(85.129f, 35.06f, 87.133f, 39.213f, 88.59f, 44.24f)
|
curveTo(112.429f, 53.14f, 114.849f, 58.156f, 116.609f, 64.228f)
|
||||||
curveTo(90.084f, 49.268f, 90.831f, 55.206f, 90.831f, 62.055f)
|
curveTo(118.413f, 70.3f, 119.315f, 77.472f, 119.315f, 85.744f)
|
||||||
close()
|
close()
|
||||||
moveTo(80.721f, 62.055f)
|
moveTo(107.105f, 85.744f)
|
||||||
curveTo(80.721f, 56.08f, 80.211f, 51.071f, 79.191f, 47.027f)
|
curveTo(107.105f, 78.528f, 106.489f, 72.478f, 105.257f, 67.594f)
|
||||||
curveTo(78.208f, 42.947f, 76.86f, 39.668f, 75.148f, 37.191f)
|
curveTo(104.069f, 62.666f, 102.441f, 58.706f, 100.373f, 55.714f)
|
||||||
curveTo(73.472f, 34.714f, 71.523f, 32.947f, 69.301f, 31.891f)
|
curveTo(98.349f, 52.722f, 95.995f, 50.588f, 93.311f, 49.312f)
|
||||||
curveTo(67.078f, 30.798f, 64.765f, 30.251f, 62.361f, 30.251f)
|
curveTo(90.627f, 47.992f, 87.833f, 47.332f, 84.929f, 47.332f)
|
||||||
curveTo(59.956f, 30.251f, 57.643f, 30.798f, 55.421f, 31.891f)
|
curveTo(82.025f, 47.332f, 79.231f, 47.992f, 76.547f, 49.312f)
|
||||||
curveTo(53.199f, 32.947f, 51.25f, 34.714f, 49.574f, 37.191f)
|
curveTo(73.863f, 50.588f, 71.509f, 52.722f, 69.485f, 55.714f)
|
||||||
curveTo(47.898f, 39.668f, 46.55f, 42.947f, 45.53f, 47.027f)
|
curveTo(67.461f, 58.706f, 65.833f, 62.666f, 64.601f, 67.594f)
|
||||||
curveTo(44.547f, 51.071f, 44.055f, 56.08f, 44.055f, 62.055f)
|
curveTo(63.413f, 72.478f, 62.819f, 78.528f, 62.819f, 85.744f)
|
||||||
curveTo(44.055f, 68.029f, 44.547f, 73.038f, 45.53f, 77.082f)
|
curveTo(62.819f, 92.96f, 63.413f, 99.01f, 64.601f, 103.894f)
|
||||||
curveTo(46.55f, 81.126f, 47.898f, 84.386f, 49.574f, 86.863f)
|
curveTo(65.833f, 108.778f, 67.461f, 112.716f, 69.485f, 115.708f)
|
||||||
curveTo(51.25f, 89.341f, 53.199f, 91.126f, 55.421f, 92.219f)
|
curveTo(71.509f, 118.7f, 73.863f, 120.856f, 76.547f, 122.176f)
|
||||||
curveTo(57.643f, 93.275f, 59.956f, 93.803f, 62.361f, 93.803f)
|
curveTo(79.231f, 123.452f, 82.025f, 124.09f, 84.929f, 124.09f)
|
||||||
curveTo(64.765f, 93.803f, 67.078f, 93.275f, 69.301f, 92.219f)
|
curveTo(87.833f, 124.09f, 90.627f, 123.452f, 93.311f, 122.176f)
|
||||||
curveTo(71.523f, 91.126f, 73.472f, 89.341f, 75.148f, 86.863f)
|
curveTo(95.995f, 120.856f, 98.349f, 118.7f, 100.373f, 115.708f)
|
||||||
curveTo(76.86f, 84.386f, 78.208f, 81.126f, 79.191f, 77.082f)
|
curveTo(102.441f, 112.716f, 104.069f, 108.778f, 105.257f, 103.894f)
|
||||||
curveTo(80.211f, 73.038f, 80.721f, 68.029f, 80.721f, 62.055f)
|
curveTo(106.489f, 99.01f, 107.105f, 92.96f, 107.105f, 85.744f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,28 +17,28 @@ val UnittoIcons.Key1: ImageVector
|
|||||||
if (_key1 != null) {
|
if (_key1 != null) {
|
||||||
return _key1!!
|
return _key1!!
|
||||||
}
|
}
|
||||||
_key1 = Builder(name = "Key1", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key1 = Builder(name = "Key1", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(85.577f, 94.423f)
|
moveTo(113.903f, 124.024f)
|
||||||
verticalLineTo(102.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(42.791f)
|
horizontalLineTo(63.215f)
|
||||||
verticalLineTo(94.423f)
|
verticalLineTo(124.024f)
|
||||||
horizontalLineTo(59.894f)
|
horizontalLineTo(83.477f)
|
||||||
verticalLineTo(39.994f)
|
verticalLineTo(59.542f)
|
||||||
curveTo(59.894f, 38.36f, 59.95f, 36.708f, 60.061f, 35.036f)
|
curveTo(83.477f, 57.606f, 83.543f, 55.648f, 83.675f, 53.668f)
|
||||||
lineTo(45.855f, 47.237f)
|
lineTo(66.845f, 68.122f)
|
||||||
curveTo(45.372f, 47.645f, 44.889f, 47.905f, 44.407f, 48.017f)
|
curveTo(66.273f, 68.606f, 65.701f, 68.914f, 65.129f, 69.046f)
|
||||||
curveTo(43.924f, 48.091f, 43.478f, 48.091f, 43.07f, 48.017f)
|
curveTo(64.557f, 69.134f, 64.029f, 69.134f, 63.545f, 69.046f)
|
||||||
curveTo(42.661f, 47.942f, 42.271f, 47.794f, 41.9f, 47.571f)
|
curveTo(63.061f, 68.958f, 62.599f, 68.782f, 62.159f, 68.518f)
|
||||||
curveTo(41.565f, 47.348f, 41.306f, 47.107f, 41.12f, 46.847f)
|
curveTo(61.763f, 68.254f, 61.455f, 67.968f, 61.235f, 67.66f)
|
||||||
lineTo(38.0f, 42.557f)
|
lineTo(57.539f, 62.578f)
|
||||||
lineTo(61.788f, 22.0f)
|
lineTo(85.721f, 38.224f)
|
||||||
horizontalLineTo(69.866f)
|
horizontalLineTo(95.291f)
|
||||||
verticalLineTo(94.423f)
|
verticalLineTo(124.024f)
|
||||||
horizontalLineTo(85.577f)
|
horizontalLineTo(113.903f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,51 +17,51 @@ val UnittoIcons.Key2: ImageVector
|
|||||||
if (_key2 != null) {
|
if (_key2 != null) {
|
||||||
return _key2!!
|
return _key2!!
|
||||||
}
|
}
|
||||||
_key2 = Builder(name = "Key2", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key2 = Builder(name = "Key2", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(85.303f, 92.669f)
|
moveTo(111.857f, 121.846f)
|
||||||
curveTo(86.37f, 92.669f, 87.217f, 92.982f, 87.843f, 93.608f)
|
curveTo(113.133f, 121.846f, 114.145f, 122.22f, 114.893f, 122.968f)
|
||||||
curveTo(88.468f, 94.234f, 88.781f, 95.044f, 88.781f, 96.037f)
|
curveTo(115.641f, 123.716f, 116.015f, 124.684f, 116.015f, 125.872f)
|
||||||
verticalLineTo(102.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(36.0f)
|
horizontalLineTo(52.919f)
|
||||||
verticalLineTo(98.632f)
|
verticalLineTo(128.974f)
|
||||||
curveTo(36.0f, 97.933f, 36.147f, 97.215f, 36.442f, 96.479f)
|
curveTo(52.919f, 128.138f, 53.095f, 127.28f, 53.447f, 126.4f)
|
||||||
curveTo(36.736f, 95.743f, 37.196f, 95.062f, 37.822f, 94.436f)
|
curveTo(53.799f, 125.52f, 54.349f, 124.706f, 55.097f, 123.958f)
|
||||||
lineTo(63.164f, 68.984f)
|
lineTo(85.391f, 93.532f)
|
||||||
curveTo(65.262f, 66.849f, 67.175f, 64.807f, 68.906f, 62.856f)
|
curveTo(87.899f, 90.98f, 90.187f, 88.538f, 92.255f, 86.206f)
|
||||||
curveTo(70.635f, 60.868f, 72.108f, 58.881f, 73.322f, 56.893f)
|
curveTo(94.323f, 83.83f, 96.083f, 81.454f, 97.535f, 79.078f)
|
||||||
curveTo(74.537f, 54.905f, 75.476f, 52.9f, 76.138f, 50.875f)
|
curveTo(98.987f, 76.702f, 100.109f, 74.304f, 100.901f, 71.884f)
|
||||||
curveTo(76.8f, 48.814f, 77.132f, 46.624f, 77.132f, 44.305f)
|
curveTo(101.693f, 69.42f, 102.089f, 66.802f, 102.089f, 64.03f)
|
||||||
curveTo(77.132f, 41.986f, 76.764f, 39.962f, 76.028f, 38.232f)
|
curveTo(102.089f, 61.258f, 101.649f, 58.838f, 100.769f, 56.77f)
|
||||||
curveTo(75.291f, 36.465f, 74.279f, 35.011f, 72.991f, 33.87f)
|
curveTo(99.889f, 54.658f, 98.679f, 52.92f, 97.139f, 51.556f)
|
||||||
curveTo(71.74f, 32.729f, 70.249f, 31.883f, 68.519f, 31.331f)
|
curveTo(95.643f, 50.192f, 93.861f, 49.18f, 91.793f, 48.52f)
|
||||||
curveTo(66.789f, 30.742f, 64.93f, 30.447f, 62.943f, 30.447f)
|
curveTo(89.725f, 47.816f, 87.503f, 47.464f, 85.127f, 47.464f)
|
||||||
curveTo(60.918f, 30.447f, 59.06f, 30.742f, 57.367f, 31.331f)
|
curveTo(82.707f, 47.464f, 80.485f, 47.816f, 78.461f, 48.52f)
|
||||||
curveTo(55.673f, 31.92f, 54.164f, 32.748f, 52.839f, 33.815f)
|
curveTo(76.437f, 49.224f, 74.633f, 50.214f, 73.049f, 51.49f)
|
||||||
curveTo(51.551f, 34.846f, 50.465f, 36.079f, 49.582f, 37.514f)
|
curveTo(71.509f, 52.722f, 70.211f, 54.196f, 69.155f, 55.912f)
|
||||||
curveTo(48.698f, 38.95f, 48.073f, 40.532f, 47.705f, 42.262f)
|
curveTo(68.099f, 57.628f, 67.351f, 59.52f, 66.911f, 61.588f)
|
||||||
curveTo(47.263f, 43.55f, 46.656f, 44.416f, 45.883f, 44.857f)
|
curveTo(66.383f, 63.128f, 65.657f, 64.162f, 64.733f, 64.69f)
|
||||||
curveTo(45.146f, 45.262f, 44.097f, 45.372f, 42.736f, 45.188f)
|
curveTo(63.853f, 65.174f, 62.599f, 65.306f, 60.971f, 65.086f)
|
||||||
lineTo(37.601f, 44.305f)
|
lineTo(54.833f, 64.03f)
|
||||||
curveTo(38.116f, 40.698f, 39.11f, 37.514f, 40.583f, 34.754f)
|
curveTo(55.449f, 59.718f, 56.637f, 55.912f, 58.397f, 52.612f)
|
||||||
curveTo(42.092f, 31.956f, 43.969f, 29.619f, 46.214f, 27.742f)
|
curveTo(60.201f, 49.268f, 62.445f, 46.474f, 65.129f, 44.23f)
|
||||||
curveTo(48.496f, 25.865f, 51.091f, 24.448f, 53.999f, 23.491f)
|
curveTo(67.857f, 41.986f, 70.959f, 40.292f, 74.435f, 39.148f)
|
||||||
curveTo(56.906f, 22.497f, 60.053f, 22.0f, 63.44f, 22.0f)
|
curveTo(77.911f, 37.96f, 81.673f, 37.366f, 85.721f, 37.366f)
|
||||||
curveTo(66.789f, 22.0f, 69.918f, 22.497f, 72.825f, 23.491f)
|
curveTo(89.725f, 37.366f, 93.465f, 37.96f, 96.941f, 39.148f)
|
||||||
curveTo(75.733f, 24.485f, 78.254f, 25.938f, 80.389f, 27.852f)
|
curveTo(100.417f, 40.336f, 103.431f, 42.074f, 105.983f, 44.362f)
|
||||||
curveTo(82.524f, 29.729f, 84.199f, 32.03f, 85.413f, 34.754f)
|
curveTo(108.535f, 46.606f, 110.537f, 49.356f, 111.989f, 52.612f)
|
||||||
curveTo(86.628f, 37.477f, 87.235f, 40.569f, 87.235f, 44.029f)
|
curveTo(113.441f, 55.868f, 114.167f, 59.564f, 114.167f, 63.7f)
|
||||||
curveTo(87.235f, 46.973f, 86.794f, 49.716f, 85.91f, 52.255f)
|
curveTo(114.167f, 67.22f, 113.639f, 70.498f, 112.583f, 73.534f)
|
||||||
curveTo(85.027f, 54.758f, 83.831f, 57.151f, 82.322f, 59.433f)
|
curveTo(111.527f, 76.526f, 110.097f, 79.386f, 108.293f, 82.114f)
|
||||||
curveTo(80.813f, 61.715f, 79.064f, 63.942f, 77.077f, 66.113f)
|
curveTo(106.489f, 84.842f, 104.399f, 87.504f, 102.023f, 90.1f)
|
||||||
curveTo(75.126f, 68.285f, 73.046f, 70.475f, 70.838f, 72.683f)
|
curveTo(99.691f, 92.696f, 97.205f, 95.314f, 94.565f, 97.954f)
|
||||||
lineTo(49.968f, 93.994f)
|
lineTo(69.617f, 123.43f)
|
||||||
curveTo(51.44f, 93.59f, 52.931f, 93.277f, 54.44f, 93.056f)
|
curveTo(71.377f, 122.946f, 73.159f, 122.572f, 74.963f, 122.308f)
|
||||||
curveTo(55.949f, 92.798f, 57.403f, 92.669f, 58.802f, 92.669f)
|
curveTo(76.767f, 122.0f, 78.505f, 121.846f, 80.177f, 121.846f)
|
||||||
horizontalLineTo(85.303f)
|
horizontalLineTo(111.857f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,65 +17,65 @@ val UnittoIcons.Key3: ImageVector
|
|||||||
if (_key3 != null) {
|
if (_key3 != null) {
|
||||||
return _key3!!
|
return _key3!!
|
||||||
}
|
}
|
||||||
_key3 = Builder(name = "Key3", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key3 = Builder(name = "Key3", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(38.403f, 44.062f)
|
moveTo(55.295f, 64.03f)
|
||||||
curveTo(38.912f, 40.494f, 39.895f, 37.345f, 41.352f, 34.614f)
|
curveTo(55.911f, 59.718f, 57.099f, 55.912f, 58.859f, 52.612f)
|
||||||
curveTo(42.808f, 31.848f, 44.646f, 29.536f, 46.867f, 27.679f)
|
curveTo(60.619f, 49.268f, 62.841f, 46.474f, 65.525f, 44.23f)
|
||||||
curveTo(49.124f, 25.823f, 51.691f, 24.421f, 54.567f, 23.475f)
|
curveTo(68.253f, 41.986f, 71.355f, 40.292f, 74.831f, 39.148f)
|
||||||
curveTo(57.479f, 22.492f, 60.61f, 22.0f, 63.959f, 22.0f)
|
curveTo(78.351f, 37.96f, 82.135f, 37.366f, 86.183f, 37.366f)
|
||||||
curveTo(67.272f, 22.0f, 70.33f, 22.473f, 73.133f, 23.42f)
|
curveTo(90.187f, 37.366f, 93.883f, 37.938f, 97.271f, 39.082f)
|
||||||
curveTo(75.936f, 24.366f, 78.339f, 25.713f, 80.341f, 27.461f)
|
curveTo(100.659f, 40.226f, 103.563f, 41.854f, 105.983f, 43.966f)
|
||||||
curveTo(82.38f, 29.208f, 83.964f, 31.32f, 85.092f, 33.795f)
|
curveTo(108.447f, 46.078f, 110.361f, 48.63f, 111.725f, 51.622f)
|
||||||
curveTo(86.221f, 36.271f, 86.785f, 39.019f, 86.785f, 42.041f)
|
curveTo(113.089f, 54.614f, 113.771f, 57.936f, 113.771f, 61.588f)
|
||||||
curveTo(86.785f, 44.517f, 86.457f, 46.737f, 85.802f, 48.703f)
|
curveTo(113.771f, 64.58f, 113.375f, 67.264f, 112.583f, 69.64f)
|
||||||
curveTo(85.183f, 50.633f, 84.273f, 52.325f, 83.072f, 53.782f)
|
curveTo(111.835f, 71.972f, 110.735f, 74.018f, 109.283f, 75.778f)
|
||||||
curveTo(81.907f, 55.238f, 80.487f, 56.476f, 78.812f, 57.495f)
|
curveTo(107.875f, 77.538f, 106.159f, 79.034f, 104.135f, 80.266f)
|
||||||
curveTo(77.138f, 58.514f, 75.263f, 59.352f, 73.188f, 60.007f)
|
curveTo(102.111f, 81.498f, 99.845f, 82.51f, 97.337f, 83.302f)
|
||||||
curveTo(78.284f, 61.318f, 82.107f, 63.575f, 84.655f, 66.778f)
|
curveTo(103.497f, 84.886f, 108.117f, 87.614f, 111.197f, 91.486f)
|
||||||
curveTo(87.24f, 69.946f, 88.532f, 73.914f, 88.532f, 78.683f)
|
curveTo(114.321f, 95.314f, 115.883f, 100.11f, 115.883f, 105.874f)
|
||||||
curveTo(88.532f, 82.287f, 87.841f, 85.527f, 86.457f, 88.403f)
|
curveTo(115.883f, 110.23f, 115.047f, 114.146f, 113.375f, 117.622f)
|
||||||
curveTo(85.11f, 91.279f, 83.254f, 93.736f, 80.887f, 95.775f)
|
curveTo(111.747f, 121.098f, 109.503f, 124.068f, 106.643f, 126.532f)
|
||||||
curveTo(78.521f, 97.777f, 75.754f, 99.324f, 72.587f, 100.416f)
|
curveTo(103.783f, 128.952f, 100.439f, 130.822f, 96.611f, 132.142f)
|
||||||
curveTo(69.456f, 101.472f, 66.089f, 102.0f, 62.485f, 102.0f)
|
curveTo(92.827f, 133.418f, 88.757f, 134.056f, 84.401f, 134.056f)
|
||||||
curveTo(58.334f, 102.0f, 54.785f, 101.49f, 51.836f, 100.471f)
|
curveTo(79.385f, 134.056f, 75.095f, 133.44f, 71.531f, 132.208f)
|
||||||
curveTo(48.887f, 99.415f, 46.394f, 97.977f, 44.355f, 96.157f)
|
curveTo(67.967f, 130.932f, 64.953f, 129.194f, 62.489f, 126.994f)
|
||||||
curveTo(42.316f, 94.337f, 40.642f, 92.189f, 39.331f, 89.713f)
|
curveTo(60.025f, 124.794f, 58.001f, 122.198f, 56.417f, 119.206f)
|
||||||
curveTo(38.021f, 87.201f, 36.91f, 84.489f, 36.0f, 81.577f)
|
curveTo(54.833f, 116.17f, 53.491f, 112.892f, 52.391f, 109.372f)
|
||||||
lineTo(40.205f, 79.829f)
|
lineTo(57.473f, 107.26f)
|
||||||
curveTo(41.297f, 79.356f, 42.353f, 79.229f, 43.372f, 79.447f)
|
curveTo(58.793f, 106.688f, 60.069f, 106.534f, 61.301f, 106.798f)
|
||||||
curveTo(44.428f, 79.666f, 45.192f, 80.266f, 45.666f, 81.249f)
|
curveTo(62.577f, 107.062f, 63.501f, 107.788f, 64.073f, 108.976f)
|
||||||
curveTo(46.139f, 82.269f, 46.721f, 83.488f, 47.413f, 84.908f)
|
curveTo(64.645f, 110.208f, 65.349f, 111.682f, 66.185f, 113.398f)
|
||||||
curveTo(48.141f, 86.328f, 49.124f, 87.693f, 50.362f, 89.004f)
|
curveTo(67.065f, 115.114f, 68.253f, 116.764f, 69.749f, 118.348f)
|
||||||
curveTo(51.599f, 90.314f, 53.165f, 91.424f, 55.058f, 92.335f)
|
curveTo(71.245f, 119.932f, 73.137f, 121.274f, 75.425f, 122.374f)
|
||||||
curveTo(56.987f, 93.245f, 59.427f, 93.7f, 62.375f, 93.7f)
|
curveTo(77.757f, 123.474f, 80.705f, 124.024f, 84.269f, 124.024f)
|
||||||
curveTo(65.106f, 93.7f, 67.49f, 93.263f, 69.529f, 92.389f)
|
curveTo(87.569f, 124.024f, 90.451f, 123.496f, 92.915f, 122.44f)
|
||||||
curveTo(71.604f, 91.479f, 73.315f, 90.314f, 74.662f, 88.894f)
|
curveTo(95.423f, 121.34f, 97.491f, 119.932f, 99.119f, 118.216f)
|
||||||
curveTo(76.046f, 87.475f, 77.083f, 85.891f, 77.775f, 84.143f)
|
curveTo(100.791f, 116.5f, 102.045f, 114.586f, 102.881f, 112.474f)
|
||||||
curveTo(78.466f, 82.396f, 78.812f, 80.667f, 78.812f, 78.956f)
|
curveTo(103.717f, 110.362f, 104.135f, 108.272f, 104.135f, 106.204f)
|
||||||
curveTo(78.812f, 76.844f, 78.539f, 74.915f, 77.993f, 73.167f)
|
curveTo(104.135f, 103.652f, 103.805f, 101.32f, 103.145f, 99.208f)
|
||||||
curveTo(77.447f, 71.42f, 76.428f, 69.909f, 74.935f, 68.635f)
|
curveTo(102.485f, 97.096f, 101.253f, 95.27f, 99.449f, 93.73f)
|
||||||
curveTo(73.442f, 67.361f, 71.386f, 66.36f, 68.765f, 65.632f)
|
curveTo(97.645f, 92.19f, 95.159f, 90.98f, 91.991f, 90.1f)
|
||||||
curveTo(66.18f, 64.903f, 62.849f, 64.539f, 58.771f, 64.539f)
|
curveTo(88.867f, 89.22f, 84.841f, 88.78f, 79.913f, 88.78f)
|
||||||
verticalLineTo(57.495f)
|
verticalLineTo(80.266f)
|
||||||
curveTo(62.121f, 57.458f, 64.96f, 57.095f, 67.29f, 56.403f)
|
curveTo(83.961f, 80.222f, 87.393f, 79.782f, 90.209f, 78.946f)
|
||||||
curveTo(69.656f, 55.711f, 71.568f, 54.765f, 73.024f, 53.563f)
|
curveTo(93.069f, 78.11f, 95.379f, 76.966f, 97.139f, 75.514f)
|
||||||
curveTo(74.517f, 52.362f, 75.59f, 50.924f, 76.246f, 49.249f)
|
curveTo(98.943f, 74.062f, 100.241f, 72.324f, 101.033f, 70.3f)
|
||||||
curveTo(76.937f, 47.575f, 77.283f, 45.718f, 77.283f, 43.679f)
|
curveTo(101.869f, 68.276f, 102.287f, 66.032f, 102.287f, 63.568f)
|
||||||
curveTo(77.283f, 41.422f, 76.919f, 39.456f, 76.191f, 37.782f)
|
curveTo(102.287f, 60.84f, 101.847f, 58.464f, 100.967f, 56.44f)
|
||||||
curveTo(75.499f, 36.107f, 74.535f, 34.724f, 73.297f, 33.632f)
|
curveTo(100.131f, 54.416f, 98.965f, 52.744f, 97.469f, 51.424f)
|
||||||
curveTo(72.059f, 32.539f, 70.585f, 31.72f, 68.874f, 31.174f)
|
curveTo(95.973f, 50.104f, 94.191f, 49.114f, 92.123f, 48.454f)
|
||||||
curveTo(67.199f, 30.628f, 65.379f, 30.355f, 63.413f, 30.355f)
|
curveTo(90.099f, 47.794f, 87.899f, 47.464f, 85.523f, 47.464f)
|
||||||
curveTo(61.447f, 30.355f, 59.609f, 30.646f, 57.898f, 31.229f)
|
curveTo(83.147f, 47.464f, 80.925f, 47.816f, 78.857f, 48.52f)
|
||||||
curveTo(56.223f, 31.811f, 54.73f, 32.63f, 53.42f, 33.686f)
|
curveTo(76.833f, 49.224f, 75.029f, 50.214f, 73.445f, 51.49f)
|
||||||
curveTo(52.146f, 34.705f, 51.072f, 35.925f, 50.198f, 37.345f)
|
curveTo(71.905f, 52.722f, 70.607f, 54.196f, 69.551f, 55.912f)
|
||||||
curveTo(49.324f, 38.765f, 48.705f, 40.33f, 48.341f, 42.041f)
|
curveTo(68.495f, 57.628f, 67.747f, 59.52f, 67.307f, 61.588f)
|
||||||
curveTo(47.868f, 43.315f, 47.267f, 44.171f, 46.539f, 44.608f)
|
curveTo(66.735f, 63.128f, 66.009f, 64.162f, 65.129f, 64.69f)
|
||||||
curveTo(45.848f, 45.008f, 44.828f, 45.117f, 43.481f, 44.935f)
|
curveTo(64.293f, 65.174f, 63.061f, 65.306f, 61.433f, 65.086f)
|
||||||
lineTo(38.403f, 44.062f)
|
lineTo(55.295f, 64.03f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,34 +17,34 @@ val UnittoIcons.Key4: ImageVector
|
|||||||
if (_key4 != null) {
|
if (_key4 != null) {
|
||||||
return _key4!!
|
return _key4!!
|
||||||
}
|
}
|
||||||
_key4 = Builder(name = "Key4", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key4 = Builder(name = "Key4", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(71.481f, 72.757f)
|
moveTo(94.895f, 98.878f)
|
||||||
verticalLineTo(39.763f)
|
verticalLineTo(59.872f)
|
||||||
curveTo(71.481f, 38.795f, 71.518f, 37.734f, 71.592f, 36.581f)
|
curveTo(94.895f, 58.728f, 94.939f, 57.474f, 95.027f, 56.11f)
|
||||||
curveTo(71.667f, 35.427f, 71.778f, 34.255f, 71.927f, 33.063f)
|
curveTo(95.115f, 54.746f, 95.247f, 53.36f, 95.423f, 51.952f)
|
||||||
lineTo(42.786f, 72.757f)
|
lineTo(60.971f, 98.878f)
|
||||||
horizontalLineTo(71.481f)
|
horizontalLineTo(94.895f)
|
||||||
close()
|
close()
|
||||||
moveTo(92.304f, 72.757f)
|
moveTo(119.513f, 98.878f)
|
||||||
verticalLineTo(78.451f)
|
verticalLineTo(105.61f)
|
||||||
curveTo(92.304f, 79.046f, 92.118f, 79.549f, 91.746f, 79.958f)
|
curveTo(119.513f, 106.314f, 119.293f, 106.908f, 118.853f, 107.392f)
|
||||||
curveTo(91.411f, 80.368f, 90.871f, 80.572f, 90.127f, 80.572f)
|
curveTo(118.457f, 107.876f, 117.819f, 108.118f, 116.939f, 108.118f)
|
||||||
horizontalLineTo(80.19f)
|
horizontalLineTo(105.191f)
|
||||||
verticalLineTo(101.619f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(71.481f)
|
horizontalLineTo(94.895f)
|
||||||
verticalLineTo(80.572f)
|
verticalLineTo(108.118f)
|
||||||
horizontalLineTo(35.975f)
|
horizontalLineTo(52.919f)
|
||||||
curveTo(35.23f, 80.572f, 34.579f, 80.368f, 34.021f, 79.958f)
|
curveTo(52.039f, 108.118f, 51.269f, 107.876f, 50.609f, 107.392f)
|
||||||
curveTo(33.5f, 79.512f, 33.165f, 78.972f, 33.016f, 78.339f)
|
curveTo(49.993f, 106.864f, 49.597f, 106.226f, 49.421f, 105.478f)
|
||||||
lineTo(32.011f, 73.259f)
|
lineTo(48.233f, 99.472f)
|
||||||
lineTo(70.922f, 21.619f)
|
lineTo(94.235f, 38.422f)
|
||||||
horizontalLineTo(80.19f)
|
horizontalLineTo(105.191f)
|
||||||
verticalLineTo(72.757f)
|
verticalLineTo(98.878f)
|
||||||
horizontalLineTo(92.304f)
|
horizontalLineTo(119.513f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,49 +17,49 @@ val UnittoIcons.Key5: ImageVector
|
|||||||
if (_key5 != null) {
|
if (_key5 != null) {
|
||||||
return _key5!!
|
return _key5!!
|
||||||
}
|
}
|
||||||
_key5 = Builder(name = "Key5", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key5 = Builder(name = "Key5", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(50.987f, 51.488f)
|
moveTo(70.607f, 74.128f)
|
||||||
curveTo(55.109f, 50.604f, 58.9f, 50.163f, 62.36f, 50.163f)
|
curveTo(75.535f, 73.072f, 80.067f, 72.544f, 84.203f, 72.544f)
|
||||||
curveTo(66.482f, 50.163f, 70.126f, 50.77f, 73.292f, 51.985f)
|
curveTo(89.131f, 72.544f, 93.487f, 73.27f, 97.271f, 74.722f)
|
||||||
curveTo(76.457f, 53.199f, 79.089f, 54.874f, 81.187f, 57.009f)
|
curveTo(101.055f, 76.174f, 104.201f, 78.176f, 106.709f, 80.728f)
|
||||||
curveTo(83.322f, 59.144f, 84.923f, 61.665f, 85.99f, 64.573f)
|
curveTo(109.261f, 83.28f, 111.175f, 86.294f, 112.451f, 89.77f)
|
||||||
curveTo(87.094f, 67.48f, 87.646f, 70.646f, 87.646f, 74.069f)
|
curveTo(113.771f, 93.246f, 114.431f, 97.03f, 114.431f, 101.122f)
|
||||||
curveTo(87.646f, 78.265f, 86.91f, 82.056f, 85.438f, 85.442f)
|
curveTo(114.431f, 106.138f, 113.551f, 110.67f, 111.791f, 114.718f)
|
||||||
curveTo(84.003f, 88.829f, 81.997f, 91.736f, 79.42f, 94.166f)
|
curveTo(110.075f, 118.766f, 107.677f, 122.242f, 104.597f, 125.146f)
|
||||||
curveTo(76.88f, 96.558f, 73.881f, 98.398f, 70.421f, 99.687f)
|
curveTo(101.561f, 128.006f, 97.975f, 130.206f, 93.839f, 131.746f)
|
||||||
curveTo(66.961f, 100.975f, 63.225f, 101.619f, 59.213f, 101.619f)
|
curveTo(89.703f, 133.286f, 85.237f, 134.056f, 80.441f, 134.056f)
|
||||||
curveTo(56.894f, 101.619f, 54.667f, 101.38f, 52.533f, 100.901f)
|
curveTo(77.669f, 134.056f, 75.007f, 133.77f, 72.455f, 133.198f)
|
||||||
curveTo(50.398f, 100.46f, 48.392f, 99.852f, 46.515f, 99.079f)
|
curveTo(69.903f, 132.67f, 67.505f, 131.944f, 65.261f, 131.02f)
|
||||||
curveTo(44.674f, 98.306f, 42.963f, 97.423f, 41.38f, 96.429f)
|
curveTo(63.061f, 130.096f, 61.015f, 129.04f, 59.123f, 127.852f)
|
||||||
curveTo(39.797f, 95.435f, 38.399f, 94.386f, 37.184f, 93.282f)
|
curveTo(57.231f, 126.664f, 55.559f, 125.41f, 54.107f, 124.09f)
|
||||||
lineTo(40.221f, 89.086f)
|
lineTo(57.737f, 119.074f)
|
||||||
curveTo(40.883f, 88.129f, 41.748f, 87.651f, 42.816f, 87.651f)
|
curveTo(58.529f, 117.93f, 59.563f, 117.358f, 60.839f, 117.358f)
|
||||||
curveTo(43.552f, 87.651f, 44.38f, 87.945f, 45.3f, 88.534f)
|
curveTo(61.719f, 117.358f, 62.709f, 117.71f, 63.809f, 118.414f)
|
||||||
curveTo(46.22f, 89.086f, 47.343f, 89.712f, 48.668f, 90.411f)
|
curveTo(64.909f, 119.074f, 66.251f, 119.822f, 67.835f, 120.658f)
|
||||||
curveTo(49.993f, 91.111f, 51.539f, 91.755f, 53.306f, 92.344f)
|
curveTo(69.419f, 121.494f, 71.267f, 122.264f, 73.379f, 122.968f)
|
||||||
curveTo(55.109f, 92.896f, 57.244f, 93.172f, 59.71f, 93.172f)
|
curveTo(75.535f, 123.628f, 78.087f, 123.958f, 81.035f, 123.958f)
|
||||||
curveTo(62.471f, 93.172f, 64.955f, 92.73f, 67.163f, 91.847f)
|
curveTo(84.335f, 123.958f, 87.305f, 123.43f, 89.945f, 122.374f)
|
||||||
curveTo(69.372f, 90.963f, 71.267f, 89.712f, 72.85f, 88.092f)
|
curveTo(92.585f, 121.318f, 94.851f, 119.822f, 96.743f, 117.886f)
|
||||||
curveTo(74.433f, 86.436f, 75.647f, 84.467f, 76.494f, 82.185f)
|
curveTo(98.635f, 115.906f, 100.087f, 113.552f, 101.099f, 110.824f)
|
||||||
curveTo(77.34f, 79.903f, 77.764f, 77.345f, 77.764f, 74.511f)
|
curveTo(102.111f, 108.096f, 102.617f, 105.038f, 102.617f, 101.65f)
|
||||||
curveTo(77.764f, 72.045f, 77.396f, 69.818f, 76.66f, 67.83f)
|
curveTo(102.617f, 98.702f, 102.177f, 96.04f, 101.297f, 93.664f)
|
||||||
curveTo(75.96f, 65.843f, 74.874f, 64.149f, 73.402f, 62.751f)
|
curveTo(100.461f, 91.288f, 99.163f, 89.264f, 97.403f, 87.592f)
|
||||||
curveTo(71.967f, 61.352f, 70.163f, 60.266f, 67.992f, 59.493f)
|
curveTo(95.687f, 85.92f, 93.531f, 84.622f, 90.935f, 83.698f)
|
||||||
curveTo(65.82f, 58.721f, 63.28f, 58.334f, 60.373f, 58.334f)
|
curveTo(88.339f, 82.774f, 85.303f, 82.312f, 81.827f, 82.312f)
|
||||||
curveTo(58.385f, 58.334f, 56.305f, 58.5f, 54.134f, 58.831f)
|
curveTo(79.451f, 82.312f, 76.965f, 82.51f, 74.369f, 82.906f)
|
||||||
curveTo(51.999f, 59.162f, 49.809f, 59.696f, 47.564f, 60.432f)
|
curveTo(71.817f, 83.302f, 69.199f, 83.94f, 66.515f, 84.82f)
|
||||||
lineTo(41.38f, 58.61f)
|
lineTo(59.123f, 82.642f)
|
||||||
lineTo(47.729f, 21.619f)
|
lineTo(66.713f, 38.422f)
|
||||||
horizontalLineTo(85.217f)
|
horizontalLineTo(111.527f)
|
||||||
verticalLineTo(25.925f)
|
verticalLineTo(43.57f)
|
||||||
curveTo(85.217f, 27.324f, 84.775f, 28.483f, 83.892f, 29.404f)
|
curveTo(111.527f, 45.242f, 110.999f, 46.628f, 109.943f, 47.728f)
|
||||||
curveTo(83.046f, 30.287f, 81.573f, 30.729f, 79.475f, 30.729f)
|
curveTo(108.931f, 48.784f, 107.171f, 49.312f, 104.663f, 49.312f)
|
||||||
horizontalLineTo(54.631f)
|
horizontalLineTo(74.963f)
|
||||||
lineTo(50.987f, 51.488f)
|
lineTo(70.607f, 74.128f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,53 +17,53 @@ val UnittoIcons.Key6: ImageVector
|
|||||||
if (_key6 != null) {
|
if (_key6 != null) {
|
||||||
return _key6!!
|
return _key6!!
|
||||||
}
|
}
|
||||||
_key6 = Builder(name = "Key6", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key6 = Builder(name = "Key6", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(61.305f, 93.448f)
|
moveTo(84.863f, 124.288f)
|
||||||
curveTo(63.955f, 93.448f, 66.347f, 93.025f, 68.482f, 92.178f)
|
curveTo(88.031f, 124.288f, 90.891f, 123.782f, 93.443f, 122.77f)
|
||||||
curveTo(70.654f, 91.331f, 72.494f, 90.154f, 74.003f, 88.645f)
|
curveTo(96.039f, 121.758f, 98.239f, 120.35f, 100.043f, 118.546f)
|
||||||
curveTo(75.549f, 87.135f, 76.727f, 85.35f, 77.537f, 83.289f)
|
curveTo(101.891f, 116.742f, 103.299f, 114.608f, 104.267f, 112.144f)
|
||||||
curveTo(78.383f, 81.228f, 78.807f, 78.983f, 78.807f, 76.553f)
|
curveTo(105.279f, 109.68f, 105.785f, 106.996f, 105.785f, 104.092f)
|
||||||
curveTo(78.807f, 73.977f, 78.402f, 71.658f, 77.592f, 69.597f)
|
curveTo(105.785f, 101.012f, 105.301f, 98.24f, 104.333f, 95.776f)
|
||||||
curveTo(76.782f, 67.499f, 75.623f, 65.732f, 74.114f, 64.297f)
|
curveTo(103.365f, 93.268f, 101.979f, 91.156f, 100.175f, 89.44f)
|
||||||
curveTo(72.641f, 62.824f, 70.875f, 61.702f, 68.813f, 60.929f)
|
curveTo(98.415f, 87.68f, 96.303f, 86.338f, 93.839f, 85.414f)
|
||||||
curveTo(66.752f, 60.156f, 64.489f, 59.77f, 62.023f, 59.77f)
|
curveTo(91.375f, 84.49f, 88.669f, 84.028f, 85.721f, 84.028f)
|
||||||
curveTo(59.373f, 59.77f, 56.98f, 60.23f, 54.845f, 61.15f)
|
curveTo(82.553f, 84.028f, 79.693f, 84.578f, 77.141f, 85.678f)
|
||||||
curveTo(52.71f, 62.033f, 50.889f, 63.248f, 49.379f, 64.794f)
|
curveTo(74.589f, 86.734f, 72.411f, 88.186f, 70.607f, 90.034f)
|
||||||
curveTo(47.907f, 66.303f, 46.766f, 68.069f, 45.956f, 70.094f)
|
curveTo(68.847f, 91.838f, 67.483f, 93.95f, 66.515f, 96.37f)
|
||||||
curveTo(45.183f, 72.081f, 44.797f, 74.161f, 44.797f, 76.333f)
|
curveTo(65.591f, 98.746f, 65.129f, 101.232f, 65.129f, 103.828f)
|
||||||
curveTo(44.797f, 78.872f, 45.165f, 81.191f, 45.901f, 83.289f)
|
curveTo(65.129f, 106.864f, 65.569f, 109.636f, 66.449f, 112.144f)
|
||||||
curveTo(46.637f, 85.387f, 47.705f, 87.191f, 49.103f, 88.7f)
|
curveTo(67.329f, 114.652f, 68.605f, 116.808f, 70.277f, 118.612f)
|
||||||
curveTo(50.539f, 90.209f, 52.269f, 91.387f, 54.293f, 92.233f)
|
curveTo(71.993f, 120.416f, 74.061f, 121.824f, 76.481f, 122.836f)
|
||||||
curveTo(56.354f, 93.043f, 58.692f, 93.448f, 61.305f, 93.448f)
|
curveTo(78.945f, 123.804f, 81.739f, 124.288f, 84.863f, 124.288f)
|
||||||
close()
|
close()
|
||||||
moveTo(55.563f, 51.267f)
|
moveTo(77.999f, 73.864f)
|
||||||
curveTo(54.864f, 52.15f, 54.183f, 53.015f, 53.52f, 53.862f)
|
curveTo(77.163f, 74.92f, 76.349f, 75.954f, 75.557f, 76.966f)
|
||||||
curveTo(52.895f, 54.672f, 52.287f, 55.481f, 51.698f, 56.291f)
|
curveTo(74.809f, 77.934f, 74.083f, 78.902f, 73.379f, 79.87f)
|
||||||
curveTo(53.575f, 55.003f, 55.637f, 54.009f, 57.882f, 53.31f)
|
curveTo(75.623f, 78.33f, 78.087f, 77.142f, 80.771f, 76.306f)
|
||||||
curveTo(60.127f, 52.611f, 62.575f, 52.261f, 65.225f, 52.261f)
|
curveTo(83.455f, 75.47f, 86.381f, 75.052f, 89.549f, 75.052f)
|
||||||
curveTo(68.427f, 52.261f, 71.445f, 52.794f, 74.279f, 53.862f)
|
curveTo(93.377f, 75.052f, 96.985f, 75.69f, 100.373f, 76.966f)
|
||||||
curveTo(77.114f, 54.893f, 79.58f, 56.42f, 81.678f, 58.444f)
|
curveTo(103.761f, 78.198f, 106.709f, 80.024f, 109.217f, 82.444f)
|
||||||
curveTo(83.812f, 60.432f, 85.506f, 62.898f, 86.757f, 65.843f)
|
curveTo(111.769f, 84.82f, 113.793f, 87.768f, 115.289f, 91.288f)
|
||||||
curveTo(88.008f, 68.75f, 88.634f, 72.081f, 88.634f, 75.836f)
|
curveTo(116.785f, 94.764f, 117.533f, 98.746f, 117.533f, 103.234f)
|
||||||
curveTo(88.634f, 79.48f, 87.972f, 82.866f, 86.646f, 85.994f)
|
curveTo(117.533f, 107.59f, 116.741f, 111.638f, 115.157f, 115.378f)
|
||||||
curveTo(85.321f, 89.123f, 83.463f, 91.847f, 81.07f, 94.166f)
|
curveTo(113.573f, 119.118f, 111.351f, 122.374f, 108.491f, 125.146f)
|
||||||
curveTo(78.715f, 96.484f, 75.862f, 98.306f, 72.513f, 99.631f)
|
curveTo(105.675f, 127.918f, 102.265f, 130.096f, 98.261f, 131.68f)
|
||||||
curveTo(69.2f, 100.956f, 65.538f, 101.619f, 61.526f, 101.619f)
|
curveTo(94.301f, 133.264f, 89.923f, 134.056f, 85.127f, 134.056f)
|
||||||
curveTo(57.551f, 101.619f, 53.944f, 100.993f, 50.704f, 99.742f)
|
curveTo(80.375f, 134.056f, 76.063f, 133.308f, 72.191f, 131.812f)
|
||||||
curveTo(47.465f, 98.454f, 44.705f, 96.65f, 42.423f, 94.331f)
|
curveTo(68.319f, 130.272f, 65.019f, 128.116f, 62.291f, 125.344f)
|
||||||
curveTo(40.178f, 91.976f, 38.429f, 89.141f, 37.178f, 85.829f)
|
curveTo(59.607f, 122.528f, 57.517f, 119.14f, 56.021f, 115.18f)
|
||||||
curveTo(35.963f, 82.479f, 35.356f, 78.743f, 35.356f, 74.621f)
|
curveTo(54.569f, 111.176f, 53.843f, 106.71f, 53.843f, 101.782f)
|
||||||
curveTo(35.356f, 71.161f, 36.111f, 67.48f, 37.62f, 63.579f)
|
curveTo(53.843f, 97.646f, 54.745f, 93.246f, 56.549f, 88.582f)
|
||||||
curveTo(39.166f, 59.641f, 41.613f, 55.445f, 44.963f, 50.991f)
|
curveTo(58.397f, 83.874f, 61.323f, 78.858f, 65.327f, 73.534f)
|
||||||
lineTo(65.059f, 23.993f)
|
lineTo(89.351f, 41.26f)
|
||||||
curveTo(65.575f, 23.33f, 66.274f, 22.778f, 67.157f, 22.337f)
|
curveTo(89.967f, 40.468f, 90.803f, 39.808f, 91.859f, 39.28f)
|
||||||
curveTo(68.077f, 21.858f, 69.126f, 21.619f, 70.304f, 21.619f)
|
curveTo(92.959f, 38.708f, 94.213f, 38.422f, 95.621f, 38.422f)
|
||||||
horizontalLineTo(79.027f)
|
horizontalLineTo(106.049f)
|
||||||
lineTo(55.563f, 51.267f)
|
lineTo(77.999f, 73.864f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,27 +17,27 @@ val UnittoIcons.Key7: ImageVector
|
|||||||
if (_key7 != null) {
|
if (_key7 != null) {
|
||||||
return _key7!!
|
return _key7!!
|
||||||
}
|
}
|
||||||
_key7 = Builder(name = "Key7", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key7 = Builder(name = "Key7", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(88.676f, 22.0f)
|
moveTo(118.061f, 38.422f)
|
||||||
verticalLineTo(26.466f)
|
verticalLineTo(43.702f)
|
||||||
curveTo(88.676f, 27.732f, 88.527f, 28.774f, 88.229f, 29.593f)
|
curveTo(118.061f, 45.198f, 117.885f, 46.43f, 117.533f, 47.398f)
|
||||||
curveTo(87.968f, 30.411f, 87.708f, 31.1f, 87.447f, 31.658f)
|
curveTo(117.225f, 48.366f, 116.917f, 49.18f, 116.609f, 49.84f)
|
||||||
lineTo(54.286f, 98.483f)
|
lineTo(77.405f, 128.842f)
|
||||||
curveTo(53.802f, 99.451f, 53.132f, 100.288f, 52.276f, 100.995f)
|
curveTo(76.833f, 129.986f, 76.041f, 130.976f, 75.029f, 131.812f)
|
||||||
curveTo(51.42f, 101.665f, 50.285f, 102.0f, 48.871f, 102.0f)
|
curveTo(74.017f, 132.604f, 72.675f, 133.0f, 71.003f, 133.0f)
|
||||||
horizontalLineTo(41.725f)
|
horizontalLineTo(62.555f)
|
||||||
lineTo(75.333f, 36.013f)
|
lineTo(102.287f, 54.988f)
|
||||||
curveTo(75.817f, 35.082f, 76.319f, 34.226f, 76.84f, 33.444f)
|
curveTo(102.859f, 53.888f, 103.453f, 52.876f, 104.069f, 51.952f)
|
||||||
curveTo(77.361f, 32.663f, 77.92f, 31.919f, 78.515f, 31.211f)
|
curveTo(104.685f, 51.028f, 105.345f, 50.148f, 106.049f, 49.312f)
|
||||||
horizontalLineTo(36.757f)
|
horizontalLineTo(56.681f)
|
||||||
curveTo(36.124f, 31.211f, 35.565f, 30.969f, 35.082f, 30.486f)
|
curveTo(55.933f, 49.312f, 55.273f, 49.026f, 54.701f, 48.454f)
|
||||||
curveTo(34.598f, 29.965f, 34.356f, 29.388f, 34.356f, 28.755f)
|
curveTo(54.129f, 47.838f, 53.843f, 47.156f, 53.843f, 46.408f)
|
||||||
verticalLineTo(22.0f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(88.676f)
|
horizontalLineTo(118.061f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,72 +17,72 @@ val UnittoIcons.Key8: ImageVector
|
|||||||
if (_key8 != null) {
|
if (_key8 != null) {
|
||||||
return _key8!!
|
return _key8!!
|
||||||
}
|
}
|
||||||
_key8 = Builder(name = "Key8", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key8 = Builder(name = "Key8", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(62.204f, 94.246f)
|
moveTo(84.995f, 124.684f)
|
||||||
curveTo(64.753f, 94.246f, 67.028f, 93.9f, 69.031f, 93.208f)
|
curveTo(88.075f, 124.684f, 90.825f, 124.266f, 93.245f, 123.43f)
|
||||||
curveTo(71.069f, 92.48f, 72.78f, 91.479f, 74.164f, 90.205f)
|
curveTo(95.709f, 122.55f, 97.777f, 121.34f, 99.449f, 119.8f)
|
||||||
curveTo(75.583f, 88.894f, 76.657f, 87.347f, 77.385f, 85.563f)
|
curveTo(101.165f, 118.216f, 102.463f, 116.346f, 103.343f, 114.19f)
|
||||||
curveTo(78.15f, 83.743f, 78.532f, 81.741f, 78.532f, 79.556f)
|
curveTo(104.267f, 111.99f, 104.729f, 109.57f, 104.729f, 106.93f)
|
||||||
curveTo(78.532f, 76.862f, 78.077f, 74.569f, 77.167f, 72.676f)
|
curveTo(104.729f, 103.674f, 104.179f, 100.902f, 103.079f, 98.614f)
|
||||||
curveTo(76.293f, 70.746f, 75.092f, 69.181f, 73.563f, 67.979f)
|
curveTo(102.023f, 96.282f, 100.571f, 94.39f, 98.723f, 92.938f)
|
||||||
curveTo(72.07f, 66.778f, 70.341f, 65.904f, 68.375f, 65.358f)
|
curveTo(96.919f, 91.486f, 94.829f, 90.43f, 92.453f, 89.77f)
|
||||||
curveTo(66.409f, 64.776f, 64.352f, 64.485f, 62.204f, 64.485f)
|
curveTo(90.077f, 89.066f, 87.591f, 88.714f, 84.995f, 88.714f)
|
||||||
curveTo(60.057f, 64.485f, 58.0f, 64.776f, 56.034f, 65.358f)
|
curveTo(82.399f, 88.714f, 79.913f, 89.066f, 77.537f, 89.77f)
|
||||||
curveTo(54.068f, 65.904f, 52.321f, 66.778f, 50.792f, 67.979f)
|
curveTo(75.161f, 90.43f, 73.049f, 91.486f, 71.201f, 92.938f)
|
||||||
curveTo(49.299f, 69.181f, 48.098f, 70.746f, 47.188f, 72.676f)
|
curveTo(69.397f, 94.39f, 67.945f, 96.282f, 66.845f, 98.614f)
|
||||||
curveTo(46.314f, 74.569f, 45.877f, 76.862f, 45.877f, 79.556f)
|
curveTo(65.789f, 100.902f, 65.261f, 103.674f, 65.261f, 106.93f)
|
||||||
curveTo(45.877f, 81.741f, 46.241f, 83.743f, 46.969f, 85.563f)
|
curveTo(65.261f, 109.57f, 65.701f, 111.99f, 66.581f, 114.19f)
|
||||||
curveTo(47.734f, 87.347f, 48.807f, 88.894f, 50.191f, 90.205f)
|
curveTo(67.505f, 116.346f, 68.803f, 118.216f, 70.475f, 119.8f)
|
||||||
curveTo(51.611f, 91.479f, 53.322f, 92.48f, 55.324f, 93.208f)
|
curveTo(72.191f, 121.34f, 74.259f, 122.55f, 76.679f, 123.43f)
|
||||||
curveTo(57.363f, 93.9f, 59.656f, 94.246f, 62.204f, 94.246f)
|
curveTo(79.143f, 124.266f, 81.915f, 124.684f, 84.995f, 124.684f)
|
||||||
close()
|
close()
|
||||||
moveTo(62.204f, 29.536f)
|
moveTo(84.995f, 46.474f)
|
||||||
curveTo(59.875f, 29.536f, 57.818f, 29.882f, 56.034f, 30.573f)
|
curveTo(82.179f, 46.474f, 79.693f, 46.892f, 77.537f, 47.728f)
|
||||||
curveTo(54.286f, 31.265f, 52.812f, 32.212f, 51.611f, 33.413f)
|
curveTo(75.425f, 48.564f, 73.643f, 49.708f, 72.191f, 51.16f)
|
||||||
curveTo(50.446f, 34.614f, 49.554f, 36.016f, 48.935f, 37.618f)
|
curveTo(70.783f, 52.612f, 69.705f, 54.306f, 68.957f, 56.242f)
|
||||||
curveTo(48.352f, 39.22f, 48.061f, 40.931f, 48.061f, 42.751f)
|
curveTo(68.253f, 58.178f, 67.901f, 60.246f, 67.901f, 62.446f)
|
||||||
curveTo(48.061f, 44.535f, 48.316f, 46.264f, 48.826f, 47.939f)
|
curveTo(67.901f, 64.602f, 68.209f, 66.692f, 68.825f, 68.716f)
|
||||||
curveTo(49.335f, 49.613f, 50.154f, 51.106f, 51.283f, 52.416f)
|
curveTo(69.441f, 70.74f, 70.431f, 72.544f, 71.795f, 74.128f)
|
||||||
curveTo(52.412f, 53.691f, 53.868f, 54.728f, 55.652f, 55.529f)
|
curveTo(73.159f, 75.668f, 74.919f, 76.922f, 77.075f, 77.89f)
|
||||||
curveTo(57.472f, 56.293f, 59.656f, 56.676f, 62.204f, 56.676f)
|
curveTo(79.275f, 78.814f, 81.915f, 79.276f, 84.995f, 79.276f)
|
||||||
curveTo(64.753f, 56.676f, 66.919f, 56.293f, 68.703f, 55.529f)
|
curveTo(88.075f, 79.276f, 90.693f, 78.814f, 92.849f, 77.89f)
|
||||||
curveTo(70.523f, 54.728f, 71.997f, 53.691f, 73.126f, 52.416f)
|
curveTo(95.049f, 76.922f, 96.831f, 75.668f, 98.195f, 74.128f)
|
||||||
curveTo(74.255f, 51.106f, 75.074f, 49.613f, 75.583f, 47.939f)
|
curveTo(99.559f, 72.544f, 100.549f, 70.74f, 101.165f, 68.716f)
|
||||||
curveTo(76.093f, 46.264f, 76.348f, 44.535f, 76.348f, 42.751f)
|
curveTo(101.781f, 66.692f, 102.089f, 64.602f, 102.089f, 62.446f)
|
||||||
curveTo(76.348f, 40.931f, 76.038f, 39.22f, 75.42f, 37.618f)
|
curveTo(102.089f, 60.246f, 101.715f, 58.178f, 100.967f, 56.242f)
|
||||||
curveTo(74.837f, 36.016f, 73.945f, 34.614f, 72.744f, 33.413f)
|
curveTo(100.263f, 54.306f, 99.185f, 52.612f, 97.733f, 51.16f)
|
||||||
curveTo(71.579f, 32.212f, 70.104f, 31.265f, 68.321f, 30.573f)
|
curveTo(96.325f, 49.708f, 94.543f, 48.564f, 92.387f, 47.728f)
|
||||||
curveTo(66.573f, 29.882f, 64.534f, 29.536f, 62.204f, 29.536f)
|
curveTo(90.275f, 46.892f, 87.811f, 46.474f, 84.995f, 46.474f)
|
||||||
close()
|
close()
|
||||||
moveTo(73.399f, 60.334f)
|
moveTo(98.525f, 83.698f)
|
||||||
curveTo(78.277f, 61.718f, 82.027f, 64.03f, 84.648f, 67.27f)
|
curveTo(104.421f, 85.37f, 108.953f, 88.164f, 112.121f, 92.08f)
|
||||||
curveTo(87.269f, 70.51f, 88.58f, 74.66f, 88.58f, 79.72f)
|
curveTo(115.289f, 95.996f, 116.873f, 101.012f, 116.873f, 107.128f)
|
||||||
curveTo(88.58f, 83.142f, 87.925f, 86.237f, 86.614f, 89.003f)
|
curveTo(116.873f, 111.264f, 116.081f, 115.004f, 114.497f, 118.348f)
|
||||||
curveTo(85.34f, 91.734f, 83.538f, 94.064f, 81.208f, 95.993f)
|
curveTo(112.957f, 121.648f, 110.779f, 124.464f, 107.963f, 126.796f)
|
||||||
curveTo(78.914f, 97.923f, 76.148f, 99.415f, 72.908f, 100.471f)
|
curveTo(105.191f, 129.128f, 101.847f, 130.932f, 97.931f, 132.208f)
|
||||||
curveTo(69.668f, 101.49f, 66.1f, 102.0f, 62.204f, 102.0f)
|
curveTo(94.015f, 133.44f, 89.703f, 134.056f, 84.995f, 134.056f)
|
||||||
curveTo(58.309f, 102.0f, 54.742f, 101.49f, 51.501f, 100.471f)
|
curveTo(80.287f, 134.056f, 75.975f, 133.44f, 72.059f, 132.208f)
|
||||||
curveTo(48.261f, 99.415f, 45.476f, 97.923f, 43.146f, 95.993f)
|
curveTo(68.143f, 130.932f, 64.777f, 129.128f, 61.961f, 126.796f)
|
||||||
curveTo(40.817f, 94.064f, 39.014f, 91.734f, 37.74f, 89.003f)
|
curveTo(59.145f, 124.464f, 56.967f, 121.648f, 55.427f, 118.348f)
|
||||||
curveTo(36.466f, 86.237f, 35.829f, 83.142f, 35.829f, 79.72f)
|
curveTo(53.887f, 115.004f, 53.117f, 111.264f, 53.117f, 107.128f)
|
||||||
curveTo(35.829f, 74.66f, 37.14f, 70.51f, 39.761f, 67.27f)
|
curveTo(53.117f, 101.012f, 54.701f, 95.996f, 57.869f, 92.08f)
|
||||||
curveTo(42.382f, 64.03f, 46.132f, 61.718f, 51.01f, 60.334f)
|
curveTo(61.037f, 88.164f, 65.569f, 85.37f, 71.465f, 83.698f)
|
||||||
curveTo(46.896f, 58.806f, 43.784f, 56.53f, 41.672f, 53.508f)
|
curveTo(66.493f, 81.85f, 62.731f, 79.1f, 60.179f, 75.448f)
|
||||||
curveTo(39.597f, 50.451f, 38.56f, 46.81f, 38.56f, 42.587f)
|
curveTo(57.671f, 71.752f, 56.417f, 67.352f, 56.417f, 62.248f)
|
||||||
curveTo(38.56f, 39.711f, 39.124f, 37.017f, 40.252f, 34.505f)
|
curveTo(56.417f, 58.772f, 57.099f, 55.516f, 58.463f, 52.48f)
|
||||||
curveTo(41.381f, 31.993f, 42.983f, 29.809f, 45.058f, 27.952f)
|
curveTo(59.827f, 49.444f, 61.763f, 46.804f, 64.271f, 44.56f)
|
||||||
curveTo(47.133f, 26.096f, 49.608f, 24.639f, 52.484f, 23.584f)
|
curveTo(66.779f, 42.316f, 69.771f, 40.556f, 73.247f, 39.28f)
|
||||||
curveTo(55.397f, 22.528f, 58.637f, 22.0f, 62.204f, 22.0f)
|
curveTo(76.767f, 38.004f, 80.683f, 37.366f, 84.995f, 37.366f)
|
||||||
curveTo(65.736f, 22.0f, 68.958f, 22.528f, 71.87f, 23.584f)
|
curveTo(89.263f, 37.366f, 93.157f, 38.004f, 96.677f, 39.28f)
|
||||||
curveTo(74.783f, 24.639f, 77.276f, 26.096f, 79.351f, 27.952f)
|
curveTo(100.197f, 40.556f, 103.211f, 42.316f, 105.719f, 44.56f)
|
||||||
curveTo(81.426f, 29.809f, 83.028f, 31.993f, 84.157f, 34.505f)
|
curveTo(108.227f, 46.804f, 110.163f, 49.444f, 111.527f, 52.48f)
|
||||||
curveTo(85.285f, 37.017f, 85.85f, 39.711f, 85.85f, 42.587f)
|
curveTo(112.891f, 55.516f, 113.573f, 58.772f, 113.573f, 62.248f)
|
||||||
curveTo(85.85f, 46.81f, 84.794f, 50.451f, 82.682f, 53.508f)
|
curveTo(113.573f, 67.352f, 112.297f, 71.752f, 109.745f, 75.448f)
|
||||||
curveTo(80.607f, 56.53f, 77.513f, 58.806f, 73.399f, 60.334f)
|
curveTo(107.237f, 79.1f, 103.497f, 81.85f, 98.525f, 83.698f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,55 +17,55 @@ val UnittoIcons.Key9: ImageVector
|
|||||||
if (_key9 != null) {
|
if (_key9 != null) {
|
||||||
return _key9!!
|
return _key9!!
|
||||||
}
|
}
|
||||||
_key9 = Builder(name = "Key9", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_key9 = Builder(name = "Key9", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(46.0f, 46.127f)
|
moveTo(65.393f, 66.208f)
|
||||||
curveTo(46.0f, 48.63f, 46.35f, 50.875f, 47.049f, 52.863f)
|
curveTo(65.393f, 69.2f, 65.811f, 71.884f, 66.647f, 74.26f)
|
||||||
curveTo(47.785f, 54.813f, 48.816f, 56.47f, 50.141f, 57.832f)
|
curveTo(67.527f, 76.592f, 68.759f, 78.572f, 70.343f, 80.2f)
|
||||||
curveTo(51.503f, 59.194f, 53.141f, 60.224f, 55.055f, 60.923f)
|
curveTo(71.971f, 81.828f, 73.929f, 83.06f, 76.217f, 83.896f)
|
||||||
curveTo(57.005f, 61.623f, 59.177f, 61.972f, 61.569f, 61.972f)
|
curveTo(78.549f, 84.732f, 81.145f, 85.15f, 84.005f, 85.15f)
|
||||||
curveTo(64.219f, 61.972f, 66.557f, 61.549f, 68.581f, 60.703f)
|
curveTo(87.173f, 85.15f, 89.967f, 84.644f, 92.387f, 83.632f)
|
||||||
curveTo(70.642f, 59.819f, 72.372f, 58.66f, 73.771f, 57.224f)
|
curveTo(94.851f, 82.576f, 96.919f, 81.19f, 98.591f, 79.474f)
|
||||||
curveTo(75.17f, 55.789f, 76.237f, 54.132f, 76.973f, 52.255f)
|
curveTo(100.263f, 77.758f, 101.539f, 75.778f, 102.419f, 73.534f)
|
||||||
curveTo(77.709f, 50.378f, 78.077f, 48.427f, 78.077f, 46.403f)
|
curveTo(103.299f, 71.29f, 103.739f, 68.958f, 103.739f, 66.538f)
|
||||||
curveTo(78.077f, 43.937f, 77.673f, 41.71f, 76.863f, 39.723f)
|
curveTo(103.739f, 63.59f, 103.255f, 60.928f, 102.287f, 58.552f)
|
||||||
curveTo(76.09f, 37.698f, 75.004f, 35.987f, 73.605f, 34.588f)
|
curveTo(101.363f, 56.132f, 100.065f, 54.086f, 98.393f, 52.414f)
|
||||||
curveTo(72.207f, 33.189f, 70.532f, 32.122f, 68.581f, 31.386f)
|
curveTo(96.721f, 50.742f, 94.719f, 49.466f, 92.387f, 48.586f)
|
||||||
curveTo(66.667f, 30.613f, 64.551f, 30.226f, 62.232f, 30.226f)
|
curveTo(90.099f, 47.662f, 87.569f, 47.2f, 84.797f, 47.2f)
|
||||||
curveTo(59.803f, 30.226f, 57.594f, 30.631f, 55.607f, 31.441f)
|
curveTo(81.893f, 47.2f, 79.253f, 47.684f, 76.877f, 48.652f)
|
||||||
curveTo(53.619f, 32.214f, 51.908f, 33.3f, 50.472f, 34.698f)
|
curveTo(74.501f, 49.576f, 72.455f, 50.874f, 70.739f, 52.546f)
|
||||||
curveTo(49.037f, 36.097f, 47.932f, 37.772f, 47.16f, 39.723f)
|
curveTo(69.023f, 54.218f, 67.703f, 56.22f, 66.779f, 58.552f)
|
||||||
curveTo(46.387f, 41.673f, 46.0f, 43.808f, 46.0f, 46.127f)
|
curveTo(65.855f, 60.884f, 65.393f, 63.436f, 65.393f, 66.208f)
|
||||||
close()
|
close()
|
||||||
moveTo(68.968f, 70.475f)
|
moveTo(92.849f, 95.314f)
|
||||||
curveTo(69.777f, 69.407f, 70.532f, 68.395f, 71.231f, 67.438f)
|
curveTo(93.817f, 94.038f, 94.719f, 92.828f, 95.555f, 91.684f)
|
||||||
curveTo(71.931f, 66.481f, 72.593f, 65.524f, 73.219f, 64.567f)
|
curveTo(96.391f, 90.54f, 97.183f, 89.396f, 97.931f, 88.252f)
|
||||||
curveTo(71.195f, 66.187f, 68.912f, 67.42f, 66.373f, 68.266f)
|
curveTo(95.511f, 90.188f, 92.783f, 91.662f, 89.747f, 92.674f)
|
||||||
curveTo(63.833f, 69.113f, 61.146f, 69.536f, 58.312f, 69.536f)
|
curveTo(86.711f, 93.686f, 83.499f, 94.192f, 80.111f, 94.192f)
|
||||||
curveTo(55.331f, 69.536f, 52.496f, 69.039f, 49.81f, 68.046f)
|
curveTo(76.547f, 94.192f, 73.159f, 93.598f, 69.947f, 92.41f)
|
||||||
curveTo(47.16f, 67.052f, 44.822f, 65.598f, 42.798f, 63.684f)
|
curveTo(66.779f, 91.222f, 63.985f, 89.484f, 61.565f, 87.196f)
|
||||||
curveTo(40.773f, 61.733f, 39.154f, 59.359f, 37.939f, 56.562f)
|
curveTo(59.145f, 84.864f, 57.209f, 82.026f, 55.757f, 78.682f)
|
||||||
curveTo(36.762f, 53.728f, 36.173f, 50.489f, 36.173f, 46.845f)
|
curveTo(54.349f, 75.294f, 53.645f, 71.422f, 53.645f, 67.066f)
|
||||||
curveTo(36.173f, 43.385f, 36.817f, 40.146f, 38.105f, 37.128f)
|
curveTo(53.645f, 62.93f, 54.415f, 59.058f, 55.955f, 55.45f)
|
||||||
curveTo(39.393f, 34.11f, 41.197f, 31.478f, 43.516f, 29.233f)
|
curveTo(57.495f, 51.842f, 59.651f, 48.696f, 62.423f, 46.012f)
|
||||||
curveTo(45.834f, 26.987f, 48.595f, 25.221f, 51.797f, 23.932f)
|
curveTo(65.195f, 43.328f, 68.495f, 41.216f, 72.323f, 39.676f)
|
||||||
curveTo(54.999f, 22.644f, 58.514f, 22.0f, 62.342f, 22.0f)
|
curveTo(76.151f, 38.136f, 80.353f, 37.366f, 84.929f, 37.366f)
|
||||||
curveTo(66.133f, 22.0f, 69.575f, 22.626f, 72.667f, 23.877f)
|
curveTo(89.461f, 37.366f, 93.575f, 38.114f, 97.271f, 39.61f)
|
||||||
curveTo(75.758f, 25.129f, 78.409f, 26.877f, 80.617f, 29.122f)
|
curveTo(100.967f, 41.106f, 104.135f, 43.196f, 106.775f, 45.88f)
|
||||||
curveTo(82.826f, 31.367f, 84.519f, 34.054f, 85.696f, 37.183f)
|
curveTo(109.415f, 48.564f, 111.439f, 51.776f, 112.847f, 55.516f)
|
||||||
curveTo(86.911f, 40.312f, 87.518f, 43.771f, 87.518f, 47.563f)
|
curveTo(114.299f, 59.256f, 115.025f, 63.392f, 115.025f, 67.924f)
|
||||||
curveTo(87.518f, 49.845f, 87.298f, 52.016f, 86.856f, 54.077f)
|
curveTo(115.025f, 70.652f, 114.761f, 73.248f, 114.233f, 75.712f)
|
||||||
curveTo(86.451f, 56.102f, 85.844f, 58.108f, 85.034f, 60.095f)
|
curveTo(113.749f, 78.132f, 113.023f, 80.53f, 112.055f, 82.906f)
|
||||||
curveTo(84.261f, 62.046f, 83.304f, 63.997f, 82.163f, 65.948f)
|
curveTo(111.131f, 85.238f, 109.987f, 87.57f, 108.623f, 89.902f)
|
||||||
curveTo(81.022f, 67.862f, 79.734f, 69.831f, 78.298f, 71.855f)
|
curveTo(107.259f, 92.19f, 105.719f, 94.544f, 104.003f, 96.964f)
|
||||||
lineTo(59.03f, 99.681f)
|
lineTo(80.969f, 130.228f)
|
||||||
curveTo(58.551f, 100.38f, 57.87f, 100.951f, 56.987f, 101.393f)
|
curveTo(80.397f, 131.064f, 79.583f, 131.746f, 78.527f, 132.274f)
|
||||||
curveTo(56.104f, 101.798f, 55.091f, 102.0f, 53.95f, 102.0f)
|
curveTo(77.471f, 132.758f, 76.261f, 133.0f, 74.897f, 133.0f)
|
||||||
horizontalLineTo(44.896f)
|
horizontalLineTo(64.073f)
|
||||||
lineTo(68.968f, 70.475f)
|
lineTo(92.849f, 95.314f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,32 +17,32 @@ val UnittoIcons.KeyA: ImageVector
|
|||||||
if (_keya != null) {
|
if (_keya != null) {
|
||||||
return _keya!!
|
return _keya!!
|
||||||
}
|
}
|
||||||
_keya = Builder(name = "KeyA", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_keya = Builder(name = "KeyA", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(92.104f, 90.952f)
|
moveTo(102.638f, 97.888f)
|
||||||
lineTo(77.703f, 53.64f)
|
lineTo(87.788f, 59.41f)
|
||||||
curveTo(77.277f, 52.531f, 76.829f, 51.251f, 76.359f, 49.8f)
|
curveTo(87.348f, 58.266f, 86.886f, 56.946f, 86.402f, 55.45f)
|
||||||
curveTo(75.89f, 48.307f, 75.442f, 46.728f, 75.016f, 45.064f)
|
curveTo(85.918f, 53.91f, 85.456f, 52.282f, 85.016f, 50.566f)
|
||||||
curveTo(74.119f, 48.52f, 73.202f, 51.4f, 72.263f, 53.704f)
|
curveTo(84.092f, 54.13f, 83.146f, 57.1f, 82.178f, 59.476f)
|
||||||
lineTo(57.863f, 90.952f)
|
lineTo(67.328f, 97.888f)
|
||||||
horizontalLineTo(92.104f)
|
horizontalLineTo(102.638f)
|
||||||
close()
|
close()
|
||||||
moveTo(117.96f, 125.0f)
|
moveTo(129.302f, 133.0f)
|
||||||
horizontalLineTo(108.36f)
|
horizontalLineTo(119.402f)
|
||||||
curveTo(107.25f, 125.0f, 106.354f, 124.723f, 105.672f, 124.168f)
|
curveTo(118.258f, 133.0f, 117.334f, 132.714f, 116.63f, 132.142f)
|
||||||
curveTo(104.989f, 123.613f, 104.477f, 122.909f, 104.136f, 122.056f)
|
curveTo(115.926f, 131.57f, 115.398f, 130.844f, 115.046f, 129.964f)
|
||||||
lineTo(95.56f, 99.912f)
|
lineTo(106.202f, 107.128f)
|
||||||
horizontalLineTo(54.408f)
|
horizontalLineTo(63.764f)
|
||||||
lineTo(45.832f, 122.056f)
|
lineTo(54.92f, 129.964f)
|
||||||
curveTo(45.576f, 122.824f, 45.085f, 123.507f, 44.36f, 124.104f)
|
curveTo(54.656f, 130.756f, 54.15f, 131.46f, 53.402f, 132.076f)
|
||||||
curveTo(43.634f, 124.701f, 42.738f, 125.0f, 41.672f, 125.0f)
|
curveTo(52.654f, 132.692f, 51.73f, 133.0f, 50.63f, 133.0f)
|
||||||
horizontalLineTo(32.071f)
|
horizontalLineTo(40.73f)
|
||||||
lineTo(68.743f, 33.288f)
|
lineTo(78.548f, 38.422f)
|
||||||
horizontalLineTo(81.287f)
|
horizontalLineTo(91.484f)
|
||||||
lineTo(117.96f, 125.0f)
|
lineTo(129.302f, 133.0f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,51 +17,51 @@ val UnittoIcons.KeyB: ImageVector
|
|||||||
if (_keyb != null) {
|
if (_keyb != null) {
|
||||||
return _keyb!!
|
return _keyb!!
|
||||||
}
|
}
|
||||||
_keyb = Builder(name = "KeyB", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_keyb = Builder(name = "KeyB", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(77.529f, 115.144f)
|
moveTo(87.608f, 122.836f)
|
||||||
curveTo(81.07f, 115.144f, 84.121f, 114.739f, 86.681f, 113.928f)
|
curveTo(91.26f, 122.836f, 94.406f, 122.418f, 97.046f, 121.582f)
|
||||||
curveTo(89.241f, 113.117f, 91.332f, 111.987f, 92.953f, 110.536f)
|
curveTo(99.686f, 120.746f, 101.842f, 119.58f, 103.514f, 118.084f)
|
||||||
curveTo(94.617f, 109.043f, 95.833f, 107.293f, 96.601f, 105.288f)
|
curveTo(105.23f, 116.544f, 106.484f, 114.74f, 107.276f, 112.672f)
|
||||||
curveTo(97.369f, 103.24f, 97.753f, 101.0f, 97.753f, 98.568f)
|
curveTo(108.068f, 110.56f, 108.464f, 108.25f, 108.464f, 105.742f)
|
||||||
curveTo(97.753f, 93.832f, 96.068f, 90.099f, 92.697f, 87.368f)
|
curveTo(108.464f, 100.858f, 106.726f, 97.008f, 103.25f, 94.192f)
|
||||||
curveTo(89.326f, 84.595f, 84.27f, 83.208f, 77.529f, 83.208f)
|
curveTo(99.774f, 91.332f, 94.56f, 89.902f, 87.608f, 89.902f)
|
||||||
horizontalLineTo(57.689f)
|
horizontalLineTo(67.148f)
|
||||||
verticalLineTo(115.144f)
|
verticalLineTo(122.836f)
|
||||||
horizontalLineTo(77.529f)
|
horizontalLineTo(87.608f)
|
||||||
close()
|
close()
|
||||||
moveTo(57.689f, 43.08f)
|
moveTo(67.148f, 48.52f)
|
||||||
verticalLineTo(74.376f)
|
verticalLineTo(80.794f)
|
||||||
horizontalLineTo(74.073f)
|
horizontalLineTo(84.044f)
|
||||||
curveTo(77.572f, 74.376f, 80.601f, 73.992f, 83.161f, 73.224f)
|
curveTo(87.652f, 80.794f, 90.776f, 80.398f, 93.416f, 79.606f)
|
||||||
curveTo(85.764f, 72.456f, 87.897f, 71.389f, 89.561f, 70.024f)
|
curveTo(96.1f, 78.814f, 98.3f, 77.714f, 100.016f, 76.306f)
|
||||||
curveTo(91.268f, 68.659f, 92.526f, 67.016f, 93.337f, 65.096f)
|
curveTo(101.776f, 74.898f, 103.074f, 73.204f, 103.91f, 71.224f)
|
||||||
curveTo(94.148f, 63.133f, 94.553f, 61.0f, 94.553f, 58.696f)
|
curveTo(104.746f, 69.2f, 105.164f, 67.0f, 105.164f, 64.624f)
|
||||||
curveTo(94.553f, 53.277f, 92.932f, 49.331f, 89.689f, 46.856f)
|
curveTo(105.164f, 59.036f, 103.492f, 54.966f, 100.148f, 52.414f)
|
||||||
curveTo(86.446f, 44.339f, 81.412f, 43.08f, 74.585f, 43.08f)
|
curveTo(96.804f, 49.818f, 91.612f, 48.52f, 84.572f, 48.52f)
|
||||||
horizontalLineTo(57.689f)
|
horizontalLineTo(67.148f)
|
||||||
close()
|
close()
|
||||||
moveTo(74.585f, 33.288f)
|
moveTo(84.572f, 38.422f)
|
||||||
curveTo(80.217f, 33.288f, 85.06f, 33.843f, 89.113f, 34.952f)
|
curveTo(90.38f, 38.422f, 95.374f, 38.994f, 99.554f, 40.138f)
|
||||||
curveTo(93.209f, 36.061f, 96.558f, 37.64f, 99.161f, 39.688f)
|
curveTo(103.778f, 41.282f, 107.232f, 42.91f, 109.916f, 45.022f)
|
||||||
curveTo(101.806f, 41.736f, 103.748f, 44.253f, 104.985f, 47.24f)
|
curveTo(112.644f, 47.134f, 114.646f, 49.73f, 115.922f, 52.81f)
|
||||||
curveTo(106.222f, 50.184f, 106.841f, 53.512f, 106.841f, 57.224f)
|
curveTo(117.198f, 55.846f, 117.836f, 59.278f, 117.836f, 63.106f)
|
||||||
curveTo(106.841f, 59.485f, 106.478f, 61.661f, 105.753f, 63.752f)
|
curveTo(117.836f, 65.438f, 117.462f, 67.682f, 116.714f, 69.838f)
|
||||||
curveTo(105.07f, 65.8f, 104.025f, 67.72f, 102.617f, 69.512f)
|
curveTo(116.01f, 71.95f, 114.932f, 73.93f, 113.48f, 75.778f)
|
||||||
curveTo(101.209f, 71.304f, 99.417f, 72.925f, 97.241f, 74.376f)
|
curveTo(112.028f, 77.626f, 110.18f, 79.298f, 107.936f, 80.794f)
|
||||||
curveTo(95.108f, 75.784f, 92.59f, 76.936f, 89.689f, 77.832f)
|
curveTo(105.736f, 82.246f, 103.14f, 83.434f, 100.148f, 84.358f)
|
||||||
curveTo(96.43f, 79.112f, 101.486f, 81.523f, 104.857f, 85.064f)
|
curveTo(107.1f, 85.678f, 112.314f, 88.164f, 115.79f, 91.816f)
|
||||||
curveTo(108.27f, 88.563f, 109.977f, 93.171f, 109.977f, 98.888f)
|
curveTo(119.31f, 95.424f, 121.07f, 100.176f, 121.07f, 106.072f)
|
||||||
curveTo(109.977f, 102.771f, 109.252f, 106.312f, 107.801f, 109.512f)
|
curveTo(121.07f, 110.076f, 120.322f, 113.728f, 118.826f, 117.028f)
|
||||||
curveTo(106.393f, 112.712f, 104.302f, 115.464f, 101.529f, 117.768f)
|
curveTo(117.374f, 120.328f, 115.218f, 123.166f, 112.358f, 125.542f)
|
||||||
curveTo(98.798f, 120.072f, 95.428f, 121.864f, 91.417f, 123.144f)
|
curveTo(109.542f, 127.918f, 106.066f, 129.766f, 101.93f, 131.086f)
|
||||||
curveTo(87.406f, 124.381f, 82.841f, 125.0f, 77.721f, 125.0f)
|
curveTo(97.794f, 132.362f, 93.086f, 133.0f, 87.806f, 133.0f)
|
||||||
horizontalLineTo(45.337f)
|
horizontalLineTo(54.41f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(74.585f)
|
horizontalLineTo(84.572f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,46 +17,46 @@ val UnittoIcons.KeyC: ImageVector
|
|||||||
if (_keyc != null) {
|
if (_keyc != null) {
|
||||||
return _keyc!!
|
return _keyc!!
|
||||||
}
|
}
|
||||||
_keyc = Builder(name = "KeyC", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_keyc = Builder(name = "KeyC", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(108.346f, 106.056f)
|
moveTo(119.388f, 113.464f)
|
||||||
curveTo(109.029f, 106.056f, 109.626f, 106.333f, 110.138f, 106.888f)
|
curveTo(120.092f, 113.464f, 120.708f, 113.75f, 121.236f, 114.322f)
|
||||||
lineTo(115.066f, 112.2f)
|
lineTo(126.318f, 119.8f)
|
||||||
curveTo(111.311f, 116.552f, 106.746f, 119.944f, 101.37f, 122.376f)
|
curveTo(122.446f, 124.288f, 117.738f, 127.786f, 112.194f, 130.294f)
|
||||||
curveTo(96.037f, 124.808f, 89.573f, 126.024f, 81.978f, 126.024f)
|
curveTo(106.694f, 132.802f, 100.028f, 134.056f, 92.196f, 134.056f)
|
||||||
curveTo(75.407f, 126.024f, 69.434f, 124.893f, 64.058f, 122.632f)
|
curveTo(85.42f, 134.056f, 79.26f, 132.89f, 73.716f, 130.558f)
|
||||||
curveTo(58.682f, 120.328f, 54.095f, 117.128f, 50.298f, 113.032f)
|
curveTo(68.172f, 128.182f, 63.442f, 124.882f, 59.526f, 120.658f)
|
||||||
curveTo(46.501f, 108.893f, 43.557f, 103.944f, 41.466f, 98.184f)
|
curveTo(55.61f, 116.39f, 52.574f, 111.286f, 50.418f, 105.346f)
|
||||||
curveTo(39.375f, 92.424f, 38.33f, 86.088f, 38.33f, 79.176f)
|
curveTo(48.262f, 99.406f, 47.184f, 92.872f, 47.184f, 85.744f)
|
||||||
curveTo(38.33f, 72.264f, 39.418f, 65.928f, 41.594f, 60.168f)
|
curveTo(47.184f, 78.616f, 48.306f, 72.082f, 50.55f, 66.142f)
|
||||||
curveTo(43.77f, 54.408f, 46.821f, 49.459f, 50.746f, 45.32f)
|
curveTo(52.794f, 60.202f, 55.94f, 55.098f, 59.988f, 50.83f)
|
||||||
curveTo(54.714f, 41.181f, 59.45f, 37.981f, 64.954f, 35.72f)
|
curveTo(64.08f, 46.562f, 68.964f, 43.262f, 74.64f, 40.93f)
|
||||||
curveTo(70.458f, 33.416f, 76.538f, 32.264f, 83.194f, 32.264f)
|
curveTo(80.316f, 38.554f, 86.586f, 37.366f, 93.45f, 37.366f)
|
||||||
curveTo(89.722f, 32.264f, 95.482f, 33.309f, 100.474f, 35.4f)
|
curveTo(100.182f, 37.366f, 106.122f, 38.444f, 111.27f, 40.6f)
|
||||||
curveTo(105.466f, 37.491f, 109.861f, 40.328f, 113.658f, 43.912f)
|
curveTo(116.418f, 42.756f, 120.95f, 45.682f, 124.866f, 49.378f)
|
||||||
lineTo(109.562f, 49.608f)
|
lineTo(120.642f, 55.252f)
|
||||||
curveTo(109.306f, 50.035f, 108.965f, 50.397f, 108.538f, 50.696f)
|
curveTo(120.378f, 55.692f, 120.026f, 56.066f, 119.586f, 56.374f)
|
||||||
curveTo(108.154f, 50.952f, 107.621f, 51.08f, 106.938f, 51.08f)
|
curveTo(119.19f, 56.638f, 118.64f, 56.77f, 117.936f, 56.77f)
|
||||||
curveTo(106.17f, 51.08f, 105.231f, 50.675f, 104.122f, 49.864f)
|
curveTo(117.144f, 56.77f, 116.176f, 56.352f, 115.032f, 55.516f)
|
||||||
curveTo(103.013f, 49.011f, 101.562f, 48.072f, 99.77f, 47.048f)
|
curveTo(113.888f, 54.636f, 112.392f, 53.668f, 110.544f, 52.612f)
|
||||||
curveTo(97.978f, 46.024f, 95.738f, 45.107f, 93.05f, 44.296f)
|
curveTo(108.696f, 51.556f, 106.386f, 50.61f, 103.614f, 49.774f)
|
||||||
curveTo(90.362f, 43.443f, 87.055f, 43.016f, 83.13f, 43.016f)
|
curveTo(100.842f, 48.894f, 97.432f, 48.454f, 93.384f, 48.454f)
|
||||||
curveTo(78.394f, 43.016f, 74.063f, 43.848f, 70.138f, 45.512f)
|
curveTo(88.5f, 48.454f, 84.034f, 49.312f, 79.986f, 51.028f)
|
||||||
curveTo(66.213f, 47.133f, 62.821f, 49.501f, 59.962f, 52.616f)
|
curveTo(75.938f, 52.7f, 72.44f, 55.142f, 69.492f, 58.354f)
|
||||||
curveTo(57.146f, 55.731f, 54.949f, 59.528f, 53.37f, 64.008f)
|
curveTo(66.588f, 61.566f, 64.322f, 65.482f, 62.694f, 70.102f)
|
||||||
curveTo(51.791f, 68.488f, 51.002f, 73.544f, 51.002f, 79.176f)
|
curveTo(61.066f, 74.722f, 60.252f, 79.936f, 60.252f, 85.744f)
|
||||||
curveTo(51.002f, 84.893f, 51.813f, 89.992f, 53.434f, 94.472f)
|
curveTo(60.252f, 91.64f, 61.088f, 96.898f, 62.76f, 101.518f)
|
||||||
curveTo(55.098f, 98.952f, 57.338f, 102.749f, 60.154f, 105.864f)
|
curveTo(64.476f, 106.138f, 66.786f, 110.054f, 69.69f, 113.266f)
|
||||||
curveTo(63.013f, 108.936f, 66.362f, 111.283f, 70.202f, 112.904f)
|
curveTo(72.638f, 116.434f, 76.092f, 118.854f, 80.052f, 120.526f)
|
||||||
curveTo(74.085f, 114.525f, 78.266f, 115.336f, 82.746f, 115.336f)
|
curveTo(84.056f, 122.198f, 88.368f, 123.034f, 92.988f, 123.034f)
|
||||||
curveTo(85.477f, 115.336f, 87.93f, 115.187f, 90.106f, 114.888f)
|
curveTo(95.804f, 123.034f, 98.334f, 122.88f, 100.578f, 122.572f)
|
||||||
curveTo(92.325f, 114.547f, 94.351f, 114.035f, 96.186f, 113.352f)
|
curveTo(102.866f, 122.22f, 104.956f, 121.692f, 106.848f, 120.988f)
|
||||||
curveTo(98.063f, 112.669f, 99.791f, 111.816f, 101.37f, 110.792f)
|
curveTo(108.784f, 120.284f, 110.566f, 119.404f, 112.194f, 118.348f)
|
||||||
curveTo(102.991f, 109.725f, 104.591f, 108.467f, 106.17f, 107.016f)
|
curveTo(113.866f, 117.248f, 115.516f, 115.95f, 117.144f, 114.454f)
|
||||||
curveTo(106.895f, 106.376f, 107.621f, 106.056f, 108.346f, 106.056f)
|
curveTo(117.892f, 113.794f, 118.64f, 113.464f, 119.388f, 113.464f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,36 +17,36 @@ val UnittoIcons.KeyD: ImageVector
|
|||||||
if (_keyd != null) {
|
if (_keyd != null) {
|
||||||
return _keyd!!
|
return _keyd!!
|
||||||
}
|
}
|
||||||
_keyd = Builder(name = "KeyD", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_keyd = Builder(name = "KeyD", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(117.513f, 79.176f)
|
moveTo(128.841f, 85.744f)
|
||||||
curveTo(117.513f, 86.045f, 116.425f, 92.296f, 114.249f, 97.928f)
|
curveTo(128.841f, 92.828f, 127.719f, 99.274f, 125.475f, 105.082f)
|
||||||
curveTo(112.073f, 103.56f, 109.001f, 108.381f, 105.033f, 112.392f)
|
curveTo(123.231f, 110.89f, 120.063f, 115.862f, 115.971f, 119.998f)
|
||||||
curveTo(101.065f, 116.403f, 96.286f, 119.517f, 90.697f, 121.736f)
|
curveTo(111.879f, 124.134f, 106.951f, 127.346f, 101.187f, 129.634f)
|
||||||
curveTo(85.15f, 123.912f, 79.006f, 125.0f, 72.265f, 125.0f)
|
curveTo(95.467f, 131.878f, 89.131f, 133.0f, 82.179f, 133.0f)
|
||||||
horizontalLineTo(38.025f)
|
horizontalLineTo(46.869f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(72.265f)
|
horizontalLineTo(82.179f)
|
||||||
curveTo(79.006f, 33.288f, 85.15f, 34.397f, 90.697f, 36.616f)
|
curveTo(89.131f, 38.422f, 95.467f, 39.566f, 101.187f, 41.854f)
|
||||||
curveTo(96.286f, 38.792f, 101.065f, 41.907f, 105.033f, 45.96f)
|
curveTo(106.951f, 44.098f, 111.879f, 47.31f, 115.971f, 51.49f)
|
||||||
curveTo(109.001f, 49.971f, 112.073f, 54.792f, 114.249f, 60.424f)
|
curveTo(120.063f, 55.626f, 123.231f, 60.598f, 125.475f, 66.406f)
|
||||||
curveTo(116.425f, 66.056f, 117.513f, 72.307f, 117.513f, 79.176f)
|
curveTo(127.719f, 72.214f, 128.841f, 78.66f, 128.841f, 85.744f)
|
||||||
close()
|
close()
|
||||||
moveTo(104.777f, 79.176f)
|
moveTo(115.707f, 85.744f)
|
||||||
curveTo(104.777f, 73.544f, 104.009f, 68.509f, 102.473f, 64.072f)
|
curveTo(115.707f, 79.936f, 114.915f, 74.744f, 113.331f, 70.168f)
|
||||||
curveTo(100.937f, 59.635f, 98.76f, 55.88f, 95.945f, 52.808f)
|
curveTo(111.747f, 65.592f, 109.503f, 61.72f, 106.599f, 58.552f)
|
||||||
curveTo(93.129f, 49.736f, 89.715f, 47.389f, 85.704f, 45.768f)
|
curveTo(103.695f, 55.384f, 100.175f, 52.964f, 96.039f, 51.292f)
|
||||||
curveTo(81.694f, 44.147f, 77.214f, 43.336f, 72.265f, 43.336f)
|
curveTo(91.903f, 49.62f, 87.283f, 48.784f, 82.179f, 48.784f)
|
||||||
horizontalLineTo(50.44f)
|
horizontalLineTo(59.673f)
|
||||||
verticalLineTo(114.952f)
|
verticalLineTo(122.638f)
|
||||||
horizontalLineTo(72.265f)
|
horizontalLineTo(82.179f)
|
||||||
curveTo(77.214f, 114.952f, 81.694f, 114.141f, 85.704f, 112.52f)
|
curveTo(87.283f, 122.638f, 91.903f, 121.802f, 96.039f, 120.13f)
|
||||||
curveTo(89.715f, 110.899f, 93.129f, 108.573f, 95.945f, 105.544f)
|
curveTo(100.175f, 118.458f, 103.695f, 116.06f, 106.599f, 112.936f)
|
||||||
curveTo(98.76f, 102.472f, 100.937f, 98.717f, 102.473f, 94.28f)
|
curveTo(109.503f, 109.768f, 111.747f, 105.896f, 113.331f, 101.32f)
|
||||||
curveTo(104.009f, 89.843f, 104.777f, 84.808f, 104.777f, 79.176f)
|
curveTo(114.915f, 96.744f, 115.707f, 91.552f, 115.707f, 85.744f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,24 +17,24 @@ val UnittoIcons.KeyE: ImageVector
|
|||||||
if (_keye != null) {
|
if (_keye != null) {
|
||||||
return _keye!!
|
return _keye!!
|
||||||
}
|
}
|
||||||
_keye = Builder(name = "KeyE", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_keye = Builder(name = "Keye", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(106.351f, 114.888f)
|
moveTo(117.33f, 122.572f)
|
||||||
lineTo(106.287f, 125.0f)
|
lineTo(117.264f, 133.0f)
|
||||||
horizontalLineTo(49.775f)
|
horizontalLineTo(58.986f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(106.287f)
|
horizontalLineTo(117.264f)
|
||||||
verticalLineTo(43.4f)
|
verticalLineTo(48.85f)
|
||||||
horizontalLineTo(62.19f)
|
horizontalLineTo(71.79f)
|
||||||
verticalLineTo(73.864f)
|
verticalLineTo(80.266f)
|
||||||
horizontalLineTo(97.902f)
|
horizontalLineTo(108.618f)
|
||||||
verticalLineTo(83.592f)
|
verticalLineTo(90.298f)
|
||||||
horizontalLineTo(62.19f)
|
horizontalLineTo(71.79f)
|
||||||
verticalLineTo(114.888f)
|
verticalLineTo(122.572f)
|
||||||
horizontalLineTo(106.351f)
|
horizontalLineTo(117.33f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,22 +17,22 @@ val UnittoIcons.KeyF: ImageVector
|
|||||||
if (_keyf != null) {
|
if (_keyf != null) {
|
||||||
return _keyf!!
|
return _keyf!!
|
||||||
}
|
}
|
||||||
_keyf = Builder(name = "KeyF", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_keyf = Builder(name = "KeyF", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(62.94f, 43.4f)
|
moveTo(72.564f, 48.85f)
|
||||||
verticalLineTo(75.464f)
|
verticalLineTo(81.916f)
|
||||||
horizontalLineTo(100.637f)
|
horizontalLineTo(111.438f)
|
||||||
verticalLineTo(85.576f)
|
verticalLineTo(92.344f)
|
||||||
horizontalLineTo(62.94f)
|
horizontalLineTo(72.564f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(50.525f)
|
horizontalLineTo(59.76f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(107.037f)
|
horizontalLineTo(118.038f)
|
||||||
verticalLineTo(43.4f)
|
verticalLineTo(48.85f)
|
||||||
horizontalLineTo(62.94f)
|
horizontalLineTo(72.564f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,34 +17,34 @@ val UnittoIcons.LeftBracket: ImageVector
|
|||||||
if (_leftbracket != null) {
|
if (_leftbracket != null) {
|
||||||
return _leftbracket!!
|
return _leftbracket!!
|
||||||
}
|
}
|
||||||
_leftbracket = Builder(name = "Leftbracket", defaultWidth = 124.0.dp, defaultHeight =
|
_leftbracket = Builder(name = "Leftbracket", defaultWidth = 170.0.dp, defaultHeight =
|
||||||
124.0.dp, viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
170.0.dp, viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(60.966f, 62.0f)
|
moveTo(84.628f, 85.345f)
|
||||||
curveTo(60.966f, 67.996f, 61.708f, 73.863f, 63.193f, 79.602f)
|
curveTo(84.628f, 92.592f, 85.525f, 99.683f, 87.319f, 106.619f)
|
||||||
curveTo(64.677f, 85.312f, 66.833f, 90.694f, 69.66f, 95.747f)
|
curveTo(89.114f, 113.52f, 91.719f, 120.025f, 95.135f, 126.133f)
|
||||||
curveTo(69.916f, 96.261f, 70.074f, 96.718f, 70.131f, 97.118f)
|
curveTo(95.446f, 126.754f, 95.635f, 127.306f, 95.704f, 127.789f)
|
||||||
curveTo(70.188f, 97.518f, 70.159f, 97.86f, 70.045f, 98.146f)
|
curveTo(95.773f, 128.272f, 95.739f, 128.686f, 95.601f, 129.031f)
|
||||||
curveTo(69.931f, 98.46f, 69.759f, 98.717f, 69.531f, 98.916f)
|
curveTo(95.463f, 129.411f, 95.256f, 129.722f, 94.98f, 129.963f)
|
||||||
curveTo(69.331f, 99.116f, 69.103f, 99.302f, 68.846f, 99.473f)
|
curveTo(94.738f, 130.205f, 94.462f, 130.429f, 94.152f, 130.636f)
|
||||||
lineTo(64.777f, 102.0f)
|
lineTo(89.234f, 133.69f)
|
||||||
curveTo(62.636f, 98.717f, 60.823f, 95.448f, 59.338f, 92.193f)
|
curveTo(86.646f, 129.722f, 84.455f, 125.771f, 82.661f, 121.837f)
|
||||||
curveTo(57.854f, 88.966f, 56.64f, 85.712f, 55.698f, 82.428f)
|
curveTo(80.866f, 117.937f, 79.4f, 114.003f, 78.261f, 110.035f)
|
||||||
curveTo(54.756f, 79.116f, 54.071f, 75.776f, 53.642f, 72.407f)
|
curveTo(77.122f, 106.032f, 76.294f, 101.995f, 75.776f, 97.923f)
|
||||||
curveTo(53.214f, 69.009f, 53.0f, 65.54f, 53.0f, 62.0f)
|
curveTo(75.259f, 93.817f, 75.0f, 89.624f, 75.0f, 85.345f)
|
||||||
curveTo(53.0f, 58.488f, 53.214f, 55.048f, 53.642f, 51.679f)
|
curveTo(75.0f, 81.101f, 75.259f, 76.942f, 75.776f, 72.87f)
|
||||||
curveTo(54.071f, 48.281f, 54.756f, 44.941f, 55.698f, 41.657f)
|
curveTo(76.294f, 68.764f, 77.122f, 64.727f, 78.261f, 60.758f)
|
||||||
curveTo(56.64f, 38.346f, 57.854f, 35.062f, 59.338f, 31.807f)
|
curveTo(79.4f, 56.756f, 80.866f, 52.787f, 82.661f, 48.853f)
|
||||||
curveTo(60.823f, 28.552f, 62.636f, 25.283f, 64.777f, 22.0f)
|
curveTo(84.455f, 44.919f, 86.646f, 40.968f, 89.234f, 37.0f)
|
||||||
lineTo(68.846f, 24.527f)
|
lineTo(94.152f, 40.054f)
|
||||||
curveTo(69.103f, 24.698f, 69.331f, 24.884f, 69.531f, 25.083f)
|
curveTo(94.462f, 40.261f, 94.738f, 40.485f, 94.98f, 40.727f)
|
||||||
curveTo(69.759f, 25.283f, 69.931f, 25.54f, 70.045f, 25.854f)
|
curveTo(95.256f, 40.968f, 95.463f, 41.279f, 95.601f, 41.659f)
|
||||||
curveTo(70.159f, 26.14f, 70.188f, 26.483f, 70.131f, 26.882f)
|
curveTo(95.739f, 42.004f, 95.773f, 42.418f, 95.704f, 42.901f)
|
||||||
curveTo(70.074f, 27.282f, 69.916f, 27.739f, 69.66f, 28.253f)
|
curveTo(95.635f, 43.384f, 95.446f, 43.936f, 95.135f, 44.557f)
|
||||||
curveTo(66.833f, 33.335f, 64.677f, 38.731f, 63.193f, 44.441f)
|
curveTo(91.719f, 50.7f, 89.114f, 57.221f, 87.319f, 64.123f)
|
||||||
curveTo(61.708f, 50.151f, 60.966f, 56.004f, 60.966f, 62.0f)
|
curveTo(85.525f, 71.024f, 84.628f, 78.098f, 84.628f, 85.345f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,39 +17,39 @@ val UnittoIcons.Ln: ImageVector
|
|||||||
if (_ln != null) {
|
if (_ln != null) {
|
||||||
return _ln!!
|
return _ln!!
|
||||||
}
|
}
|
||||||
_ln = Builder(name = "Ln", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp, viewportWidth
|
_ln = Builder(name = "Ln", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
||||||
= 274.0f, viewportHeight = 150.0f).apply {
|
= 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(106.988f, 30.728f)
|
moveTo(107.37f, 35.782f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(95.595f)
|
horizontalLineTo(95.622f)
|
||||||
verticalLineTo(30.728f)
|
verticalLineTo(35.782f)
|
||||||
horizontalLineTo(106.988f)
|
horizontalLineTo(107.37f)
|
||||||
close()
|
close()
|
||||||
moveTo(136.214f, 69.576f)
|
moveTo(134.869f, 75.844f)
|
||||||
curveTo(137.622f, 67.997f, 139.115f, 66.568f, 140.694f, 65.288f)
|
curveTo(136.321f, 74.216f, 137.861f, 72.742f, 139.489f, 71.422f)
|
||||||
curveTo(142.272f, 64.008f, 143.936f, 62.92f, 145.686f, 62.024f)
|
curveTo(141.117f, 70.102f, 142.833f, 68.98f, 144.637f, 68.056f)
|
||||||
curveTo(147.478f, 61.085f, 149.355f, 60.381f, 151.318f, 59.912f)
|
curveTo(146.485f, 67.088f, 148.421f, 66.362f, 150.445f, 65.878f)
|
||||||
curveTo(153.323f, 59.4f, 155.478f, 59.144f, 157.782f, 59.144f)
|
curveTo(152.513f, 65.35f, 154.735f, 65.086f, 157.111f, 65.086f)
|
||||||
curveTo(161.323f, 59.144f, 164.438f, 59.741f, 167.126f, 60.936f)
|
curveTo(160.763f, 65.086f, 163.975f, 65.702f, 166.747f, 66.934f)
|
||||||
curveTo(169.856f, 62.088f, 172.118f, 63.752f, 173.91f, 65.928f)
|
curveTo(169.563f, 68.122f, 171.895f, 69.838f, 173.743f, 72.082f)
|
||||||
curveTo(175.744f, 68.061f, 177.131f, 70.643f, 178.07f, 73.672f)
|
curveTo(175.635f, 74.282f, 177.065f, 76.944f, 178.033f, 80.068f)
|
||||||
curveTo(179.008f, 76.701f, 179.478f, 80.051f, 179.478f, 83.72f)
|
curveTo(179.001f, 83.192f, 179.485f, 86.646f, 179.485f, 90.43f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(168.022f)
|
horizontalLineTo(167.671f)
|
||||||
verticalLineTo(83.72f)
|
verticalLineTo(90.43f)
|
||||||
curveTo(168.022f, 78.813f, 166.891f, 75.016f, 164.63f, 72.328f)
|
curveTo(167.671f, 85.37f, 166.505f, 81.454f, 164.173f, 78.682f)
|
||||||
curveTo(162.411f, 69.597f, 159.019f, 68.232f, 154.454f, 68.232f)
|
curveTo(161.885f, 75.866f, 158.387f, 74.458f, 153.679f, 74.458f)
|
||||||
curveTo(151.083f, 68.232f, 147.926f, 69.043f, 144.982f, 70.664f)
|
curveTo(150.203f, 74.458f, 146.947f, 75.294f, 143.911f, 76.966f)
|
||||||
curveTo(142.08f, 72.285f, 139.392f, 74.483f, 136.918f, 77.256f)
|
curveTo(140.919f, 78.638f, 138.147f, 80.904f, 135.595f, 83.764f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(125.462f)
|
horizontalLineTo(123.781f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(132.31f)
|
horizontalLineTo(130.843f)
|
||||||
curveTo(133.931f, 60.168f, 134.934f, 60.957f, 135.318f, 62.536f)
|
curveTo(132.515f, 66.142f, 133.549f, 66.956f, 133.945f, 68.584f)
|
||||||
lineTo(136.214f, 69.576f)
|
lineTo(134.869f, 75.844f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,124 +17,124 @@ val UnittoIcons.Log: ImageVector
|
|||||||
if (_log != null) {
|
if (_log != null) {
|
||||||
return _log!!
|
return _log!!
|
||||||
}
|
}
|
||||||
_log = Builder(name = "Log", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_log = Builder(name = "Log", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(73.3f, 30.728f)
|
moveTo(73.949f, 35.782f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(61.908f)
|
horizontalLineTo(62.201f)
|
||||||
verticalLineTo(30.728f)
|
verticalLineTo(35.782f)
|
||||||
horizontalLineTo(73.3f)
|
horizontalLineTo(73.949f)
|
||||||
close()
|
close()
|
||||||
moveTo(119.102f, 59.144f)
|
moveTo(118.543f, 65.086f)
|
||||||
curveTo(123.838f, 59.144f, 128.105f, 59.933f, 131.902f, 61.512f)
|
curveTo(123.427f, 65.086f, 127.827f, 65.9f, 131.743f, 67.528f)
|
||||||
curveTo(135.699f, 63.091f, 138.942f, 65.331f, 141.63f, 68.232f)
|
curveTo(135.659f, 69.156f, 139.003f, 71.466f, 141.775f, 74.458f)
|
||||||
curveTo(144.318f, 71.133f, 146.366f, 74.653f, 147.774f, 78.792f)
|
curveTo(144.547f, 77.45f, 146.659f, 81.08f, 148.111f, 85.348f)
|
||||||
curveTo(149.225f, 82.888f, 149.95f, 87.475f, 149.95f, 92.552f)
|
curveTo(149.607f, 89.572f, 150.355f, 94.302f, 150.355f, 99.538f)
|
||||||
curveTo(149.95f, 97.672f, 149.225f, 102.28f, 147.774f, 106.376f)
|
curveTo(150.355f, 104.818f, 149.607f, 109.57f, 148.111f, 113.794f)
|
||||||
curveTo(146.366f, 110.472f, 144.318f, 113.971f, 141.63f, 116.872f)
|
curveTo(146.659f, 118.018f, 144.547f, 121.626f, 141.775f, 124.618f)
|
||||||
curveTo(138.942f, 119.773f, 135.699f, 122.013f, 131.902f, 123.592f)
|
curveTo(139.003f, 127.61f, 135.659f, 129.92f, 131.743f, 131.548f)
|
||||||
curveTo(128.105f, 125.128f, 123.838f, 125.896f, 119.102f, 125.896f)
|
curveTo(127.827f, 133.132f, 123.427f, 133.924f, 118.543f, 133.924f)
|
||||||
curveTo(114.323f, 125.896f, 110.014f, 125.128f, 106.174f, 123.592f)
|
curveTo(113.615f, 133.924f, 109.171f, 133.132f, 105.211f, 131.548f)
|
||||||
curveTo(102.377f, 122.013f, 99.134f, 119.773f, 96.446f, 116.872f)
|
curveTo(101.295f, 129.92f, 97.951f, 127.61f, 95.179f, 124.618f)
|
||||||
curveTo(93.758f, 113.971f, 91.689f, 110.472f, 90.238f, 106.376f)
|
curveTo(92.407f, 121.626f, 90.273f, 118.018f, 88.777f, 113.794f)
|
||||||
curveTo(88.83f, 102.28f, 88.126f, 97.672f, 88.126f, 92.552f)
|
curveTo(87.325f, 109.57f, 86.599f, 104.818f, 86.599f, 99.538f)
|
||||||
curveTo(88.126f, 87.475f, 88.83f, 82.888f, 90.238f, 78.792f)
|
curveTo(86.599f, 94.302f, 87.325f, 89.572f, 88.777f, 85.348f)
|
||||||
curveTo(91.689f, 74.653f, 93.758f, 71.133f, 96.446f, 68.232f)
|
curveTo(90.273f, 81.08f, 92.407f, 77.45f, 95.179f, 74.458f)
|
||||||
curveTo(99.134f, 65.331f, 102.377f, 63.091f, 106.174f, 61.512f)
|
curveTo(97.951f, 71.466f, 101.295f, 69.156f, 105.211f, 67.528f)
|
||||||
curveTo(110.014f, 59.933f, 114.323f, 59.144f, 119.102f, 59.144f)
|
curveTo(109.171f, 65.9f, 113.615f, 65.086f, 118.543f, 65.086f)
|
||||||
close()
|
close()
|
||||||
moveTo(119.102f, 117.0f)
|
moveTo(118.543f, 124.75f)
|
||||||
curveTo(125.502f, 117.0f, 130.281f, 114.867f, 133.438f, 110.6f)
|
curveTo(125.143f, 124.75f, 130.071f, 122.55f, 133.327f, 118.15f)
|
||||||
curveTo(136.595f, 106.291f, 138.174f, 100.296f, 138.174f, 92.616f)
|
curveTo(136.583f, 113.706f, 138.211f, 107.524f, 138.211f, 99.604f)
|
||||||
curveTo(138.174f, 84.893f, 136.595f, 78.877f, 133.438f, 74.568f)
|
curveTo(138.211f, 91.64f, 136.583f, 85.436f, 133.327f, 80.992f)
|
||||||
curveTo(130.281f, 70.259f, 125.502f, 68.104f, 119.102f, 68.104f)
|
curveTo(130.071f, 76.548f, 125.143f, 74.326f, 118.543f, 74.326f)
|
||||||
curveTo(115.859f, 68.104f, 113.022f, 68.659f, 110.59f, 69.768f)
|
curveTo(115.199f, 74.326f, 112.273f, 74.898f, 109.765f, 76.042f)
|
||||||
curveTo(108.201f, 70.877f, 106.195f, 72.477f, 104.574f, 74.568f)
|
curveTo(107.301f, 77.186f, 105.233f, 78.836f, 103.561f, 80.992f)
|
||||||
curveTo(102.995f, 76.659f, 101.801f, 79.24f, 100.99f, 82.312f)
|
curveTo(101.933f, 83.148f, 100.701f, 85.81f, 99.865f, 88.978f)
|
||||||
curveTo(100.222f, 85.341f, 99.838f, 88.776f, 99.838f, 92.616f)
|
curveTo(99.073f, 92.102f, 98.677f, 95.644f, 98.677f, 99.604f)
|
||||||
curveTo(99.838f, 100.296f, 101.417f, 106.291f, 104.574f, 110.6f)
|
curveTo(98.677f, 107.524f, 100.305f, 113.706f, 103.561f, 118.15f)
|
||||||
curveTo(107.774f, 114.867f, 112.617f, 117.0f, 119.102f, 117.0f)
|
curveTo(106.861f, 122.55f, 111.855f, 124.75f, 118.543f, 124.75f)
|
||||||
close()
|
close()
|
||||||
moveTo(186.616f, 93.32f)
|
moveTo(185.527f, 100.33f)
|
||||||
curveTo(188.92f, 93.32f, 190.947f, 93.0f, 192.696f, 92.36f)
|
curveTo(187.903f, 100.33f, 189.993f, 100.0f, 191.797f, 99.34f)
|
||||||
curveTo(194.445f, 91.72f, 195.917f, 90.824f, 197.112f, 89.672f)
|
curveTo(193.601f, 98.68f, 195.119f, 97.756f, 196.351f, 96.568f)
|
||||||
curveTo(198.307f, 88.52f, 199.203f, 87.155f, 199.8f, 85.576f)
|
curveTo(197.583f, 95.38f, 198.507f, 93.972f, 199.123f, 92.344f)
|
||||||
curveTo(200.397f, 83.955f, 200.696f, 82.184f, 200.696f, 80.264f)
|
curveTo(199.739f, 90.672f, 200.047f, 88.846f, 200.047f, 86.866f)
|
||||||
curveTo(200.696f, 76.296f, 199.48f, 73.139f, 197.048f, 70.792f)
|
curveTo(200.047f, 82.774f, 198.793f, 79.518f, 196.285f, 77.098f)
|
||||||
curveTo(194.659f, 68.445f, 191.181f, 67.272f, 186.616f, 67.272f)
|
curveTo(193.821f, 74.678f, 190.235f, 73.468f, 185.527f, 73.468f)
|
||||||
curveTo(182.008f, 67.272f, 178.488f, 68.445f, 176.056f, 70.792f)
|
curveTo(180.775f, 73.468f, 177.145f, 74.678f, 174.637f, 77.098f)
|
||||||
curveTo(173.667f, 73.139f, 172.472f, 76.296f, 172.472f, 80.264f)
|
curveTo(172.173f, 79.518f, 170.941f, 82.774f, 170.941f, 86.866f)
|
||||||
curveTo(172.472f, 82.184f, 172.771f, 83.955f, 173.368f, 85.576f)
|
curveTo(170.941f, 88.846f, 171.249f, 90.672f, 171.865f, 92.344f)
|
||||||
curveTo(174.008f, 87.155f, 174.925f, 88.52f, 176.12f, 89.672f)
|
curveTo(172.525f, 93.972f, 173.471f, 95.38f, 174.703f, 96.568f)
|
||||||
curveTo(177.315f, 90.824f, 178.787f, 91.72f, 180.536f, 92.36f)
|
curveTo(175.935f, 97.756f, 177.453f, 98.68f, 179.257f, 99.34f)
|
||||||
curveTo(182.285f, 93.0f, 184.312f, 93.32f, 186.616f, 93.32f)
|
curveTo(181.061f, 100.0f, 183.151f, 100.33f, 185.527f, 100.33f)
|
||||||
close()
|
close()
|
||||||
moveTo(207.16f, 128.52f)
|
moveTo(206.713f, 136.63f)
|
||||||
curveTo(207.16f, 126.941f, 206.712f, 125.661f, 205.816f, 124.68f)
|
curveTo(206.713f, 135.002f, 206.251f, 133.682f, 205.327f, 132.67f)
|
||||||
curveTo(204.92f, 123.699f, 203.704f, 122.931f, 202.168f, 122.376f)
|
curveTo(204.403f, 131.658f, 203.149f, 130.866f, 201.565f, 130.294f)
|
||||||
curveTo(200.675f, 121.821f, 198.925f, 121.437f, 196.92f, 121.224f)
|
curveTo(200.025f, 129.722f, 198.221f, 129.326f, 196.153f, 129.106f)
|
||||||
curveTo(194.915f, 120.968f, 192.781f, 120.776f, 190.52f, 120.648f)
|
curveTo(194.085f, 128.842f, 191.885f, 128.644f, 189.553f, 128.512f)
|
||||||
curveTo(188.301f, 120.52f, 186.04f, 120.392f, 183.736f, 120.264f)
|
curveTo(187.265f, 128.38f, 184.933f, 128.248f, 182.557f, 128.116f)
|
||||||
curveTo(181.432f, 120.136f, 179.213f, 119.923f, 177.08f, 119.624f)
|
curveTo(180.181f, 127.984f, 177.893f, 127.764f, 175.693f, 127.456f)
|
||||||
curveTo(174.691f, 120.733f, 172.728f, 122.141f, 171.192f, 123.848f)
|
curveTo(173.229f, 128.6f, 171.205f, 130.052f, 169.621f, 131.812f)
|
||||||
curveTo(169.699f, 125.512f, 168.952f, 127.475f, 168.952f, 129.736f)
|
curveTo(168.081f, 133.528f, 167.311f, 135.552f, 167.311f, 137.884f)
|
||||||
curveTo(168.952f, 131.187f, 169.315f, 132.531f, 170.04f, 133.768f)
|
curveTo(167.311f, 139.38f, 167.685f, 140.766f, 168.433f, 142.042f)
|
||||||
curveTo(170.808f, 135.048f, 171.96f, 136.136f, 173.496f, 137.032f)
|
curveTo(169.225f, 143.362f, 170.413f, 144.484f, 171.997f, 145.408f)
|
||||||
curveTo(175.032f, 137.971f, 176.952f, 138.696f, 179.256f, 139.208f)
|
curveTo(173.581f, 146.376f, 175.561f, 147.124f, 177.937f, 147.652f)
|
||||||
curveTo(181.603f, 139.763f, 184.355f, 140.04f, 187.512f, 140.04f)
|
curveTo(180.357f, 148.224f, 183.195f, 148.51f, 186.451f, 148.51f)
|
||||||
curveTo(190.584f, 140.04f, 193.336f, 139.763f, 195.768f, 139.208f)
|
curveTo(189.619f, 148.51f, 192.457f, 148.224f, 194.965f, 147.652f)
|
||||||
curveTo(198.2f, 138.653f, 200.248f, 137.864f, 201.912f, 136.84f)
|
curveTo(197.473f, 147.08f, 199.585f, 146.266f, 201.301f, 145.21f)
|
||||||
curveTo(203.619f, 135.816f, 204.92f, 134.6f, 205.816f, 133.192f)
|
curveTo(203.061f, 144.154f, 204.403f, 142.9f, 205.327f, 141.448f)
|
||||||
curveTo(206.712f, 131.784f, 207.16f, 130.227f, 207.16f, 128.52f)
|
curveTo(206.251f, 139.996f, 206.713f, 138.39f, 206.713f, 136.63f)
|
||||||
close()
|
close()
|
||||||
moveTo(218.744f, 62.728f)
|
moveTo(218.659f, 68.782f)
|
||||||
verticalLineTo(66.952f)
|
verticalLineTo(73.138f)
|
||||||
curveTo(218.744f, 68.36f, 217.848f, 69.256f, 216.056f, 69.64f)
|
curveTo(218.659f, 74.59f, 217.735f, 75.514f, 215.887f, 75.91f)
|
||||||
lineTo(208.696f, 70.6f)
|
lineTo(208.297f, 76.9f)
|
||||||
curveTo(210.147f, 73.416f, 210.872f, 76.531f, 210.872f, 79.944f)
|
curveTo(209.793f, 79.804f, 210.541f, 83.016f, 210.541f, 86.536f)
|
||||||
curveTo(210.872f, 83.101f, 210.253f, 85.981f, 209.016f, 88.584f)
|
curveTo(210.541f, 89.792f, 209.903f, 92.762f, 208.627f, 95.446f)
|
||||||
curveTo(207.821f, 91.144f, 206.157f, 93.341f, 204.024f, 95.176f)
|
curveTo(207.395f, 98.086f, 205.679f, 100.352f, 203.479f, 102.244f)
|
||||||
curveTo(201.891f, 97.011f, 199.331f, 98.419f, 196.344f, 99.4f)
|
curveTo(201.279f, 104.136f, 198.639f, 105.588f, 195.559f, 106.6f)
|
||||||
curveTo(193.357f, 100.381f, 190.115f, 100.872f, 186.616f, 100.872f)
|
curveTo(192.479f, 107.612f, 189.135f, 108.118f, 185.527f, 108.118f)
|
||||||
curveTo(183.587f, 100.872f, 180.728f, 100.509f, 178.04f, 99.784f)
|
curveTo(182.403f, 108.118f, 179.455f, 107.744f, 176.683f, 106.996f)
|
||||||
curveTo(176.675f, 100.637f, 175.629f, 101.555f, 174.904f, 102.536f)
|
curveTo(175.275f, 107.876f, 174.197f, 108.822f, 173.449f, 109.834f)
|
||||||
curveTo(174.179f, 103.475f, 173.816f, 104.435f, 173.816f, 105.416f)
|
curveTo(172.701f, 110.802f, 172.327f, 111.792f, 172.327f, 112.804f)
|
||||||
curveTo(173.816f, 106.952f, 174.435f, 108.125f, 175.672f, 108.936f)
|
curveTo(172.327f, 114.388f, 172.965f, 115.598f, 174.241f, 116.434f)
|
||||||
curveTo(176.952f, 109.704f, 178.616f, 110.259f, 180.664f, 110.6f)
|
curveTo(175.561f, 117.226f, 177.277f, 117.798f, 179.389f, 118.15f)
|
||||||
curveTo(182.712f, 110.941f, 185.037f, 111.155f, 187.64f, 111.24f)
|
curveTo(181.501f, 118.502f, 183.899f, 118.722f, 186.583f, 118.81f)
|
||||||
curveTo(190.285f, 111.325f, 192.973f, 111.475f, 195.704f, 111.688f)
|
curveTo(189.311f, 118.898f, 192.083f, 119.052f, 194.899f, 119.272f)
|
||||||
curveTo(198.477f, 111.859f, 201.165f, 112.179f, 203.768f, 112.648f)
|
curveTo(197.759f, 119.448f, 200.531f, 119.778f, 203.215f, 120.262f)
|
||||||
curveTo(206.413f, 113.117f, 208.76f, 113.885f, 210.808f, 114.952f)
|
curveTo(205.943f, 120.746f, 208.363f, 121.538f, 210.475f, 122.638f)
|
||||||
curveTo(212.856f, 116.019f, 214.499f, 117.491f, 215.736f, 119.368f)
|
curveTo(212.587f, 123.738f, 214.281f, 125.256f, 215.557f, 127.192f)
|
||||||
curveTo(217.016f, 121.245f, 217.656f, 123.677f, 217.656f, 126.664f)
|
curveTo(216.877f, 129.128f, 217.537f, 131.636f, 217.537f, 134.716f)
|
||||||
curveTo(217.656f, 129.437f, 216.952f, 132.125f, 215.544f, 134.728f)
|
curveTo(217.537f, 137.576f, 216.811f, 140.348f, 215.359f, 143.032f)
|
||||||
curveTo(214.179f, 137.331f, 212.195f, 139.635f, 209.592f, 141.64f)
|
curveTo(213.951f, 145.716f, 211.905f, 148.092f, 209.221f, 150.16f)
|
||||||
curveTo(206.989f, 143.688f, 203.789f, 145.309f, 199.992f, 146.504f)
|
curveTo(206.537f, 152.272f, 203.237f, 153.944f, 199.321f, 155.176f)
|
||||||
curveTo(196.237f, 147.741f, 191.992f, 148.36f, 187.256f, 148.36f)
|
curveTo(195.449f, 156.452f, 191.071f, 157.09f, 186.187f, 157.09f)
|
||||||
curveTo(182.52f, 148.36f, 178.381f, 147.891f, 174.84f, 146.952f)
|
curveTo(181.303f, 157.09f, 177.035f, 156.606f, 173.383f, 155.638f)
|
||||||
curveTo(171.299f, 146.013f, 168.355f, 144.755f, 166.008f, 143.176f)
|
curveTo(169.731f, 154.67f, 166.695f, 153.372f, 164.275f, 151.744f)
|
||||||
curveTo(163.661f, 141.597f, 161.891f, 139.763f, 160.696f, 137.672f)
|
curveTo(161.855f, 150.116f, 160.029f, 148.224f, 158.797f, 146.068f)
|
||||||
curveTo(159.544f, 135.624f, 158.968f, 133.469f, 158.968f, 131.208f)
|
curveTo(157.609f, 143.956f, 157.015f, 141.734f, 157.015f, 139.402f)
|
||||||
curveTo(158.968f, 128.008f, 159.971f, 125.299f, 161.976f, 123.08f)
|
curveTo(157.015f, 136.102f, 158.049f, 133.308f, 160.117f, 131.02f)
|
||||||
curveTo(163.981f, 120.861f, 166.733f, 119.091f, 170.232f, 117.768f)
|
curveTo(162.185f, 128.732f, 165.023f, 126.906f, 168.631f, 125.542f)
|
||||||
curveTo(168.312f, 116.915f, 166.776f, 115.784f, 165.624f, 114.376f)
|
curveTo(166.651f, 124.662f, 165.067f, 123.496f, 163.879f, 122.044f)
|
||||||
curveTo(164.515f, 112.925f, 163.96f, 110.984f, 163.96f, 108.552f)
|
curveTo(162.735f, 120.548f, 162.163f, 118.546f, 162.163f, 116.038f)
|
||||||
curveTo(163.96f, 107.613f, 164.131f, 106.653f, 164.472f, 105.672f)
|
curveTo(162.163f, 115.07f, 162.339f, 114.08f, 162.691f, 113.068f)
|
||||||
curveTo(164.813f, 104.648f, 165.325f, 103.645f, 166.008f, 102.664f)
|
curveTo(163.043f, 112.012f, 163.571f, 110.978f, 164.275f, 109.966f)
|
||||||
curveTo(166.733f, 101.64f, 167.608f, 100.68f, 168.632f, 99.784f)
|
curveTo(165.023f, 108.91f, 165.925f, 107.92f, 166.981f, 106.996f)
|
||||||
curveTo(169.656f, 98.888f, 170.851f, 98.099f, 172.216f, 97.416f)
|
curveTo(168.037f, 106.072f, 169.269f, 105.258f, 170.677f, 104.554f)
|
||||||
curveTo(169.016f, 95.624f, 166.52f, 93.256f, 164.728f, 90.312f)
|
curveTo(167.377f, 102.706f, 164.803f, 100.264f, 162.955f, 97.228f)
|
||||||
curveTo(162.936f, 87.325f, 162.04f, 83.869f, 162.04f, 79.944f)
|
curveTo(161.107f, 94.148f, 160.183f, 90.584f, 160.183f, 86.536f)
|
||||||
curveTo(162.04f, 76.787f, 162.637f, 73.928f, 163.832f, 71.368f)
|
curveTo(160.183f, 83.28f, 160.799f, 80.332f, 162.031f, 77.692f)
|
||||||
curveTo(165.069f, 68.765f, 166.776f, 66.568f, 168.952f, 64.776f)
|
curveTo(163.307f, 75.008f, 165.067f, 72.742f, 167.311f, 70.894f)
|
||||||
curveTo(171.128f, 62.941f, 173.709f, 61.533f, 176.696f, 60.552f)
|
curveTo(169.555f, 69.002f, 172.217f, 67.55f, 175.297f, 66.538f)
|
||||||
curveTo(179.725f, 59.571f, 183.032f, 59.08f, 186.616f, 59.08f)
|
curveTo(178.421f, 65.526f, 181.831f, 65.02f, 185.527f, 65.02f)
|
||||||
curveTo(189.432f, 59.08f, 192.056f, 59.4f, 194.488f, 60.04f)
|
curveTo(188.431f, 65.02f, 191.137f, 65.35f, 193.645f, 66.01f)
|
||||||
curveTo(196.92f, 60.637f, 199.139f, 61.533f, 201.144f, 62.728f)
|
curveTo(196.153f, 66.626f, 198.441f, 67.55f, 200.509f, 68.782f)
|
||||||
horizontalLineTo(218.744f)
|
horizontalLineTo(218.659f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,16 +17,16 @@ val UnittoIcons.Minus: ImageVector
|
|||||||
if (_minus != null) {
|
if (_minus != null) {
|
||||||
return _minus!!
|
return _minus!!
|
||||||
}
|
}
|
||||||
_minus = Builder(name = "Minus", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_minus = Builder(name = "Minus", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(22.0f, 57.0f)
|
moveTo(37.0f, 79.0f)
|
||||||
horizontalLineTo(102.0f)
|
horizontalLineTo(133.69f)
|
||||||
verticalLineTo(67.5f)
|
verticalLineTo(91.691f)
|
||||||
horizontalLineTo(22.0f)
|
horizontalLineTo(37.0f)
|
||||||
verticalLineTo(57.0f)
|
verticalLineTo(79.0f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,64 +17,64 @@ val UnittoIcons.Modulo: ImageVector
|
|||||||
if (_modulo != null) {
|
if (_modulo != null) {
|
||||||
return _modulo!!
|
return _modulo!!
|
||||||
}
|
}
|
||||||
_modulo = Builder(name = "Modulo", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_modulo = Builder(name = "Modulo", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(146.595f, 68.68f)
|
moveTo(146.895f, 74.92f)
|
||||||
horizontalLineTo(130.787f)
|
horizontalLineTo(130.593f)
|
||||||
lineTo(126.627f, 89.544f)
|
lineTo(126.303f, 96.436f)
|
||||||
horizontalLineTo(142.435f)
|
horizontalLineTo(142.605f)
|
||||||
lineTo(146.595f, 68.68f)
|
lineTo(146.895f, 74.92f)
|
||||||
close()
|
close()
|
||||||
moveTo(170.787f, 60.296f)
|
moveTo(171.843f, 66.274f)
|
||||||
lineTo(169.955f, 65.096f)
|
lineTo(170.985f, 71.224f)
|
||||||
curveTo(169.742f, 66.333f, 169.23f, 67.251f, 168.419f, 67.848f)
|
curveTo(170.765f, 72.5f, 170.237f, 73.446f, 169.401f, 74.062f)
|
||||||
curveTo(167.651f, 68.403f, 166.456f, 68.68f, 164.835f, 68.68f)
|
curveTo(168.609f, 74.634f, 167.377f, 74.92f, 165.705f, 74.92f)
|
||||||
horizontalLineTo(156.003f)
|
horizontalLineTo(156.597f)
|
||||||
lineTo(151.843f, 89.544f)
|
lineTo(152.307f, 96.436f)
|
||||||
horizontalLineTo(163.299f)
|
horizontalLineTo(164.121f)
|
||||||
curveTo(164.536f, 89.544f, 165.411f, 89.907f, 165.923f, 90.632f)
|
curveTo(165.397f, 96.436f, 166.299f, 96.81f, 166.827f, 97.558f)
|
||||||
curveTo(166.478f, 91.315f, 166.627f, 92.531f, 166.371f, 94.28f)
|
curveTo(167.399f, 98.262f, 167.553f, 99.516f, 167.289f, 101.32f)
|
||||||
lineTo(165.795f, 97.928f)
|
lineTo(166.695f, 105.082f)
|
||||||
horizontalLineTo(150.627f)
|
horizontalLineTo(151.053f)
|
||||||
lineTo(145.251f, 125.0f)
|
lineTo(145.509f, 133.0f)
|
||||||
horizontalLineTo(140.067f)
|
horizontalLineTo(140.163f)
|
||||||
curveTo(139.512f, 125.0f, 139.0f, 124.872f, 138.531f, 124.616f)
|
curveTo(139.591f, 133.0f, 139.063f, 132.868f, 138.579f, 132.604f)
|
||||||
curveTo(138.062f, 124.36f, 137.656f, 124.019f, 137.315f, 123.592f)
|
curveTo(138.095f, 132.34f, 137.677f, 131.988f, 137.325f, 131.548f)
|
||||||
curveTo(137.016f, 123.165f, 136.803f, 122.653f, 136.675f, 122.056f)
|
curveTo(137.017f, 131.108f, 136.797f, 130.58f, 136.665f, 129.964f)
|
||||||
curveTo(136.547f, 121.459f, 136.547f, 120.797f, 136.675f, 120.072f)
|
curveTo(136.533f, 129.348f, 136.533f, 128.666f, 136.665f, 127.918f)
|
||||||
lineTo(141.219f, 97.928f)
|
lineTo(141.351f, 105.082f)
|
||||||
horizontalLineTo(125.411f)
|
horizontalLineTo(125.049f)
|
||||||
lineTo(120.867f, 120.648f)
|
lineTo(120.363f, 128.512f)
|
||||||
curveTo(120.611f, 122.227f, 119.992f, 123.357f, 119.011f, 124.04f)
|
curveTo(120.099f, 130.14f, 119.461f, 131.306f, 118.449f, 132.01f)
|
||||||
curveTo(118.03f, 124.68f, 116.92f, 125.0f, 115.683f, 125.0f)
|
curveTo(117.437f, 132.67f, 116.293f, 133.0f, 115.017f, 133.0f)
|
||||||
horizontalLineTo(110.563f)
|
horizontalLineTo(109.737f)
|
||||||
lineTo(116.003f, 97.928f)
|
lineTo(115.347f, 105.082f)
|
||||||
horizontalLineTo(106.659f)
|
horizontalLineTo(105.711f)
|
||||||
curveTo(105.464f, 97.928f, 104.59f, 97.587f, 104.035f, 96.904f)
|
curveTo(104.479f, 105.082f, 103.577f, 104.73f, 103.005f, 104.026f)
|
||||||
curveTo(103.523f, 96.179f, 103.395f, 94.941f, 103.651f, 93.192f)
|
curveTo(102.477f, 103.278f, 102.345f, 102.002f, 102.609f, 100.198f)
|
||||||
lineTo(104.163f, 89.544f)
|
lineTo(103.137f, 96.436f)
|
||||||
horizontalLineTo(117.219f)
|
horizontalLineTo(116.601f)
|
||||||
lineTo(121.379f, 68.68f)
|
lineTo(120.891f, 74.92f)
|
||||||
horizontalLineTo(106.531f)
|
horizontalLineTo(105.579f)
|
||||||
lineTo(107.363f, 63.944f)
|
lineTo(106.437f, 70.036f)
|
||||||
curveTo(107.576f, 62.707f, 108.067f, 61.789f, 108.835f, 61.192f)
|
curveTo(106.657f, 68.76f, 107.163f, 67.814f, 107.955f, 67.198f)
|
||||||
curveTo(109.646f, 60.595f, 110.862f, 60.296f, 112.483f, 60.296f)
|
curveTo(108.791f, 66.582f, 110.045f, 66.274f, 111.717f, 66.274f)
|
||||||
horizontalLineTo(122.595f)
|
horizontalLineTo(122.145f)
|
||||||
lineTo(127.203f, 37.384f)
|
lineTo(126.897f, 42.646f)
|
||||||
curveTo(127.459f, 36.104f, 128.035f, 35.101f, 128.931f, 34.376f)
|
curveTo(127.161f, 41.326f, 127.755f, 40.292f, 128.679f, 39.544f)
|
||||||
curveTo(129.87f, 33.651f, 130.979f, 33.288f, 132.259f, 33.288f)
|
curveTo(129.647f, 38.796f, 130.791f, 38.422f, 132.111f, 38.422f)
|
||||||
horizontalLineTo(137.379f)
|
horizontalLineTo(137.391f)
|
||||||
lineTo(132.003f, 60.296f)
|
lineTo(131.847f, 66.274f)
|
||||||
horizontalLineTo(147.811f)
|
horizontalLineTo(148.149f)
|
||||||
lineTo(153.187f, 33.288f)
|
lineTo(153.693f, 38.422f)
|
||||||
horizontalLineTo(158.243f)
|
horizontalLineTo(158.907f)
|
||||||
curveTo(159.48f, 33.288f, 160.44f, 33.693f, 161.123f, 34.504f)
|
curveTo(160.183f, 38.422f, 161.173f, 38.84f, 161.877f, 39.676f)
|
||||||
curveTo(161.848f, 35.315f, 162.104f, 36.339f, 161.891f, 37.576f)
|
curveTo(162.625f, 40.512f, 162.889f, 41.568f, 162.669f, 42.844f)
|
||||||
lineTo(157.219f, 60.296f)
|
lineTo(157.851f, 66.274f)
|
||||||
horizontalLineTo(170.787f)
|
horizontalLineTo(171.843f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,26 +17,26 @@ val UnittoIcons.Multiply: ImageVector
|
|||||||
if (_multiply != null) {
|
if (_multiply != null) {
|
||||||
return _multiply!!
|
return _multiply!!
|
||||||
}
|
}
|
||||||
_multiply = Builder(name = "Multiply", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_multiply = Builder(name = "Multiply", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(23.0f, 93.357f)
|
moveTo(37.0f, 124.46f)
|
||||||
lineTo(93.357f, 23.0f)
|
lineTo(124.46f, 37.0f)
|
||||||
lineTo(100.782f, 30.425f)
|
lineTo(133.69f, 46.229f)
|
||||||
lineTo(30.425f, 100.782f)
|
lineTo(46.229f, 133.69f)
|
||||||
lineTo(23.0f, 93.357f)
|
lineTo(37.0f, 124.46f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(30.425f, 23.0f)
|
moveTo(46.229f, 37.0f)
|
||||||
lineTo(100.782f, 93.357f)
|
lineTo(133.69f, 124.461f)
|
||||||
lineTo(93.357f, 100.782f)
|
lineTo(124.461f, 133.69f)
|
||||||
lineTo(23.0f, 30.425f)
|
lineTo(37.0f, 46.229f)
|
||||||
lineTo(30.425f, 23.0f)
|
lineTo(46.229f, 37.0f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,28 +17,92 @@ val UnittoIcons.Percent: ImageVector
|
|||||||
if (_percent != null) {
|
if (_percent != null) {
|
||||||
return _percent!!
|
return _percent!!
|
||||||
}
|
}
|
||||||
_percent = Builder(name = "Percent", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_percent = Builder(name = "Percent", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFF000000)),
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineWidth = 8.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(85.768f, 28.336f)
|
moveTo(79.736f, 61.258f)
|
||||||
lineTo(86.685f, 29.026f)
|
curveTo(79.736f, 64.954f, 79.164f, 68.276f, 78.02f, 71.224f)
|
||||||
lineTo(35.993f, 95.366f)
|
curveTo(76.876f, 74.128f, 75.336f, 76.592f, 73.4f, 78.616f)
|
||||||
lineTo(35.076f, 94.676f)
|
curveTo(71.508f, 80.596f, 69.286f, 82.114f, 66.734f, 83.17f)
|
||||||
lineTo(85.768f, 28.336f)
|
curveTo(64.226f, 84.226f, 61.564f, 84.754f, 58.748f, 84.754f)
|
||||||
|
curveTo(55.8f, 84.754f, 53.05f, 84.226f, 50.498f, 83.17f)
|
||||||
|
curveTo(47.946f, 82.114f, 45.724f, 80.596f, 43.832f, 78.616f)
|
||||||
|
curveTo(41.984f, 76.592f, 40.532f, 74.128f, 39.476f, 71.224f)
|
||||||
|
curveTo(38.42f, 68.276f, 37.892f, 64.954f, 37.892f, 61.258f)
|
||||||
|
curveTo(37.892f, 57.474f, 38.42f, 54.108f, 39.476f, 51.16f)
|
||||||
|
curveTo(40.532f, 48.212f, 41.984f, 45.726f, 43.832f, 43.702f)
|
||||||
|
curveTo(45.724f, 41.678f, 47.946f, 40.138f, 50.498f, 39.082f)
|
||||||
|
curveTo(53.05f, 38.026f, 55.8f, 37.498f, 58.748f, 37.498f)
|
||||||
|
curveTo(61.74f, 37.498f, 64.512f, 38.026f, 67.064f, 39.082f)
|
||||||
|
curveTo(69.616f, 40.138f, 71.838f, 41.678f, 73.73f, 43.702f)
|
||||||
|
curveTo(75.622f, 45.726f, 77.096f, 48.212f, 78.152f, 51.16f)
|
||||||
|
curveTo(79.208f, 54.108f, 79.736f, 57.474f, 79.736f, 61.258f)
|
||||||
close()
|
close()
|
||||||
moveTo(54.0f, 40.0f)
|
moveTo(70.628f, 61.258f)
|
||||||
curveTo(54.0f, 47.732f, 47.732f, 54.0f, 40.0f, 54.0f)
|
curveTo(70.628f, 58.354f, 70.32f, 55.89f, 69.704f, 53.866f)
|
||||||
curveTo(32.268f, 54.0f, 26.0f, 47.732f, 26.0f, 40.0f)
|
curveTo(69.088f, 51.842f, 68.23f, 50.192f, 67.13f, 48.916f)
|
||||||
curveTo(26.0f, 32.268f, 32.268f, 26.0f, 40.0f, 26.0f)
|
curveTo(66.074f, 47.596f, 64.82f, 46.65f, 63.368f, 46.078f)
|
||||||
curveTo(47.732f, 26.0f, 54.0f, 32.268f, 54.0f, 40.0f)
|
curveTo(61.916f, 45.506f, 60.376f, 45.22f, 58.748f, 45.22f)
|
||||||
|
curveTo(57.12f, 45.22f, 55.602f, 45.506f, 54.194f, 46.078f)
|
||||||
|
curveTo(52.786f, 46.65f, 51.554f, 47.596f, 50.498f, 48.916f)
|
||||||
|
curveTo(49.442f, 50.192f, 48.606f, 51.842f, 47.99f, 53.866f)
|
||||||
|
curveTo(47.374f, 55.89f, 47.066f, 58.354f, 47.066f, 61.258f)
|
||||||
|
curveTo(47.066f, 64.118f, 47.374f, 66.56f, 47.99f, 68.584f)
|
||||||
|
curveTo(48.606f, 70.564f, 49.442f, 72.192f, 50.498f, 73.468f)
|
||||||
|
curveTo(51.554f, 74.7f, 52.786f, 75.602f, 54.194f, 76.174f)
|
||||||
|
curveTo(55.602f, 76.702f, 57.12f, 76.966f, 58.748f, 76.966f)
|
||||||
|
curveTo(60.376f, 76.966f, 61.916f, 76.702f, 63.368f, 76.174f)
|
||||||
|
curveTo(64.82f, 75.602f, 66.074f, 74.7f, 67.13f, 73.468f)
|
||||||
|
curveTo(68.23f, 72.192f, 69.088f, 70.564f, 69.704f, 68.584f)
|
||||||
|
curveTo(70.32f, 66.56f, 70.628f, 64.118f, 70.628f, 61.258f)
|
||||||
close()
|
close()
|
||||||
moveTo(98.0f, 84.0f)
|
moveTo(113.198f, 40.402f)
|
||||||
curveTo(98.0f, 91.732f, 91.732f, 98.0f, 84.0f, 98.0f)
|
curveTo(113.638f, 39.874f, 114.144f, 39.412f, 114.716f, 39.016f)
|
||||||
curveTo(76.268f, 98.0f, 70.0f, 91.732f, 70.0f, 84.0f)
|
curveTo(115.332f, 38.62f, 116.146f, 38.422f, 117.158f, 38.422f)
|
||||||
curveTo(70.0f, 76.268f, 76.268f, 70.0f, 84.0f, 70.0f)
|
horizontalLineTo(125.672f)
|
||||||
curveTo(91.732f, 70.0f, 98.0f, 76.268f, 98.0f, 84.0f)
|
lineTo(56.504f, 131.086f)
|
||||||
|
curveTo(56.108f, 131.658f, 55.602f, 132.12f, 54.986f, 132.472f)
|
||||||
|
curveTo(54.37f, 132.824f, 53.622f, 133.0f, 52.742f, 133.0f)
|
||||||
|
horizontalLineTo(44.096f)
|
||||||
|
lineTo(113.198f, 40.402f)
|
||||||
|
close()
|
||||||
|
moveTo(132.074f, 110.692f)
|
||||||
|
curveTo(132.074f, 114.388f, 131.502f, 117.688f, 130.358f, 120.592f)
|
||||||
|
curveTo(129.214f, 123.496f, 127.674f, 125.96f, 125.738f, 127.984f)
|
||||||
|
curveTo(123.846f, 129.964f, 121.624f, 131.482f, 119.072f, 132.538f)
|
||||||
|
curveTo(116.564f, 133.594f, 113.902f, 134.122f, 111.086f, 134.122f)
|
||||||
|
curveTo(108.094f, 134.122f, 105.322f, 133.594f, 102.77f, 132.538f)
|
||||||
|
curveTo(100.262f, 131.482f, 98.062f, 129.964f, 96.17f, 127.984f)
|
||||||
|
curveTo(94.322f, 125.96f, 92.87f, 123.496f, 91.814f, 120.592f)
|
||||||
|
curveTo(90.758f, 117.688f, 90.23f, 114.388f, 90.23f, 110.692f)
|
||||||
|
curveTo(90.23f, 106.908f, 90.758f, 103.542f, 91.814f, 100.594f)
|
||||||
|
curveTo(92.87f, 97.602f, 94.322f, 95.094f, 96.17f, 93.07f)
|
||||||
|
curveTo(98.062f, 91.046f, 100.262f, 89.506f, 102.77f, 88.45f)
|
||||||
|
curveTo(105.322f, 87.394f, 108.094f, 86.866f, 111.086f, 86.866f)
|
||||||
|
curveTo(114.034f, 86.866f, 116.784f, 87.394f, 119.336f, 88.45f)
|
||||||
|
curveTo(121.932f, 89.506f, 124.154f, 91.046f, 126.002f, 93.07f)
|
||||||
|
curveTo(127.894f, 95.094f, 129.368f, 97.602f, 130.424f, 100.594f)
|
||||||
|
curveTo(131.524f, 103.542f, 132.074f, 106.908f, 132.074f, 110.692f)
|
||||||
|
close()
|
||||||
|
moveTo(122.966f, 110.692f)
|
||||||
|
curveTo(122.966f, 107.788f, 122.658f, 105.324f, 122.042f, 103.3f)
|
||||||
|
curveTo(121.426f, 101.232f, 120.568f, 99.56f, 119.468f, 98.284f)
|
||||||
|
curveTo(118.412f, 97.008f, 117.158f, 96.084f, 115.706f, 95.512f)
|
||||||
|
curveTo(114.254f, 94.94f, 112.714f, 94.654f, 111.086f, 94.654f)
|
||||||
|
curveTo(109.458f, 94.654f, 107.918f, 94.94f, 106.466f, 95.512f)
|
||||||
|
curveTo(105.058f, 96.084f, 103.826f, 97.008f, 102.77f, 98.284f)
|
||||||
|
curveTo(101.714f, 99.56f, 100.878f, 101.232f, 100.262f, 103.3f)
|
||||||
|
curveTo(99.69f, 105.324f, 99.404f, 107.788f, 99.404f, 110.692f)
|
||||||
|
curveTo(99.404f, 113.552f, 99.69f, 115.972f, 100.262f, 117.952f)
|
||||||
|
curveTo(100.878f, 119.932f, 101.714f, 121.56f, 102.77f, 122.836f)
|
||||||
|
curveTo(103.826f, 124.068f, 105.058f, 124.97f, 106.466f, 125.542f)
|
||||||
|
curveTo(107.918f, 126.07f, 109.458f, 126.334f, 111.086f, 126.334f)
|
||||||
|
curveTo(112.714f, 126.334f, 114.254f, 126.07f, 115.706f, 125.542f)
|
||||||
|
curveTo(117.158f, 124.97f, 118.412f, 124.068f, 119.468f, 122.836f)
|
||||||
|
curveTo(120.568f, 121.56f, 121.426f, 119.932f, 122.042f, 117.952f)
|
||||||
|
curveTo(122.658f, 115.972f, 122.966f, 113.552f, 122.966f, 110.692f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,60 +17,60 @@ val UnittoIcons.Pi: ImageVector
|
|||||||
if (_pi != null) {
|
if (_pi != null) {
|
||||||
return _pi!!
|
return _pi!!
|
||||||
}
|
}
|
||||||
_pi = Builder(name = "Pi", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp, viewportWidth
|
_pi = Builder(name = "Pi", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
||||||
= 274.0f, viewportHeight = 150.0f).apply {
|
= 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(172.313f, 66.184f)
|
moveTo(173.417f, 72.346f)
|
||||||
curveTo(172.313f, 67.208f, 171.993f, 68.083f, 171.353f, 68.808f)
|
curveTo(173.417f, 73.402f, 173.087f, 74.304f, 172.427f, 75.052f)
|
||||||
curveTo(170.756f, 69.491f, 169.838f, 69.832f, 168.601f, 69.832f)
|
curveTo(171.811f, 75.756f, 170.865f, 76.108f, 169.589f, 76.108f)
|
||||||
horizontalLineTo(159.193f)
|
horizontalLineTo(159.887f)
|
||||||
curveTo(159.15f, 72.264f, 159.108f, 74.525f, 159.065f, 76.616f)
|
curveTo(159.843f, 78.616f, 159.799f, 80.948f, 159.755f, 83.104f)
|
||||||
curveTo(159.022f, 78.707f, 159.001f, 80.819f, 159.001f, 82.952f)
|
curveTo(159.711f, 85.26f, 159.689f, 87.438f, 159.689f, 89.638f)
|
||||||
curveTo(159.001f, 88.029f, 159.086f, 92.403f, 159.257f, 96.072f)
|
curveTo(159.689f, 94.874f, 159.777f, 99.384f, 159.953f, 103.168f)
|
||||||
curveTo(159.428f, 99.699f, 159.662f, 102.771f, 159.961f, 105.288f)
|
curveTo(160.129f, 106.908f, 160.371f, 110.076f, 160.679f, 112.672f)
|
||||||
curveTo(160.302f, 107.805f, 160.729f, 109.832f, 161.241f, 111.368f)
|
curveTo(161.031f, 115.268f, 161.471f, 117.358f, 161.999f, 118.942f)
|
||||||
curveTo(161.753f, 112.904f, 162.35f, 114.077f, 163.033f, 114.888f)
|
curveTo(162.527f, 120.526f, 163.143f, 121.736f, 163.847f, 122.572f)
|
||||||
curveTo(163.716f, 115.699f, 164.484f, 116.253f, 165.337f, 116.552f)
|
curveTo(164.551f, 123.408f, 165.343f, 123.98f, 166.223f, 124.288f)
|
||||||
curveTo(166.19f, 116.808f, 167.15f, 116.936f, 168.217f, 116.936f)
|
curveTo(167.103f, 124.552f, 168.093f, 124.684f, 169.193f, 124.684f)
|
||||||
horizontalLineTo(170.649f)
|
horizontalLineTo(171.701f)
|
||||||
verticalLineTo(121.544f)
|
verticalLineTo(129.436f)
|
||||||
curveTo(170.649f, 122.781f, 169.924f, 123.741f, 168.473f, 124.424f)
|
curveTo(171.701f, 130.712f, 170.953f, 131.702f, 169.457f, 132.406f)
|
||||||
curveTo(167.065f, 125.064f, 165.273f, 125.384f, 163.097f, 125.384f)
|
curveTo(168.005f, 133.066f, 166.157f, 133.396f, 163.913f, 133.396f)
|
||||||
curveTo(160.58f, 125.384f, 158.361f, 124.957f, 156.441f, 124.104f)
|
curveTo(161.317f, 133.396f, 159.029f, 132.956f, 157.049f, 132.076f)
|
||||||
curveTo(154.564f, 123.251f, 153.006f, 121.928f, 151.769f, 120.136f)
|
curveTo(155.113f, 131.196f, 153.507f, 129.832f, 152.231f, 127.984f)
|
||||||
curveTo(150.532f, 118.344f, 149.593f, 116.04f, 148.953f, 113.224f)
|
curveTo(150.955f, 126.136f, 149.987f, 123.76f, 149.327f, 120.856f)
|
||||||
curveTo(148.356f, 110.365f, 148.057f, 106.952f, 148.057f, 102.984f)
|
curveTo(148.711f, 117.908f, 148.403f, 114.388f, 148.403f, 110.296f)
|
||||||
curveTo(148.057f, 101.064f, 148.142f, 98.995f, 148.313f, 96.776f)
|
curveTo(148.403f, 108.316f, 148.491f, 106.182f, 148.667f, 103.894f)
|
||||||
curveTo(148.484f, 94.515f, 148.676f, 92.04f, 148.889f, 89.352f)
|
curveTo(148.843f, 101.562f, 149.041f, 99.01f, 149.261f, 96.238f)
|
||||||
curveTo(149.102f, 86.664f, 149.316f, 83.72f, 149.529f, 80.52f)
|
curveTo(149.481f, 93.466f, 149.701f, 90.43f, 149.921f, 87.13f)
|
||||||
curveTo(149.742f, 77.277f, 149.913f, 73.715f, 150.041f, 69.832f)
|
curveTo(150.141f, 83.786f, 150.317f, 80.112f, 150.449f, 76.108f)
|
||||||
horizontalLineTo(126.361f)
|
horizontalLineTo(126.029f)
|
||||||
curveTo(126.233f, 77.171f, 125.913f, 83.656f, 125.401f, 89.288f)
|
curveTo(125.897f, 83.676f, 125.567f, 90.364f, 125.039f, 96.172f)
|
||||||
curveTo(124.889f, 94.92f, 124.228f, 99.805f, 123.417f, 103.944f)
|
curveTo(124.511f, 101.98f, 123.829f, 107.018f, 122.993f, 111.286f)
|
||||||
curveTo(122.606f, 108.04f, 121.646f, 111.475f, 120.537f, 114.248f)
|
curveTo(122.157f, 115.51f, 121.167f, 119.052f, 120.023f, 121.912f)
|
||||||
curveTo(119.47f, 117.021f, 118.276f, 119.24f, 116.953f, 120.904f)
|
curveTo(118.923f, 124.772f, 117.691f, 127.06f, 116.327f, 128.776f)
|
||||||
curveTo(115.673f, 122.568f, 114.265f, 123.763f, 112.729f, 124.488f)
|
curveTo(115.007f, 130.492f, 113.555f, 131.724f, 111.971f, 132.472f)
|
||||||
curveTo(111.193f, 125.171f, 109.593f, 125.512f, 107.929f, 125.512f)
|
curveTo(110.387f, 133.176f, 108.737f, 133.528f, 107.021f, 133.528f)
|
||||||
curveTo(107.417f, 125.512f, 106.884f, 125.469f, 106.329f, 125.384f)
|
curveTo(106.493f, 133.528f, 105.943f, 133.484f, 105.371f, 133.396f)
|
||||||
curveTo(105.774f, 125.299f, 105.241f, 125.171f, 104.729f, 125.0f)
|
curveTo(104.799f, 133.308f, 104.249f, 133.176f, 103.721f, 133.0f)
|
||||||
curveTo(104.26f, 124.787f, 103.876f, 124.531f, 103.577f, 124.232f)
|
curveTo(103.237f, 132.78f, 102.841f, 132.516f, 102.533f, 132.208f)
|
||||||
curveTo(103.278f, 123.933f, 103.129f, 123.592f, 103.129f, 123.208f)
|
curveTo(102.225f, 131.9f, 102.071f, 131.548f, 102.071f, 131.152f)
|
||||||
verticalLineTo(115.464f)
|
verticalLineTo(123.166f)
|
||||||
horizontalLineTo(104.409f)
|
horizontalLineTo(103.391f)
|
||||||
curveTo(105.689f, 115.464f, 106.99f, 114.653f, 108.313f, 113.032f)
|
curveTo(104.711f, 123.166f, 106.053f, 122.33f, 107.417f, 120.658f)
|
||||||
curveTo(109.636f, 111.368f, 110.852f, 108.744f, 111.961f, 105.16f)
|
curveTo(108.781f, 118.942f, 110.035f, 116.236f, 111.179f, 112.54f)
|
||||||
curveTo(113.07f, 101.533f, 114.03f, 96.819f, 114.841f, 91.016f)
|
curveTo(112.323f, 108.8f, 113.313f, 103.938f, 114.149f, 97.954f)
|
||||||
curveTo(115.652f, 85.213f, 116.164f, 78.152f, 116.377f, 69.832f)
|
curveTo(114.985f, 91.97f, 115.513f, 84.688f, 115.733f, 76.108f)
|
||||||
horizontalLineTo(102.361f)
|
horizontalLineTo(101.279f)
|
||||||
verticalLineTo(65.032f)
|
verticalLineTo(71.158f)
|
||||||
curveTo(102.361f, 64.563f, 102.446f, 64.093f, 102.617f, 63.624f)
|
curveTo(101.279f, 70.674f, 101.367f, 70.19f, 101.543f, 69.706f)
|
||||||
curveTo(102.83f, 63.112f, 103.129f, 62.643f, 103.513f, 62.216f)
|
curveTo(101.763f, 69.178f, 102.071f, 68.694f, 102.467f, 68.254f)
|
||||||
curveTo(103.897f, 61.789f, 104.345f, 61.448f, 104.857f, 61.192f)
|
curveTo(102.863f, 67.814f, 103.325f, 67.462f, 103.853f, 67.198f)
|
||||||
curveTo(105.412f, 60.936f, 106.052f, 60.808f, 106.777f, 60.808f)
|
curveTo(104.425f, 66.934f, 105.085f, 66.802f, 105.833f, 66.802f)
|
||||||
horizontalLineTo(172.313f)
|
horizontalLineTo(173.417f)
|
||||||
verticalLineTo(66.184f)
|
verticalLineTo(72.346f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,26 +17,26 @@ val UnittoIcons.Plus: ImageVector
|
|||||||
if (_plus != null) {
|
if (_plus != null) {
|
||||||
return _plus!!
|
return _plus!!
|
||||||
}
|
}
|
||||||
_plus = Builder(name = "Plus", defaultWidth = 124.0.dp, defaultHeight = 124.0.dp,
|
_plus = Builder(name = "Plus", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(22.0f, 57.0f)
|
moveTo(37.0f, 79.302f)
|
||||||
horizontalLineTo(102.0f)
|
horizontalLineTo(133.69f)
|
||||||
verticalLineTo(67.5f)
|
verticalLineTo(91.992f)
|
||||||
horizontalLineTo(22.0f)
|
horizontalLineTo(37.0f)
|
||||||
verticalLineTo(57.0f)
|
verticalLineTo(79.302f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(68.0f, 22.0f)
|
moveTo(92.597f, 37.0f)
|
||||||
lineTo(68.0f, 102.0f)
|
lineTo(92.597f, 133.69f)
|
||||||
horizontalLineTo(57.5f)
|
horizontalLineTo(79.906f)
|
||||||
lineTo(57.5f, 22.0f)
|
lineTo(79.906f, 37.0f)
|
||||||
lineTo(68.0f, 22.0f)
|
lineTo(92.597f, 37.0f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,47 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.Power: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_power != null) {
|
||||||
|
return _power!!
|
||||||
|
}
|
||||||
|
_power = Builder(name = "Power", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(114.563f, 87.064f)
|
||||||
|
horizontalLineTo(105.983f)
|
||||||
|
curveTo(105.235f, 87.064f, 104.575f, 86.866f, 104.003f, 86.47f)
|
||||||
|
curveTo(103.475f, 86.03f, 103.057f, 85.48f, 102.749f, 84.82f)
|
||||||
|
lineTo(87.569f, 55.582f)
|
||||||
|
curveTo(86.425f, 53.25f, 85.545f, 51.116f, 84.929f, 49.18f)
|
||||||
|
curveTo(84.621f, 50.192f, 84.269f, 51.226f, 83.873f, 52.282f)
|
||||||
|
curveTo(83.477f, 53.338f, 83.037f, 54.438f, 82.553f, 55.582f)
|
||||||
|
lineTo(67.835f, 84.82f)
|
||||||
|
curveTo(67.571f, 85.436f, 67.153f, 85.964f, 66.581f, 86.404f)
|
||||||
|
curveTo(66.009f, 86.844f, 65.283f, 87.064f, 64.403f, 87.064f)
|
||||||
|
horizontalLineTo(55.427f)
|
||||||
|
lineTo(81.035f, 38.422f)
|
||||||
|
horizontalLineTo(88.625f)
|
||||||
|
lineTo(114.563f, 87.064f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _power!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _power: ImageVector? = null
|
@ -0,0 +1,109 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.Power10: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_power10 != null) {
|
||||||
|
return _power10!!
|
||||||
|
}
|
||||||
|
_power10 = Builder(name = "Power10", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(111.437f, 124.024f)
|
||||||
|
verticalLineTo(133.0f)
|
||||||
|
horizontalLineTo(60.749f)
|
||||||
|
verticalLineTo(124.024f)
|
||||||
|
horizontalLineTo(81.011f)
|
||||||
|
verticalLineTo(59.542f)
|
||||||
|
curveTo(81.011f, 57.606f, 81.077f, 55.648f, 81.209f, 53.668f)
|
||||||
|
lineTo(64.379f, 68.122f)
|
||||||
|
curveTo(63.807f, 68.606f, 63.235f, 68.914f, 62.663f, 69.046f)
|
||||||
|
curveTo(62.091f, 69.134f, 61.563f, 69.134f, 61.079f, 69.046f)
|
||||||
|
curveTo(60.595f, 68.958f, 60.133f, 68.782f, 59.693f, 68.518f)
|
||||||
|
curveTo(59.297f, 68.254f, 58.989f, 67.968f, 58.769f, 67.66f)
|
||||||
|
lineTo(55.073f, 62.578f)
|
||||||
|
lineTo(83.255f, 38.224f)
|
||||||
|
horizontalLineTo(92.825f)
|
||||||
|
verticalLineTo(124.024f)
|
||||||
|
horizontalLineTo(111.437f)
|
||||||
|
close()
|
||||||
|
moveTo(190.78f, 85.744f)
|
||||||
|
curveTo(190.78f, 94.016f, 189.878f, 101.188f, 188.074f, 107.26f)
|
||||||
|
curveTo(186.314f, 113.288f, 183.894f, 118.282f, 180.814f, 122.242f)
|
||||||
|
curveTo(177.734f, 126.202f, 174.082f, 129.15f, 169.858f, 131.086f)
|
||||||
|
curveTo(165.678f, 133.022f, 161.19f, 133.99f, 156.394f, 133.99f)
|
||||||
|
curveTo(151.554f, 133.99f, 147.044f, 133.022f, 142.864f, 131.086f)
|
||||||
|
curveTo(138.728f, 129.15f, 135.12f, 126.202f, 132.04f, 122.242f)
|
||||||
|
curveTo(128.96f, 118.282f, 126.54f, 113.288f, 124.78f, 107.26f)
|
||||||
|
curveTo(123.02f, 101.188f, 122.14f, 94.016f, 122.14f, 85.744f)
|
||||||
|
curveTo(122.14f, 77.472f, 123.02f, 70.3f, 124.78f, 64.228f)
|
||||||
|
curveTo(126.54f, 58.156f, 128.96f, 53.14f, 132.04f, 49.18f)
|
||||||
|
curveTo(135.12f, 45.176f, 138.728f, 42.206f, 142.864f, 40.27f)
|
||||||
|
curveTo(147.044f, 38.334f, 151.554f, 37.366f, 156.394f, 37.366f)
|
||||||
|
curveTo(161.19f, 37.366f, 165.678f, 38.334f, 169.858f, 40.27f)
|
||||||
|
curveTo(174.082f, 42.206f, 177.734f, 45.176f, 180.814f, 49.18f)
|
||||||
|
curveTo(183.894f, 53.14f, 186.314f, 58.156f, 188.074f, 64.228f)
|
||||||
|
curveTo(189.878f, 70.3f, 190.78f, 77.472f, 190.78f, 85.744f)
|
||||||
|
close()
|
||||||
|
moveTo(178.57f, 85.744f)
|
||||||
|
curveTo(178.57f, 78.528f, 177.954f, 72.478f, 176.722f, 67.594f)
|
||||||
|
curveTo(175.534f, 62.666f, 173.906f, 58.706f, 171.838f, 55.714f)
|
||||||
|
curveTo(169.814f, 52.722f, 167.46f, 50.588f, 164.776f, 49.312f)
|
||||||
|
curveTo(162.092f, 47.992f, 159.298f, 47.332f, 156.394f, 47.332f)
|
||||||
|
curveTo(153.49f, 47.332f, 150.696f, 47.992f, 148.012f, 49.312f)
|
||||||
|
curveTo(145.328f, 50.588f, 142.974f, 52.722f, 140.95f, 55.714f)
|
||||||
|
curveTo(138.926f, 58.706f, 137.298f, 62.666f, 136.066f, 67.594f)
|
||||||
|
curveTo(134.878f, 72.478f, 134.284f, 78.528f, 134.284f, 85.744f)
|
||||||
|
curveTo(134.284f, 92.96f, 134.878f, 99.01f, 136.066f, 103.894f)
|
||||||
|
curveTo(137.298f, 108.778f, 138.926f, 112.716f, 140.95f, 115.708f)
|
||||||
|
curveTo(142.974f, 118.7f, 145.328f, 120.856f, 148.012f, 122.176f)
|
||||||
|
curveTo(150.696f, 123.452f, 153.49f, 124.09f, 156.394f, 124.09f)
|
||||||
|
curveTo(159.298f, 124.09f, 162.092f, 123.452f, 164.776f, 122.176f)
|
||||||
|
curveTo(167.46f, 120.856f, 169.814f, 118.7f, 171.838f, 115.708f)
|
||||||
|
curveTo(173.906f, 112.716f, 175.534f, 108.778f, 176.722f, 103.894f)
|
||||||
|
curveTo(177.954f, 99.01f, 178.57f, 92.96f, 178.57f, 85.744f)
|
||||||
|
close()
|
||||||
|
moveTo(228.146f, 72.61f)
|
||||||
|
horizontalLineTo(220.16f)
|
||||||
|
curveTo(219.544f, 72.61f, 219.038f, 72.456f, 218.642f, 72.148f)
|
||||||
|
curveTo(218.29f, 71.84f, 218.004f, 71.488f, 217.784f, 71.092f)
|
||||||
|
lineTo(210.524f, 59.146f)
|
||||||
|
curveTo(210.304f, 60.026f, 210.04f, 60.774f, 209.732f, 61.39f)
|
||||||
|
lineTo(203.462f, 71.092f)
|
||||||
|
curveTo(203.242f, 71.488f, 202.934f, 71.84f, 202.538f, 72.148f)
|
||||||
|
curveTo(202.186f, 72.456f, 201.724f, 72.61f, 201.152f, 72.61f)
|
||||||
|
horizontalLineTo(193.694f)
|
||||||
|
lineTo(205.31f, 54.988f)
|
||||||
|
lineTo(194.156f, 38.422f)
|
||||||
|
horizontalLineTo(202.208f)
|
||||||
|
curveTo(202.824f, 38.422f, 203.264f, 38.51f, 203.528f, 38.686f)
|
||||||
|
curveTo(203.836f, 38.862f, 204.1f, 39.148f, 204.32f, 39.544f)
|
||||||
|
lineTo(211.514f, 51.028f)
|
||||||
|
curveTo(211.646f, 50.588f, 211.778f, 50.17f, 211.91f, 49.774f)
|
||||||
|
curveTo(212.042f, 49.378f, 212.218f, 48.96f, 212.438f, 48.52f)
|
||||||
|
lineTo(218.114f, 39.676f)
|
||||||
|
curveTo(218.51f, 38.84f, 219.148f, 38.422f, 220.028f, 38.422f)
|
||||||
|
horizontalLineTo(227.684f)
|
||||||
|
lineTo(216.53f, 54.658f)
|
||||||
|
lineTo(228.146f, 72.61f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _power10!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _power10: ImageVector? = null
|
@ -0,0 +1,47 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.PowerWide: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_powerwide != null) {
|
||||||
|
return _powerwide!!
|
||||||
|
}
|
||||||
|
_powerwide = Builder(name = "PowerWide", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(166.563f, 87.064f)
|
||||||
|
horizontalLineTo(157.983f)
|
||||||
|
curveTo(157.235f, 87.064f, 156.575f, 86.866f, 156.003f, 86.47f)
|
||||||
|
curveTo(155.475f, 86.03f, 155.057f, 85.48f, 154.749f, 84.82f)
|
||||||
|
lineTo(139.569f, 55.582f)
|
||||||
|
curveTo(138.425f, 53.25f, 137.545f, 51.116f, 136.929f, 49.18f)
|
||||||
|
curveTo(136.621f, 50.192f, 136.269f, 51.226f, 135.873f, 52.282f)
|
||||||
|
curveTo(135.477f, 53.338f, 135.037f, 54.438f, 134.553f, 55.582f)
|
||||||
|
lineTo(119.835f, 84.82f)
|
||||||
|
curveTo(119.571f, 85.436f, 119.153f, 85.964f, 118.581f, 86.404f)
|
||||||
|
curveTo(118.009f, 86.844f, 117.283f, 87.064f, 116.403f, 87.064f)
|
||||||
|
horizontalLineTo(107.427f)
|
||||||
|
lineTo(133.035f, 38.422f)
|
||||||
|
horizontalLineTo(140.625f)
|
||||||
|
lineTo(166.563f, 87.064f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _powerwide!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _powerwide: ImageVector? = null
|
@ -17,91 +17,91 @@ val UnittoIcons.Rad: ImageVector
|
|||||||
if (_rad != null) {
|
if (_rad != null) {
|
||||||
return _rad!!
|
return _rad!!
|
||||||
}
|
}
|
||||||
_rad = Builder(name = "Rad", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_rad = Builder(name = "Rad", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(41.995f, 77.704f)
|
moveTo(41.666f, 84.226f)
|
||||||
curveTo(45.579f, 77.704f, 48.736f, 77.277f, 51.467f, 76.424f)
|
curveTo(45.362f, 84.226f, 48.618f, 83.786f, 51.434f, 82.906f)
|
||||||
curveTo(54.24f, 75.528f, 56.544f, 74.291f, 58.379f, 72.712f)
|
curveTo(54.294f, 81.982f, 56.67f, 80.706f, 58.562f, 79.078f)
|
||||||
curveTo(60.256f, 71.091f, 61.664f, 69.171f, 62.603f, 66.952f)
|
curveTo(60.498f, 77.406f, 61.95f, 75.426f, 62.918f, 73.138f)
|
||||||
curveTo(63.542f, 64.733f, 64.011f, 62.28f, 64.011f, 59.592f)
|
curveTo(63.886f, 70.85f, 64.37f, 68.32f, 64.37f, 65.548f)
|
||||||
curveTo(64.011f, 54.131f, 62.219f, 50.013f, 58.635f, 47.24f)
|
curveTo(64.37f, 59.916f, 62.522f, 55.67f, 58.826f, 52.81f)
|
||||||
curveTo(55.051f, 44.467f, 49.675f, 43.08f, 42.507f, 43.08f)
|
curveTo(55.13f, 49.95f, 49.586f, 48.52f, 42.194f, 48.52f)
|
||||||
horizontalLineTo(28.939f)
|
horizontalLineTo(28.202f)
|
||||||
verticalLineTo(77.704f)
|
verticalLineTo(84.226f)
|
||||||
horizontalLineTo(41.995f)
|
horizontalLineTo(41.666f)
|
||||||
close()
|
close()
|
||||||
moveTo(84.363f, 125.0f)
|
moveTo(85.358f, 133.0f)
|
||||||
horizontalLineTo(73.355f)
|
horizontalLineTo(74.006f)
|
||||||
curveTo(71.094f, 125.0f, 69.43f, 124.125f, 68.363f, 122.376f)
|
curveTo(71.674f, 133.0f, 69.958f, 132.098f, 68.858f, 130.294f)
|
||||||
lineTo(44.555f, 89.608f)
|
lineTo(44.306f, 96.502f)
|
||||||
curveTo(43.83f, 88.584f, 43.04f, 87.859f, 42.187f, 87.432f)
|
curveTo(43.558f, 95.446f, 42.744f, 94.698f, 41.864f, 94.258f)
|
||||||
curveTo(41.376f, 86.963f, 40.096f, 86.728f, 38.347f, 86.728f)
|
curveTo(41.028f, 93.774f, 39.708f, 93.532f, 37.904f, 93.532f)
|
||||||
horizontalLineTo(28.939f)
|
horizontalLineTo(28.202f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(16.587f)
|
horizontalLineTo(15.464f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(42.507f)
|
horizontalLineTo(42.194f)
|
||||||
curveTo(48.31f, 33.288f, 53.323f, 33.885f, 57.547f, 35.08f)
|
curveTo(48.178f, 38.422f, 53.348f, 39.038f, 57.704f, 40.27f)
|
||||||
curveTo(61.771f, 36.232f, 65.248f, 37.917f, 67.979f, 40.136f)
|
curveTo(62.06f, 41.458f, 65.646f, 43.196f, 68.462f, 45.484f)
|
||||||
curveTo(70.752f, 42.355f, 72.8f, 45.043f, 74.123f, 48.2f)
|
curveTo(71.322f, 47.772f, 73.434f, 50.544f, 74.798f, 53.8f)
|
||||||
curveTo(75.446f, 51.315f, 76.107f, 54.813f, 76.107f, 58.696f)
|
curveTo(76.162f, 57.012f, 76.844f, 60.62f, 76.844f, 64.624f)
|
||||||
curveTo(76.107f, 61.939f, 75.595f, 64.968f, 74.571f, 67.784f)
|
curveTo(76.844f, 67.968f, 76.316f, 71.092f, 75.26f, 73.996f)
|
||||||
curveTo(73.547f, 70.6f, 72.054f, 73.139f, 70.091f, 75.4f)
|
curveTo(74.204f, 76.9f, 72.664f, 79.518f, 70.64f, 81.85f)
|
||||||
curveTo(68.171f, 77.619f, 65.803f, 79.517f, 62.987f, 81.096f)
|
curveTo(68.66f, 84.138f, 66.218f, 86.096f, 63.314f, 87.724f)
|
||||||
curveTo(60.214f, 82.675f, 57.056f, 83.869f, 53.515f, 84.68f)
|
curveTo(60.454f, 89.352f, 57.198f, 90.584f, 53.546f, 91.42f)
|
||||||
curveTo(55.094f, 85.576f, 56.459f, 86.877f, 57.611f, 88.584f)
|
curveTo(55.174f, 92.344f, 56.582f, 93.686f, 57.77f, 95.446f)
|
||||||
lineTo(84.363f, 125.0f)
|
lineTo(85.358f, 133.0f)
|
||||||
close()
|
close()
|
||||||
moveTo(145.541f, 90.952f)
|
moveTo(145.808f, 97.888f)
|
||||||
lineTo(131.141f, 53.64f)
|
lineTo(130.958f, 59.41f)
|
||||||
curveTo(130.714f, 52.531f, 130.266f, 51.251f, 129.797f, 49.8f)
|
curveTo(130.518f, 58.266f, 130.056f, 56.946f, 129.572f, 55.45f)
|
||||||
curveTo(129.328f, 48.307f, 128.88f, 46.728f, 128.453f, 45.064f)
|
curveTo(129.088f, 53.91f, 128.626f, 52.282f, 128.186f, 50.566f)
|
||||||
curveTo(127.557f, 48.52f, 126.64f, 51.4f, 125.701f, 53.704f)
|
curveTo(127.262f, 54.13f, 126.316f, 57.1f, 125.348f, 59.476f)
|
||||||
lineTo(111.301f, 90.952f)
|
lineTo(110.498f, 97.888f)
|
||||||
horizontalLineTo(145.541f)
|
horizontalLineTo(145.808f)
|
||||||
close()
|
close()
|
||||||
moveTo(171.397f, 125.0f)
|
moveTo(172.472f, 133.0f)
|
||||||
horizontalLineTo(161.797f)
|
horizontalLineTo(162.572f)
|
||||||
curveTo(160.688f, 125.0f, 159.792f, 124.723f, 159.109f, 124.168f)
|
curveTo(161.428f, 133.0f, 160.504f, 132.714f, 159.8f, 132.142f)
|
||||||
curveTo(158.426f, 123.613f, 157.914f, 122.909f, 157.573f, 122.056f)
|
curveTo(159.096f, 131.57f, 158.568f, 130.844f, 158.216f, 129.964f)
|
||||||
lineTo(148.997f, 99.912f)
|
lineTo(149.372f, 107.128f)
|
||||||
horizontalLineTo(107.845f)
|
horizontalLineTo(106.934f)
|
||||||
lineTo(99.269f, 122.056f)
|
lineTo(98.09f, 129.964f)
|
||||||
curveTo(99.013f, 122.824f, 98.522f, 123.507f, 97.797f, 124.104f)
|
curveTo(97.826f, 130.756f, 97.32f, 131.46f, 96.572f, 132.076f)
|
||||||
curveTo(97.072f, 124.701f, 96.176f, 125.0f, 95.109f, 125.0f)
|
curveTo(95.824f, 132.692f, 94.9f, 133.0f, 93.8f, 133.0f)
|
||||||
horizontalLineTo(85.509f)
|
horizontalLineTo(83.9f)
|
||||||
lineTo(122.181f, 33.288f)
|
lineTo(121.718f, 38.422f)
|
||||||
horizontalLineTo(134.725f)
|
horizontalLineTo(134.654f)
|
||||||
lineTo(171.397f, 125.0f)
|
lineTo(172.472f, 133.0f)
|
||||||
close()
|
close()
|
||||||
moveTo(262.95f, 79.176f)
|
moveTo(264.246f, 85.744f)
|
||||||
curveTo(262.95f, 86.045f, 261.862f, 92.296f, 259.686f, 97.928f)
|
curveTo(264.246f, 92.828f, 263.124f, 99.274f, 260.88f, 105.082f)
|
||||||
curveTo(257.51f, 103.56f, 254.438f, 108.381f, 250.47f, 112.392f)
|
curveTo(258.636f, 110.89f, 255.468f, 115.862f, 251.376f, 119.998f)
|
||||||
curveTo(246.502f, 116.403f, 241.723f, 119.517f, 236.134f, 121.736f)
|
curveTo(247.284f, 124.134f, 242.356f, 127.346f, 236.592f, 129.634f)
|
||||||
curveTo(230.587f, 123.912f, 224.443f, 125.0f, 217.702f, 125.0f)
|
curveTo(230.872f, 131.878f, 224.536f, 133.0f, 217.584f, 133.0f)
|
||||||
horizontalLineTo(183.462f)
|
horizontalLineTo(182.274f)
|
||||||
verticalLineTo(33.288f)
|
verticalLineTo(38.422f)
|
||||||
horizontalLineTo(217.702f)
|
horizontalLineTo(217.584f)
|
||||||
curveTo(224.443f, 33.288f, 230.587f, 34.397f, 236.134f, 36.616f)
|
curveTo(224.536f, 38.422f, 230.872f, 39.566f, 236.592f, 41.854f)
|
||||||
curveTo(241.723f, 38.792f, 246.502f, 41.907f, 250.47f, 45.96f)
|
curveTo(242.356f, 44.098f, 247.284f, 47.31f, 251.376f, 51.49f)
|
||||||
curveTo(254.438f, 49.971f, 257.51f, 54.792f, 259.686f, 60.424f)
|
curveTo(255.468f, 55.626f, 258.636f, 60.598f, 260.88f, 66.406f)
|
||||||
curveTo(261.862f, 66.056f, 262.95f, 72.307f, 262.95f, 79.176f)
|
curveTo(263.124f, 72.214f, 264.246f, 78.66f, 264.246f, 85.744f)
|
||||||
close()
|
close()
|
||||||
moveTo(250.214f, 79.176f)
|
moveTo(251.112f, 85.744f)
|
||||||
curveTo(250.214f, 73.544f, 249.446f, 68.509f, 247.91f, 64.072f)
|
curveTo(251.112f, 79.936f, 250.32f, 74.744f, 248.736f, 70.168f)
|
||||||
curveTo(246.374f, 59.635f, 244.198f, 55.88f, 241.382f, 52.808f)
|
curveTo(247.152f, 65.592f, 244.908f, 61.72f, 242.004f, 58.552f)
|
||||||
curveTo(238.566f, 49.736f, 235.153f, 47.389f, 231.142f, 45.768f)
|
curveTo(239.1f, 55.384f, 235.58f, 52.964f, 231.444f, 51.292f)
|
||||||
curveTo(227.131f, 44.147f, 222.651f, 43.336f, 217.702f, 43.336f)
|
curveTo(227.308f, 49.62f, 222.688f, 48.784f, 217.584f, 48.784f)
|
||||||
horizontalLineTo(195.878f)
|
horizontalLineTo(195.078f)
|
||||||
verticalLineTo(114.952f)
|
verticalLineTo(122.638f)
|
||||||
horizontalLineTo(217.702f)
|
horizontalLineTo(217.584f)
|
||||||
curveTo(222.651f, 114.952f, 227.131f, 114.141f, 231.142f, 112.52f)
|
curveTo(222.688f, 122.638f, 227.308f, 121.802f, 231.444f, 120.13f)
|
||||||
curveTo(235.153f, 110.899f, 238.566f, 108.573f, 241.382f, 105.544f)
|
curveTo(235.58f, 118.458f, 239.1f, 116.06f, 242.004f, 112.936f)
|
||||||
curveTo(244.198f, 102.472f, 246.374f, 98.717f, 247.91f, 94.28f)
|
curveTo(244.908f, 109.768f, 247.152f, 105.896f, 248.736f, 101.32f)
|
||||||
curveTo(249.446f, 89.843f, 250.214f, 84.808f, 250.214f, 79.176f)
|
curveTo(250.32f, 96.744f, 251.112f, 91.552f, 251.112f, 85.744f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,34 +17,34 @@ val UnittoIcons.RightBracket: ImageVector
|
|||||||
if (_rightbracket != null) {
|
if (_rightbracket != null) {
|
||||||
return _rightbracket!!
|
return _rightbracket!!
|
||||||
}
|
}
|
||||||
_rightbracket = Builder(name = "Rightbracket", defaultWidth = 124.0.dp, defaultHeight =
|
_rightbracket = Builder(name = "RightBracket", defaultWidth = 170.0.dp, defaultHeight =
|
||||||
124.0.dp, viewportWidth = 124.0f, viewportHeight = 124.0f).apply {
|
170.0.dp, viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(62.193f, 62.0f)
|
moveTo(86.111f, 85.345f)
|
||||||
curveTo(62.193f, 56.004f, 61.451f, 50.137f, 59.966f, 44.398f)
|
curveTo(86.111f, 92.592f, 85.214f, 99.683f, 83.419f, 106.619f)
|
||||||
curveTo(58.482f, 38.688f, 56.326f, 33.306f, 53.5f, 28.253f)
|
curveTo(81.625f, 113.52f, 79.019f, 120.025f, 75.603f, 126.133f)
|
||||||
curveTo(53.243f, 27.739f, 53.086f, 27.282f, 53.029f, 26.882f)
|
curveTo(75.293f, 126.754f, 75.103f, 127.306f, 75.034f, 127.789f)
|
||||||
curveTo(52.971f, 26.483f, 53.0f, 26.14f, 53.114f, 25.854f)
|
curveTo(74.965f, 128.272f, 74.999f, 128.686f, 75.137f, 129.031f)
|
||||||
curveTo(53.228f, 25.54f, 53.4f, 25.283f, 53.628f, 25.083f)
|
curveTo(75.275f, 129.411f, 75.482f, 129.722f, 75.758f, 129.963f)
|
||||||
curveTo(53.828f, 24.884f, 54.056f, 24.698f, 54.313f, 24.527f)
|
curveTo(76.0f, 130.205f, 76.276f, 130.429f, 76.587f, 130.636f)
|
||||||
lineTo(58.382f, 22.0f)
|
lineTo(81.504f, 133.69f)
|
||||||
curveTo(60.523f, 25.283f, 62.336f, 28.552f, 63.821f, 31.807f)
|
curveTo(84.092f, 129.722f, 86.283f, 125.771f, 88.078f, 121.837f)
|
||||||
curveTo(65.305f, 35.034f, 66.519f, 38.288f, 67.461f, 41.572f)
|
curveTo(89.872f, 117.937f, 91.339f, 114.003f, 92.477f, 110.035f)
|
||||||
curveTo(68.403f, 44.884f, 69.089f, 48.224f, 69.517f, 51.593f)
|
curveTo(93.616f, 106.032f, 94.444f, 101.995f, 94.962f, 97.923f)
|
||||||
curveTo(69.945f, 54.991f, 70.159f, 58.46f, 70.159f, 62.0f)
|
curveTo(95.479f, 93.817f, 95.738f, 89.624f, 95.738f, 85.345f)
|
||||||
curveTo(70.159f, 65.512f, 69.945f, 68.952f, 69.517f, 72.321f)
|
curveTo(95.738f, 81.101f, 95.479f, 76.942f, 94.962f, 72.87f)
|
||||||
curveTo(69.089f, 75.719f, 68.403f, 79.059f, 67.461f, 82.343f)
|
curveTo(94.444f, 68.764f, 93.616f, 64.727f, 92.477f, 60.758f)
|
||||||
curveTo(66.519f, 85.655f, 65.305f, 88.938f, 63.821f, 92.193f)
|
curveTo(91.339f, 56.756f, 89.872f, 52.787f, 88.078f, 48.853f)
|
||||||
curveTo(62.336f, 95.448f, 60.523f, 98.717f, 58.382f, 102.0f)
|
curveTo(86.283f, 44.919f, 84.092f, 40.968f, 81.504f, 37.0f)
|
||||||
lineTo(54.313f, 99.473f)
|
lineTo(76.587f, 40.054f)
|
||||||
curveTo(54.056f, 99.302f, 53.828f, 99.116f, 53.628f, 98.916f)
|
curveTo(76.276f, 40.261f, 76.0f, 40.485f, 75.758f, 40.727f)
|
||||||
curveTo(53.4f, 98.717f, 53.228f, 98.46f, 53.114f, 98.146f)
|
curveTo(75.482f, 40.968f, 75.275f, 41.279f, 75.137f, 41.659f)
|
||||||
curveTo(53.0f, 97.86f, 52.971f, 97.518f, 53.029f, 97.118f)
|
curveTo(74.999f, 42.004f, 74.965f, 42.418f, 75.034f, 42.901f)
|
||||||
curveTo(53.086f, 96.718f, 53.243f, 96.261f, 53.5f, 95.747f)
|
curveTo(75.103f, 43.384f, 75.293f, 43.936f, 75.603f, 44.557f)
|
||||||
curveTo(56.326f, 90.665f, 58.482f, 85.269f, 59.966f, 79.559f)
|
curveTo(79.019f, 50.7f, 81.625f, 57.221f, 83.419f, 64.123f)
|
||||||
curveTo(61.451f, 73.849f, 62.193f, 67.996f, 62.193f, 62.0f)
|
curveTo(85.214f, 71.024f, 86.111f, 78.098f, 86.111f, 85.345f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,52 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.Root: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_root != null) {
|
||||||
|
return _root!!
|
||||||
|
}
|
||||||
|
_root = Builder(name = "Root", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(125.328f, 20.008f)
|
||||||
|
lineTo(88.829f, 133.0f)
|
||||||
|
horizontalLineTo(78.929f)
|
||||||
|
lineTo(62.43f, 89.242f)
|
||||||
|
horizontalLineTo(51.144f)
|
||||||
|
curveTo(49.911f, 89.242f, 48.833f, 88.89f, 47.91f, 88.186f)
|
||||||
|
curveTo(47.029f, 87.438f, 46.59f, 86.162f, 46.59f, 84.358f)
|
||||||
|
verticalLineTo(80.596f)
|
||||||
|
horizontalLineTo(68.7f)
|
||||||
|
curveTo(69.712f, 80.596f, 70.525f, 80.838f, 71.142f, 81.322f)
|
||||||
|
curveTo(71.757f, 81.806f, 72.175f, 82.378f, 72.396f, 83.038f)
|
||||||
|
lineTo(82.23f, 110.164f)
|
||||||
|
curveTo(82.714f, 111.616f, 83.088f, 113.068f, 83.352f, 114.52f)
|
||||||
|
curveTo(83.66f, 115.972f, 83.924f, 117.446f, 84.144f, 118.942f)
|
||||||
|
curveTo(84.364f, 117.754f, 84.584f, 116.566f, 84.803f, 115.378f)
|
||||||
|
curveTo(85.067f, 114.146f, 85.376f, 112.892f, 85.728f, 111.616f)
|
||||||
|
lineTo(114.306f, 22.45f)
|
||||||
|
curveTo(114.526f, 21.746f, 114.944f, 21.174f, 115.56f, 20.734f)
|
||||||
|
curveTo(116.176f, 20.25f, 116.902f, 20.008f, 117.738f, 20.008f)
|
||||||
|
horizontalLineTo(125.328f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _root!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _root: ImageVector? = null
|
@ -0,0 +1,52 @@
|
|||||||
|
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
||||||
|
|
||||||
|
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.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val UnittoIcons.RootWide: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_rootwide != null) {
|
||||||
|
return _rootwide!!
|
||||||
|
}
|
||||||
|
_rootwide = Builder(name = "Rootwide", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(177.328f, 20.008f)
|
||||||
|
lineTo(140.83f, 133.0f)
|
||||||
|
horizontalLineTo(130.93f)
|
||||||
|
lineTo(114.43f, 89.242f)
|
||||||
|
horizontalLineTo(103.144f)
|
||||||
|
curveTo(101.912f, 89.242f, 100.834f, 88.89f, 99.91f, 88.186f)
|
||||||
|
curveTo(99.03f, 87.438f, 98.59f, 86.162f, 98.59f, 84.358f)
|
||||||
|
verticalLineTo(80.596f)
|
||||||
|
horizontalLineTo(120.7f)
|
||||||
|
curveTo(121.712f, 80.596f, 122.526f, 80.838f, 123.142f, 81.322f)
|
||||||
|
curveTo(123.758f, 81.806f, 124.176f, 82.378f, 124.396f, 83.038f)
|
||||||
|
lineTo(134.23f, 110.164f)
|
||||||
|
curveTo(134.714f, 111.616f, 135.088f, 113.068f, 135.352f, 114.52f)
|
||||||
|
curveTo(135.66f, 115.972f, 135.924f, 117.446f, 136.144f, 118.942f)
|
||||||
|
curveTo(136.364f, 117.754f, 136.584f, 116.566f, 136.804f, 115.378f)
|
||||||
|
curveTo(137.068f, 114.146f, 137.376f, 112.892f, 137.728f, 111.616f)
|
||||||
|
lineTo(166.306f, 22.45f)
|
||||||
|
curveTo(166.526f, 21.746f, 166.944f, 21.174f, 167.56f, 20.734f)
|
||||||
|
curveTo(168.176f, 20.25f, 168.902f, 20.008f, 169.738f, 20.008f)
|
||||||
|
horizontalLineTo(177.328f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _rootwide!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _rootwide: ImageVector? = null
|
@ -17,108 +17,108 @@ val UnittoIcons.Sin: ImageVector
|
|||||||
if (_sin != null) {
|
if (_sin != null) {
|
||||||
return _sin!!
|
return _sin!!
|
||||||
}
|
}
|
||||||
_sin = Builder(name = "Sin", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_sin = Builder(name = "Sin", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(105.034f, 70.856f)
|
moveTo(106.675f, 77.164f)
|
||||||
curveTo(104.522f, 71.795f, 103.733f, 72.264f, 102.666f, 72.264f)
|
curveTo(106.147f, 78.132f, 105.333f, 78.616f, 104.233f, 78.616f)
|
||||||
curveTo(102.026f, 72.264f, 101.301f, 72.029f, 100.49f, 71.56f)
|
curveTo(103.573f, 78.616f, 102.825f, 78.374f, 101.989f, 77.89f)
|
||||||
curveTo(99.679f, 71.091f, 98.677f, 70.579f, 97.482f, 70.024f)
|
curveTo(101.153f, 77.406f, 100.119f, 76.878f, 98.887f, 76.306f)
|
||||||
curveTo(96.33f, 69.427f, 94.943f, 68.893f, 93.322f, 68.424f)
|
curveTo(97.699f, 75.69f, 96.269f, 75.14f, 94.597f, 74.656f)
|
||||||
curveTo(91.701f, 67.912f, 89.781f, 67.656f, 87.562f, 67.656f)
|
curveTo(92.925f, 74.128f, 90.945f, 73.864f, 88.657f, 73.864f)
|
||||||
curveTo(85.642f, 67.656f, 83.914f, 67.912f, 82.378f, 68.424f)
|
curveTo(86.677f, 73.864f, 84.895f, 74.128f, 83.311f, 74.656f)
|
||||||
curveTo(80.842f, 68.893f, 79.519f, 69.555f, 78.41f, 70.408f)
|
curveTo(81.727f, 75.14f, 80.363f, 75.822f, 79.219f, 76.702f)
|
||||||
curveTo(77.343f, 71.261f, 76.511f, 72.264f, 75.914f, 73.416f)
|
curveTo(78.119f, 77.582f, 77.261f, 78.616f, 76.645f, 79.804f)
|
||||||
curveTo(75.359f, 74.525f, 75.082f, 75.741f, 75.082f, 77.064f)
|
curveTo(76.073f, 80.948f, 75.787f, 82.202f, 75.787f, 83.566f)
|
||||||
curveTo(75.082f, 78.728f, 75.551f, 80.115f, 76.49f, 81.224f)
|
curveTo(75.787f, 85.282f, 76.271f, 86.712f, 77.239f, 87.856f)
|
||||||
curveTo(77.471f, 82.333f, 78.751f, 83.293f, 80.33f, 84.104f)
|
curveTo(78.251f, 89.0f, 79.571f, 89.99f, 81.199f, 90.826f)
|
||||||
curveTo(81.909f, 84.915f, 83.701f, 85.64f, 85.706f, 86.28f)
|
curveTo(82.827f, 91.662f, 84.675f, 92.41f, 86.743f, 93.07f)
|
||||||
curveTo(87.711f, 86.877f, 89.759f, 87.539f, 91.85f, 88.264f)
|
curveTo(88.811f, 93.686f, 90.923f, 94.368f, 93.079f, 95.116f)
|
||||||
curveTo(93.983f, 88.947f, 96.053f, 89.715f, 98.058f, 90.568f)
|
curveTo(95.279f, 95.82f, 97.413f, 96.612f, 99.481f, 97.492f)
|
||||||
curveTo(100.063f, 91.421f, 101.855f, 92.488f, 103.434f, 93.768f)
|
curveTo(101.549f, 98.372f, 103.397f, 99.472f, 105.025f, 100.792f)
|
||||||
curveTo(105.013f, 95.048f, 106.271f, 96.627f, 107.21f, 98.504f)
|
curveTo(106.653f, 102.112f, 107.951f, 103.74f, 108.919f, 105.676f)
|
||||||
curveTo(108.191f, 100.339f, 108.682f, 102.557f, 108.682f, 105.16f)
|
curveTo(109.931f, 107.568f, 110.437f, 109.856f, 110.437f, 112.54f)
|
||||||
curveTo(108.682f, 108.147f, 108.149f, 110.92f, 107.082f, 113.48f)
|
curveTo(110.437f, 115.62f, 109.887f, 118.48f, 108.787f, 121.12f)
|
||||||
curveTo(106.015f, 115.997f, 104.437f, 118.195f, 102.346f, 120.072f)
|
curveTo(107.687f, 123.716f, 106.059f, 125.982f, 103.903f, 127.918f)
|
||||||
curveTo(100.255f, 121.907f, 97.695f, 123.357f, 94.666f, 124.424f)
|
curveTo(101.747f, 129.81f, 99.107f, 131.306f, 95.983f, 132.406f)
|
||||||
curveTo(91.637f, 125.491f, 88.138f, 126.024f, 84.17f, 126.024f)
|
curveTo(92.859f, 133.506f, 89.251f, 134.056f, 85.159f, 134.056f)
|
||||||
curveTo(79.647f, 126.024f, 75.551f, 125.299f, 71.882f, 123.848f)
|
curveTo(80.495f, 134.056f, 76.271f, 133.308f, 72.487f, 131.812f)
|
||||||
curveTo(68.213f, 122.355f, 65.098f, 120.456f, 62.538f, 118.152f)
|
curveTo(68.703f, 130.272f, 65.491f, 128.314f, 62.851f, 125.938f)
|
||||||
lineTo(65.226f, 113.8f)
|
lineTo(65.623f, 121.45f)
|
||||||
curveTo(65.567f, 113.245f, 65.973f, 112.819f, 66.442f, 112.52f)
|
curveTo(65.975f, 120.878f, 66.393f, 120.438f, 66.877f, 120.13f)
|
||||||
curveTo(66.911f, 112.221f, 67.509f, 112.072f, 68.234f, 112.072f)
|
curveTo(67.361f, 119.822f, 67.977f, 119.668f, 68.725f, 119.668f)
|
||||||
curveTo(69.002f, 112.072f, 69.813f, 112.371f, 70.666f, 112.968f)
|
curveTo(69.517f, 119.668f, 70.353f, 119.976f, 71.233f, 120.592f)
|
||||||
curveTo(71.519f, 113.565f, 72.543f, 114.227f, 73.738f, 114.952f)
|
curveTo(72.113f, 121.208f, 73.169f, 121.89f, 74.401f, 122.638f)
|
||||||
curveTo(74.975f, 115.677f, 76.469f, 116.339f, 78.218f, 116.936f)
|
curveTo(75.677f, 123.386f, 77.217f, 124.068f, 79.021f, 124.684f)
|
||||||
curveTo(79.967f, 117.533f, 82.143f, 117.832f, 84.746f, 117.832f)
|
curveTo(80.825f, 125.3f, 83.069f, 125.608f, 85.753f, 125.608f)
|
||||||
curveTo(86.965f, 117.832f, 88.906f, 117.555f, 90.57f, 117.0f)
|
curveTo(88.041f, 125.608f, 90.043f, 125.322f, 91.759f, 124.75f)
|
||||||
curveTo(92.234f, 116.403f, 93.621f, 115.613f, 94.73f, 114.632f)
|
curveTo(93.475f, 124.134f, 94.905f, 123.32f, 96.049f, 122.308f)
|
||||||
curveTo(95.839f, 113.651f, 96.65f, 112.52f, 97.162f, 111.24f)
|
curveTo(97.193f, 121.296f, 98.029f, 120.13f, 98.557f, 118.81f)
|
||||||
curveTo(97.717f, 109.96f, 97.994f, 108.595f, 97.994f, 107.144f)
|
curveTo(99.129f, 117.49f, 99.415f, 116.082f, 99.415f, 114.586f)
|
||||||
curveTo(97.994f, 105.352f, 97.503f, 103.88f, 96.522f, 102.728f)
|
curveTo(99.415f, 112.738f, 98.909f, 111.22f, 97.897f, 110.032f)
|
||||||
curveTo(95.583f, 101.533f, 94.325f, 100.531f, 92.746f, 99.72f)
|
curveTo(96.929f, 108.8f, 95.631f, 107.766f, 94.003f, 106.93f)
|
||||||
curveTo(91.167f, 98.867f, 89.354f, 98.141f, 87.306f, 97.544f)
|
curveTo(92.375f, 106.05f, 90.505f, 105.302f, 88.393f, 104.686f)
|
||||||
curveTo(85.301f, 96.904f, 83.231f, 96.243f, 81.098f, 95.56f)
|
curveTo(86.325f, 104.026f, 84.191f, 103.344f, 81.991f, 102.64f)
|
||||||
curveTo(79.007f, 94.877f, 76.938f, 94.109f, 74.89f, 93.256f)
|
curveTo(79.835f, 101.936f, 77.701f, 101.144f, 75.589f, 100.264f)
|
||||||
curveTo(72.885f, 92.36f, 71.093f, 91.251f, 69.514f, 89.928f)
|
curveTo(73.521f, 99.34f, 71.673f, 98.196f, 70.045f, 96.832f)
|
||||||
curveTo(67.935f, 88.605f, 66.655f, 86.984f, 65.674f, 85.064f)
|
curveTo(68.417f, 95.468f, 67.097f, 93.796f, 66.085f, 91.816f)
|
||||||
curveTo(64.735f, 83.101f, 64.266f, 80.733f, 64.266f, 77.96f)
|
curveTo(65.117f, 89.792f, 64.633f, 87.35f, 64.633f, 84.49f)
|
||||||
curveTo(64.266f, 75.485f, 64.778f, 73.117f, 65.802f, 70.856f)
|
curveTo(64.633f, 81.938f, 65.161f, 79.496f, 66.217f, 77.164f)
|
||||||
curveTo(66.826f, 68.552f, 68.319f, 66.547f, 70.282f, 64.84f)
|
curveTo(67.273f, 74.788f, 68.813f, 72.72f, 70.837f, 70.96f)
|
||||||
curveTo(72.245f, 63.091f, 74.655f, 61.704f, 77.514f, 60.68f)
|
curveTo(72.861f, 69.156f, 75.347f, 67.726f, 78.295f, 66.67f)
|
||||||
curveTo(80.373f, 59.656f, 83.637f, 59.144f, 87.306f, 59.144f)
|
curveTo(81.243f, 65.614f, 84.609f, 65.086f, 88.393f, 65.086f)
|
||||||
curveTo(91.573f, 59.144f, 95.391f, 59.827f, 98.762f, 61.192f)
|
curveTo(92.793f, 65.086f, 96.731f, 65.79f, 100.207f, 67.198f)
|
||||||
curveTo(102.175f, 62.515f, 105.119f, 64.349f, 107.594f, 66.696f)
|
curveTo(103.727f, 68.562f, 106.763f, 70.454f, 109.315f, 72.874f)
|
||||||
lineTo(105.034f, 70.856f)
|
lineTo(106.675f, 77.164f)
|
||||||
close()
|
close()
|
||||||
moveTo(134.681f, 60.168f)
|
moveTo(134.609f, 66.142f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(123.289f)
|
horizontalLineTo(122.861f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(134.681f)
|
horizontalLineTo(134.609f)
|
||||||
close()
|
close()
|
||||||
moveTo(137.113f, 39.816f)
|
moveTo(137.117f, 45.154f)
|
||||||
curveTo(137.113f, 40.925f, 136.878f, 41.971f, 136.409f, 42.952f)
|
curveTo(137.117f, 46.298f, 136.875f, 47.376f, 136.391f, 48.388f)
|
||||||
curveTo(135.982f, 43.891f, 135.385f, 44.744f, 134.617f, 45.512f)
|
curveTo(135.951f, 49.356f, 135.335f, 50.236f, 134.543f, 51.028f)
|
||||||
curveTo(133.892f, 46.237f, 133.017f, 46.813f, 131.993f, 47.24f)
|
curveTo(133.795f, 51.776f, 132.893f, 52.37f, 131.837f, 52.81f)
|
||||||
curveTo(131.012f, 47.667f, 129.966f, 47.88f, 128.857f, 47.88f)
|
curveTo(130.825f, 53.25f, 129.747f, 53.47f, 128.603f, 53.47f)
|
||||||
curveTo(127.748f, 47.88f, 126.702f, 47.667f, 125.721f, 47.24f)
|
curveTo(127.459f, 53.47f, 126.381f, 53.25f, 125.369f, 52.81f)
|
||||||
curveTo(124.782f, 46.813f, 123.95f, 46.237f, 123.225f, 45.512f)
|
curveTo(124.401f, 52.37f, 123.543f, 51.776f, 122.795f, 51.028f)
|
||||||
curveTo(122.5f, 44.744f, 121.924f, 43.891f, 121.497f, 42.952f)
|
curveTo(122.047f, 50.236f, 121.453f, 49.356f, 121.013f, 48.388f)
|
||||||
curveTo(121.07f, 41.971f, 120.857f, 40.925f, 120.857f, 39.816f)
|
curveTo(120.573f, 47.376f, 120.353f, 46.298f, 120.353f, 45.154f)
|
||||||
curveTo(120.857f, 38.707f, 121.07f, 37.661f, 121.497f, 36.68f)
|
curveTo(120.353f, 44.01f, 120.573f, 42.932f, 121.013f, 41.92f)
|
||||||
curveTo(121.924f, 35.656f, 122.5f, 34.781f, 123.225f, 34.056f)
|
curveTo(121.453f, 40.864f, 122.047f, 39.962f, 122.795f, 39.214f)
|
||||||
curveTo(123.95f, 33.288f, 124.782f, 32.691f, 125.721f, 32.264f)
|
curveTo(123.543f, 38.422f, 124.401f, 37.806f, 125.369f, 37.366f)
|
||||||
curveTo(126.702f, 31.837f, 127.748f, 31.624f, 128.857f, 31.624f)
|
curveTo(126.381f, 36.926f, 127.459f, 36.706f, 128.603f, 36.706f)
|
||||||
curveTo(129.966f, 31.624f, 131.012f, 31.837f, 131.993f, 32.264f)
|
curveTo(129.747f, 36.706f, 130.825f, 36.926f, 131.837f, 37.366f)
|
||||||
curveTo(133.017f, 32.691f, 133.892f, 33.288f, 134.617f, 34.056f)
|
curveTo(132.893f, 37.806f, 133.795f, 38.422f, 134.543f, 39.214f)
|
||||||
curveTo(135.385f, 34.781f, 135.982f, 35.656f, 136.409f, 36.68f)
|
curveTo(135.335f, 39.962f, 135.951f, 40.864f, 136.391f, 41.92f)
|
||||||
curveTo(136.878f, 37.661f, 137.113f, 38.707f, 137.113f, 39.816f)
|
curveTo(136.875f, 42.932f, 137.117f, 44.01f, 137.117f, 45.154f)
|
||||||
close()
|
close()
|
||||||
moveTo(164.151f, 69.576f)
|
moveTo(162.359f, 75.844f)
|
||||||
curveTo(165.559f, 67.997f, 167.052f, 66.568f, 168.631f, 65.288f)
|
curveTo(163.811f, 74.216f, 165.351f, 72.742f, 166.979f, 71.422f)
|
||||||
curveTo(170.21f, 64.008f, 171.874f, 62.92f, 173.623f, 62.024f)
|
curveTo(168.607f, 70.102f, 170.323f, 68.98f, 172.127f, 68.056f)
|
||||||
curveTo(175.415f, 61.085f, 177.292f, 60.381f, 179.255f, 59.912f)
|
curveTo(173.975f, 67.088f, 175.911f, 66.362f, 177.935f, 65.878f)
|
||||||
curveTo(181.26f, 59.4f, 183.415f, 59.144f, 185.719f, 59.144f)
|
curveTo(180.003f, 65.35f, 182.225f, 65.086f, 184.601f, 65.086f)
|
||||||
curveTo(189.26f, 59.144f, 192.375f, 59.741f, 195.063f, 60.936f)
|
curveTo(188.253f, 65.086f, 191.465f, 65.702f, 194.237f, 66.934f)
|
||||||
curveTo(197.794f, 62.088f, 200.055f, 63.752f, 201.847f, 65.928f)
|
curveTo(197.053f, 68.122f, 199.385f, 69.838f, 201.233f, 72.082f)
|
||||||
curveTo(203.682f, 68.061f, 205.068f, 70.643f, 206.007f, 73.672f)
|
curveTo(203.125f, 74.282f, 204.555f, 76.944f, 205.523f, 80.068f)
|
||||||
curveTo(206.946f, 76.701f, 207.415f, 80.051f, 207.415f, 83.72f)
|
curveTo(206.491f, 83.192f, 206.975f, 86.646f, 206.975f, 90.43f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(195.959f)
|
horizontalLineTo(195.161f)
|
||||||
verticalLineTo(83.72f)
|
verticalLineTo(90.43f)
|
||||||
curveTo(195.959f, 78.813f, 194.828f, 75.016f, 192.567f, 72.328f)
|
curveTo(195.161f, 85.37f, 193.995f, 81.454f, 191.663f, 78.682f)
|
||||||
curveTo(190.348f, 69.597f, 186.956f, 68.232f, 182.391f, 68.232f)
|
curveTo(189.375f, 75.866f, 185.877f, 74.458f, 181.169f, 74.458f)
|
||||||
curveTo(179.02f, 68.232f, 175.863f, 69.043f, 172.919f, 70.664f)
|
curveTo(177.693f, 74.458f, 174.437f, 75.294f, 171.401f, 76.966f)
|
||||||
curveTo(170.018f, 72.285f, 167.33f, 74.483f, 164.855f, 77.256f)
|
curveTo(168.409f, 78.638f, 165.637f, 80.904f, 163.085f, 83.764f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(153.399f)
|
horizontalLineTo(151.271f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(160.247f)
|
horizontalLineTo(158.333f)
|
||||||
curveTo(161.868f, 60.168f, 162.871f, 60.957f, 163.255f, 62.536f)
|
curveTo(160.005f, 66.142f, 161.039f, 66.956f, 161.435f, 68.584f)
|
||||||
lineTo(164.151f, 69.576f)
|
lineTo(162.359f, 75.844f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,52 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
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.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.SquareRoot: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_squareRoot != null) {
|
|
||||||
return _squareRoot!!
|
|
||||||
}
|
|
||||||
_squareRoot = Builder(name = "SquareRoot", 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(114.106f, 15.432f)
|
|
||||||
lineTo(78.714f, 125.0f)
|
|
||||||
horizontalLineTo(69.114f)
|
|
||||||
lineTo(53.113f, 82.568f)
|
|
||||||
horizontalLineTo(42.169f)
|
|
||||||
curveTo(40.975f, 82.568f, 39.93f, 82.227f, 39.034f, 81.544f)
|
|
||||||
curveTo(38.18f, 80.819f, 37.754f, 79.581f, 37.754f, 77.832f)
|
|
||||||
verticalLineTo(74.184f)
|
|
||||||
horizontalLineTo(59.194f)
|
|
||||||
curveTo(60.175f, 74.184f, 60.964f, 74.419f, 61.562f, 74.888f)
|
|
||||||
curveTo(62.159f, 75.357f, 62.564f, 75.912f, 62.778f, 76.552f)
|
|
||||||
lineTo(72.313f, 102.856f)
|
|
||||||
curveTo(72.783f, 104.264f, 73.146f, 105.672f, 73.401f, 107.08f)
|
|
||||||
curveTo(73.7f, 108.488f, 73.956f, 109.917f, 74.17f, 111.368f)
|
|
||||||
curveTo(74.383f, 110.216f, 74.596f, 109.064f, 74.81f, 107.912f)
|
|
||||||
curveTo(75.065f, 106.717f, 75.364f, 105.501f, 75.705f, 104.264f)
|
|
||||||
lineTo(103.418f, 17.8f)
|
|
||||||
curveTo(103.631f, 17.117f, 104.036f, 16.563f, 104.634f, 16.136f)
|
|
||||||
curveTo(105.231f, 15.667f, 105.935f, 15.432f, 106.746f, 15.432f)
|
|
||||||
horizontalLineTo(114.106f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _squareRoot!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _squareRoot: ImageVector? = null
|
|
@ -1,52 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
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.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.SquareRootWide: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_squareRoot != null) {
|
|
||||||
return _squareRoot!!
|
|
||||||
}
|
|
||||||
_squareRoot = Builder(name = "Squareroot", defaultWidth = 274.0.dp, defaultHeight =
|
|
||||||
150.0.dp, viewportWidth = 274.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(176.106f, 15.432f)
|
|
||||||
lineTo(140.714f, 125.0f)
|
|
||||||
horizontalLineTo(131.114f)
|
|
||||||
lineTo(115.114f, 82.568f)
|
|
||||||
horizontalLineTo(104.17f)
|
|
||||||
curveTo(102.975f, 82.568f, 101.93f, 82.227f, 101.034f, 81.544f)
|
|
||||||
curveTo(100.18f, 80.819f, 99.754f, 79.581f, 99.754f, 77.832f)
|
|
||||||
verticalLineTo(74.184f)
|
|
||||||
horizontalLineTo(121.194f)
|
|
||||||
curveTo(122.175f, 74.184f, 122.964f, 74.419f, 123.562f, 74.888f)
|
|
||||||
curveTo(124.159f, 75.357f, 124.564f, 75.912f, 124.778f, 76.552f)
|
|
||||||
lineTo(134.314f, 102.856f)
|
|
||||||
curveTo(134.783f, 104.264f, 135.146f, 105.672f, 135.402f, 107.08f)
|
|
||||||
curveTo(135.7f, 108.488f, 135.956f, 109.917f, 136.17f, 111.368f)
|
|
||||||
curveTo(136.383f, 110.216f, 136.596f, 109.064f, 136.81f, 107.912f)
|
|
||||||
curveTo(137.066f, 106.717f, 137.364f, 105.501f, 137.706f, 104.264f)
|
|
||||||
lineTo(165.418f, 17.8f)
|
|
||||||
curveTo(165.631f, 17.117f, 166.036f, 16.563f, 166.634f, 16.136f)
|
|
||||||
curveTo(167.231f, 15.667f, 167.935f, 15.432f, 168.746f, 15.432f)
|
|
||||||
horizontalLineTo(176.106f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _squareRoot!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _squareRoot: ImageVector? = null
|
|
@ -35,31 +35,35 @@ val UnittoIcons.Tab: ImageVector
|
|||||||
if (_tab != null) {
|
if (_tab != null) {
|
||||||
return _tab!!
|
return _tab!!
|
||||||
}
|
}
|
||||||
_tab = Builder(name = "Tab", defaultWidth = 150.0.dp, defaultHeight = 150.0.dp,
|
_tab = Builder(
|
||||||
viewportWidth = 150.0f, viewportHeight = 150.0f).apply {
|
name = "Tab", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
viewportWidth = 170.0f, viewportHeight = 170.0f
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
).apply {
|
||||||
pathFillType = NonZero) {
|
path(
|
||||||
moveTo(125.0f, 112.5f)
|
fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
verticalLineTo(37.5f)
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
horizontalLineTo(137.5f)
|
pathFillType = NonZero
|
||||||
verticalLineTo(112.5f)
|
) {
|
||||||
horizontalLineTo(125.0f)
|
moveTo(141.667f, 127.5f)
|
||||||
|
verticalLineTo(42.5f)
|
||||||
|
horizontalLineTo(155.834f)
|
||||||
|
verticalLineTo(127.5f)
|
||||||
|
horizontalLineTo(141.667f)
|
||||||
close()
|
close()
|
||||||
moveTo(75.0f, 112.5f)
|
moveTo(85.0f, 127.5f)
|
||||||
lineTo(66.094f, 103.75f)
|
lineTo(74.907f, 117.583f)
|
||||||
lineTo(88.594f, 81.25f)
|
lineTo(100.407f, 92.083f)
|
||||||
horizontalLineTo(12.5f)
|
horizontalLineTo(14.167f)
|
||||||
verticalLineTo(68.75f)
|
verticalLineTo(77.917f)
|
||||||
horizontalLineTo(88.594f)
|
horizontalLineTo(100.407f)
|
||||||
lineTo(66.25f, 46.25f)
|
lineTo(75.084f, 52.417f)
|
||||||
lineTo(75.0f, 37.5f)
|
lineTo(85.0f, 42.5f)
|
||||||
lineTo(112.5f, 75.0f)
|
lineTo(127.5f, 85.0f)
|
||||||
lineTo(75.0f, 112.5f)
|
lineTo(85.0f, 127.5f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _tab!!
|
return _tab!!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,112 +17,112 @@ val UnittoIcons.Tan: ImageVector
|
|||||||
if (_tan != null) {
|
if (_tan != null) {
|
||||||
return _tan!!
|
return _tan!!
|
||||||
}
|
}
|
||||||
_tan = Builder(name = "Tan", defaultWidth = 274.0.dp, defaultHeight = 150.0.dp,
|
_tan = Builder(name = "Tan", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
||||||
viewportWidth = 274.0f, viewportHeight = 150.0f).apply {
|
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(75.491f, 126.024f)
|
moveTo(76.208f, 134.056f)
|
||||||
curveTo(70.37f, 126.024f, 66.424f, 124.595f, 63.651f, 121.736f)
|
curveTo(70.928f, 134.056f, 66.858f, 132.582f, 63.998f, 129.634f)
|
||||||
curveTo(60.92f, 118.877f, 59.555f, 114.76f, 59.555f, 109.384f)
|
curveTo(61.182f, 126.686f, 59.774f, 122.44f, 59.774f, 116.896f)
|
||||||
verticalLineTo(69.704f)
|
verticalLineTo(75.976f)
|
||||||
horizontalLineTo(51.746f)
|
horizontalLineTo(51.722f)
|
||||||
curveTo(51.064f, 69.704f, 50.488f, 69.512f, 50.019f, 69.128f)
|
curveTo(51.018f, 75.976f, 50.424f, 75.778f, 49.94f, 75.382f)
|
||||||
curveTo(49.549f, 68.701f, 49.314f, 68.061f, 49.314f, 67.208f)
|
curveTo(49.456f, 74.942f, 49.214f, 74.282f, 49.214f, 73.402f)
|
||||||
verticalLineTo(62.664f)
|
verticalLineTo(68.716f)
|
||||||
lineTo(59.938f, 61.32f)
|
lineTo(60.17f, 67.33f)
|
||||||
lineTo(62.563f, 41.288f)
|
lineTo(62.876f, 46.672f)
|
||||||
curveTo(62.69f, 40.648f, 62.968f, 40.136f, 63.395f, 39.752f)
|
curveTo(63.008f, 46.012f, 63.294f, 45.484f, 63.734f, 45.088f)
|
||||||
curveTo(63.864f, 39.325f, 64.461f, 39.112f, 65.187f, 39.112f)
|
curveTo(64.218f, 44.648f, 64.834f, 44.428f, 65.582f, 44.428f)
|
||||||
horizontalLineTo(70.947f)
|
horizontalLineTo(71.522f)
|
||||||
verticalLineTo(61.448f)
|
verticalLineTo(67.462f)
|
||||||
horizontalLineTo(89.699f)
|
horizontalLineTo(90.86f)
|
||||||
verticalLineTo(69.704f)
|
verticalLineTo(75.976f)
|
||||||
horizontalLineTo(70.947f)
|
horizontalLineTo(71.522f)
|
||||||
verticalLineTo(108.616f)
|
verticalLineTo(116.104f)
|
||||||
curveTo(70.947f, 111.347f, 71.608f, 113.373f, 72.93f, 114.696f)
|
curveTo(71.522f, 118.92f, 72.204f, 121.01f, 73.568f, 122.374f)
|
||||||
curveTo(74.253f, 116.019f, 75.96f, 116.68f, 78.05f, 116.68f)
|
curveTo(74.932f, 123.738f, 76.692f, 124.42f, 78.848f, 124.42f)
|
||||||
curveTo(79.245f, 116.68f, 80.269f, 116.531f, 81.122f, 116.232f)
|
curveTo(80.08f, 124.42f, 81.136f, 124.266f, 82.016f, 123.958f)
|
||||||
curveTo(82.019f, 115.891f, 82.786f, 115.528f, 83.426f, 115.144f)
|
curveTo(82.94f, 123.606f, 83.732f, 123.232f, 84.392f, 122.836f)
|
||||||
curveTo(84.066f, 114.76f, 84.6f, 114.419f, 85.026f, 114.12f)
|
curveTo(85.052f, 122.44f, 85.602f, 122.088f, 86.042f, 121.78f)
|
||||||
curveTo(85.496f, 113.779f, 85.901f, 113.608f, 86.243f, 113.608f)
|
curveTo(86.526f, 121.428f, 86.944f, 121.252f, 87.296f, 121.252f)
|
||||||
curveTo(86.84f, 113.608f, 87.373f, 113.971f, 87.842f, 114.696f)
|
curveTo(87.912f, 121.252f, 88.462f, 121.626f, 88.946f, 122.374f)
|
||||||
lineTo(91.171f, 120.136f)
|
lineTo(92.378f, 127.984f)
|
||||||
curveTo(89.208f, 121.971f, 86.84f, 123.421f, 84.066f, 124.488f)
|
curveTo(90.354f, 129.876f, 87.912f, 131.372f, 85.052f, 132.472f)
|
||||||
curveTo(81.293f, 125.512f, 78.435f, 126.024f, 75.491f, 126.024f)
|
curveTo(82.192f, 133.528f, 79.244f, 134.056f, 76.208f, 134.056f)
|
||||||
close()
|
close()
|
||||||
moveTo(136.598f, 95.816f)
|
moveTo(136.585f, 102.904f)
|
||||||
curveTo(131.35f, 95.987f, 126.87f, 96.413f, 123.158f, 97.096f)
|
curveTo(131.173f, 103.08f, 126.553f, 103.52f, 122.725f, 104.224f)
|
||||||
curveTo(119.488f, 97.736f, 116.48f, 98.589f, 114.134f, 99.656f)
|
curveTo(118.941f, 104.884f, 115.839f, 105.764f, 113.419f, 106.864f)
|
||||||
curveTo(111.83f, 100.723f, 110.144f, 101.981f, 109.078f, 103.432f)
|
curveTo(111.043f, 107.964f, 109.305f, 109.262f, 108.205f, 110.758f)
|
||||||
curveTo(108.054f, 104.883f, 107.542f, 106.504f, 107.542f, 108.296f)
|
curveTo(107.149f, 112.254f, 106.621f, 113.926f, 106.621f, 115.774f)
|
||||||
curveTo(107.542f, 110.003f, 107.819f, 111.475f, 108.374f, 112.712f)
|
curveTo(106.621f, 117.534f, 106.907f, 119.052f, 107.479f, 120.328f)
|
||||||
curveTo(108.928f, 113.949f, 109.675f, 114.973f, 110.614f, 115.784f)
|
curveTo(108.051f, 121.604f, 108.821f, 122.66f, 109.789f, 123.496f)
|
||||||
curveTo(111.595f, 116.552f, 112.726f, 117.128f, 114.006f, 117.512f)
|
curveTo(110.801f, 124.288f, 111.967f, 124.882f, 113.287f, 125.278f)
|
||||||
curveTo(115.328f, 117.853f, 116.736f, 118.024f, 118.23f, 118.024f)
|
curveTo(114.651f, 125.63f, 116.103f, 125.806f, 117.643f, 125.806f)
|
||||||
curveTo(120.235f, 118.024f, 122.07f, 117.832f, 123.734f, 117.448f)
|
curveTo(119.711f, 125.806f, 121.603f, 125.608f, 123.319f, 125.212f)
|
||||||
curveTo(125.398f, 117.021f, 126.955f, 116.424f, 128.406f, 115.656f)
|
curveTo(125.035f, 124.772f, 126.641f, 124.156f, 128.137f, 123.364f)
|
||||||
curveTo(129.899f, 114.888f, 131.307f, 113.971f, 132.63f, 112.904f)
|
curveTo(129.677f, 122.572f, 131.129f, 121.626f, 132.493f, 120.526f)
|
||||||
curveTo(133.995f, 111.837f, 135.318f, 110.621f, 136.598f, 109.256f)
|
curveTo(133.901f, 119.426f, 135.265f, 118.172f, 136.585f, 116.764f)
|
||||||
verticalLineTo(95.816f)
|
verticalLineTo(102.904f)
|
||||||
close()
|
close()
|
||||||
moveTo(99.798f, 69.32f)
|
moveTo(98.635f, 75.58f)
|
||||||
curveTo(103.382f, 65.864f, 107.243f, 63.283f, 111.382f, 61.576f)
|
curveTo(102.331f, 72.016f, 106.313f, 69.354f, 110.581f, 67.594f)
|
||||||
curveTo(115.52f, 59.869f, 120.107f, 59.016f, 125.142f, 59.016f)
|
curveTo(114.849f, 65.834f, 119.579f, 64.954f, 124.771f, 64.954f)
|
||||||
curveTo(128.768f, 59.016f, 131.99f, 59.613f, 134.806f, 60.808f)
|
curveTo(128.511f, 64.954f, 131.833f, 65.57f, 134.737f, 66.802f)
|
||||||
curveTo(137.622f, 62.003f, 139.99f, 63.667f, 141.91f, 65.8f)
|
curveTo(137.641f, 68.034f, 140.083f, 69.75f, 142.063f, 71.95f)
|
||||||
curveTo(143.83f, 67.933f, 145.28f, 70.515f, 146.262f, 73.544f)
|
curveTo(144.043f, 74.15f, 145.539f, 76.812f, 146.551f, 79.936f)
|
||||||
curveTo(147.243f, 76.573f, 147.734f, 79.901f, 147.734f, 83.528f)
|
curveTo(147.563f, 83.06f, 148.069f, 86.492f, 148.069f, 90.232f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(142.678f)
|
horizontalLineTo(142.855f)
|
||||||
curveTo(141.568f, 125.0f, 140.715f, 124.829f, 140.118f, 124.488f)
|
curveTo(141.711f, 133.0f, 140.831f, 132.824f, 140.215f, 132.472f)
|
||||||
curveTo(139.52f, 124.104f, 139.051f, 123.379f, 138.71f, 122.312f)
|
curveTo(139.599f, 132.076f, 139.115f, 131.328f, 138.763f, 130.228f)
|
||||||
lineTo(137.43f, 116.168f)
|
lineTo(137.443f, 123.892f)
|
||||||
curveTo(135.723f, 117.747f, 134.059f, 119.155f, 132.438f, 120.392f)
|
curveTo(135.683f, 125.52f, 133.967f, 126.972f, 132.295f, 128.248f)
|
||||||
curveTo(130.816f, 121.587f, 129.11f, 122.611f, 127.318f, 123.464f)
|
curveTo(130.623f, 129.48f, 128.863f, 130.536f, 127.015f, 131.416f)
|
||||||
curveTo(125.526f, 124.275f, 123.606f, 124.893f, 121.558f, 125.32f)
|
curveTo(125.167f, 132.252f, 123.187f, 132.89f, 121.075f, 133.33f)
|
||||||
curveTo(119.552f, 125.789f, 117.312f, 126.024f, 114.838f, 126.024f)
|
curveTo(119.007f, 133.814f, 116.697f, 134.056f, 114.145f, 134.056f)
|
||||||
curveTo(112.32f, 126.024f, 109.952f, 125.683f, 107.734f, 125.0f)
|
curveTo(111.549f, 134.056f, 109.107f, 133.704f, 106.819f, 133.0f)
|
||||||
curveTo(105.515f, 124.275f, 103.574f, 123.208f, 101.91f, 121.8f)
|
curveTo(104.531f, 132.252f, 102.529f, 131.152f, 100.813f, 129.7f)
|
||||||
curveTo(100.288f, 120.392f, 98.987f, 118.621f, 98.006f, 116.488f)
|
curveTo(99.141f, 128.248f, 97.799f, 126.422f, 96.787f, 124.222f)
|
||||||
curveTo(97.067f, 114.312f, 96.598f, 111.752f, 96.598f, 108.808f)
|
curveTo(95.819f, 121.978f, 95.335f, 119.338f, 95.335f, 116.302f)
|
||||||
curveTo(96.598f, 106.248f, 97.301f, 103.795f, 98.71f, 101.448f)
|
curveTo(95.335f, 113.662f, 96.061f, 111.132f, 97.513f, 108.712f)
|
||||||
curveTo(100.118f, 99.059f, 102.4f, 96.947f, 105.558f, 95.112f)
|
curveTo(98.965f, 106.248f, 101.319f, 104.07f, 104.575f, 102.178f)
|
||||||
curveTo(108.715f, 93.277f, 112.832f, 91.784f, 117.91f, 90.632f)
|
curveTo(107.831f, 100.286f, 112.077f, 98.746f, 117.313f, 97.558f)
|
||||||
curveTo(122.987f, 89.437f, 129.216f, 88.755f, 136.598f, 88.584f)
|
curveTo(122.549f, 96.326f, 128.973f, 95.622f, 136.585f, 95.446f)
|
||||||
verticalLineTo(83.528f)
|
verticalLineTo(90.232f)
|
||||||
curveTo(136.598f, 78.493f, 135.51f, 74.696f, 133.334f, 72.136f)
|
curveTo(136.585f, 85.04f, 135.463f, 81.124f, 133.219f, 78.484f)
|
||||||
curveTo(131.158f, 69.533f, 127.979f, 68.232f, 123.798f, 68.232f)
|
curveTo(130.975f, 75.8f, 127.697f, 74.458f, 123.385f, 74.458f)
|
||||||
curveTo(120.982f, 68.232f, 118.614f, 68.595f, 116.694f, 69.32f)
|
curveTo(120.481f, 74.458f, 118.039f, 74.832f, 116.059f, 75.58f)
|
||||||
curveTo(114.816f, 70.003f, 113.174f, 70.792f, 111.766f, 71.688f)
|
curveTo(114.123f, 76.284f, 112.429f, 77.098f, 110.977f, 78.022f)
|
||||||
curveTo(110.4f, 72.541f, 109.206f, 73.331f, 108.182f, 74.056f)
|
curveTo(109.569f, 78.902f, 108.337f, 79.716f, 107.281f, 80.464f)
|
||||||
curveTo(107.2f, 74.739f, 106.219f, 75.08f, 105.238f, 75.08f)
|
curveTo(106.269f, 81.168f, 105.257f, 81.52f, 104.245f, 81.52f)
|
||||||
curveTo(104.47f, 75.08f, 103.808f, 74.888f, 103.254f, 74.504f)
|
curveTo(103.453f, 81.52f, 102.771f, 81.322f, 102.199f, 80.926f)
|
||||||
curveTo(102.699f, 74.077f, 102.23f, 73.565f, 101.845f, 72.968f)
|
curveTo(101.627f, 80.486f, 101.143f, 79.958f, 100.747f, 79.342f)
|
||||||
lineTo(99.798f, 69.32f)
|
lineTo(98.635f, 75.58f)
|
||||||
close()
|
close()
|
||||||
moveTo(175.839f, 69.576f)
|
moveTo(174.412f, 75.844f)
|
||||||
curveTo(177.247f, 67.997f, 178.74f, 66.568f, 180.319f, 65.288f)
|
curveTo(175.864f, 74.216f, 177.404f, 72.742f, 179.032f, 71.422f)
|
||||||
curveTo(181.897f, 64.008f, 183.561f, 62.92f, 185.311f, 62.024f)
|
curveTo(180.66f, 70.102f, 182.376f, 68.98f, 184.18f, 68.056f)
|
||||||
curveTo(187.103f, 61.085f, 188.98f, 60.381f, 190.943f, 59.912f)
|
curveTo(186.028f, 67.088f, 187.964f, 66.362f, 189.988f, 65.878f)
|
||||||
curveTo(192.948f, 59.4f, 195.103f, 59.144f, 197.407f, 59.144f)
|
curveTo(192.056f, 65.35f, 194.278f, 65.086f, 196.654f, 65.086f)
|
||||||
curveTo(200.948f, 59.144f, 204.063f, 59.741f, 206.751f, 60.936f)
|
curveTo(200.306f, 65.086f, 203.518f, 65.702f, 206.29f, 66.934f)
|
||||||
curveTo(209.481f, 62.088f, 211.743f, 63.752f, 213.535f, 65.928f)
|
curveTo(209.106f, 68.122f, 211.438f, 69.838f, 213.286f, 72.082f)
|
||||||
curveTo(215.369f, 68.061f, 216.756f, 70.643f, 217.695f, 73.672f)
|
curveTo(215.178f, 74.282f, 216.608f, 76.944f, 217.576f, 80.068f)
|
||||||
curveTo(218.633f, 76.701f, 219.103f, 80.051f, 219.103f, 83.72f)
|
curveTo(218.544f, 83.192f, 219.028f, 86.646f, 219.028f, 90.43f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(207.647f)
|
horizontalLineTo(207.214f)
|
||||||
verticalLineTo(83.72f)
|
verticalLineTo(90.43f)
|
||||||
curveTo(207.647f, 78.813f, 206.516f, 75.016f, 204.255f, 72.328f)
|
curveTo(207.214f, 85.37f, 206.048f, 81.454f, 203.716f, 78.682f)
|
||||||
curveTo(202.036f, 69.597f, 198.644f, 68.232f, 194.079f, 68.232f)
|
curveTo(201.428f, 75.866f, 197.93f, 74.458f, 193.222f, 74.458f)
|
||||||
curveTo(190.708f, 68.232f, 187.551f, 69.043f, 184.607f, 70.664f)
|
curveTo(189.746f, 74.458f, 186.49f, 75.294f, 183.454f, 76.966f)
|
||||||
curveTo(181.705f, 72.285f, 179.017f, 74.483f, 176.543f, 77.256f)
|
curveTo(180.462f, 78.638f, 177.69f, 80.904f, 175.138f, 83.764f)
|
||||||
verticalLineTo(125.0f)
|
verticalLineTo(133.0f)
|
||||||
horizontalLineTo(165.087f)
|
horizontalLineTo(163.324f)
|
||||||
verticalLineTo(60.168f)
|
verticalLineTo(66.142f)
|
||||||
horizontalLineTo(171.935f)
|
horizontalLineTo(170.386f)
|
||||||
curveTo(173.556f, 60.168f, 174.559f, 60.957f, 174.943f, 62.536f)
|
curveTo(172.058f, 66.142f, 173.092f, 66.956f, 173.488f, 68.584f)
|
||||||
lineTo(175.839f, 69.576f)
|
lineTo(174.412f, 75.844f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -69,8 +69,7 @@ import com.sadellie.unitto.core.ui.common.key.unittoicons.Divide
|
|||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Dot
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Dot
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.E
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.E
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Equal
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Equal
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Exp
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Ex
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.ExponentWide
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Factorial
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Factorial
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Inv
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Inv
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key0
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key0
|
||||||
@ -93,10 +92,11 @@ import com.sadellie.unitto.core.ui.common.key.unittoicons.Percent
|
|||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Pi
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Pi
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Plus
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Plus
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Power10
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Power10
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.PowerWide
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Rad
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Rad
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.RightBracket
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.RightBracket
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.RootWide
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Sin
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Sin
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.SquareRootWide
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Tan
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Tan
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@ -290,9 +290,9 @@ private fun AdditionalButtonsPortrait(
|
|||||||
) {
|
) {
|
||||||
Column {
|
Column {
|
||||||
Row {
|
Row {
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.SquareRootWide, allowVibration) { addSymbol(Token.Operator.sqrt) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.RootWide, allowVibration) { addSymbol(Token.Operator.sqrt) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Pi, allowVibration) { addSymbol(Token.Const.pi) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Pi, allowVibration) { addSymbol(Token.Const.pi) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.ExponentWide, allowVibration) { addSymbol(Token.Operator.power) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.PowerWide, allowVibration) { addSymbol(Token.Operator.power) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Factorial, allowVibration) { addSymbol(Token.Operator.factorial) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Factorial, allowVibration) { addSymbol(Token.Operator.factorial) }
|
||||||
}
|
}
|
||||||
AnimatedVisibility(showAdditional) {
|
AnimatedVisibility(showAdditional) {
|
||||||
@ -328,7 +328,7 @@ private fun AdditionalButtonsPortraitInverse(
|
|||||||
Row {
|
Row {
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Modulo, allowVibration) { addSymbol(Token.Operator.modulo) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Modulo, allowVibration) { addSymbol(Token.Operator.modulo) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Pi, allowVibration) { addSymbol(Token.Const.pi) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Pi, allowVibration) { addSymbol(Token.Const.pi) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.ExponentWide, allowVibration) { addSymbol(Token.Operator.power) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.PowerWide, allowVibration) { addSymbol(Token.Operator.power) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Factorial, allowVibration) { addSymbol(Token.Operator.factorial) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Factorial, allowVibration) { addSymbol(Token.Operator.factorial) }
|
||||||
}
|
}
|
||||||
AnimatedVisibility(showAdditional) {
|
AnimatedVisibility(showAdditional) {
|
||||||
@ -342,7 +342,7 @@ private fun AdditionalButtonsPortraitInverse(
|
|||||||
Row {
|
Row {
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Inv, allowVibration) { toggleInvMode() }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Inv, allowVibration) { toggleInvMode() }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.E, allowVibration) { addSymbol(Token.Const.e) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.E, allowVibration) { addSymbol(Token.Const.e) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Exp, allowVibration) { addSymbol(Token.Func.expBracket) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Ex, allowVibration) { addSymbol(Token.Func.expBracket) }
|
||||||
KeyboardButtonAdditional(modifier, UnittoIcons.Power10, allowVibration) { addSymbol(Token.Digit._1 + Token.Digit._0 + Token.Operator.power) }
|
KeyboardButtonAdditional(modifier, UnittoIcons.Power10, allowVibration) { addSymbol(Token.Digit._1 + Token.Digit._0 + Token.Operator.power) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -458,8 +458,8 @@ private fun AdditionalButtonsLandscape(
|
|||||||
}
|
}
|
||||||
|
|
||||||
Column(modifier) {
|
Column(modifier) {
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.SquareRootWide, allowVibration) { addSymbol(Token.Operator.sqrt) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.RootWide, allowVibration) { addSymbol(Token.Operator.sqrt) }
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.ExponentWide, allowVibration) { addSymbol(Token.Operator.power) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.PowerWide, allowVibration) { addSymbol(Token.Operator.power) }
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Cos, allowVibration) { addSymbol(Token.Func.cosBracket) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Cos, allowVibration) { addSymbol(Token.Func.cosBracket) }
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Ln, allowVibration) { addSymbol(Token.Func.lnBracket) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Ln, allowVibration) { addSymbol(Token.Func.lnBracket) }
|
||||||
}
|
}
|
||||||
@ -491,9 +491,9 @@ private fun AdditionalButtonsLandscapeInverse(
|
|||||||
|
|
||||||
Column(modifier) {
|
Column(modifier) {
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Modulo, allowVibration) { addSymbol(Token.Operator.modulo) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Modulo, allowVibration) { addSymbol(Token.Operator.modulo) }
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.ExponentWide, allowVibration) { addSymbol(Token.Operator.power) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.PowerWide, allowVibration) { addSymbol(Token.Operator.power) }
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.ArCos, allowVibration) { addSymbol(Token.Func.arcosBracket) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.ArCos, allowVibration) { addSymbol(Token.Func.arcosBracket) }
|
||||||
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Exp, allowVibration) { addSymbol(Token.Func.expBracket) }
|
KeyboardButtonAdditional(buttonModifier, UnittoIcons.Ex, allowVibration) { addSymbol(Token.Func.expBracket) }
|
||||||
}
|
}
|
||||||
|
|
||||||
Column(modifier) {
|
Column(modifier) {
|
||||||
|
@ -36,7 +36,6 @@ import com.sadellie.unitto.core.ui.common.key.unittoicons.Backspace
|
|||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Comma
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Comma
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Divide
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Divide
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Dot
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Dot
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Exponent
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key0
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key0
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key1
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key1
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key2
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Key2
|
||||||
@ -57,8 +56,9 @@ import com.sadellie.unitto.core.ui.common.key.unittoicons.LeftBracket
|
|||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Minus
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Minus
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Multiply
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Multiply
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.Plus
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Plus
|
||||||
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Power
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.RightBracket
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.RightBracket
|
||||||
import com.sadellie.unitto.core.ui.common.key.unittoicons.SquareRoot
|
import com.sadellie.unitto.core.ui.common.key.unittoicons.Root
|
||||||
import com.sadellie.unitto.core.ui.common.textfield.FormatterSymbols
|
import com.sadellie.unitto.core.ui.common.textfield.FormatterSymbols
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@ -87,8 +87,8 @@ internal fun DefaultKeyboard(
|
|||||||
Row(cModifier) {
|
Row(cModifier) {
|
||||||
KeyboardButtonFilled(bModifier, UnittoIcons.LeftBracket, allowVibration) { addDigit(Token.Operator.leftBracket) }
|
KeyboardButtonFilled(bModifier, UnittoIcons.LeftBracket, allowVibration) { addDigit(Token.Operator.leftBracket) }
|
||||||
KeyboardButtonFilled(bModifier, UnittoIcons.RightBracket, allowVibration) { addDigit(Token.Operator.rightBracket) }
|
KeyboardButtonFilled(bModifier, UnittoIcons.RightBracket, allowVibration) { addDigit(Token.Operator.rightBracket) }
|
||||||
KeyboardButtonFilled(bModifier, UnittoIcons.Exponent, allowVibration) { addDigit(Token.Operator.power) }
|
KeyboardButtonFilled(bModifier, UnittoIcons.Power, allowVibration) { addDigit(Token.Operator.power) }
|
||||||
KeyboardButtonFilled(bModifier, UnittoIcons.SquareRoot, allowVibration) { addDigit(Token.Operator.sqrt) }
|
KeyboardButtonFilled(bModifier, UnittoIcons.Root, allowVibration) { addDigit(Token.Operator.sqrt) }
|
||||||
}
|
}
|
||||||
Row(cModifier) {
|
Row(cModifier) {
|
||||||
KeyboardButtonLight(bModifier, UnittoIcons.Key7, allowVibration) { addDigit(Token.Digit._7) }
|
KeyboardButtonLight(bModifier, UnittoIcons.Key7, allowVibration) { addDigit(Token.Digit._7) }
|
||||||
|
@ -66,7 +66,7 @@ internal fun AddSubtractKeyboard(
|
|||||||
.fillMaxSize()
|
.fillMaxSize()
|
||||||
.weight(1f)
|
.weight(1f)
|
||||||
.padding(4.dp)
|
.padding(4.dp)
|
||||||
val actionIconHeight = if (isPortrait()) 0.35f else 0.6f
|
val actionIconHeight = if (isPortrait()) 0.396f else 0.68f
|
||||||
|
|
||||||
fun keyboardAction() {
|
fun keyboardAction() {
|
||||||
when (imeAction) {
|
when (imeAction) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user