diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Brackets.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Brackets.kt index 89abe484..d543111c 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Brackets.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Brackets.kt @@ -17,66 +17,72 @@ val UnittoIcons.Brackets: ImageVector 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) + _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(38.628f, 85.345f) + curveTo(38.628f, 92.592f, 39.525f, 99.683f, 41.319f, 106.619f) + curveTo(43.114f, 113.52f, 45.719f, 120.025f, 49.135f, 126.133f) + curveTo(49.446f, 126.754f, 49.636f, 127.306f, 49.704f, 127.789f) + curveTo(49.773f, 128.272f, 49.739f, 128.686f, 49.601f, 129.031f) + curveTo(49.463f, 129.411f, 49.256f, 129.722f, 48.98f, 129.963f) + curveTo(48.738f, 130.205f, 48.462f, 130.429f, 48.152f, 130.636f) + lineTo(43.234f, 133.69f) + curveTo(40.646f, 129.722f, 38.455f, 125.771f, 36.661f, 121.837f) + curveTo(34.866f, 117.937f, 33.4f, 114.003f, 32.261f, 110.035f) + curveTo(31.122f, 106.032f, 30.294f, 101.995f, 29.776f, 97.923f) + curveTo(29.259f, 93.817f, 29.0f, 89.624f, 29.0f, 85.345f) + curveTo(29.0f, 81.101f, 29.259f, 76.942f, 29.776f, 72.87f) + curveTo(30.294f, 68.764f, 31.122f, 64.727f, 32.261f, 60.758f) + curveTo(33.4f, 56.756f, 34.866f, 52.787f, 36.661f, 48.853f) + curveTo(38.455f, 44.919f, 40.646f, 40.968f, 43.234f, 37.0f) + lineTo(48.152f, 40.054f) + curveTo(48.462f, 40.261f, 48.738f, 40.485f, 48.98f, 40.727f) + curveTo(49.256f, 40.968f, 49.463f, 41.279f, 49.601f, 41.659f) + curveTo(49.739f, 42.004f, 49.773f, 42.418f, 49.704f, 42.901f) + curveTo(49.636f, 43.384f, 49.446f, 43.936f, 49.135f, 44.557f) + curveTo(45.719f, 50.7f, 43.114f, 57.221f, 41.319f, 64.123f) + curveTo(39.525f, 71.024f, 38.628f, 78.098f, 38.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) + path( + fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, + strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, + pathFillType = NonZero + ) { + moveTo(130.849f, 85.345f) + curveTo(130.849f, 92.592f, 129.952f, 99.683f, 128.157f, 106.619f) + curveTo(126.363f, 113.52f, 123.758f, 120.025f, 120.341f, 126.133f) + curveTo(120.031f, 126.754f, 119.841f, 127.306f, 119.772f, 127.789f) + curveTo(119.703f, 128.272f, 119.738f, 128.686f, 119.876f, 129.031f) + curveTo(120.014f, 129.411f, 120.221f, 129.722f, 120.497f, 129.963f) + curveTo(120.738f, 130.205f, 121.014f, 130.429f, 121.325f, 130.636f) + lineTo(126.242f, 133.69f) + curveTo(128.83f, 129.722f, 131.022f, 125.771f, 132.816f, 121.837f) + curveTo(134.61f, 117.937f, 136.077f, 114.003f, 137.216f, 110.035f) + curveTo(138.354f, 106.032f, 139.183f, 101.995f, 139.7f, 97.923f) + curveTo(140.218f, 93.817f, 140.477f, 89.624f, 140.477f, 85.345f) + curveTo(140.477f, 81.101f, 140.218f, 76.942f, 139.7f, 72.87f) + curveTo(139.183f, 68.764f, 138.354f, 64.727f, 137.216f, 60.758f) + curveTo(136.077f, 56.756f, 134.61f, 52.787f, 132.816f, 48.853f) + curveTo(131.022f, 44.919f, 128.83f, 40.968f, 126.242f, 37.0f) + lineTo(121.325f, 40.054f) + curveTo(121.014f, 40.261f, 120.738f, 40.485f, 120.497f, 40.727f) + curveTo(120.221f, 40.968f, 120.014f, 41.279f, 119.876f, 41.659f) + curveTo(119.738f, 42.004f, 119.703f, 42.418f, 119.772f, 42.901f) + curveTo(119.841f, 43.384f, 120.031f, 43.936f, 120.341f, 44.557f) + curveTo(123.758f, 50.7f, 126.363f, 57.221f, 128.157f, 64.123f) + curveTo(129.952f, 71.024f, 130.849f, 78.098f, 130.849f, 85.345f) close() } } - .build() + .build() return _brackets!! } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Comma.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Comma.kt index 96355c89..c30032d2 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Comma.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Comma.kt @@ -17,39 +17,43 @@ val UnittoIcons.Comma: ImageVector if (_comma != null) { return _comma!! } - _comma = Builder(name = "Comma", 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(78.518f, 108.548f) - curveTo(78.166f, 108.24f, 77.924f, 107.954f, 77.792f, 107.69f) - curveTo(77.66f, 107.426f, 77.594f, 107.096f, 77.594f, 106.7f) - curveTo(77.594f, 106.392f, 77.682f, 106.084f, 77.858f, 105.776f) - curveTo(78.078f, 105.468f, 78.32f, 105.182f, 78.584f, 104.918f) - curveTo(79.024f, 104.434f, 79.574f, 103.796f, 80.234f, 103.004f) - curveTo(80.938f, 102.212f, 81.642f, 101.266f, 82.346f, 100.166f) - curveTo(83.05f, 99.11f, 83.688f, 97.922f, 84.26f, 96.602f) - curveTo(84.876f, 95.326f, 85.316f, 93.962f, 85.58f, 92.51f) - curveTo(85.448f, 92.554f, 85.294f, 92.576f, 85.118f, 92.576f) - curveTo(84.986f, 92.576f, 84.854f, 92.576f, 84.722f, 92.576f) - curveTo(82.434f, 92.576f, 80.564f, 91.828f, 79.112f, 90.332f) - curveTo(77.704f, 88.792f, 77.0f, 86.834f, 77.0f, 84.458f) - curveTo(77.0f, 82.39f, 77.704f, 80.63f, 79.112f, 79.178f) - curveTo(80.564f, 77.726f, 82.478f, 77.0f, 84.854f, 77.0f) - curveTo(86.174f, 77.0f, 87.34f, 77.242f, 88.352f, 77.726f) - curveTo(89.364f, 78.21f, 90.2f, 78.892f, 90.86f, 79.772f) - curveTo(91.564f, 80.608f, 92.092f, 81.598f, 92.444f, 82.742f) - curveTo(92.796f, 83.842f, 92.972f, 85.052f, 92.972f, 86.372f) - curveTo(92.972f, 88.352f, 92.686f, 90.42f, 92.114f, 92.576f) - curveTo(91.586f, 94.688f, 90.772f, 96.778f, 89.672f, 98.846f) - curveTo(88.616f, 100.958f, 87.318f, 103.004f, 85.778f, 104.984f) - curveTo(84.238f, 106.964f, 82.478f, 108.79f, 80.498f, 110.462f) - lineTo(78.518f, 108.548f) + _comma = Builder( + name = "Comma", 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(77.654f, 101.375f) + curveTo(77.271f, 101.039f, 77.007f, 100.727f, 76.863f, 100.44f) + curveTo(76.719f, 100.152f, 76.647f, 99.792f, 76.647f, 99.361f) + curveTo(76.647f, 99.025f, 76.743f, 98.69f, 76.935f, 98.354f) + curveTo(77.175f, 98.019f, 77.438f, 97.707f, 77.726f, 97.419f) + curveTo(78.205f, 96.892f, 78.805f, 96.197f, 79.524f, 95.334f) + curveTo(80.291f, 94.471f, 81.058f, 93.44f, 81.825f, 92.242f) + curveTo(82.592f, 91.091f, 83.287f, 89.797f, 83.91f, 88.358f) + curveTo(84.582f, 86.968f, 85.061f, 85.482f, 85.349f, 83.9f) + curveTo(85.205f, 83.948f, 85.037f, 83.971f, 84.845f, 83.971f) + curveTo(84.701f, 83.971f, 84.558f, 83.971f, 84.414f, 83.971f) + curveTo(81.921f, 83.971f, 79.883f, 83.157f, 78.301f, 81.526f) + curveTo(76.767f, 79.849f, 76.0f, 77.715f, 76.0f, 75.126f) + curveTo(76.0f, 72.873f, 76.767f, 70.955f, 78.301f, 69.373f) + curveTo(79.883f, 67.791f, 81.969f, 67.0f, 84.558f, 67.0f) + curveTo(85.996f, 67.0f, 87.266f, 67.264f, 88.369f, 67.791f) + curveTo(89.472f, 68.318f, 90.383f, 69.062f, 91.102f, 70.02f) + curveTo(91.869f, 70.931f, 92.444f, 72.01f, 92.828f, 73.257f) + curveTo(93.211f, 74.455f, 93.403f, 75.773f, 93.403f, 77.212f) + curveTo(93.403f, 79.369f, 93.091f, 81.622f, 92.468f, 83.971f) + curveTo(91.893f, 86.273f, 91.006f, 88.55f, 89.807f, 90.803f) + curveTo(88.657f, 93.104f, 87.242f, 95.334f, 85.564f, 97.491f) + curveTo(83.886f, 99.649f, 81.969f, 101.638f, 79.811f, 103.46f) + lineTo(77.654f, 101.375f) close() } } - .build() + .build() return _comma!! } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Dot.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Dot.kt index 944791a2..96c155c3 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Dot.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Dot.kt @@ -17,32 +17,36 @@ val UnittoIcons.Dot: ImageVector if (_dot != null) { return _dot!! } - _dot = Builder(name = "Dot", 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(77.0f, 85.316f) - curveTo(77.0f, 84.172f, 77.198f, 83.094f, 77.594f, 82.082f) - curveTo(78.034f, 81.07f, 78.606f, 80.19f, 79.31f, 79.442f) - curveTo(80.058f, 78.694f, 80.938f, 78.1f, 81.95f, 77.66f) - curveTo(82.962f, 77.22f, 84.04f, 77.0f, 85.184f, 77.0f) - curveTo(86.328f, 77.0f, 87.406f, 77.22f, 88.418f, 77.66f) - curveTo(89.43f, 78.1f, 90.31f, 78.694f, 91.058f, 79.442f) - curveTo(91.806f, 80.19f, 92.4f, 81.07f, 92.84f, 82.082f) - curveTo(93.28f, 83.094f, 93.5f, 84.172f, 93.5f, 85.316f) - curveTo(93.5f, 86.504f, 93.28f, 87.604f, 92.84f, 88.616f) - curveTo(92.4f, 89.584f, 91.806f, 90.442f, 91.058f, 91.19f) - curveTo(90.31f, 91.938f, 89.43f, 92.51f, 88.418f, 92.906f) - curveTo(87.406f, 93.346f, 86.328f, 93.566f, 85.184f, 93.566f) - curveTo(84.04f, 93.566f, 82.962f, 93.346f, 81.95f, 92.906f) - curveTo(80.938f, 92.51f, 80.058f, 91.938f, 79.31f, 91.19f) - curveTo(78.606f, 90.442f, 78.034f, 89.584f, 77.594f, 88.616f) - curveTo(77.198f, 87.604f, 77.0f, 86.504f, 77.0f, 85.316f) + _dot = Builder( + name = "Dot", 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(75.0f, 84.824f) + curveTo(75.0f, 83.473f, 75.234f, 82.199f, 75.702f, 81.004f) + curveTo(76.221f, 79.808f, 76.897f, 78.769f, 77.729f, 77.885f) + curveTo(78.613f, 77.001f, 79.652f, 76.299f, 80.848f, 75.78f) + curveTo(82.043f, 75.26f, 83.317f, 75.0f, 84.668f, 75.0f) + curveTo(86.02f, 75.0f, 87.293f, 75.26f, 88.489f, 75.78f) + curveTo(89.684f, 76.299f, 90.724f, 77.001f, 91.607f, 77.885f) + curveTo(92.491f, 78.769f, 93.193f, 79.808f, 93.712f, 81.004f) + curveTo(94.232f, 82.199f, 94.492f, 83.473f, 94.492f, 84.824f) + curveTo(94.492f, 86.227f, 94.232f, 87.527f, 93.712f, 88.722f) + curveTo(93.193f, 89.866f, 92.491f, 90.88f, 91.607f, 91.763f) + curveTo(90.724f, 92.647f, 89.684f, 93.323f, 88.489f, 93.79f) + curveTo(87.293f, 94.31f, 86.02f, 94.57f, 84.668f, 94.57f) + curveTo(83.317f, 94.57f, 82.043f, 94.31f, 80.848f, 93.79f) + curveTo(79.652f, 93.323f, 78.613f, 92.647f, 77.729f, 91.763f) + curveTo(76.897f, 90.88f, 76.221f, 89.866f, 75.702f, 88.722f) + curveTo(75.234f, 87.527f, 75.0f, 86.227f, 75.0f, 84.824f) close() } } - .build() + .build() return _dot!! } diff --git a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt index 8cfdb9fe..14642aaf 100644 --- a/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt +++ b/core/ui/src/main/java/com/sadellie/unitto/core/ui/common/key/unittoicons/Percent.kt @@ -17,96 +17,36 @@ val UnittoIcons.Percent: ImageVector if (_percent != null) { return _percent!! } - _percent = Builder(name = "Percent", 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(79.736f, 61.258f) - curveTo(79.736f, 64.954f, 79.164f, 68.276f, 78.02f, 71.224f) - curveTo(76.876f, 74.128f, 75.336f, 76.592f, 73.4f, 78.616f) - curveTo(71.508f, 80.596f, 69.286f, 82.114f, 66.734f, 83.17f) - 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) + _percent = Builder( + name = "Percent", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp, + viewportWidth = 170.0f, viewportHeight = 170.0f + ).apply { + path( + fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFF000000)), + strokeLineWidth = 8.0f, strokeLineCap = Butt, strokeLineJoin = Miter, + strokeLineMiter = 4.0f, pathFillType = NonZero + ) { + moveTo(113.58f, 43.477f) + lineTo(115.868f, 45.198f) + lineTo(54.761f, 125.169f) + lineTo(52.473f, 123.448f) + lineTo(113.58f, 43.477f) close() - moveTo(70.628f, 61.258f) - curveTo(70.628f, 58.354f, 70.32f, 55.89f, 69.704f, 53.866f) - curveTo(69.088f, 51.842f, 68.23f, 50.192f, 67.13f, 48.916f) - curveTo(66.074f, 47.596f, 64.82f, 46.65f, 63.368f, 46.078f) - 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) + moveTo(76.75f, 58.375f) + curveTo(76.75f, 67.971f, 68.971f, 75.75f, 59.375f, 75.75f) + curveTo(49.779f, 75.75f, 42.0f, 67.971f, 42.0f, 58.375f) + curveTo(42.0f, 48.779f, 49.779f, 41.0f, 59.375f, 41.0f) + curveTo(68.971f, 41.0f, 76.75f, 48.779f, 76.75f, 58.375f) close() - moveTo(113.198f, 40.402f) - curveTo(113.638f, 39.874f, 114.144f, 39.412f, 114.716f, 39.016f) - curveTo(115.332f, 38.62f, 116.146f, 38.422f, 117.158f, 38.422f) - horizontalLineTo(125.672f) - 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) + moveTo(129.0f, 110.625f) + curveTo(129.0f, 120.221f, 121.221f, 128.0f, 111.625f, 128.0f) + curveTo(102.029f, 128.0f, 94.25f, 120.221f, 94.25f, 110.625f) + curveTo(94.25f, 101.029f, 102.029f, 93.25f, 111.625f, 93.25f) + curveTo(121.221f, 93.25f, 129.0f, 101.029f, 129.0f, 110.625f) close() } } - .build() + .build() return _percent!! }