Merge pull request #299 from believethehype/main

Minor Cosmetics for HashTagIcons
This commit is contained in:
Vitor Pamplona 2023-03-21 08:29:23 -04:00 committed by GitHub
commit fb017c3903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1507 additions and 53 deletions

View File

@ -6,11 +6,14 @@ import androidx.compose.ui.unit.dp
import com.vitorpamplona.amethyst.R
fun checkForHashtagWithIcon(tag: String): HashtagIcon? {
return when (tag.lowercase()) {
"bitcoin", "btc" -> HashtagIcon(R.drawable.ht_btc, "Bitcoin", Color.Unspecified, Modifier.padding(2.dp, 2.dp, 0.dp, 0.dp))
"nostr" -> HashtagIcon(R.drawable.ht_nostr, "Nostr", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
"lightning", "lightningnetwork" -> HashtagIcon(R.drawable.ht_lightning, "Lightning", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
"zap", "zaps", "zapathon", "zapraiser", "zaplife", "zapper", "zappers", "zapping" -> HashtagIcon(R.drawable.zap, "Zap", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
"amethyst" -> HashtagIcon(R.drawable.amethyst, "Amethyst", Color.Unspecified, Modifier.padding(4.dp, 2.dp, 0.dp, 0.dp))
"bitcoin", "btc" -> HashtagIcon(R.drawable.ht_btc, "Bitcoin", Color.Unspecified, Modifier.padding(2.dp, 3.dp, 0.dp, 0.dp))
"nostr", "nostrich", "nostriches", "nostrichs" -> HashtagIcon(R.drawable.ht_nostr, "Nostr", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
"lightning", "lightningnetwork" -> HashtagIcon(R.drawable.ht_lightning, "Lightning", Color.Unspecified, Modifier.padding(1.dp, 3.dp, 0.dp, 0.dp))
"zap", "zaps", "zapper", "zappers", "zapping", "zapped", "zapathon", "zapraiser", "zaplife" -> HashtagIcon(R.drawable.zap, "Zap", Color.Unspecified, Modifier.padding(1.dp, 3.dp, 0.dp, 0.dp))
"amethyst" -> HashtagIcon(R.drawable.amethyst, "Amethyst", Color.Unspecified, Modifier.padding(3.dp, 2.dp, 0.dp, 0.dp))
"plebs", "pleb", "plebchain" -> HashtagIcon(R.drawable.plebs, "Pleb", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 1.dp))
"coffee", "coffeechain" -> HashtagIcon(R.drawable.coffee, "Coffee", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
else -> null
}
}

View File

@ -267,8 +267,8 @@ fun HashTag(word: String, accountViewModel: AccountViewModel, navController: Nav
myId,
InlineTextContent(
Placeholder(
width = 16.sp,
height = 16.sp,
width = 17.sp,
height = 17.sp,
placeholderVerticalAlign = PlaceholderVerticalAlign.Center
)
) {

File diff suppressed because one or more lines are too long

View File

@ -1,28 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#ffc927"
android:strokeWidth="1"
android:pathData="M97 3C69.7119 22.6197 45.7508 46.6918 19 67C27.1406 70.4159 38.3826 67.0028 47 67C49.7247 66.9991 54.2659 66.2229 56.5733 68.0278C60.1981 70.8631 52.8246 79.2935 51.1998 82L35.6003 108C32.5028 113.163 28.8241 118.238 27 124C38.8349 118.579 49.4585 105.86 59 97.0856C69.6068 87.3314 80.5581 77.9729 91 68.0386C96.1811 63.1093 101.848 58.8943 106 53C91.9282 53 78.0109 53.3984 64 54C65.4064 48.5896 69.3227 44.4231 72.6258 40C78.044 32.7446 83.3124 25.3665 88.5787 18C91.4989 13.9152 97.4483 8.21129 97 3z" />
<path
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M98 3C91.3363 14.9574 82.2325 25.9879 74.1157 37C70.2355 42.2644 64.9711 47.3499 64 54C71.1423 53.7681 73.4873 49.6768 77.0502 44L91.9498 20C95.3452 14.5863 99.3309 9.49763 100 3L98 3z" />
<path
android:fillColor="#ffe567"
android:strokeWidth="1"
android:pathData="M76 24C69.7858 26.4075 64.9312 31.5726 60 35.9498C53.4472 41.7666 46.6333 47.2774 40 53C37.7761 54.9186 28.9583 60.5941 31.1759 64.3773C33.6194 68.5458 42.2348 59.4267 44 57.8302C50.9469 51.5476 57.3779 44.6221 64 38C68.3321 33.6679 73.3863 29.6048 76 24z" />
<path
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M27 126C35.5276 124.86 42.7133 116.423 49 111L92 74.1304C96.8972 69.9137 102.519 65.7843 106.771 60.9105C108 59.5015 110.28 56.6478 108.863 54.662C107.34 52.527 104.271 55.0975 102.999 56.1528C98.1856 60.1473 93.508 64.6668 89 69.0108C75.0876 82.4169 60.3109 94.9448 46 107.925C39.8942 113.463 31.1237 118.823 27 126M17 73L33 73L44 73C47.6311 73 52.2692 73.7558 55.7708 72.6821C57.7569 72.0731 59.3314 69.6974 57.3526 68.0231C55.192 66.195 50.6083 67.0002 48 67C41.9437 66.9996 36.0247 67.9245 30 67.9961C26.7877 68.0344 22.3066 67.2039 19.3179 68.5988C17.3817 69.5024 17.3095 71.1456 17 73z" />
<path
android:fillColor="#ffe567"
android:strokeWidth="1"
android:pathData="M42 106C50.7922 101.262 57.4345 87.9404 63.3735 80C66.3159 76.0659 69.1217 73.0312 68 68C63.0939 70.3377 60.6187 74.5745 57.6667 79C52.3304 86.9998 43.8454 96.4569 42 106z" />
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M392,12 L391.976,13.6713 L391.619,15.1605 L390.801,17.0247 L390.249,18.0046 L388.992,20 L388.332,21 L386.333,24 L381,32 L376.975,38 L372.709,44 L363.421,57 L360.579,61 L357.72,65 L353.573,71 L348.424,78 L346.291,81 L343.421,85 L340.576,89 L335.424,96 L331.849,101 L327.424,107 L323.116,113 L317.151,121 L312.116,128 L306.884,135 L302.576,141 L299.626,145 L295.151,151 L290.849,157 L284.884,165 L279.849,172 L276.873,176 L271.627,183 L267.151,189 L262.849,195 C261.637,196.665,260.386,198.301,259.221,200 C258.36,201.254,257.561,202.579,257.005,204 L256.399,206 L256.233,207 L256.191,208.995 L256.333,209.981 L256.607,210.941 L257.603,212.682 L259.148,213.972 L261.019,214.682 L262.005,214.852 L263.001,214.941 L265,214.995 L267,215 L271,215 L274,214.995 L274.999,214.981 C275.991,214.925,276.988,214.923,277.96,214.682 L279.816,213.972 L280.674,213.397 L282.239,211.852 L282.957,210.941 L284.304,208.995 C285.178,207.689,285.982,206.337,286.808,205 L289.319,201 L291.797,197 L295.424,191 L298.576,186 L300.424,183 L303.576,178 L305.424,175 L307.319,172 L310.424,167 L313.576,162 L315.424,159 L318.576,154 L320.424,151 L323.576,146 L325.424,143 L328.576,138 L330.424,135 L333.576,130 L335.424,127 L338.576,122 L340.424,119 L343.576,114 L345.424,111 L348.576,106 L353.424,98 L355.95,94 L358.424,90 L361.576,85 L363.424,82 L366.576,77 L368.424,74 L370.319,71 L373.424,66 L376.576,61 L378.424,58 L381.576,53 L386.424,45 L389.576,40 L392.681,35 L394.576,32 L395.792,30 L396.946,28 L397.939,26 L398.336,25 L398.906,23 L399.087,22 L399.207,21 L399.259,20.0008 L399.145,18.0154 L398.697,16.1088 L398.333,15.2284 L397.858,14.4337 L397.276,13.7423 L396.595,13.179 L395.052,12.4344 L394.115,12.2261 L393.655,12.1181 L392,12 Z" />
<path
android:fillColor="#ffc927"
android:strokeWidth="1"
android:pathData="M77,273 C78.6797,272.986,80.3507,272.994,82.0247,272.83 L86,272.285 L88,272.09 L90,272.015 L93,272 L97,272 L111,272 L116,271.999 L119,271.961 L121,271.83 L122,271.715 L125,271.285 L126,271.17 L128,271.039 L131,271.001 L136,271 L151,271 L156,271 L159,270.985 C160,270.961,161.004,270.939,162,270.83 L164,270.576 L166,270.285 C166.999,270.162,167.994,270.083,169,270.039 C170.331,269.981,171.668,270.001,173,270 L179,270 L197,270 L225,270 C226.334,270.003,227.666,269.998,228.999,270.059 L230.985,270.318 L231.956,270.603 L233.772,271.603 L234.566,272.318 L235.806,274.059 L236.462,276.005 L236.562,277.001 L236.512,278 C236.409,279.034,236.08,280.021,235.752,281 L234.981,283 L234.56,284 L233.627,285.996 L232.536,287.961 C231.982,288.919,231.32,289.813,230.681,290.715 L229.424,292.424 L227.576,295.09 C225.628,298.003,223.806,300.997,222,304 L217.8,311 L206.4,330 L187.8,361 L180.6,373 L177.603,378 L173.576,385 L171.799,388 L160.4,407 L137.6,445 L125.6,465 L121.4,472 L118.424,477 L116.719,480 L115.001,483 L113.309,486 L112.274,488 L111.353,489.995 L110.966,490.975 L110.391,492.84 L110.114,494.329 L110,496 L111.671,495.759 L113.16,495.296 L115.025,494.427 L117.002,493.196 L118,492.467 L120,490.819 L123,488.075 L125,486.285 L129,482.831 L133,479.086 L135,477.285 L139,473.834 L142,471.075 L144,469.285 L148,465.831 L153,461.169 L158,456.834 L162,453.166 L167,448.834 L171,445.166 L176,440.834 L180,437.166 L185,432.834 L188,430.075 L191,427.424 L194,424.834 L198,421.166 L203,416.831 L208,412.169 L213,407.834 L217,404.166 L219,402.424 L221,400.715 L223,398.925 L226,396.166 L231,391.834 L235,388.166 L240,383.831 L245,379.169 L250,374.834 L253,372.075 L255,370.285 L259,366.831 L264,362.169 L269,357.831 L274,353.169 L279,348.831 L284,344.169 L289,339.83 C291.39,337.669,293.61,335.331,296,333.17 L301,328.83 L307,323.17 L311,319.715 L313,317.91 C315.027,316.025,316.946,314.027,319,312.17 L324,307.83 C326.39,305.669,328.61,303.331,331,301.17 L336,296.83 C338.054,294.973,339.973,292.975,342,291.09 C342.981,290.178,343.985,289.298,345,288.424 L348,285.83 C350.054,283.973,351.973,281.975,354,280.09 C356.28,277.969,358.72,276.031,361,273.91 C363.028,272.025,364.946,270.027,367,268.17 L370,265.576 C371.015,264.702,372.019,263.822,373,262.91 C375.027,261.025,376.946,259.027,379,257.17 L384,252.83 C386.389,250.669,388.61,248.331,391,246.17 L394,243.576 C395.015,242.702,396.02,241.822,397,240.91 L402,236.09 C404.28,233.969,406.721,232.033,409,229.91 C411.371,227.703,413.597,225.345,416,223.17 L418.995,220.577 L420.941,218.855 L422.679,217.121 L423.914,215.667 L425,214 L341,214 L313,214 L304,214 L301,214.001 L298,214.039 L296,214.17 L295,214.285 L292,214.715 L291,214.83 L289,214.96 C287.668,215.012,286.331,214.986,285,214.925 C283.666,214.865,282.335,214.728,281,214.71 C278.996,214.683,277.002,214.901,275,214.965 L272,214.999 L268,215 C266.666,214.997,265.333,215.002,264,214.941 L262.005,214.682 L261.019,214.397 L259.148,213.397 L258.319,212.682 L257.043,210.941 L256.647,209.981 L256.362,207.999 L256.671,206 L257.443,204 L258.562,202 L259.914,200 L261.374,198 L262.849,196 L267.884,189 L271.627,184 L276.873,177 L279.116,174 L284.151,167 L289.37,160 L291.576,157 L295.151,152 L301.116,144 L306.884,136 L312.116,129 L317.151,122 L323.116,114 L327.424,108 L331.849,102 L335.424,97 L340.576,90 L342.709,87 L345.579,83 L348.424,79 L353.573,72 L357.025,67 L359.86,63 L368.421,51 L370.579,48 L373.421,44 L376.975,39 C378.796,36.3575,380.553,33.6703,382.333,31 L387.667,23 L389.651,20.0015 L390.891,18.0247 L391.908,16.1605 L392.544,14.6713 L393,13 L391.329,13.3272 L389.84,13.9391 L387.975,15.0178 C386.962,15.6948,385.984,16.4137,385,17.1312 L381,20.1296 L378,22.4244 L372,27.1998 L364,33.6003 L358,38.4244 L353,42.5756 L347,47.4244 L342,51.5756 L336,56.4244 L326,64.75 L319,70.4244 L314,74.5864 L304,82.9197 L263,117.08 L246,131.247 L237,138.75 L229,145.25 L225,148.586 L217,155.247 L213,158.576 L204,165.803 L196,172.389 L186,180.424 L175,189.576 L169,194.424 L166,196.92 L163,199.424 L158,203.728 C155.026,206.265,152.003,208.745,149,211.247 L134,223.753 L126,230.424 L121,234.728 L113,241.424 L108,245.728 L102,250.754 L99,253.272 L95,256.728 L88,262.586 L83.0046,266.752 C81.7535,267.812,80.4927,268.86,79.321,270.009 L78.517,270.93 L78.0864,271.37 L77,273 Z" />
<path
android:fillColor="#ffe567"
android:strokeWidth="1"
android:pathData="M295.999,97.743 C294.923,98.1238,293.944,98.7126,293,99.3441 C291.958,100.041,290.976,100.834,290,101.62 C287.932,103.283,285.978,105.078,284,106.845 L282,108.576 L280,110.271 L276,113.729 L273,116.271 L269,119.729 L266,122.282 L262,125.845 L258,129.271 L253,133.579 L251,135.271 L247,138.729 L244,141.282 L239,145.718 L236,148.271 L232,151.729 L229,154.282 L224,158.718 L220,162.13 L217,164.729 L214,167.271 L210,170.729 L207,173.271 L203,176.729 L200,179.271 L196,182.728 L187,190.272 L182,194.576 L179,197.08 L172,202.92 L168,206.272 L164,209.729 L161,212.271 L158,214.87 L154,218.271 L150,221.729 L148,223.421 L143,227.729 L139,231.155 L136,233.845 L131,238.17 C129.971,239.086,128.985,240.052,128,241.015 L126.004,243.001 L124.044,245 L123.109,246 L122.228,247 L121.434,248 L120.179,250 L119.438,252 L119.244,253 L119.153,255 L119.244,256 L119.743,257.996 C120.694,260.486,122.651,262.604,125.015,263.821 C126.562,264.617,128.275,264.896,130,264.863 C131.705,264.829,133.393,264.442,135,263.892 C137.897,262.9,140.568,261.317,143,259.475 C144.736,258.16,146.347,256.685,148,255.271 C149.681,253.832,151.38,252.419,153,250.91 C155.384,248.69,157.616,246.31,160,244.09 C162.279,241.967,164.721,240.033,167,237.91 C168.365,236.639,169.68,235.316,171,233.999 L175,230 L186,219 L190,215.001 L193,212.039 L195,210.17 L200,205.83 L202,203.961 C203.697,202.338,205.34,200.659,207,199 L216,190 L219,187.001 L222,184.039 L224,182.17 L229,177.83 L231,175.961 L234,172.999 L237,170 L246,161 C247.66,159.341,249.303,157.662,251,156.039 L253,154.17 L258,149.83 L260,147.961 L263,144.999 L267,141 L278.999,129 C280.634,127.357,282.275,125.719,283.83,124 L287.285,120 C288.181,118.978,289.1,117.982,290.039,117 L295.985,111 C296.945,110.014,297.891,109.022,298.811,108 L300.427,106 L301.677,104.001 L302.123,103.005 L302.427,102.019 L302.549,100.148 L301.954,98.6042 L300.681,97.6188 L299.852,97.3619 L297.981,97.287 L295.999,97.743 Z" />
<path
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M110,496 L110.315,498.115 L110.604,499.052 L111.028,499.816 L112.318,501.262 L114.059,502.254 L115.019,502.551 L116.005,502.728 L118,502.742 L120,502.343 L122,501.547 L124,500.387 L126,498.956 C127.354,497.912,128.681,496.838,130,495.75 L133,493.247 L140,487.414 L150,479.08 L153,476.576 L159,471.424 L172,460.576 L177,456.272 L183,451.246 L186,448.728 L190,445.271 L194,441.87 L197,439.272 L205,432.576 L211,427.424 L219,420.728 L223,417.271 L226,414.729 L230,411.271 L233,408.729 L237,405.272 L246,397.728 L249,395.13 L253,391.729 L257,388.271 L260,385.729 L264,382.271 L267,379.729 L271,376.271 L274,373.729 L278,370.271 L281,367.729 L285,364.271 L288,361.729 L292,358.271 L296,354.87 L299,352.271 L302,349.729 L306,346.271 L309,343.729 L313,340.271 L316,337.729 L320,334.271 L323,331.729 L327,328.271 L330,325.718 L335,321.282 L338,318.729 L342,315.271 L345,312.718 L350,308.282 L353,305.729 L357,302.271 L360,299.718 L364,296.155 L368,292.718 L372,289.155 L376,285.729 L380,282.271 L384,278.834 L388,275.166 L392,271.718 L396,268.155 L400,264.715 L405,260.166 L410,255.831 L415,251.169 L420,246.83 C422.068,244.959,424.027,242.97,426,241 L428.999,238 C430.309,236.681,431.647,235.382,432.891,234 C433.746,233.051,434.581,232.077,435.272,231 L436.346,229 L436.732,228 L437.042,227 L437.438,225 L437.514,224 L437.497,223 L437.157,221.005 L436.424,219.055 L435.91,218.133 L435.297,217.279 L434.581,216.514 L432.892,215.318 L430.985,214.577 L429.996,214.363 L428,214.242 L427,214.358 L425,215.031 L423,216.303 L422,217.109 L420,218.85 L418,220.576 C416.649,221.729,415.3,222.879,414,224.09 L408,229.91 C407.02,230.823,406.015,231.702,405,232.576 L402,235.17 C399.946,237.027,398.027,239.025,396,240.91 C395.019,241.822,394.015,242.702,393,243.576 L390,246.17 C387.946,248.027,386.027,250.025,384,251.91 C381.72,254.031,379.28,255.969,377,258.09 C374.973,259.975,373.054,261.973,371,263.83 L368,266.424 C366.986,267.298,365.981,268.178,365,269.09 L360,273.91 C359.026,274.829,358.01,275.698,357,276.576 C355.659,277.74,354.292,278.87,353,280.09 C350.987,281.989,349.053,283.973,347,285.83 L344,288.424 C342.985,289.298,341.981,290.178,341,291.09 C338.973,292.975,337.054,294.973,335,296.83 L330,301.17 C327.61,303.331,325.389,305.669,323,307.83 L318,312.17 C315.61,314.331,313.39,316.669,311,318.83 L306,323.17 L300,328.83 L295,333.17 C292.61,335.331,290.39,337.669,288,339.83 L283,344.169 L278,348.831 L273,353.169 L268,357.831 L263,362.169 L258,366.831 L254,370.285 L252,372.075 L249,374.834 L244,379.169 L239,383.831 L234,388.166 L230,391.834 L225,396.166 L221,399.834 L216,404.166 L212,407.834 L207,412.169 L202,416.831 L197,421.166 L193,424.834 L188,429.166 L184,432.834 L180,436.285 L178,438.075 L175,440.834 L170,445.166 L166,448.834 L161,453.166 L158,455.925 L156,457.715 L152,461.169 L147,465.831 L142,470.166 L139,472.925 L137,474.715 L133,478.169 L128,482.831 L123,487.166 L119,490.819 L117.002,492.467 C115.807,493.413,114.503,494.192,113.16,494.904 L111.671,495.544 L110,496 M231,292 L231.857,290.329 L232.134,289.841 L233.645,286.975 C234.295,285.686,234.865,284.348,235.38,283 C235.994,281.393,236.605,279.729,236.746,278 L236.728,276.005 L236.551,275.019 L236.254,274.059 L235.82,273.148 L234.566,271.603 L233.772,271.028 C232.338,270.151,230.625,270.09,228.999,270.019 L226,270 L222,270 L196,270 L178,270 L172,270 C170.668,270.001,169.331,269.981,168,270.039 C166.994,270.083,165.999,270.162,165,270.285 L163,270.576 L161,270.83 C160.004,270.939,159,270.961,158,270.985 L155,271 L150,271 L135,271 L131,271 L128,271.015 L126,271.09 L124,271.285 L120,271.83 C118.005,272.02,116.001,271.997,114,272 L97,272 L92,272 C90.332,272.003,88.6661,271.999,87,272.09 C85.9928,272.144,84.9987,272.293,84,272.424 L82,272.715 L80,272.93 L78.0008,273.133 L77.0039,273.314 L75.0432,274.028 L73.2137,275.318 L72.3943,276.148 L71.6528,277.059 L70.4576,279.005 L69.6682,281 L69.4375,282 L69.3187,282.999 L69.4375,284.985 L70.0131,286.906 L70.4576,287.811 L71.0093,288.656 L71.6528,289.427 L72.3943,290.106 L74.1049,291.142 C75.6475,291.836,77.3388,291.917,79,291.981 L81,291.999 L84,292 L101,292 L125,292 L167,292 L183,292 L189,291.999 C190.333,291.996,191.669,292.002,193,291.91 C195.348,291.75,197.652,291.25,200,291.09 C201.663,290.976,203.334,291.003,205,291 L213,291 L220,291 C221.992,291.003,223.991,290.972,225.975,291.169 C227.666,291.337,229.332,291.69,231,292 Z" />
<path
android:fillColor="#ffd84b"
android:strokeWidth="1"
android:pathData="M265,273.668 C263.155,274.192,261.504,275.231,260.001,276.394 L258.015,278.105 C257.04,279.044,256.085,279.993,255.184,281.004 C254.329,281.965,253.527,282.967,252.76,284 C252.033,284.979,251.358,285.993,250.671,287 L248,291 L242.667,299 L239.344,304 L233.656,313 L229,320 L221,332 L217.003,338 L214.424,342 L211.308,347 L208,352 L204,358 L201.344,362 L199.424,365 L196.308,370 L193,375 L188.333,382 C187.011,383.988,185.692,385.976,184.424,388 L181.308,393 L176.692,400 L173.576,405 L170.452,410 L169.312,412 L168.785,413 L167.8,415 L166.981,417 L166.681,417.999 L166.441,419.981 L166.785,421.851 L167.746,423.381 L169.228,424.288 L171.044,424.418 L173,423.802 L173.986,423.253 L174.961,422.566 L176.826,420.891 L178.536,418.985 L180.87,416 L186.873,408 L198.873,392 L246.873,328 L263.373,306 L268.626,299 L270.844,296 L272.239,294 C273.273,292.417,274.214,290.781,274.867,289 C275.572,287.075,275.908,285.047,275.944,283 L275.887,281.004 L275.771,280.015 L275.258,278.105 L274.258,276.394 L273.566,275.653 L271.891,274.458 L270.956,274.013 L268.996,273.438 L267.999,273.319 L267,273.319 L265,273.668 Z" />
<path
android:fillColor="#ffd84b"
android:strokeWidth="1"
android:pathData="M276,279 L276,285 L276.582,283.918 L276.628,283.502 L276.806,282.738 L276.806,281.262 L276.628,280.498 L276.582,280.082 L276,279 Z" />
</vector>

View File

@ -0,0 +1,260 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#226699"
android:strokeWidth="1"
android:pathData="M253,232 C249.539,230.337,245.815,230.079,242,230 C242,224.586,240.672,217.126,242.603,212.015 C244.333,207.438,249.664,204.587,252.791,200.996 C258.239,194.741,263.328,187.324,267.218,180 C278.855,158.093,282.595,133.579,280.91,109 C276.709,47.7074,222.184,-13.4762,157,2.89508 C147.623,5.25024,139.001,9.27115,131,14.6713 C121.697,20.9507,113.903,28.8335,107.439,38 C99.6161,49.0935,94.3378,61.8562,91.1296,75 C86.6971,93.16,86.5001,111.638,89.5864,130 C92.9116,149.783,100.852,168.916,112.895,185 C116.695,190.075,120.685,195.561,126,199.15 C130.774,202.373,136.691,203.883,142,206 C152.299,210.107,162.615,214.166,173,218.05 C187.556,223.495,202.492,229.483,218,231.7 C229.709,233.374,241.286,232.924,253,232 Z" />
<path
android:fillColor="#55acee"
android:strokeWidth="1"
android:pathData="M270,229 C262.979,229.907,256.024,232.342,249,232.907 C230.493,234.394,211.514,231.715,194,225.656 C173.184,218.455,152.286,210.346,132,201.769 C118.336,195.991,105.159,188.982,90,189 C79.1651,189.013,64.2573,191.166,56.213,199.213 C43.5001,211.931,45.5853,239.035,56.3287,251.999 C64.3267,261.65,77.0228,266.758,88,272.247 C111.899,284.197,136.7,294.145,161,305.231 C171.316,309.937,187.02,314.064,194.387,323.105 C202.778,333.401,203.737,352.257,204,365 C213.824,365,224.338,365.432,234,363.486 C259.64,358.323,282.792,344.918,305,331.6 C324.64,319.823,348.51,300.129,373,308.962 C394.493,316.714,402.192,342.196,393.099,362 C388.622,371.75,380.357,378.526,372,384.87 C324.047,421.272,265.612,446,205,446 L205,490 C205,495.135,203.457,503.423,206.742,507.772 C209.232,511.068,214.192,511.461,218,511.83 C228.173,512.815,238.781,512,249,512 L375,512 L449,512 C457.367,512,470.25,514.254,471.811,503 C473.994,487.263,472,469.894,472,454 C472,412.03,469.731,370.692,465.05,329 C463.735,317.285,461.725,305.556,459.4,294 C457.271,283.422,454.465,272.581,445.96,265.152 C439.55,259.553,427.231,267.26,420,269.255 C400.607,274.604,366.264,277.336,357.21,254 C347.877,229.946,371.153,214.202,385.999,199.961 C390.771,195.383,395.116,190.273,399.102,185 C421.964,154.753,430.652,110.677,420.575,74 C415.608,55.9222,407.232,38.5901,393.83,25.1698 C364.694,-4.00598,319.282,-7.10132,285,14.6952 C275.539,20.7104,262.624,29.6409,257.569,40 C254.859,45.5525,262.156,52.3918,264.688,57 C272.486,71.1904,277.565,86.0757,280.385,102 C284.407,124.71,280.595,148.903,271.573,170 C269.028,175.951,265.942,181.634,262.329,187 C260.605,189.561,257.201,192.802,256.907,196 C256.364,201.907,265.527,205.855,268.397,210.09 C271.63,214.86,270,223.473,270,229 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M340,0 L341,1 L340,0 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M163,1 L164,2 L163,1 M131,14 L132,15 L131,14 M122,21 L123,22 L122,21 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M390,22 L391,23 L390,22 M396,28 L397,29 L396,28 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M114,29 L115,30 L114,29 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M401,34 L402,35 L401,34 M259,37 L260,38 L259,37 M416,61 L417,62 L416,61 M419,70 L420,71 L419,70 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M89,82 L90,83 L89,82 Z" />
<path
android:fillColor="#3682bb"
android:strokeWidth="1"
android:pathData="M276.333,84.6667 C276.278,84.7223,276.222,85.7777,276.667,85.3333 C276.722,85.2778,276.778,84.2222,276.333,84.6667 Z" />
<path
android:fillColor="#337eb6"
android:strokeWidth="1"
android:pathData="M277.333,88.6667 C277.278,88.7222,277.222,89.7778,277.667,89.3333 C277.722,89.2779,277.778,88.2222,277.333,88.6667 Z" />
<path
android:fillColor="#3682bb"
android:strokeWidth="1"
android:pathData="M278.333,92.6667 C278.278,92.7223,278.222,93.7777,278.667,93.3333 C278.722,93.2778,278.778,92.2222,278.333,92.6667 Z" />
<path
android:fillColor="#3885be"
android:strokeWidth="1"
android:pathData="M279.333,97.6667 C279.278,97.7223,279.222,98.7777,279.667,98.3333 C279.722,98.2778,279.778,97.2222,279.333,97.6667 Z" />
<path
android:fillColor="#3581b9"
android:strokeWidth="1"
android:pathData="M280,102 L280,106 C280.71,104.24,280.71,103.759,280,102 Z" />
<path
android:fillColor="#3985be"
android:strokeWidth="1"
android:pathData="M281,110 L281,129 C283.02,124.187,283.02,114.813,281,110 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M89,129 L90,130 L89,129 Z" />
<path
android:fillColor="#3885be"
android:strokeWidth="1"
android:pathData="M279,143 L279,146 C279.696,144.446,279.696,144.554,279,143 Z" />
<path
android:fillColor="#3986bf"
android:strokeWidth="1"
android:pathData="M278,148 L278,151 C278.696,149.446,278.696,149.554,278,148 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M407,171 L408,172 L407,171 Z" />
<path
android:fillColor="#226699"
android:strokeWidth="1"
android:pathData="M413,189.465 C393.693,192.946,369.613,207.476,360.327,225 C354.592,235.824,352.834,253.447,362.185,262.815 C368.509,269.15,378.286,271.576,387,271.961 C395.955,272.356,405.158,272.218,414,270.679 C429.374,268.003,449.153,262.83,458.038,248.999 C466.722,235.482,467.739,209.898,454.906,198.329 C444.877,189.288,425.864,187.145,413,189.465 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M393,191 L394,192 L393,191 M68,192 L69,193 L68,192 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M403,192 L404,193 L403,192 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M114,194 L115,195 L114,194 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M394,196 L395,197 L394,196 M255,197 L256,198 L255,197 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M388,199 L389,200 L388,199 M458,202 L459,203 L458,202 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M266,207 L267,208 L266,207 Z" />
<path
android:fillColor="#337db5"
android:strokeWidth="1"
android:pathData="M196.667,226.333 C196.222,226.778,197.278,226.722,197.333,226.667 C197.778,226.222,196.722,226.278,196.667,226.333 Z" />
<path
android:fillColor="#3681ba"
android:strokeWidth="1"
android:pathData="M199.667,227.333 C199.222,227.778,200.278,227.722,200.333,227.667 C200.778,227.222,199.722,227.278,199.667,227.333 Z" />
<path
android:fillColor="#347fb7"
android:strokeWidth="1"
android:pathData="M203.667,228.333 C203.222,228.778,204.278,228.722,204.333,228.667 C204.778,228.222,203.722,228.278,203.667,228.333 Z" />
<path
android:fillColor="#3681ba"
android:strokeWidth="1"
android:pathData="M207.667,229.333 C207.222,229.778,208.278,229.722,208.333,229.667 C208.778,229.222,207.722,229.278,207.667,229.333 Z" />
<path
android:fillColor="#3d8bc6"
android:strokeWidth="1"
android:pathData="M211.667,230.333 C211.222,230.778,212.278,230.722,212.333,230.667 C212.778,230.222,211.722,230.278,211.667,230.333 Z" />
<path
android:fillColor="#347fb7"
android:strokeWidth="1"
android:pathData="M357.333,231.667 C357.278,231.722,357.222,232.778,357.667,232.333 C357.722,232.278,357.778,231.222,357.333,231.667 Z" />
<path
android:fillColor="#3884be"
android:strokeWidth="1"
android:pathData="M223,232 C225.052,232.874,226.747,232.953,229,233 C226.948,232.126,225.253,232.047,223,232 Z" />
<path
android:fillColor="#3f8fca"
android:strokeWidth="1"
android:pathData="M248,232 C249.769,232.779,251.036,232.912,253,233 C251.231,232.221,249.964,232.088,248,232 Z" />
<path
android:fillColor="#3c8ac4"
android:strokeWidth="1"
android:pathData="M355,239 L355,250 C356.431,246.59,356.431,242.41,355,239 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M453,254 L454,255 L453,254 M451,256 L452,257 L451,256 Z" />
<path
android:fillColor="#226699"
android:strokeWidth="1"
android:pathData="M212,512 C209.618,509.823,206.969,507.93,205.457,504.985 C202.348,498.928,204,489.624,204,483 L204,445 C218.334,445,232.816,445.04,247,442.676 C291.725,435.222,335.978,412.683,372,385.625 C380.087,379.551,388.01,373.227,392.623,364 C401.873,345.501,396.569,318.191,376,309.93 C356.005,301.899,336.899,311.86,320,322 C296.827,335.905,273.592,350.636,248,359.691 C237.983,363.236,227.63,364.999,217,365 C213.707,365,209.237,365.745,206.148,364.397 C201.892,362.538,202.965,355.804,202.421,352 C201.069,342.564,200.937,329.775,194.387,322.213 C187.714,314.508,174.132,310.549,165,306.576 C143.629,297.278,122.072,288.172,101,278.219 C93.6039,274.726,86.2347,271.036,79,267.219 C76.4078,265.852,73.0867,263.04,70,263.252 C65.2519,263.579,61.1158,270.357,58.9298,274 C51.6269,286.172,50.8003,303.236,48.5895,317 C41.1082,363.577,40,410.929,40,458 L40,493 C40,497.669,39.0665,503.791,41.858,507.867 C44.846,512.229,50.3023,511.992,55,512 L85,512 L212,512 Z" />
<path
android:fillColor="#408ec9"
android:strokeWidth="1"
android:pathData="M418.667,269.333 C418.222,269.778,419.278,269.722,419.333,269.667 C419.778,269.222,418.722,269.278,418.667,269.333 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M61,270 L62,271 L61,270 Z" />
<path
android:fillColor="#3580b9"
android:strokeWidth="1"
android:pathData="M376.667,270.333 C376.222,270.778,377.278,270.722,377.333,270.667 C377.778,270.222,376.722,270.278,376.667,270.333 Z" />
<path
android:fillColor="#3c8bc5"
android:strokeWidth="1"
android:pathData="M380,271 C381.248,271.685,381.548,271.749,383,272 C381.752,271.315,381.452,271.251,380,271 Z" />
<path
android:fillColor="#3d8cc6"
android:strokeWidth="1"
android:pathData="M386,272 C389.697,273.552,394.017,273,398,273 C394.302,271.448,389.983,272,386,272 Z" />
<path
android:fillColor="#00ffff"
android:strokeWidth="1"
android:pathData="M452,273 L453,274 L452,273 Z" />
<path
android:fillColor="#347fb7"
android:strokeWidth="1"
android:pathData="M352,307 C353.506,307.683,354.315,307.826,356,308 C354.494,307.317,353.685,307.174,352,307 Z" />
<path
android:fillColor="#3d8cc6"
android:strokeWidth="1"
android:pathData="M347.667,308.333 C347.222,308.778,348.278,308.722,348.333,308.667 C348.778,308.222,347.722,308.278,347.667,308.333 Z" />
<path
android:fillColor="#4292cd"
android:strokeWidth="1"
android:pathData="M371.667,308.333 C371.222,308.778,372.278,308.722,372.333,308.667 C372.778,308.222,371.722,308.278,371.667,308.333 Z" />
<path
android:fillColor="#337db5"
android:strokeWidth="1"
android:pathData="M199.333,333.667 C199.278,333.722,199.222,334.778,199.667,334.333 C199.722,334.278,199.778,333.222,199.333,333.667 Z" />
<path
android:fillColor="#317bb4"
android:strokeWidth="1"
android:pathData="M396,336 L396,340 C396.71,338.24,396.71,337.76,396,336 Z" />
<path
android:fillColor="#3884bd"
android:strokeWidth="1"
android:pathData="M200.333,337.667 C200.278,337.722,200.222,338.778,200.667,338.333 C200.722,338.278,200.778,337.222,200.333,337.667 Z" />
<path
android:fillColor="#2f79af"
android:strokeWidth="1"
android:pathData="M201,342 L201,346 C201.71,344.241,201.71,343.76,201,342 Z" />
<path
android:fillColor="#3d8cc6"
android:strokeWidth="1"
android:pathData="M202,348 L202,353 C202.83,350.969,202.83,350.031,202,348 Z" />
<path
android:fillColor="#0000ff"
android:strokeWidth="1"
android:pathData="M44,350 L45,351 L44,350 Z" />
<path
android:fillColor="#4596d3"
android:strokeWidth="1"
android:pathData="M203,358 L203,364 C203.951,361.715,203.951,360.285,203,358 Z" />
<path
android:fillColor="#347eb5"
android:strokeWidth="1"
android:pathData="M242.667,361.333 C242.222,361.778,243.278,361.722,243.333,361.667 C243.778,361.222,242.722,361.278,242.667,361.333 Z" />
<path
android:fillColor="#3e8dc9"
android:strokeWidth="1"
android:pathData="M237,362 C238.248,362.685,238.548,362.749,240,363 C238.752,362.315,238.452,362.251,237,362 Z" />
<path
android:fillColor="#3985be"
android:strokeWidth="1"
android:pathData="M222,364 C224.052,364.874,225.747,364.953,228,365 C225.948,364.126,224.253,364.047,222,364 Z" />
<path
android:fillColor="#4291ce"
android:strokeWidth="1"
android:pathData="M269.667,437.333 C269.222,437.778,270.278,437.722,270.333,437.667 C270.778,437.222,269.722,437.278,269.667,437.333 Z" />
<path
android:fillColor="#3d8cc6"
android:strokeWidth="1"
android:pathData="M257.667,440.333 C257.222,440.778,258.278,440.722,258.333,440.667 C258.778,440.222,257.722,440.278,257.667,440.333 Z" />
<path
android:fillColor="#347fb7"
android:strokeWidth="1"
android:pathData="M251,441 C252.248,441.685,252.548,441.749,254,442 C252.752,441.315,252.452,441.251,251,441 Z" />
<path
android:fillColor="#3c89c3"
android:strokeWidth="1"
android:pathData="M239,443 C240.248,443.685,240.548,443.749,242,444 C240.752,443.315,240.452,443.251,239,443 Z" />
<path
android:fillColor="#4393ce"
android:strokeWidth="1"
android:pathData="M228,444 C230.052,444.874,231.747,444.953,234,445 C231.948,444.126,230.253,444.047,228,444 Z" />
<path
android:fillColor="#2b72a8"
android:strokeWidth="1"
android:pathData="M204,445 L204,504 C205.769,499.785,205,494.536,205,490 L205,461 C205,455.92,205.981,449.72,204,445 Z" />
<path
android:fillColor="#4190cc"
android:strokeWidth="1"
android:pathData="M205,445 C209.974,447.087,216.638,446,222,446 C217.026,443.913,210.362,445,205,445 Z" />
<path
android:fillColor="#4798d6"
android:strokeWidth="1"
android:pathData="M212,511 C213.506,511.683,214.315,511.826,216,512 C214.494,511.317,213.685,511.174,212,511 Z" />
</vector>

View File

@ -1,28 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M97 3C69.7119 22.6197 45.7508 46.6918 19 67C27.1406 70.4159 38.3826 67.0028 47 67C49.7247 66.9991 54.2659 66.2229 56.5733 68.0278C60.1981 70.8631 52.8246 79.2935 51.1998 82L35.6003 108C32.5028 113.163 28.8241 118.238 27 124C38.8349 118.579 49.4585 105.86 59 97.0856C69.6068 87.3314 80.5581 77.9729 91 68.0386C96.1811 63.1093 101.848 58.8943 106 53C91.9282 53 78.0109 53.3984 64 54C65.4064 48.5896 69.3227 44.4231 72.6258 40C78.044 32.7446 83.3124 25.3665 88.5787 18C91.4989 13.9152 97.4483 8.21129 97 3z" />
<path
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M98 3C91.3363 14.9574 82.2325 25.9879 74.1157 37C70.2355 42.2644 64.9711 47.3499 64 54C71.1423 53.7681 73.4873 49.6768 77.0502 44L91.9498 20C95.3452 14.5863 99.3309 9.49763 100 3L98 3z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M76 24C69.7858 26.4075 64.9312 31.5726 60 35.9498C53.4472 41.7666 46.6333 47.2774 40 53C37.7761 54.9186 28.9583 60.5941 31.1759 64.3773C33.6194 68.5458 42.2348 59.4267 44 57.8302C50.9469 51.5476 57.3779 44.6221 64 38C68.3321 33.6679 73.3863 29.6048 76 24z" />
<path
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M27 126C35.5276 124.86 42.7133 116.423 49 111L92 74.1304C96.8972 69.9137 102.519 65.7843 106.771 60.9105C108 59.5015 110.28 56.6478 108.863 54.662C107.34 52.527 104.271 55.0975 102.999 56.1528C98.1856 60.1473 93.508 64.6668 89 69.0108C75.0876 82.4169 60.3109 94.9448 46 107.925C39.8942 113.463 31.1237 118.823 27 126M17 73L33 73L44 73C47.6311 73 52.2692 73.7558 55.7708 72.6821C57.7569 72.0731 59.3314 69.6974 57.3526 68.0231C55.192 66.195 50.6083 67.0002 48 67C41.9437 66.9996 36.0247 67.9245 30 67.9961C26.7877 68.0344 22.3066 67.2039 19.3179 68.5988C17.3817 69.5024 17.3095 71.1456 17 73z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M42 106C50.7922 101.262 57.4345 87.9404 63.3735 80C66.3159 76.0659 69.1217 73.0312 68 68C63.0939 70.3377 60.6187 74.5745 57.6667 79C52.3304 86.9998 43.8454 96.4569 42 106z" />
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M392,12 L391.976,13.6713 L391.619,15.1605 L390.801,17.0247 L390.249,18.0046 L388.992,20 L388.332,21 L386.333,24 L381,32 L376.975,38 L372.709,44 L363.421,57 L360.579,61 L357.72,65 L353.573,71 L348.424,78 L346.291,81 L343.421,85 L340.576,89 L335.424,96 L331.849,101 L327.424,107 L323.116,113 L317.151,121 L312.116,128 L306.884,135 L302.576,141 L299.626,145 L295.151,151 L290.849,157 L284.884,165 L279.849,172 L276.873,176 L271.627,183 L267.151,189 L262.849,195 C261.637,196.665,260.386,198.301,259.221,200 C258.36,201.254,257.561,202.579,257.005,204 L256.399,206 L256.233,207 L256.191,208.995 L256.333,209.981 L256.607,210.941 L257.603,212.682 L259.148,213.972 L261.019,214.682 L262.005,214.852 L263.001,214.941 L265,214.995 L267,215 L271,215 L274,214.995 L274.999,214.981 C275.991,214.925,276.988,214.923,277.96,214.682 L279.816,213.972 L280.674,213.397 L282.239,211.852 L282.957,210.941 L284.304,208.995 C285.178,207.689,285.982,206.337,286.808,205 L289.319,201 L291.797,197 L295.424,191 L298.576,186 L300.424,183 L303.576,178 L305.424,175 L307.319,172 L310.424,167 L313.576,162 L315.424,159 L318.576,154 L320.424,151 L323.576,146 L325.424,143 L328.576,138 L330.424,135 L333.576,130 L335.424,127 L338.576,122 L340.424,119 L343.576,114 L345.424,111 L348.576,106 L353.424,98 L355.95,94 L358.424,90 L361.576,85 L363.424,82 L366.576,77 L368.424,74 L370.319,71 L373.424,66 L376.576,61 L378.424,58 L381.576,53 L386.424,45 L389.576,40 L392.681,35 L394.576,32 L395.792,30 L396.946,28 L397.939,26 L398.336,25 L398.906,23 L399.087,22 L399.207,21 L399.259,20.0008 L399.145,18.0154 L398.697,16.1088 L398.333,15.2284 L397.858,14.4337 L397.276,13.7423 L396.595,13.179 L395.052,12.4344 L394.115,12.2261 L393.655,12.1181 L392,12 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M77,273 C78.6797,272.986,80.3507,272.994,82.0247,272.83 L86,272.285 L88,272.09 L90,272.015 L93,272 L97,272 L111,272 L116,271.999 L119,271.961 L121,271.83 L122,271.715 L125,271.285 L126,271.17 L128,271.039 L131,271.001 L136,271 L151,271 L156,271 L159,270.985 C160,270.961,161.004,270.939,162,270.83 L164,270.576 L166,270.285 C166.999,270.162,167.994,270.083,169,270.039 C170.331,269.981,171.668,270.001,173,270 L179,270 L197,270 L225,270 C226.334,270.003,227.666,269.998,228.999,270.059 L230.985,270.318 L231.956,270.603 L233.772,271.603 L234.566,272.318 L235.806,274.059 L236.462,276.005 L236.562,277.001 L236.512,278 C236.409,279.034,236.08,280.021,235.752,281 L234.981,283 L234.56,284 L233.627,285.996 L232.536,287.961 C231.982,288.919,231.32,289.813,230.681,290.715 L229.424,292.424 L227.576,295.09 C225.628,298.003,223.806,300.997,222,304 L217.8,311 L206.4,330 L187.8,361 L180.6,373 L177.603,378 L173.576,385 L171.799,388 L160.4,407 L137.6,445 L125.6,465 L121.4,472 L118.424,477 L116.719,480 L115.001,483 L113.309,486 L112.274,488 L111.353,489.995 L110.966,490.975 L110.391,492.84 L110.114,494.329 L110,496 L111.671,495.759 L113.16,495.296 L115.025,494.427 L117.002,493.196 L118,492.467 L120,490.819 L123,488.075 L125,486.285 L129,482.831 L133,479.086 L135,477.285 L139,473.834 L142,471.075 L144,469.285 L148,465.831 L153,461.169 L158,456.834 L162,453.166 L167,448.834 L171,445.166 L176,440.834 L180,437.166 L185,432.834 L188,430.075 L191,427.424 L194,424.834 L198,421.166 L203,416.831 L208,412.169 L213,407.834 L217,404.166 L219,402.424 L221,400.715 L223,398.925 L226,396.166 L231,391.834 L235,388.166 L240,383.831 L245,379.169 L250,374.834 L253,372.075 L255,370.285 L259,366.831 L264,362.169 L269,357.831 L274,353.169 L279,348.831 L284,344.169 L289,339.83 C291.39,337.669,293.61,335.331,296,333.17 L301,328.83 L307,323.17 L311,319.715 L313,317.91 C315.027,316.025,316.946,314.027,319,312.17 L324,307.83 C326.39,305.669,328.61,303.331,331,301.17 L336,296.83 C338.054,294.973,339.973,292.975,342,291.09 C342.981,290.178,343.985,289.298,345,288.424 L348,285.83 C350.054,283.973,351.973,281.975,354,280.09 C356.28,277.969,358.72,276.031,361,273.91 C363.028,272.025,364.946,270.027,367,268.17 L370,265.576 C371.015,264.702,372.019,263.822,373,262.91 C375.027,261.025,376.946,259.027,379,257.17 L384,252.83 C386.389,250.669,388.61,248.331,391,246.17 L394,243.576 C395.015,242.702,396.02,241.822,397,240.91 L402,236.09 C404.28,233.969,406.721,232.033,409,229.91 C411.371,227.703,413.597,225.345,416,223.17 L418.995,220.577 L420.941,218.855 L422.679,217.121 L423.914,215.667 L425,214 L341,214 L313,214 L304,214 L301,214.001 L298,214.039 L296,214.17 L295,214.285 L292,214.715 L291,214.83 L289,214.96 C287.668,215.012,286.331,214.986,285,214.925 C283.666,214.865,282.335,214.728,281,214.71 C278.996,214.683,277.002,214.901,275,214.965 L272,214.999 L268,215 C266.666,214.997,265.333,215.002,264,214.941 L262.005,214.682 L261.019,214.397 L259.148,213.397 L258.319,212.682 L257.043,210.941 L256.647,209.981 L256.362,207.999 L256.671,206 L257.443,204 L258.562,202 L259.914,200 L261.374,198 L262.849,196 L267.884,189 L271.627,184 L276.873,177 L279.116,174 L284.151,167 L289.37,160 L291.576,157 L295.151,152 L301.116,144 L306.884,136 L312.116,129 L317.151,122 L323.116,114 L327.424,108 L331.849,102 L335.424,97 L340.576,90 L342.709,87 L345.579,83 L348.424,79 L353.573,72 L357.025,67 L359.86,63 L368.421,51 L370.579,48 L373.421,44 L376.975,39 C378.796,36.3575,380.553,33.6703,382.333,31 L387.667,23 L389.651,20.0015 L390.891,18.0247 L391.908,16.1605 L392.544,14.6713 L393,13 L391.329,13.3272 L389.84,13.9391 L387.975,15.0178 C386.962,15.6948,385.984,16.4137,385,17.1312 L381,20.1296 L378,22.4244 L372,27.1998 L364,33.6003 L358,38.4244 L353,42.5756 L347,47.4244 L342,51.5756 L336,56.4244 L326,64.75 L319,70.4244 L314,74.5864 L304,82.9197 L263,117.08 L246,131.247 L237,138.75 L229,145.25 L225,148.586 L217,155.247 L213,158.576 L204,165.803 L196,172.389 L186,180.424 L175,189.576 L169,194.424 L166,196.92 L163,199.424 L158,203.728 C155.026,206.265,152.003,208.745,149,211.247 L134,223.753 L126,230.424 L121,234.728 L113,241.424 L108,245.728 L102,250.754 L99,253.272 L95,256.728 L88,262.586 L83.0046,266.752 C81.7535,267.812,80.4927,268.86,79.321,270.009 L78.517,270.93 L78.0864,271.37 L77,273 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M295.999,97.743 C294.923,98.1238,293.944,98.7126,293,99.3441 C291.958,100.041,290.976,100.834,290,101.62 C287.932,103.283,285.978,105.078,284,106.845 L282,108.576 L280,110.271 L276,113.729 L273,116.271 L269,119.729 L266,122.282 L262,125.845 L258,129.271 L253,133.579 L251,135.271 L247,138.729 L244,141.282 L239,145.718 L236,148.271 L232,151.729 L229,154.282 L224,158.718 L220,162.13 L217,164.729 L214,167.271 L210,170.729 L207,173.271 L203,176.729 L200,179.271 L196,182.728 L187,190.272 L182,194.576 L179,197.08 L172,202.92 L168,206.272 L164,209.729 L161,212.271 L158,214.87 L154,218.271 L150,221.729 L148,223.421 L143,227.729 L139,231.155 L136,233.845 L131,238.17 C129.971,239.086,128.985,240.052,128,241.015 L126.004,243.001 L124.044,245 L123.109,246 L122.228,247 L121.434,248 L120.179,250 L119.438,252 L119.244,253 L119.153,255 L119.244,256 L119.743,257.996 C120.694,260.486,122.651,262.604,125.015,263.821 C126.562,264.617,128.275,264.896,130,264.863 C131.705,264.829,133.393,264.442,135,263.892 C137.897,262.9,140.568,261.317,143,259.475 C144.736,258.16,146.347,256.685,148,255.271 C149.681,253.832,151.38,252.419,153,250.91 C155.384,248.69,157.616,246.31,160,244.09 C162.279,241.967,164.721,240.033,167,237.91 C168.365,236.639,169.68,235.316,171,233.999 L175,230 L186,219 L190,215.001 L193,212.039 L195,210.17 L200,205.83 L202,203.961 C203.697,202.338,205.34,200.659,207,199 L216,190 L219,187.001 L222,184.039 L224,182.17 L229,177.83 L231,175.961 L234,172.999 L237,170 L246,161 C247.66,159.341,249.303,157.662,251,156.039 L253,154.17 L258,149.83 L260,147.961 L263,144.999 L267,141 L278.999,129 C280.634,127.357,282.275,125.719,283.83,124 L287.285,120 C288.181,118.978,289.1,117.982,290.039,117 L295.985,111 C296.945,110.014,297.891,109.022,298.811,108 L300.427,106 L301.677,104.001 L302.123,103.005 L302.427,102.019 L302.549,100.148 L301.954,98.6042 L300.681,97.6188 L299.852,97.3619 L297.981,97.287 L295.999,97.743 Z" />
<path
android:fillColor="#feb804"
android:strokeWidth="1"
android:pathData="M110,496 L110.315,498.115 L110.604,499.052 L111.028,499.816 L112.318,501.262 L114.059,502.254 L115.019,502.551 L116.005,502.728 L118,502.742 L120,502.343 L122,501.547 L124,500.387 L126,498.956 C127.354,497.912,128.681,496.838,130,495.75 L133,493.247 L140,487.414 L150,479.08 L153,476.576 L159,471.424 L172,460.576 L177,456.272 L183,451.246 L186,448.728 L190,445.271 L194,441.87 L197,439.272 L205,432.576 L211,427.424 L219,420.728 L223,417.271 L226,414.729 L230,411.271 L233,408.729 L237,405.272 L246,397.728 L249,395.13 L253,391.729 L257,388.271 L260,385.729 L264,382.271 L267,379.729 L271,376.271 L274,373.729 L278,370.271 L281,367.729 L285,364.271 L288,361.729 L292,358.271 L296,354.87 L299,352.271 L302,349.729 L306,346.271 L309,343.729 L313,340.271 L316,337.729 L320,334.271 L323,331.729 L327,328.271 L330,325.718 L335,321.282 L338,318.729 L342,315.271 L345,312.718 L350,308.282 L353,305.729 L357,302.271 L360,299.718 L364,296.155 L368,292.718 L372,289.155 L376,285.729 L380,282.271 L384,278.834 L388,275.166 L392,271.718 L396,268.155 L400,264.715 L405,260.166 L410,255.831 L415,251.169 L420,246.83 C422.068,244.959,424.027,242.97,426,241 L428.999,238 C430.309,236.681,431.647,235.382,432.891,234 C433.746,233.051,434.581,232.077,435.272,231 L436.346,229 L436.732,228 L437.042,227 L437.438,225 L437.514,224 L437.497,223 L437.157,221.005 L436.424,219.055 L435.91,218.133 L435.297,217.279 L434.581,216.514 L432.892,215.318 L430.985,214.577 L429.996,214.363 L428,214.242 L427,214.358 L425,215.031 L423,216.303 L422,217.109 L420,218.85 L418,220.576 C416.649,221.729,415.3,222.879,414,224.09 L408,229.91 C407.02,230.823,406.015,231.702,405,232.576 L402,235.17 C399.946,237.027,398.027,239.025,396,240.91 C395.019,241.822,394.015,242.702,393,243.576 L390,246.17 C387.946,248.027,386.027,250.025,384,251.91 C381.72,254.031,379.28,255.969,377,258.09 C374.973,259.975,373.054,261.973,371,263.83 L368,266.424 C366.986,267.298,365.981,268.178,365,269.09 L360,273.91 C359.026,274.829,358.01,275.698,357,276.576 C355.659,277.74,354.292,278.87,353,280.09 C350.987,281.989,349.053,283.973,347,285.83 L344,288.424 C342.985,289.298,341.981,290.178,341,291.09 C338.973,292.975,337.054,294.973,335,296.83 L330,301.17 C327.61,303.331,325.389,305.669,323,307.83 L318,312.17 C315.61,314.331,313.39,316.669,311,318.83 L306,323.17 L300,328.83 L295,333.17 C292.61,335.331,290.39,337.669,288,339.83 L283,344.169 L278,348.831 L273,353.169 L268,357.831 L263,362.169 L258,366.831 L254,370.285 L252,372.075 L249,374.834 L244,379.169 L239,383.831 L234,388.166 L230,391.834 L225,396.166 L221,399.834 L216,404.166 L212,407.834 L207,412.169 L202,416.831 L197,421.166 L193,424.834 L188,429.166 L184,432.834 L180,436.285 L178,438.075 L175,440.834 L170,445.166 L166,448.834 L161,453.166 L158,455.925 L156,457.715 L152,461.169 L147,465.831 L142,470.166 L139,472.925 L137,474.715 L133,478.169 L128,482.831 L123,487.166 L119,490.819 L117.002,492.467 C115.807,493.413,114.503,494.192,113.16,494.904 L111.671,495.544 L110,496 M231,292 L231.857,290.329 L232.134,289.841 L233.645,286.975 C234.295,285.686,234.865,284.348,235.38,283 C235.994,281.393,236.605,279.729,236.746,278 L236.728,276.005 L236.551,275.019 L236.254,274.059 L235.82,273.148 L234.566,271.603 L233.772,271.028 C232.338,270.151,230.625,270.09,228.999,270.019 L226,270 L222,270 L196,270 L178,270 L172,270 C170.668,270.001,169.331,269.981,168,270.039 C166.994,270.083,165.999,270.162,165,270.285 L163,270.576 L161,270.83 C160.004,270.939,159,270.961,158,270.985 L155,271 L150,271 L135,271 L131,271 L128,271.015 L126,271.09 L124,271.285 L120,271.83 C118.005,272.02,116.001,271.997,114,272 L97,272 L92,272 C90.332,272.003,88.6661,271.999,87,272.09 C85.9928,272.144,84.9987,272.293,84,272.424 L82,272.715 L80,272.93 L78.0008,273.133 L77.0039,273.314 L75.0432,274.028 L73.2137,275.318 L72.3943,276.148 L71.6528,277.059 L70.4576,279.005 L69.6682,281 L69.4375,282 L69.3187,282.999 L69.4375,284.985 L70.0131,286.906 L70.4576,287.811 L71.0093,288.656 L71.6528,289.427 L72.3943,290.106 L74.1049,291.142 C75.6475,291.836,77.3388,291.917,79,291.981 L81,291.999 L84,292 L101,292 L125,292 L167,292 L183,292 L189,291.999 C190.333,291.996,191.669,292.002,193,291.91 C195.348,291.75,197.652,291.25,200,291.09 C201.663,290.976,203.334,291.003,205,291 L213,291 L220,291 C221.992,291.003,223.991,290.972,225.975,291.169 C227.666,291.337,229.332,291.69,231,292 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M265,273.668 C263.155,274.192,261.504,275.231,260.001,276.394 L258.015,278.105 C257.04,279.044,256.085,279.993,255.184,281.004 C254.329,281.965,253.527,282.967,252.76,284 C252.033,284.979,251.358,285.993,250.671,287 L248,291 L242.667,299 L239.344,304 L233.656,313 L229,320 L221,332 L217.003,338 L214.424,342 L211.308,347 L208,352 L204,358 L201.344,362 L199.424,365 L196.308,370 L193,375 L188.333,382 C187.011,383.988,185.692,385.976,184.424,388 L181.308,393 L176.692,400 L173.576,405 L170.452,410 L169.312,412 L168.785,413 L167.8,415 L166.981,417 L166.681,417.999 L166.441,419.981 L166.785,421.851 L167.746,423.381 L169.228,424.288 L171.044,424.418 L173,423.802 L173.986,423.253 L174.961,422.566 L176.826,420.891 L178.536,418.985 L180.87,416 L186.873,408 L198.873,392 L246.873,328 L263.373,306 L268.626,299 L270.844,296 L272.239,294 C273.273,292.417,274.214,290.781,274.867,289 C275.572,287.075,275.908,285.047,275.944,283 L275.887,281.004 L275.771,280.015 L275.258,278.105 L274.258,276.394 L273.566,275.653 L271.891,274.458 L270.956,274.013 L268.996,273.438 L267.999,273.319 L267,273.319 L265,273.668 Z" />
<path
android:fillColor="#ffd84b"
android:strokeWidth="1"
android:pathData="M276,279 L276,285 L276.582,283.918 L276.628,283.502 L276.806,282.738 L276.806,281.262 L276.628,280.498 L276.582,280.082 L276,279 Z" />
</vector>