Skip to content

Commit 084623c

Browse files
aanorbelsdsantos
andauthored
chore: add support for changing tray icon when task is in progress (#690)
* chore: add support for changing tray icon when task is in progress * Desktop tray icons: light/dark and running. * Better desktop dark mode. Windows tray icons. * Hide dock icon * chore: update icon location since linux cannot compile when icon in `desktopMain` --------- Co-authored-by: Sérgio Santos <me@sergiosantos.info>
1 parent 4356121 commit 084623c

File tree

13 files changed

+162
-36
lines changed

13 files changed

+162
-36
lines changed

composeApp/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,15 @@ compose.desktop {
357357

358358
macOS {
359359
minimumSystemVersion = "10.15.0"
360+
// Hide dock icon
361+
infoPlist {
362+
extraKeysRawXml = """
363+
<key>LSUIElement</key>
364+
<string>true</string>
365+
""".trimIndent()
366+
}
367+
jvmArgs("-Dapple.awt.enableTemplateImages=true") // tray template icon
368+
jvmArgs("-Dapple.awt.application.appearance=system") // adaptive title bar
360369
}
361370
}
362371
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="22dp"
3+
android:height="22dp"
4+
android:viewportWidth="22"
5+
android:viewportHeight="22">
6+
<path
7+
android:pathData="M11.118,3C13.163,3 14.873,4.634 14.873,6.648C14.872,7.598 14.441,8.509 13.865,9.105C13.288,9.702 13.174,10.46 13.421,11.107C13.958,12.515 15.299,12.638 15.832,12.488C16.366,12.339 16.678,11.957 16.792,11.669C16.907,11.381 16.949,10.905 16.823,10.723C16.696,10.54 16.615,10.462 16.587,10.373C16.557,10.279 16.605,10.135 16.562,10.06C16.483,9.924 16.175,9.73 16.064,9.604C15.952,9.477 15.804,9.322 15.694,9.074C15.596,8.851 15.564,8.779 15.485,8.657C15.405,8.535 14.936,8.113 14.946,7.849C14.952,7.661 15.059,7.743 15.111,7.56C15.16,7.382 15.101,7.017 15.132,6.903C15.174,6.749 15.371,6.756 15.437,6.615C15.502,6.475 15.442,6.263 15.496,6.16C15.597,5.969 15.964,5.662 16.016,5.554C16.067,5.446 16.04,5.433 16.076,5.381C16.097,5.351 16.193,5.234 16.248,5.223C16.299,5.212 16.663,5.235 16.746,5.207C16.823,5.181 16.922,5.064 17.108,5.058C17.12,5.057 17.133,5.057 17.146,5.058C17.357,5.067 17.444,5.097 17.525,5.135C17.591,5.166 17.857,5.32 17.768,5.471C17.656,5.66 16.871,5.976 16.688,7.004C16.504,8.032 16.915,8.544 17.243,9.046C17.572,9.547 17.89,10.031 18.053,10.396C18.215,10.76 18.404,11.562 18.125,12.19C17.847,12.818 17.5,13.344 16.676,13.666C16.075,13.901 15.858,13.918 15.732,13.958C15.599,13.999 15.487,14.064 15.403,14.067C15.198,14.074 14.35,13.917 14.157,13.852C13.965,13.786 14.042,13.698 13.935,13.68C13.827,13.661 13.685,13.692 13.571,13.637C13.443,13.574 13.278,13.475 13.149,13.314C13.048,13.188 12.702,12.795 12.461,12.669C12.409,12.926 12.514,13.206 12.613,13.372C12.742,13.59 12.869,13.773 13.204,14.014C13.79,14.434 14.565,15.068 14.979,15.559C15.314,15.956 15.648,16.5 15.472,17.295C15.329,17.939 14.602,18.401 14.181,18.569C13.844,18.704 12.867,18.75 12.707,18.755C12.548,18.759 12.416,18.598 12.313,18.565C12.21,18.532 11.84,18.658 11.656,18.586C11.509,18.528 11.322,18.325 11.16,18.168C11.075,18.085 10.986,18.032 10.939,17.981C10.9,17.94 10.876,17.846 10.846,17.777C10.772,17.61 10.712,17.421 10.681,17.258C10.653,17.111 10.633,16.96 10.634,16.837C10.635,16.754 10.679,16.67 10.691,16.563C10.702,16.456 10.67,16.278 10.696,16.194C10.767,15.976 10.875,15.838 11.064,15.663C11.293,15.451 11.543,15.424 11.797,15.433C12.036,15.441 12.212,15.396 12.306,15.394C12.476,15.392 12.6,15.479 12.667,15.531C12.793,15.63 12.824,15.742 12.805,15.836C12.786,15.93 12.678,15.991 12.564,15.977C12.418,15.959 12.186,15.874 11.949,16.052C11.729,16.217 11.83,16.842 12.088,17.175C12.347,17.509 12.77,17.69 13.211,17.7C13.624,17.709 13.923,17.483 14.055,17.309C14.207,17.107 14.334,16.577 14.057,16.19C13.799,15.829 13.196,15.378 12.934,15.214C12.671,15.05 12.111,14.76 11.701,14.284C11.54,14.097 11.321,13.795 11.097,13.453C10.933,13.589 10.78,13.861 10.699,13.962C10.606,14.08 10.506,14.174 10.407,14.257C10.234,14.402 10.006,14.509 9.837,14.599C9.668,14.688 9.512,14.822 9.29,14.929C9.065,15.036 8.95,15.026 8.62,15.146C8.251,15.282 7.978,15.542 7.943,15.925C7.902,16.37 8.385,16.679 8.533,16.736C8.629,16.773 9.162,16.76 9.284,16.73C9.339,16.717 9.402,16.714 9.456,16.718C9.605,16.729 9.728,17.113 9.83,17.17C9.894,17.205 9.941,17.177 10.031,17.21C10.099,17.236 10.175,17.336 10.191,17.351C10.281,17.436 10.225,17.519 10.333,17.678C10.463,17.869 10.426,18.202 10.421,18.348C10.416,18.493 10.323,18.762 10.299,18.842C10.276,18.921 10.271,19.072 10.247,19.161C10.223,19.25 10.029,19.4 9.968,19.444C9.905,19.49 9.837,19.484 9.79,19.493C9.743,19.503 9.617,19.756 9.328,19.857C8.996,19.974 8.869,19.998 8.51,20C8.183,20.002 7.756,19.642 7.787,19.613C7.807,19.598 8.26,19.56 8.59,19.416C8.782,19.332 9.065,19.101 9.103,18.664C9.14,18.233 8.726,18.026 8.489,17.904C8.145,17.728 7.833,17.546 7.476,17.341C7.045,17.092 6.787,16.752 6.646,16.434C6.491,16.084 6.463,15.793 6.604,15.287C6.744,14.781 7.145,14.473 7.598,14.155C8.088,13.812 8.803,13.426 9.295,13.163C9.64,12.979 9.855,12.786 9.903,12.441C9.909,12.391 9.906,12.197 9.896,12.137C9.853,12.179 9.627,12.42 9.54,12.509C9.2,12.855 8.64,13.265 7.855,13.394C7.653,13.428 7.697,13.524 7.481,13.547C7.395,13.556 7.137,13.548 7.016,13.544C6.664,13.533 6.439,13.428 6.114,13.315C5.789,13.203 5.35,13.059 4.807,12.563C4.279,12.08 4.117,11.638 4.025,10.981C3.932,10.325 4.114,9.86 4.336,9.469C4.643,8.929 5.079,8.593 5.324,8.328C5.57,8.063 5.797,7.758 5.975,7.745C6.154,7.732 6.266,7.941 6.399,7.957C6.493,7.968 6.585,7.895 6.707,7.87C6.792,7.853 6.885,7.872 6.933,7.884C7.039,7.91 7.072,8.119 7.152,8.219C7.244,8.335 7.47,8.252 7.556,8.318C7.591,8.345 7.657,8.395 7.681,8.448C7.716,8.527 7.725,8.622 7.737,8.697C7.756,8.823 8.043,9.058 8.083,9.171C8.123,9.284 7.92,10.163 7.732,10.404C7.521,10.675 7.149,10.872 7.102,10.892C7.055,10.911 7.012,10.878 7.012,10.825C7.012,10.771 7.195,10.353 7.192,10.083C7.185,9.629 6.891,9.38 6.693,9.272C6.323,9.073 5.986,9.119 5.53,9.651C5.155,10.09 4.948,10.773 5.348,11.336C5.556,11.63 5.835,12.141 6.864,12.132C8.057,12.122 8.783,11.782 9.098,11.153C9.389,10.573 9.229,9.928 8.519,9.235C7.809,8.542 7.418,7.615 7.417,6.648C7.417,4.634 9.074,3 11.118,3ZM10.562,5.141C9.561,5.141 8.749,5.952 8.749,6.953C8.749,7.954 9.561,8.765 10.562,8.766C11.563,8.766 12.375,7.954 12.375,6.953C12.375,5.952 11.563,5.141 10.562,5.141Z"
8+
android:fillColor="#ffffff"/>
9+
<path
10+
android:pathData="M10.336,6.755C10.569,6.755 10.759,6.944 10.759,7.177C10.759,7.411 10.569,7.6 10.336,7.6C10.103,7.6 9.914,7.411 9.914,7.177C9.914,6.944 10.103,6.755 10.336,6.755"
11+
android:fillColor="#ffffff"/>
12+
</vector>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="22dp"
3+
android:height="22dp"
4+
android:viewportWidth="22"
5+
android:viewportHeight="22">
6+
<path
7+
android:pathData="M11.118,3C13.162,3 14.873,4.634 14.873,6.648C14.872,7.598 14.441,8.509 13.864,9.105C13.288,9.701 13.175,10.46 13.422,11.107C13.461,11.209 13.506,11.303 13.553,11.392C12.536,11.821 11.692,12.58 11.15,13.531C11.133,13.505 11.114,13.48 11.097,13.453C10.933,13.589 10.78,13.861 10.699,13.962C10.606,14.08 10.506,14.174 10.407,14.257C10.234,14.402 10.005,14.51 9.837,14.599C9.668,14.688 9.512,14.823 9.29,14.929C9.066,15.036 8.95,15.026 8.62,15.146C8.251,15.282 7.978,15.542 7.942,15.925C7.901,16.37 8.384,16.679 8.533,16.736C8.629,16.773 9.161,16.76 9.284,16.73C9.339,16.717 9.402,16.714 9.456,16.718C9.604,16.729 9.727,17.112 9.83,17.17C9.894,17.205 9.941,17.177 10.03,17.21C10.099,17.236 10.174,17.335 10.19,17.351C10.281,17.436 10.225,17.52 10.333,17.678C10.463,17.869 10.426,18.201 10.421,18.347C10.416,18.492 10.322,18.762 10.299,18.842C10.276,18.921 10.27,19.071 10.247,19.16C10.224,19.249 10.029,19.4 9.968,19.444C9.905,19.489 9.837,19.484 9.79,19.493C9.743,19.504 9.616,19.756 9.328,19.857C8.996,19.974 8.868,19.998 8.51,20C8.183,20.002 7.758,19.644 7.787,19.613C7.808,19.598 8.26,19.56 8.59,19.416C8.782,19.332 9.065,19.1 9.103,18.663C9.14,18.232 8.726,18.026 8.489,17.904C8.145,17.728 7.832,17.546 7.476,17.341C7.045,17.092 6.787,16.752 6.646,16.434C6.491,16.084 6.463,15.793 6.604,15.287C6.744,14.781 7.144,14.473 7.598,14.155C8.088,13.812 8.803,13.426 9.295,13.163C9.64,12.979 9.855,12.786 9.902,12.441C9.909,12.391 9.906,12.197 9.896,12.137C9.853,12.179 9.627,12.42 9.54,12.509C9.2,12.855 8.64,13.265 7.854,13.394C7.653,13.428 7.696,13.524 7.48,13.547C7.394,13.556 7.137,13.548 7.016,13.544C6.664,13.533 6.438,13.428 6.113,13.315C5.788,13.203 5.349,13.059 4.807,12.563C4.279,12.08 4.117,11.638 4.024,10.981C3.932,10.325 4.113,9.86 4.336,9.469C4.643,8.929 5.079,8.593 5.324,8.328C5.569,8.063 5.797,7.759 5.975,7.745C6.153,7.732 6.266,7.941 6.398,7.957C6.493,7.968 6.585,7.895 6.707,7.87C6.791,7.853 6.884,7.872 6.933,7.884C7.038,7.91 7.072,8.119 7.151,8.219C7.244,8.335 7.469,8.253 7.556,8.318C7.591,8.345 7.657,8.395 7.681,8.448C7.716,8.527 7.725,8.622 7.736,8.697C7.756,8.823 8.043,9.058 8.083,9.171C8.122,9.284 7.92,10.163 7.731,10.404C7.521,10.674 7.149,10.871 7.102,10.892C7.055,10.911 7.012,10.878 7.012,10.825C7.012,10.771 7.195,10.353 7.191,10.083C7.185,9.629 6.891,9.38 6.692,9.272C6.322,9.073 5.985,9.119 5.529,9.651C5.154,10.09 4.948,10.773 5.348,11.336C5.556,11.63 5.835,12.14 6.863,12.132C8.056,12.122 8.783,11.781 9.098,11.153C9.389,10.573 9.228,9.928 8.519,9.235C7.809,8.542 7.418,7.615 7.417,6.648C7.417,4.634 9.074,3 11.118,3ZM17.146,5.058C17.357,5.067 17.445,5.097 17.525,5.135C17.592,5.167 17.856,5.32 17.768,5.471C17.656,5.66 16.871,5.976 16.688,7.004C16.504,8.032 16.916,8.544 17.244,9.046C17.572,9.547 17.891,10.031 18.054,10.396C18.185,10.691 18.333,11.272 18.237,11.816C17.827,11.547 17.375,11.338 16.894,11.198C16.908,11.005 16.89,10.821 16.822,10.723C16.696,10.54 16.616,10.462 16.588,10.373C16.558,10.279 16.605,10.135 16.562,10.06C16.482,9.924 16.176,9.73 16.065,9.604C15.953,9.477 15.805,9.322 15.695,9.074C15.597,8.852 15.564,8.779 15.484,8.657C15.404,8.535 14.937,8.113 14.946,7.849C14.953,7.661 15.059,7.743 15.11,7.56C15.16,7.382 15.101,7.017 15.132,6.903C15.174,6.749 15.371,6.756 15.436,6.615C15.502,6.475 15.442,6.263 15.496,6.16C15.597,5.969 15.965,5.662 16.017,5.554C16.068,5.446 16.04,5.433 16.076,5.381C16.097,5.351 16.194,5.235 16.249,5.223C16.301,5.212 16.662,5.234 16.746,5.207C16.823,5.181 16.923,5.064 17.108,5.058C17.12,5.057 17.134,5.057 17.146,5.058ZM10.561,5.141C9.561,5.141 8.749,5.952 8.749,6.953C8.749,7.954 9.561,8.765 10.561,8.766C11.563,8.766 12.375,7.954 12.375,6.953C12.375,5.952 11.563,5.141 10.561,5.141ZM10.336,6.755C10.569,6.755 10.759,6.944 10.759,7.177C10.759,7.41 10.569,7.6 10.336,7.6C10.103,7.599 9.913,7.41 9.913,7.177C9.913,6.944 10.103,6.755 10.336,6.755Z"
8+
android:fillColor="#ffffff"/>
9+
<path
10+
android:pathData="M16.82,17.88L17.38,17.32L15.9,15.84V14H15.1V16.16L16.82,17.88ZM15.5,20C14.947,20 14.427,19.895 13.94,19.685C13.453,19.475 13.03,19.19 12.67,18.83C12.31,18.47 12.025,18.047 11.815,17.56C11.605,17.073 11.5,16.553 11.5,16C11.5,15.447 11.605,14.927 11.815,14.44C12.025,13.953 12.31,13.53 12.67,13.17C13.03,12.81 13.453,12.525 13.94,12.315C14.427,12.105 14.947,12 15.5,12C16.053,12 16.573,12.105 17.06,12.315C17.547,12.525 17.97,12.81 18.33,13.17C18.69,13.53 18.975,13.953 19.185,14.44C19.395,14.927 19.5,15.447 19.5,16C19.5,16.553 19.395,17.073 19.185,17.56C18.975,18.047 18.69,18.47 18.33,18.83C17.97,19.19 17.547,19.475 17.06,19.685C16.573,19.895 16.053,20 15.5,20Z"
11+
android:fillColor="#ffffff"/>
12+
</vector>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="22dp"
3+
android:height="22dp"
4+
android:viewportWidth="22"
5+
android:viewportHeight="22">
6+
<path
7+
android:pathData="M11.119,3C13.163,3 14.873,4.634 14.873,6.648C14.871,7.598 14.441,8.509 13.865,9.105C13.288,9.702 13.175,10.46 13.422,11.107C13.958,12.515 15.298,12.638 15.832,12.488C16.365,12.339 16.678,11.957 16.793,11.669C16.907,11.381 16.949,10.906 16.823,10.723C16.697,10.54 16.616,10.462 16.588,10.373C16.558,10.279 16.605,10.135 16.561,10.06C16.482,9.924 16.176,9.73 16.064,9.604C15.953,9.477 15.805,9.323 15.695,9.074C15.596,8.851 15.564,8.779 15.484,8.657C15.404,8.535 14.937,8.113 14.946,7.849C14.953,7.661 15.059,7.744 15.111,7.56C15.161,7.382 15.102,7.017 15.132,6.903C15.174,6.749 15.372,6.756 15.437,6.615C15.503,6.475 15.442,6.263 15.496,6.16C15.597,5.969 15.965,5.662 16.016,5.554C16.067,5.446 16.04,5.433 16.076,5.381C16.097,5.351 16.194,5.234 16.249,5.223C16.3,5.212 16.662,5.235 16.746,5.207C16.822,5.181 16.922,5.064 17.108,5.058C17.12,5.057 17.133,5.057 17.146,5.058C17.357,5.067 17.445,5.097 17.525,5.135C17.591,5.166 17.856,5.32 17.767,5.471C17.656,5.66 16.871,5.976 16.687,7.004C16.504,8.032 16.916,8.544 17.244,9.046C17.572,9.547 17.891,10.031 18.053,10.396C18.216,10.76 18.404,11.562 18.126,12.19C17.847,12.818 17.501,13.344 16.676,13.666C16.076,13.901 15.859,13.918 15.732,13.958C15.6,13.999 15.488,14.064 15.404,14.067C15.199,14.075 14.349,13.917 14.157,13.852C13.965,13.786 14.042,13.698 13.934,13.68C13.826,13.661 13.685,13.692 13.572,13.637C13.444,13.574 13.278,13.475 13.148,13.314C13.047,13.188 12.703,12.795 12.462,12.669C12.409,12.926 12.514,13.206 12.612,13.372C12.742,13.59 12.87,13.773 13.205,14.014C13.79,14.434 14.566,15.068 14.979,15.559C15.314,15.956 15.647,16.5 15.471,17.295C15.328,17.939 14.602,18.401 14.181,18.569C13.844,18.704 12.867,18.75 12.708,18.755C12.549,18.76 12.416,18.598 12.313,18.565C12.21,18.532 11.839,18.658 11.656,18.586C11.509,18.528 11.322,18.325 11.161,18.168C11.076,18.085 10.986,18.032 10.939,17.981C10.9,17.94 10.875,17.846 10.845,17.777C10.772,17.61 10.712,17.421 10.681,17.258C10.653,17.111 10.633,16.96 10.634,16.837C10.635,16.754 10.68,16.67 10.691,16.563C10.702,16.456 10.67,16.278 10.697,16.194C10.767,15.976 10.875,15.838 11.064,15.663C11.293,15.451 11.543,15.424 11.797,15.433C12.035,15.441 12.212,15.396 12.305,15.394C12.476,15.392 12.599,15.479 12.667,15.531C12.793,15.63 12.824,15.742 12.805,15.836C12.787,15.93 12.678,15.99 12.564,15.977C12.418,15.959 12.186,15.875 11.95,16.052C11.73,16.217 11.83,16.842 12.088,17.175C12.346,17.509 12.769,17.69 13.211,17.7C13.623,17.71 13.922,17.483 14.054,17.309C14.207,17.107 14.334,16.577 14.057,16.19C13.799,15.83 13.197,15.378 12.934,15.214C12.672,15.05 12.111,14.76 11.701,14.284C11.539,14.097 11.32,13.795 11.096,13.453C10.933,13.589 10.78,13.861 10.7,13.962C10.606,14.08 10.507,14.174 10.408,14.257C10.234,14.402 10.005,14.509 9.837,14.599C9.668,14.688 9.512,14.823 9.291,14.929C9.066,15.037 8.95,15.026 8.62,15.146C8.25,15.282 7.979,15.542 7.943,15.925C7.902,16.37 8.386,16.679 8.534,16.736C8.631,16.773 9.163,16.76 9.285,16.73C9.34,16.717 9.403,16.714 9.457,16.718C9.605,16.729 9.727,17.112 9.83,17.17C9.894,17.206 9.941,17.176 10.031,17.21C10.1,17.236 10.176,17.336 10.191,17.351C10.281,17.436 10.225,17.52 10.333,17.678C10.463,17.869 10.425,18.202 10.421,18.348C10.416,18.493 10.322,18.762 10.299,18.842C10.275,18.922 10.27,19.072 10.247,19.161C10.223,19.25 10.03,19.4 9.968,19.444C9.906,19.49 9.837,19.484 9.79,19.493C9.743,19.503 9.616,19.756 9.328,19.857C8.996,19.974 8.868,19.998 8.509,20C8.181,20.002 7.754,19.641 7.788,19.613C7.807,19.598 8.259,19.56 8.59,19.416C8.782,19.332 9.065,19.101 9.103,18.664C9.141,18.233 8.726,18.026 8.489,17.904C8.145,17.728 7.833,17.546 7.476,17.341C7.045,17.092 6.787,16.752 6.646,16.434C6.492,16.084 6.464,15.793 6.604,15.287C6.745,14.781 7.144,14.473 7.597,14.155C8.088,13.812 8.803,13.426 9.296,13.163C9.64,12.979 9.856,12.786 9.903,12.441C9.91,12.391 9.907,12.197 9.896,12.137C9.854,12.179 9.626,12.42 9.54,12.509C9.2,12.855 8.64,13.265 7.854,13.394C7.653,13.428 7.697,13.524 7.48,13.547C7.394,13.556 7.136,13.548 7.015,13.544C6.664,13.533 6.439,13.428 6.114,13.315C5.789,13.203 5.35,13.059 4.807,12.563C4.28,12.08 4.118,11.638 4.025,10.981C3.932,10.325 4.114,9.86 4.337,9.469C4.644,8.929 5.08,8.593 5.325,8.328C5.57,8.063 5.796,7.758 5.974,7.745C6.153,7.732 6.267,7.942 6.399,7.957C6.494,7.968 6.585,7.895 6.707,7.87C6.791,7.853 6.884,7.872 6.932,7.884C7.038,7.91 7.072,8.119 7.151,8.219C7.244,8.335 7.47,8.252 7.556,8.318C7.591,8.345 7.657,8.395 7.681,8.448C7.717,8.527 7.725,8.622 7.737,8.697C7.757,8.823 8.044,9.058 8.084,9.171C8.123,9.285 7.921,10.163 7.732,10.404C7.522,10.674 7.151,10.871 7.102,10.892C7.056,10.911 7.012,10.878 7.012,10.825C7.013,10.771 7.195,10.353 7.191,10.083C7.184,9.629 6.891,9.379 6.692,9.272C6.322,9.073 5.986,9.119 5.53,9.651C5.155,10.09 4.947,10.773 5.347,11.336C5.556,11.63 5.835,12.14 6.863,12.132C8.056,12.122 8.782,11.782 9.097,11.153C9.388,10.573 9.228,9.929 8.518,9.235C7.808,8.542 7.418,7.615 7.418,6.648C7.418,4.634 9.075,3 11.119,3ZM10.562,5.141C9.561,5.141 8.749,5.952 8.749,6.953C8.749,7.954 9.561,8.766 10.562,8.766C11.563,8.766 12.375,7.954 12.375,6.953C12.375,5.952 11.563,5.141 10.562,5.141Z"
8+
android:fillColor="#000000"/>
9+
<path
10+
android:pathData="M10.336,6.755C10.569,6.755 10.759,6.944 10.759,7.177C10.759,7.411 10.569,7.6 10.336,7.6C10.103,7.6 9.914,7.411 9.914,7.177C9.914,6.944 10.103,6.755 10.336,6.755Z"
11+
android:fillColor="#000000"/>
12+
</vector>

0 commit comments

Comments
 (0)