fix: Fix some icon colors and add haxe file icon
|
@ -1,4 +1,5 @@
|
||||||
"fileExtensions": {
|
"fileExtensions": {
|
||||||
|
"hx": "_file_haxe",
|
||||||
"zep": "_file_zephyr",
|
"zep": "_file_zephyr",
|
||||||
"mjs": "_file_node",
|
"mjs": "_file_node",
|
||||||
"mjml": "_file_mjml",
|
"mjml": "_file_mjml",
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
"languageIds": {
|
"languageIds": {
|
||||||
"git": "_file_git",
|
"git": "_file_git",
|
||||||
"ng-template": "_file_angular"
|
"ng-template": "_file_angular",
|
||||||
|
"haxe": "_file_haxe",
|
||||||
|
"hxml": "_file_haxe"
|
||||||
},
|
},
|
|
@ -1,3 +1,12 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
|
||||||
<path fill="#D28445" fill-rule="evenodd" d="M20.2261361,11.6942222 C20.534609,11.6942222 20.7972748,11.5828148 21.0141335,11.36 C21.2309922,11.1371852 21.3400014,10.8776296 21.3411611,10.5813333 C21.3411611,10.2660741 21.2321519,10.0023704 21.0141335,9.79022222 C20.7961151,9.57807407 20.5334493,9.47140741 20.2261361,9.47022222 C19.9188229,9.46903704 19.6607958,9.5757037 19.4520548,9.79022222 C19.2433138,10.0047407 19.1389432,10.2684444 19.1389432,10.5813333 C19.1389432,10.8942222 19.2433138,11.1579259 19.4520548,11.3724444 C19.6607958,11.586963 19.9188229,11.6936296 20.2261361,11.6924444 L20.2261361,11.6924444 L20.2261361,11.6942222 Z M19.1667754,12.6666667 L21.2872364,12.6666667 L21.2872364,20.8337778 L19.1667754,20.8337778 L19.1667754,12.6666667 L19.1667754,12.6666667 Z M12.3983475,18.0835556 L15.2789737,18.0835556 L16.0408785,20.8337778 L18.2152642,20.8337778 L15.0615351,10.112 L12.4244401,10.112 L12.4244401,11.168 L9.65166341,20.8355556 L11.6086106,20.8355556 L12.396608,18.0853333 L12.3983475,18.0835556 Z M13.8125679,12 L14.8719287,16.2222222 L12.7514677,16.2222222 L13.8108284,12 L13.8125679,12 Z M4,4 L4,28 L28,28 L28,4 L4,4 L4,4 Z M26.2065666,26.112 L5.84909763,26.112 L5.84909763,5.88977778 L26.2065666,5.88977778 L26.2065666,26.112 L26.2065666,26.112 Z"/>
|
<defs>
|
||||||
|
<polygon id="ai-a" points="4 4 4 28 28 28 28 4 4 4"/>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" fill-rule="evenodd">
|
||||||
|
<use fill="#AB7558" xlink:href="#ai-a"/>
|
||||||
|
<path stroke="#F4BF75" stroke-width="2" d="M5,5 L5,27 L27,27 L27,5 L5,5 Z"/>
|
||||||
|
<path fill="#F4BF75" d="M20.2261361,11.6942222 C20.534609,11.6942222 20.7972748,11.5828148 21.0141335,11.36 C21.2309922,11.1371852 21.3400014,10.8776296 21.3411611,10.5813333 C21.3411611,10.2660741 21.2321519,10.0023704 21.0141335,9.79022222 C20.7961151,9.57807407 20.5334493,9.47140741 20.2261361,9.47022222 C19.9188229,9.46903704 19.6607958,9.5757037 19.4520548,9.79022222 C19.2433138,10.0047407 19.1389432,10.2684444 19.1389432,10.5813333 C19.1389432,10.8942222 19.2433138,11.1579259 19.4520548,11.3724444 C19.6607958,11.586963 19.9188229,11.6936296 20.2261361,11.6924444 L20.2261361,11.6924444 L20.2261361,11.6942222 Z"/>
|
||||||
|
<polygon fill="#F4BF75" points="19.167 12.667 21.287 12.667 21.287 20.834 19.167 20.834"/>
|
||||||
|
<path fill="#F4BF75" d="M12.3983475,18.0835556 L12.396608,18.0853333 L11.6086106,20.8355556 L9.65166341,20.8355556 L12.4244401,11.168 L12.4244401,10.112 L15.0615351,10.112 L18.2152642,20.8337778 L16.0408785,20.8337778 L15.2789737,18.0835556 L12.3983475,18.0835556 Z M13.8125679,12 L13.8108284,12 L12.7514677,16.2222222 L14.8719287,16.2222222 L13.8125679,12 Z"/>
|
||||||
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
17
src/icons/svgs/haxe.svg
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32">
|
||||||
|
<g fill="none" transform="translate(5 4)">
|
||||||
|
<rect width="18" height="18" x="3" y="3" fill="#F7941E"/>
|
||||||
|
<polygon fill="#FDB813" points="0 0 .75 6 3 12 12 3 6 .75"/>
|
||||||
|
<polygon fill="#FAA61A" points="0 24 6 23.25 12 21 3 12 .75 18"/>
|
||||||
|
<polygon fill="#F36F21" points="24 24 23.25 18 21 12 12 21 18 23.25"/>
|
||||||
|
<polygon fill="#F58220" points="24 0 18 .75 12 3 21 12 23.25 6"/>
|
||||||
|
<polygon fill="#FFCB08" points="0 0 12 3 6 0"/>
|
||||||
|
<polygon fill="#FFF200" points="0 0 0 6 3 12"/>
|
||||||
|
<polygon fill="#FFF200" points="0 24 3 12 0 18"/>
|
||||||
|
<polygon fill="#F4813C" points="0 24 6 24 12 21"/>
|
||||||
|
<polygon fill="#F7941E" points="24 24 12 21 18 24"/>
|
||||||
|
<polygon fill="#F15922" points="24 24 24 18 21 12"/>
|
||||||
|
<polygon fill="#F15922" points="24 0 21 12 24 6"/>
|
||||||
|
<polygon fill="#FFCB08" points="24 0 18 0 12 3"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 921 B |
|
@ -1,3 +1,10 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
|
||||||
<path fill="#7ACCEE" fill-rule="evenodd" d="M3,3 L3,29 L29,29 L29,3 L3,3 L3,3 Z M26.9337498,26.9286084 L5.06625018,26.9286084 L5.06625018,5.07139162 L26.9337498,5.07139162 L26.9337498,26.9286084 L26.9337498,26.9286084 Z M15.2766236,11.295987 C14.9416921,11.015446 14.5286939,10.7951125 14.0376289,10.6349863 C13.546564,10.4748602 12.9560269,10.3947971 12.2660177,10.3947971 C11.5974139,10.3947971 10.9332171,10.4050452 10.2734273,10.4255413 L9.28563127,10.4562856 L9.28563127,21.1149213 L11.4689815,21.1149213 L11.4689815,17.6927056 L11.7201802,17.6773335 C11.7201802,17.6773335 11.902126,17.6722095 12.2660177,17.6619614 C13.0139474,17.6222501 13.6290377,17.4922277 14.1112887,17.2718942 C14.5935396,17.0515606 15.0310911,16.7415564 15.423943,16.3418816 C15.6996949,16.0421255 15.9162671,15.6815214 16.0736597,15.2600695 C16.2310524,14.8386175 16.3097487,14.3582391 16.3097487,13.8189343 C16.3097487,13.2988446 16.2165722,12.8184662 16.0302194,12.3777991 C15.8438665,11.937132 15.5932975,11.576528 15.2785123,11.295987 L15.2785123,11.295987 L15.2766236,11.295987 Z M12.2074677,15.8000148 L11.7938399,15.8000148 C11.7938399,15.8000148 11.6855538,15.7897667 11.4689815,15.7692706 L11.4689815,12.1068657 L11.7636205,12.0914936 C11.7636205,12.0914936 11.9701196,12.0966176 12.3831178,12.1068657 C12.9535086,12.1273619 13.3866531,12.3124677 13.6825512,12.6621831 C13.9784493,13.0118986 14.1257688,13.4371936 14.1245097,13.9380681 C14.1245097,14.4991501 13.9526369,14.9443007 13.6088915,15.2735201 C13.265146,15.6027394 12.7980047,15.7775971 12.2074677,15.7980933 L12.2074677,15.7980933 L12.2074677,15.8000148 Z M20.6178992,16.1285936 C20.1255751,15.9479713 19.7912732,15.7980933 19.6149935,15.6789594 C19.4387137,15.5598256 19.3499443,15.3996995 19.3486852,15.198581 C19.347426,14.9974626 19.4261223,14.8424605 19.5847741,14.7335748 C19.7434258,14.624689 19.9694416,14.5696056 20.2628214,14.5683246 C20.5977529,14.5683246 20.9767543,14.6483877 21.3998257,14.8085138 C21.822897,14.9686399 22.1232021,15.0986623 22.300741,15.198581 L22.300741,13.3962013 C22.0640225,13.2757865 21.7687539,13.1553716 21.4149353,13.0349568 C21.0611168,12.9145419 20.6575621,12.8543345 20.2042714,12.8543345 C19.2397695,12.8543345 18.4723231,13.0996477 17.9019323,13.5902742 C17.3315415,14.0809006 17.0463461,14.7066736 17.0463461,15.4675929 C17.0463461,15.9274752 17.2138118,16.3277905 17.5487433,16.6685389 C17.8836748,17.0092873 18.444622,17.3192915 19.2315851,17.5985515 C19.6836166,17.7586776 19.9883287,17.9386594 20.1457213,18.1384968 C20.303114,18.3383342 20.3818103,18.5388121 20.3818103,18.7399305 C20.3818103,18.9602641 20.303114,19.1306383 20.1457213,19.2510531 C19.9883287,19.371468 19.72265,19.4316754 19.3486852,19.4316754 C18.9948666,19.4316754 18.5963485,19.3516123 18.1531309,19.1914862 C17.7099133,19.0313601 17.380648,18.881482 17.1653349,18.741852 L17.1653349,18.741852 L17.1653349,20.5134875 C17.4599738,20.6736137 17.8043489,20.8190082 18.19846,20.9496711 C18.5925711,21.080334 18.9759795,21.1552731 19.3486852,21.1744882 C20.4705797,21.1949844 21.3116858,20.9496711 21.8720035,20.4385485 C22.4323212,19.9274259 22.71248,19.301653 22.71248,18.5612298 C22.6923338,17.9809327 22.520461,17.4954302 22.1968618,17.1047225 C21.8732626,16.7140147 21.3469417,16.3886384 20.6178992,16.1285936 L20.6178992,16.1285936 L20.6178992,16.1285936 Z"/>
|
<defs>
|
||||||
|
<polygon id="psd-a" points="3 3 3 29 29 29 29 3 3 3"/>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" fill-rule="evenodd">
|
||||||
|
<use fill="#3965BD" xlink:href="#psd-a"/>
|
||||||
|
<path stroke="#7ACCEE" stroke-width="2" d="M4,4 L4,28 L28,28 L28,4 L4,4 Z"/>
|
||||||
|
<path fill="#7ACCEE" d="M15.2766236 11.295987L15.2785123 11.295987C15.5932975 11.576528 15.8438665 11.937132 16.0302194 12.3777991 16.2165722 12.8184662 16.3097487 13.2988446 16.3097487 13.8189343 16.3097487 14.3582391 16.2310524 14.8386175 16.0736597 15.2600695 15.9162671 15.6815214 15.6996949 16.0421255 15.423943 16.3418816 15.0310911 16.7415564 14.5935396 17.0515606 14.1112887 17.2718942 13.6290377 17.4922277 13.0139474 17.6222501 12.2660177 17.6619614 11.902126 17.6722095 11.7201802 17.6773335 11.7201802 17.6773335L11.4689815 17.6927056 11.4689815 21.1149213 9.28563127 21.1149213 9.28563127 10.4562856 10.2734273 10.4255413C10.9332171 10.4050452 11.5974139 10.3947971 12.2660177 10.3947971 12.9560269 10.3947971 13.546564 10.4748602 14.0376289 10.6349863 14.5286939 10.7951125 14.9416921 11.015446 15.2766236 11.295987zM12.2074677 15.8000148L12.2074677 15.7980933C12.7980047 15.7775971 13.265146 15.6027394 13.6088915 15.2735201 13.9526369 14.9443007 14.1245097 14.4991501 14.1245097 13.9380681 14.1257688 13.4371936 13.9784493 13.0118986 13.6825512 12.6621831 13.3866531 12.3124677 12.9535086 12.1273619 12.3831178 12.1068657 11.9701196 12.0966176 11.7636205 12.0914936 11.7636205 12.0914936L11.4689815 12.1068657 11.4689815 15.7692706C11.6855538 15.7897667 11.7938399 15.8000148 11.7938399 15.8000148L12.2074677 15.8000148zM20.6178992 16.1285936C20.1255751 15.9479713 19.7912732 15.7980933 19.6149935 15.6789594 19.4387137 15.5598256 19.3499443 15.3996995 19.3486852 15.198581 19.347426 14.9974626 19.4261223 14.8424605 19.5847741 14.7335748 19.7434258 14.624689 19.9694416 14.5696056 20.2628214 14.5683246 20.5977529 14.5683246 20.9767543 14.6483877 21.3998257 14.8085138 21.822897 14.9686399 22.1232021 15.0986623 22.300741 15.198581L22.300741 13.3962013C22.0640225 13.2757865 21.7687539 13.1553716 21.4149353 13.0349568 21.0611168 12.9145419 20.6575621 12.8543345 20.2042714 12.8543345 19.2397695 12.8543345 18.4723231 13.0996477 17.9019323 13.5902742 17.3315415 14.0809006 17.0463461 14.7066736 17.0463461 15.4675929 17.0463461 15.9274752 17.2138118 16.3277905 17.5487433 16.6685389 17.8836748 17.0092873 18.444622 17.3192915 19.2315851 17.5985515 19.6836166 17.7586776 19.9883287 17.9386594 20.1457213 18.1384968 20.303114 18.3383342 20.3818103 18.5388121 20.3818103 18.7399305 20.3818103 18.9602641 20.303114 19.1306383 20.1457213 19.2510531 19.9883287 19.371468 19.72265 19.4316754 19.3486852 19.4316754 18.9948666 19.4316754 18.5963485 19.3516123 18.1531309 19.1914862 17.7099133 19.0313601 17.380648 18.881482 17.1653349 18.741852L17.1653349 18.741852 17.1653349 20.5134875C17.4599738 20.6736137 17.8043489 20.8190082 18.19846 20.9496711 18.5925711 21.080334 18.9759795 21.1552731 19.3486852 21.1744882 20.4705797 21.1949844 21.3116858 20.9496711 21.8720035 20.4385485 22.4323212 19.9274259 22.71248 19.301653 22.71248 18.5612298 22.6923338 17.9809327 22.520461 17.4954302 22.1968618 17.1047225 21.8732626 16.7140147 21.3469417 16.3886384 20.6178992 16.1285936L20.6178992 16.1285936 20.6178992 16.1285936z"/>
|
||||||
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -1,3 +1,6 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||||
<path fill="#F4BF75" fill-rule="evenodd" d="M13.096066,15.5716896 L18.8698521,15.5716896 C19.6715889,15.5716896 20.355842,15.2861252 20.9226115,14.7149963 C21.489381,14.1438674 21.7727657,13.462311 21.7727657,12.6703269 L21.7727657,7.23053551 C21.7727657,6.43855141 21.4836848,5.77387559 20.9055229,5.23650804 C20.3273611,4.6991405 19.6488042,4.37489123 18.8698521,4.26376025 C18.379981,4.1751368 17.8794296,4.1090209 17.3681978,4.06541254 C16.8569661,4.02180418 16.3564146,4 15.8665435,4 C15.3553117,4.02250754 14.8654406,4.04993861 14.3969302,4.0822932 C13.9284197,4.11464779 13.4947983,4.1751368 13.096066,4.26376025 C11.8728123,4.46210795 11.08318,4.79761099 10.727169,5.27026935 C10.371158,5.74292772 10.1931525,6.39705313 10.1931525,7.23264559 L10.1931525,9.40814012 L16.0011157,9.40814012 L16.0011157,10.1340083 L8.02504563,10.1340083 C7.17916353,10.1340083 6.42228419,10.3815913 5.75440759,10.8767572 C5.08653098,11.3719231 4.63012491,12.091461 4.38518935,13.035371 C4.1402538,14.1129196 4.01208984,15.0638632 4.00069749,15.8882019 C3.98930514,16.7125406 4.11746909,17.6958388 4.38518935,18.8380965 C4.6073402,19.6947898 4.96904736,20.3925235 5.47031082,20.9312978 C5.97157429,21.4700721 6.64443504,21.7394592 7.48889309,21.7394592 L9.45834584,21.7394592 L9.45834584,19.135618 C9.45834584,18.1903013 9.820053,17.3603357 10.5434673,16.6457213 C11.2668816,15.9311069 12.1177479,15.5737997 13.096066,15.5737997 L13.096066,15.5737997 L13.096066,15.5716896 Z M12.7286627,7.95429363 C12.4167971,7.95429363 12.155485,7.84456937 11.9447265,7.62512084 C11.733968,7.40567232 11.6285888,7.15316584 11.6285888,6.86760141 C11.6285888,6.55952944 11.733968,6.30139608 11.9447265,6.09320132 C12.155485,5.88500657 12.4167971,5.78090919 12.7286627,5.78090919 C13.0177436,5.78090919 13.2683754,5.88500657 13.4805579,6.09320132 C13.6927405,6.30139608 13.7981197,6.55952944 13.7966957,6.86760141 C13.7966957,7.15316584 13.6913164,7.40567232 13.4805579,7.62512084 C13.2697994,7.84456937 13.0191677,7.95429363 12.7286627,7.95429363 L12.7286627,7.95429363 L12.7286627,7.95429363 Z M27.5465518,13.0311509 C27.3457616,12.1955584 27.0289118,11.5034515 26.5960025,10.9548302 C26.1630931,10.4062089 25.5236974,10.1311949 24.6778153,10.1297882 L22.5075724,10.1297882 L22.5075724,12.6682168 C22.5075724,13.6571419 22.140169,14.5089116 21.4053624,15.2235261 C20.6705557,15.9381405 19.8246736,16.2954477 18.8677161,16.2954477 L13.09393,16.2954477 C12.2921933,16.2954477 11.6079401,16.586639 11.0411707,17.1690216 C10.4744012,17.7514043 10.1910164,18.4273339 10.1910164,19.1968104 L10.1910164,24.6366018 C10.1910164,25.4285859 10.4800974,26.0602037 11.0582592,26.5314554 C11.636421,27.002707 12.314978,27.3487605 13.09393,27.5696157 C14.0067421,27.8340793 14.9245385,27.9768615 15.8473189,27.9979624 C16.7700994,28.0190632 17.7768984,27.876281 18.8677161,27.5696157 C19.6025227,27.3501672 20.2703994,27.0146642 20.8713459,26.5631066 C21.4722924,26.1115491 21.7727657,25.4686774 21.7727657,24.6344917 L21.7727657,22.4589972 L15.9989796,22.4589972 L15.9989796,21.733129 L24.6778153,21.733129 C25.5236974,21.733129 26.1410204,21.4693687 26.5297844,20.9418482 C26.9185484,20.4143277 27.2581829,19.7109671 27.5486879,18.8317662 C27.8605535,17.9300579 28.0107901,17.023426 27.9993978,16.1118706 C27.9880054,15.2003152 27.8377688,14.1727052 27.5486879,13.0290408 L27.5486879,13.0290408 L27.5465518,13.0311509 Z M19.2372555,23.9128437 C19.5491211,23.9128437 19.8104332,24.0225679 20.0211917,24.2420164 C20.2319502,24.461465 20.3373294,24.7139714 20.3373294,24.9995359 C20.3373294,25.3076078 20.2319502,25.5713681 20.0211917,25.7908166 C19.8104332,26.0102651 19.5491211,26.1199894 19.2372555,26.1199894 C18.9481746,26.1199894 18.6925587,26.0102651 18.4704078,25.7908166 C18.248257,25.5713681 18.1371815,25.3076078 18.1371815,24.9995359 C18.1371815,24.7139714 18.248257,24.461465 18.4704078,24.2420164 C18.6925587,24.0225679 18.9481746,23.9128437 19.2372555,23.9128437 L19.2372555,23.9128437 L19.2372555,23.9128437 Z"/>
|
<g fill="none" fill-rule="evenodd">
|
||||||
|
<path fill="#6A9FB5" d="M13.096066,15.5716896 L18.8698521,15.5716896 C19.6715889,15.5716896 20.355842,15.2861252 20.9226115,14.7149963 C21.489381,14.1438674 21.7727657,13.462311 21.7727657,12.6703269 L21.7727657,7.23053551 C21.7727657,6.43855141 21.4836848,5.77387559 20.9055229,5.23650804 C20.3273611,4.6991405 19.6488042,4.37489123 18.8698521,4.26376025 C18.379981,4.1751368 17.8794296,4.1090209 17.3681978,4.06541254 C16.8569661,4.02180418 16.3564146,4 15.8665435,4 C15.3553117,4.02250754 14.8654406,4.04993861 14.3969302,4.0822932 C13.9284197,4.11464779 13.4947983,4.1751368 13.096066,4.26376025 C11.8728123,4.46210795 11.08318,4.79761099 10.727169,5.27026935 C10.371158,5.74292772 10.1931525,6.39705313 10.1931525,7.23264559 L10.1931525,9.40814012 L16.0011157,9.40814012 L16.0011157,10.1340083 L8.02504563,10.1340083 C7.17916353,10.1340083 6.42228419,10.3815913 5.75440759,10.8767572 C5.08653098,11.3719231 4.63012491,12.091461 4.38518935,13.035371 C4.1402538,14.1129196 4.01208984,15.0638632 4.00069749,15.8882019 C3.98930514,16.7125406 4.11746909,17.6958388 4.38518935,18.8380965 C4.6073402,19.6947898 4.96904736,20.3925235 5.47031082,20.9312978 C5.97157429,21.4700721 6.64443504,21.7394592 7.48889309,21.7394592 L9.45834584,21.7394592 L9.45834584,19.135618 C9.45834584,18.1903013 9.820053,17.3603357 10.5434673,16.6457213 C11.2668816,15.9311069 12.1177479,15.5737997 13.096066,15.5737997 L13.096066,15.5737997 L13.096066,15.5716896 Z M12.7286627,7.95429363 C12.4167971,7.95429363 12.155485,7.84456937 11.9447265,7.62512084 C11.733968,7.40567232 11.6285888,7.15316584 11.6285888,6.86760141 C11.6285888,6.55952944 11.733968,6.30139608 11.9447265,6.09320132 C12.155485,5.88500657 12.4167971,5.78090919 12.7286627,5.78090919 C13.0177436,5.78090919 13.2683754,5.88500657 13.4805579,6.09320132 C13.6927405,6.30139608 13.7981197,6.55952944 13.7966957,6.86760141 C13.7966957,7.15316584 13.6913164,7.40567232 13.4805579,7.62512084 C13.2697994,7.84456937 13.0191677,7.95429363 12.7286627,7.95429363 L12.7286627,7.95429363 L12.7286627,7.95429363 Z"/>
|
||||||
|
<path fill="#F4BF75" d="M27.5465518,13.0311509 L27.5486879,13.0290408 C27.8377688,14.1727052 27.9880054,15.2003152 27.9993978,16.1118706 C28.0107901,17.023426 27.8605535,17.9300579 27.5486879,18.8317662 C27.2581829,19.7109671 26.9185484,20.4143277 26.5297844,20.9418482 C26.1410204,21.4693687 25.5236974,21.733129 24.6778153,21.733129 L15.9989796,21.733129 L15.9989796,22.4589972 L21.7727657,22.4589972 L21.7727657,24.6344917 C21.7727657,25.4686774 21.4722924,26.1115491 20.8713459,26.5631066 C20.2703994,27.0146642 19.6025227,27.3501672 18.8677161,27.5696157 C17.7768984,27.876281 16.7700994,28.0190632 15.8473189,27.9979624 C14.9245385,27.9768615 14.0067421,27.8340793 13.09393,27.5696157 C12.314978,27.3487605 11.636421,27.002707 11.0582592,26.5314554 C10.4800974,26.0602037 10.1910164,25.4285859 10.1910164,24.6366018 L10.1910164,19.1968104 C10.1910164,18.4273339 10.4744012,17.7514043 11.0411707,17.1690216 C11.6079401,16.586639 12.2921933,16.2954477 13.09393,16.2954477 L18.8677161,16.2954477 C19.8246736,16.2954477 20.6705557,15.9381405 21.4053624,15.2235261 C22.140169,14.5089116 22.5075724,13.6571419 22.5075724,12.6682168 L22.5075724,10.1297882 L24.6778153,10.1297882 C25.5236974,10.1311949 26.1630931,10.4062089 26.5960025,10.9548302 C27.0289118,11.5034515 27.3457616,12.1955584 27.5465518,13.0311509 Z M19.2372555,23.9128437 C18.9481746,23.9128437 18.6925587,24.0225679 18.4704078,24.2420164 C18.248257,24.461465 18.1371815,24.7139714 18.1371815,24.9995359 C18.1371815,25.3076078 18.248257,25.5713681 18.4704078,25.7908166 C18.6925587,26.0102651 18.9481746,26.1199894 19.2372555,26.1199894 C19.5491211,26.1199894 19.8104332,26.0102651 20.0211917,25.7908166 C20.2319502,25.5713681 20.3373294,25.3076078 20.3373294,24.9995359 C20.3373294,24.7139714 20.2319502,24.461465 20.0211917,24.2420164 C19.8104332,24.0225679 19.5491211,23.9128437 19.2372555,23.9128437 Z"/>
|
||||||
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
|
@ -1,21 +1,15 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33" height="32" viewBox="0 0 33 32">
|
||||||
<defs>
|
<defs>
|
||||||
<rect id="a" width="3.45" height="3.474" x="1.15" y="18.526" rx="1.725"/>
|
<rect id="svg-a" width="3.45" height="3.474" x="6.15" y="23.526" rx="1.725"/>
|
||||||
<mask id="c" width="8.05" height="8.074" x="-2.3" y="-2.3">
|
<rect id="svg-b" width="3.45" height="3.474" x="24.55" y="6.158" rx="1.725"/>
|
||||||
<rect width="8.05" height="8.074" x="-1.15" y="16.226" fill="white"/>
|
|
||||||
<use fill="black" xlink:href="#a"/>
|
|
||||||
</mask>
|
|
||||||
<rect id="b" width="3.45" height="3.474" x="19.55" y="1.158" rx="1.725"/>
|
|
||||||
<mask id="d" width="8.05" height="8.074" x="-2.3" y="-2.3">
|
|
||||||
<rect width="8.05" height="8.074" x="17.25" y="-1.142" fill="white"/>
|
|
||||||
<use fill="black" xlink:href="#b"/>
|
|
||||||
</mask>
|
|
||||||
</defs>
|
</defs>
|
||||||
<g fill="none" fill-rule="evenodd" transform="translate(5 5)">
|
<g fill="none" fill-rule="evenodd">
|
||||||
<use fill="#D8D8D8" fill-opacity="0" xlink:href="#a"/>
|
<path fill="#D28445" fill-rule="nonzero" d="M9.95490015,6.76441103 L24.55,6.76441103 L24.55,8.52882206 L21.7490462,8.52882206 C16.4588393,9.20739107 12.8478392,11.863479 10.5742256,15.9205559 C9.6400534,17.5875094 9.00244345,19.3798752 8.60924444,21.1729331 C8.4717107,21.8001116 8.37474679,22.3813949 8.31144395,22.901005 C8.2741223,23.2073531 8.25642022,23.4210361 8.25128983,23.5263158 L6.70106051,23.4467859 C6.70805642,23.3032242 6.7290069,23.0503296 6.77126407,22.7034692 C6.8405926,22.1343983 6.94598625,21.50258 7.09493625,20.8233413 C7.52026222,18.8837787 8.2104817,16.9435239 9.22864318,15.1266984 C10.8548734,12.2248241 13.1176767,9.96396451 16.0820443,8.52882206 L9.95490015,8.52882206 C9.6048392,9.55676119 8.660286,10.2932331 7.55,10.2932331 C6.14167389,10.2932331 5,9.1083025 5,7.64661654 C5,6.18493059 6.14167389,5 7.55,5 C8.660286,5 9.6048392,5.73647189 9.95490015,6.76441103 Z"/>
|
||||||
<use stroke="#F4BF75" stroke-width="4.6" mask="url(#c)" xlink:href="#a"/>
|
<use fill="#D8D8D8" fill-opacity="0" xlink:href="#svg-a"/>
|
||||||
<use fill="#D8D8D8" fill-opacity="0" xlink:href="#b"/>
|
<rect width="5.75" height="5.774" x="5" y="22.376" stroke="#F4BF75" stroke-width="2.3" rx="2.875"/>
|
||||||
<use stroke="#F4BF75" stroke-width="4.6" mask="url(#d)" xlink:href="#b"/>
|
<g>
|
||||||
<path fill="#F4BF75" fill-rule="nonzero" d="M4.95490015,1.76441103 L19.55,1.76441103 L19.55,3.52882206 L16.7490462,3.52882206 C11.4588393,4.20739107 7.84783925,6.86347896 5.57422558,10.9205559 C4.6400534,12.5875094 4.00244345,14.3798752 3.60924444,16.1729331 C3.4717107,16.8001116 3.37474679,17.3813949 3.31144395,17.901005 C3.2741223,18.2073531 3.25642022,18.4210361 3.25128983,18.5263158 L1.70106051,18.4467859 C1.70805642,18.3032242 1.7290069,18.0503296 1.77126407,17.7034692 C1.8405926,17.1343983 1.94598625,16.50258 2.09493625,15.8233413 C2.52026222,13.8837787 3.2104817,11.9435239 4.22864318,10.1266984 C5.85487338,7.2248241 8.11767674,4.96396451 11.0820443,3.52882206 L4.95490015,3.52882206 C4.6048392,4.55676119 3.660286,5.29323308 2.55,5.29323308 C1.14167389,5.29323308 0,4.1083025 0,2.64661654 C0,1.18493059 1.14167389,0 2.55,0 C3.660286,0 4.6048392,0.736471892 4.95490015,1.76441103 Z"/>
|
<use fill="#D8D8D8" fill-opacity="0" xlink:href="#svg-b"/>
|
||||||
|
<rect width="5.75" height="5.774" x="23.4" y="5.008" stroke="#F4BF75" stroke-width="2.3" rx="2.875"/>
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -1,3 +1,3 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32">
|
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32">
|
||||||
<path fill="#78909C" fill-rule="evenodd" d="M27.1111111,3 L6.88888889,3 C5.28555556,3 4,4.3 4,5.88888889 L4,26.1111111 C4,27.7 5.28555556,29 6.88888889,29 L27.1111111,29 C28.7144444,29 30,27.7 30,26.1111111 L30,5.88888889 C30,4.3 28.7144444,3 27.1111111,3 L27.1111111,3 Z M14.1111111,23.2222222 L6.88888889,16 L8.92555556,13.9633333 L14.1111111,19.1344444 L25.0744444,8.17111111 L27.1111111,10.2222222 L14.1111111,23.2222222 L14.1111111,23.2222222 Z"/>
|
<path fill="#D14748" fill-rule="evenodd" d="M13.302603,22.0000848 C13.0198998,22.0000848 12.7489205,21.887316 12.5490831,21.6864213 L6.15428921,15.2575246 C5.7380947,14.839128 5.7380947,14.1609077 6.15428921,13.7425111 C6.57048371,13.3241145 7.24540092,13.3241145 7.66132898,13.7425111 L13.302603,19.4136332 L25.338671,7.31388227 C25.7548655,6.89548567 26.4297827,6.89548567 26.8457108,7.31388227 C27.2619053,7.73227886 27.2619053,8.41076706 26.8457108,8.82916365 L14.0561229,21.6864213 C13.8562856,21.887316 13.5853062,22.0000848 13.302603,22.0000848 L13.302603,22.0000848 Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 672 B |