chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:12:13 +08:00
commit 0446c45d8e
898 changed files with 328024 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

+64
View File
@@ -0,0 +1,64 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 500">
<!-- Background -->
<rect width="800" height="500" fill="#1a1a1a"/>
<!-- Opportunities Section -->
<g transform="translate(50,50)">
<!-- Opportunity 1 Box -->
<rect x="0" y="0" width="300" height="150" rx="10" fill="#1a2d3d" stroke="#64b5f6" stroke-width="2"/>
<text x="150" y="30" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#64b5f6">Data Capitalization Opportunity</text>
<text x="150" y="60" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">
<tspan x="150" dy="0">Transform digital footprints into assets</tspan>
<tspan x="150" dy="20">Personal data as capital</tspan>
<tspan x="150" dy="20">Enterprise knowledge valuation</tspan>
<tspan x="150" dy="20">New form of wealth creation</tspan>
</text>
<!-- Opportunity 2 Box -->
<rect x="0" y="200" width="300" height="150" rx="10" fill="#1a2d1a" stroke="#81c784" stroke-width="2"/>
<text x="150" y="230" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#81c784">Authentic Data Potential</text>
<text x="150" y="260" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">
<tspan x="150" dy="0">Vast reservoir of real insights</tspan>
<tspan x="150" dy="20">Enhanced AI development</tspan>
<tspan x="150" dy="20">Diverse human knowledge</tspan>
<tspan x="150" dy="20">Willing participation model</tspan>
</text>
</g>
<!-- Development Pathway -->
<g transform="translate(450,50)">
<!-- Step 1 Box -->
<rect x="0" y="0" width="300" height="100" rx="10" fill="#2d1a2d" stroke="#ce93d8" stroke-width="2"/>
<text x="150" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">1. Open-Source Foundation</text>
<text x="150" y="65" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">Data extraction engine &amp; community development</text>
<!-- Step 2 Box -->
<rect x="0" y="125" width="300" height="100" rx="10" fill="#2d1a2d" stroke="#ce93d8" stroke-width="2"/>
<text x="150" y="160" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">2. Data Capitalization Platform</text>
<text x="150" y="190" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">Tools to structure &amp; value digital assets</text>
<!-- Step 3 Box -->
<rect x="0" y="250" width="300" height="100" rx="10" fill="#2d1a2d" stroke="#ce93d8" stroke-width="2"/>
<text x="150" y="285" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ce93d8">3. Shared Data Marketplace</text>
<text x="150" y="315" text-anchor="middle" font-family="Arial" font-size="12" fill="#e0e0e0">Economic platform for data exchange</text>
</g>
<!-- Connecting Arrows -->
<g transform="translate(400,125)">
<path d="M-20,0 L40,0" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
<path d="M-20,200 L40,200" stroke="#666" stroke-width="2" marker-end="url(#arrowhead)"/>
</g>
<!-- Arrow Marker -->
<defs>
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#666"/>
</marker>
</defs>
<!-- Vision Box at Bottom -->
<g transform="translate(200,420)">
<rect x="0" y="0" width="400" height="60" rx="10" fill="#2d2613" stroke="#ffd54f" stroke-width="2"/>
<text x="200" y="35" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="16" fill="#ffd54f">Economic Vision: Shared Data Economy</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

+25
View File
@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="35" viewBox="0 0 120 35">
<!-- Dark Theme -->
<g>
<defs>
<pattern id="halftoneDark" width="4" height="4" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#eee" opacity="0.1"/>
</pattern>
<pattern id="halftoneTextDark" width="3" height="3" patternUnits="userSpaceOnUse">
<circle cx="1.5" cy="1.5" r="2" fill="#aaa" opacity="0.2"/>
</pattern>
</defs>
<!-- White border - added as outer rectangle -->
<rect width="120" height="35" rx="5" fill="#111"/>
<!-- Dark background slightly smaller to show thicker border -->
<rect x="2" y="2" width="116" height="31" rx="4" fill="#1a1a1a"/>
<rect x="2" y="2" width="116" height="31" rx="4" fill="url(#halftoneDark)"/>
<!-- Logo with halftone -->
<path d="M30 17.5 a7.5 7.5 0 1 1 -15 0 a7.5 7.5 0 1 1 15 0" fill="none" stroke="#eee" stroke-width="2"/>
<path d="M18 17.5 L27 17.5" stroke="#eee" stroke-width="2"/>
<circle cx="22.5" cy="17.5" r="2" fill="#eee"/>
<text x="40" y="23" fill="#eee" font-family="Arial, sans-serif" font-weight="500" font-size="14">Crawl4AI</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+64
View File
@@ -0,0 +1,64 @@
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="35" viewBox="0 0 120 35">
<g>
<defs>
<pattern id="cyberdots" width="4" height="4" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1">
<animate attributeName="fill"
values="#FF2EC4;#8B5CF6;#0BC5EA;#FF2EC4"
dur="6s"
repeatCount="indefinite"/>
<animate attributeName="opacity"
values="0.2;0.4;0.2"
dur="4s"
repeatCount="indefinite"/>
</circle>
</pattern>
<filter id="neonGlow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1" result="blur"/>
<feFlood flood-color="#FF2EC4" flood-opacity="0.2">
<animate attributeName="flood-color"
values="#FF2EC4;#8B5CF6;#0BC5EA;#FF2EC4"
dur="8s"
repeatCount="indefinite"/>
</feFlood>
<feComposite in2="blur" operator="in"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="120" height="35" rx="5" fill="#0A0A0F"/>
<rect x="2" y="2" width="116" height="31" rx="4" fill="#16161E"/>
<rect x="2" y="2" width="116" height="31" rx="4" fill="url(#cyberdots)"/>
<!-- Logo with animated neon -->
<path d="M30 17.5 a7.5 7.5 0 1 1 -15 0 a7.5 7.5 0 1 1 15 0" fill="none" stroke="#8B5CF6" stroke-width="2" filter="url(#neonGlow)">
<animate attributeName="stroke"
values="#FF2EC4;#8B5CF6;#0BC5EA;#FF2EC4"
dur="8s"
repeatCount="indefinite"/>
</path>
<path d="M18 17.5 L27 17.5" stroke="#8B5CF6" stroke-width="2" filter="url(#neonGlow)">
<animate attributeName="stroke"
values="#FF2EC4;#8B5CF6;#0BC5EA;#FF2EC4"
dur="8s"
repeatCount="indefinite"/>
</path>
<circle cx="22.5" cy="17.5" r="2" fill="#0BC5EA">
<animate attributeName="fill"
values="#0BC5EA;#FF2EC4;#8B5CF6;#0BC5EA"
dur="8s"
repeatCount="indefinite"/>
</circle>
<text x="40" y="23" font-family="Arial, sans-serif" font-weight="500" font-size="14" filter="url(#neonGlow)">
<animate attributeName="fill"
values="#FF2EC4;#8B5CF6;#0BC5EA;#FF2EC4"
dur="8s"
repeatCount="indefinite"/>
Crawl4AI
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

+21
View File
@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="35" viewBox="0 0 120 35">
<g>
<defs>
<pattern id="halftoneLight" width="4" height="4" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#111" opacity="0.1"/>
</pattern>
</defs>
<!-- Dark border -->
<rect width="120" height="35" rx="5" fill="#DDD"/>
<!-- Light background -->
<rect x="2" y="2" width="116" height="31" rx="4" fill="#fff"/>
<rect x="2" y="2" width="116" height="31" rx="4" fill="url(#halftoneLight)"/>
<!-- Logo -->
<path d="M30 17.5 a7.5 7.5 0 1 1 -15 0 a7.5 7.5 0 1 1 15 0" fill="none" stroke="#111" stroke-width="2"/>
<path d="M18 17.5 L27 17.5" stroke="#111" stroke-width="2"/>
<circle cx="22.5" cy="17.5" r="2" fill="#111"/>
<text x="40" y="23" fill="#111" font-family="Arial, sans-serif" font-weight="500" font-size="14">Crawl4AI</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 925 B

+28
View File
@@ -0,0 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="35" viewBox="0 0 120 35">
<g>
<defs>
<pattern id="halftoneDark" width="4" height="4" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#8B5CF6" opacity="0.1"/>
</pattern>
<filter id="neonGlow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1" result="blur"/>
<feFlood flood-color="#8B5CF6" flood-opacity="0.2"/>
<feComposite in2="blur" operator="in"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="120" height="35" rx="5" fill="#0A0A0F"/>
<rect x="2" y="2" width="116" height="31" rx="4" fill="#16161E"/>
<rect x="2" y="2" width="116" height="31" rx="4" fill="url(#halftoneDark)"/>
<!-- Logo with neon glow -->
<path d="M30 17.5 a7.5 7.5 0 1 1 -15 0 a7.5 7.5 0 1 1 15 0" fill="none" stroke="#8B5CF6" stroke-width="2" filter="url(#neonGlow)"/>
<path d="M18 17.5 L27 17.5" stroke="#8B5CF6" stroke-width="2" filter="url(#neonGlow)"/>
<circle cx="22.5" cy="17.5" r="2" fill="#8B5CF6"/>
<text x="40" y="23" fill="#fff" font-family="Arial, sans-serif" font-weight="500" font-size="14" filter="url(#neonGlow)">Crawl4AI</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="580" height="126">
<path d="M0 0 C12.1179958 -0.85875561 22.12023468 2.20651341 31.375 10 C33.9588012 14.77009452 33.87070291 19.70535807 33 25 C30.77052562 30.98269025 27.15351506 35.59987457 22.9375 40.3125 C22.40833984 40.91900391 21.87917969 41.52550781 21.33398438 42.15039062 C18.96447825 44.85287628 16.55997075 47.47583963 14 50 C15.45042909 53.34584964 17.27738825 55.50054036 19.87890625 58.0390625 C20.63494141 58.78414062 21.39097656 59.52921875 22.16992188 60.296875 C23.35424805 61.44929688 23.35424805 61.44929688 24.5625 62.625 C26.12847891 64.15663169 27.69238939 65.69038195 29.25390625 67.2265625 C29.94814697 67.90283691 30.6423877 68.57911133 31.35766602 69.27587891 C34.45581673 72.52831541 34.34790986 75.39098231 34.265625 79.7109375 C33.85513193 83.24842192 32.23104931 85.37661393 30 88 C29.25105469 88.928125 28.50210938 89.85625 27.73046875 90.8125 C25.50640826 93.55842665 23.2611955 96.28463276 21 99 C17.79614904 97.58912451 15.66752174 95.9074692 13.21289062 93.42407227 C12.48533569 92.69313858 11.75778076 91.9622049 11.00817871 91.2091217 C10.23204224 90.4195256 9.45590576 89.6299295 8.65625 88.81640625 C7.85014282 88.0050975 7.04403564 87.19378876 6.21350098 86.3578949 C3.63754598 83.76412665 1.068366 81.16378144 -1.5 78.5625 C-4.06920944 75.96565173 -6.63986464 73.37027798 -9.21350098 70.77781677 C-10.81451003 69.16457674 -12.41283817 67.5486707 -14.00817871 65.92982483 C-14.73573364 65.19573898 -15.46328857 64.46165314 -16.21289062 63.70532227 C-16.84924438 63.06071548 -17.48559814 62.4161087 -18.14123535 61.75196838 C-22.03088131 58.085804 -24.61197596 56.61227546 -30 56 C-30.07227711 63.58830253 -30.07227711 63.58830253 -26.4375 69.9375 C-24.82588941 71.04727981 -24.82588941 71.04727981 -23 72 C-22.28199219 72.38929687 -21.56398437 72.77859375 -20.82421875 73.1796875 C-18.90661636 74.16744007 -16.9555406 75.08966213 -15 76 C-16.63963796 81.94615694 -19.62375462 87.03522078 -22.625 92.375 C-23.140625 93.30183594 -23.65625 94.22867188 -24.1875 95.18359375 C-25.45382811 97.45829425 -26.72475925 99.73028792 -28 102 C-28.66 102 -29.32 102 -30 102 C-30.82177734 100.60974609 -30.82177734 100.60974609 -31.66015625 99.19140625 C-34.44251387 95.39643767 -37.12592087 94.33254662 -41.4375 92.9375 C-46.66232548 91.20616648 -50.57943739 89.50277451 -54 85 C-55.64091654 77.93009362 -54.79786553 71.36338683 -51 65.1875 C-48.45285245 61.62461876 -45.62399459 58.55902389 -42.5625 55.4375 C-39.69642145 52.30220076 -38.35441699 50.14733571 -38 45.875 C-38.3468606 41.79465803 -39.50438354 39.98760383 -42.5625 37.3125 C-44.04011809 36.20626186 -45.51932214 35.10213934 -47 34 C-48.35675038 32.71172113 -49.69183763 31.40008934 -51 30.0625 C-51.5775 29.47597656 -52.155 28.88945313 -52.75 28.28515625 C-53.1625 27.86105469 -53.575 27.43695313 -54 27 C-51.97191687 21.52163591 -48.89585901 17.05542502 -45.625 12.25 C-45.0475 11.37472656 -44.47 10.49945313 -43.875 9.59765625 C-43.02808594 8.35048828 -43.02808594 8.35048828 -42.1640625 7.078125 C-41.65311035 6.31918945 -41.1421582 5.56025391 -40.61572266 4.77832031 C-38.7788438 2.75658782 -37.66673296 2.36269302 -35 2 C-34.10539062 2.96679688 -33.21078125 3.93359375 -32.2890625 4.9296875 C-25.32821084 12.43185297 -18.31333171 19.83832724 -11 27 C-7.22933534 18.04050033 -3.59082425 9.03258884 0 0 Z M-10 28 C-4.72898586 34.41069287 1.09128152 40.18590512 7 46 C9.2477975 43.94766315 10.0022242 42.99332739 11 40 C11.16677282 36.41656024 11.16677282 36.41656024 11 33 C10.01732141 31.79438816 10.01732141 31.79438816 8.15234375 31.90234375 C6.1015625 31.93489583 4.05078125 31.96744792 2 32 C2 30.68 2 29.36 2 28 C-1.96 28 -5.92 28 -10 28 Z " fill="#8154F1" transform="translate(54,24)"/>
<path d="M0 0 C3.38476564 2.35606236 6.21063206 4.96784375 9 8 C9.55300781 8.60070313 10.10601562 9.20140625 10.67578125 9.8203125 C16.15254582 17.44150038 14.41778301 28.08515337 14 37 C13.34 37 12.68 37 12 37 C11.814375 37.66 11.62875 38.32 11.4375 39 C8.08008874 46.00677133 2.89061193 50.96935134 -4.1875 54.15234375 C-13.42096561 56.93520769 -19.45572708 55.27213646 -28 51 C-28.33 58.26 -28.66 65.52 -29 73 C-34.28 73 -39.56 73 -45 73 C-45.02255209 63.36886982 -45.0409157 53.73775705 -45.05181217 44.10660648 C-45.05704074 39.63494451 -45.06413789 35.16330147 -45.07543945 30.69165039 C-45.08626929 26.37988027 -45.09227704 22.06812841 -45.09487724 17.75634575 C-45.09673132 16.10763702 -45.1003516 14.45892934 -45.10573006 12.81022835 C-45.11294178 10.50896128 -45.11399089 8.2077706 -45.11352539 5.90649414 C-45.115746 4.5941127 -45.11796661 3.28173126 -45.12025452 1.92958069 C-45 -1 -45 -1 -44 -2 C-41.64686445 -2.07271741 -39.29166332 -2.08370868 -36.9375 -2.0625 C-35.64714844 -2.05347656 -34.35679687 -2.04445312 -33.02734375 -2.03515625 C-32.02832031 -2.02355469 -31.02929688 -2.01195312 -30 -2 C-29.67 -0.68 -29.34 0.64 -29 2 C-28.484375 1.54625 -27.96875 1.0925 -27.4375 0.625 C-19.32020499 -4.78653001 -8.47872855 -4.35631225 0 0 Z M-24 14 C-28.17753855 18.397409 -29.31526252 21.86049191 -29.21484375 27.94140625 C-28.76016001 32.29810316 -26.74299239 35.144433 -23.9375 38.375 C-19.62339005 40.76152891 -15.82145828 40.74948951 -11 40 C-6.94423079 38.15646854 -5.40268437 36.64949093 -3.0625 32.875 C-1.20382923 27.69965925 -1.58282678 22.08108641 -3.875 17.09765625 C-6.14022321 13.88072468 -8.71339602 12.48099465 -12.375 11.4375 C-17.01182731 10.68141169 -19.94013876 11.53224121 -24 14 Z " fill="#000000" transform="translate(324,51)"/>
<path d="M0 0 C5.28 0 10.56 0 16 0 C16.33 7.92 16.66 15.84 17 24 C19.64 22.68 22.28 21.36 25 20 C30.79515734 18.8354668 36.95136189 19.94208504 42 23 C47.9048799 27.95173 49.76651132 32.563617 51 40 C51.2310069 42.92494721 51.23616441 45.82135668 51.1953125 48.75390625 C51.1924826 49.54022934 51.18965271 50.32655243 51.18673706 51.13670349 C51.17567289 53.61213359 51.15059591 56.08718199 51.125 58.5625 C51.11495234 60.2558541 51.10582965 61.94921395 51.09765625 63.64257812 C51.07749276 67.76197886 51.03832028 71.88056963 51 76 C45.72 76 40.44 76 35 76 C34.97421875 73.53144531 34.9484375 71.06289062 34.921875 68.51953125 C34.88342532 66.11992147 34.83827477 63.72052445 34.79248047 61.32104492 C34.76431351 59.65773737 34.74307767 57.99429704 34.72900391 56.33081055 C34.70751408 53.93469475 34.66083712 51.54016816 34.609375 49.14453125 C34.60814636 48.4047554 34.60691772 47.66497955 34.60565186 46.90278625 C34.46797124 42.01276895 33.54228573 39.39650767 30 36 C26.14448235 34.65895038 24.50052951 34.80167699 20.6875 36.3125 C17.92091219 37.72511938 17.92091219 37.72511938 17 40 C16.84323225 42.69655446 16.74163685 45.37129977 16.68359375 48.0703125 C16.66281265 48.86654022 16.64203156 49.66276794 16.62062073 50.48312378 C16.55515851 53.03032685 16.49625585 55.57763425 16.4375 58.125 C16.3943116 59.85027127 16.35069721 61.57553193 16.30664062 63.30078125 C16.19867755 67.53374872 16.09957993 71.76679371 16 76 C10.72 76 5.44 76 0 76 C0 50.92 0 25.84 0 0 Z " fill="#000000" transform="translate(344,28)"/>
<path d="M0 0 C4.596825 3.51710564 7.4389019 8.37920571 9.25 13.8125 C9.25 18.7625 9.25 23.7125 9.25 28.8125 C-3.29 28.8125 -15.83 28.8125 -28.75 28.8125 C-25.6660386 35.49712981 -25.6660386 35.49712981 -22.4375 37.25 C-17.89993673 38.19972255 -14.27077596 38.59057142 -10.0625 36.4375 C-9.299375 35.90125 -8.53625 35.365 -7.75 34.8125 C-5.96484375 33.5625 -5.96484375 33.5625 -3.75 32.8125 C-0.953125 33.7109375 -0.953125 33.7109375 2 35.1875 C2.98484375 35.66960937 3.9696875 36.15171875 4.984375 36.6484375 C6.10585938 37.22464844 6.10585938 37.22464844 7.25 37.8125 C4.96980879 44.03877553 1.20244001 47.83627999 -4.75 50.8125 C-5.74 50.8125 -6.73 50.8125 -7.75 50.8125 C-7.75 51.4725 -7.75 52.1325 -7.75 52.8125 C-18.86485662 53.23938639 -27.92116401 52.9319381 -36.890625 45.828125 C-43.28550316 38.89586212 -46.03948779 30.01177861 -45.75 20.8125 C-45.76804688 20.09578125 -45.78609375 19.3790625 -45.8046875 18.640625 C-45.62359436 11.34515857 -41.87362618 6.75194354 -36.75 1.8125 C-25.3156908 -6.74590719 -12.23266757 -7.83738009 0 0 Z M-26.75 11.8125 C-27.41 13.4625 -28.07 15.1125 -28.75 16.8125 C-21.82 16.8125 -14.89 16.8125 -7.75 16.8125 C-7.75 15.4925 -7.75 14.1725 -7.75 12.8125 C-8.41 12.8125 -9.07 12.8125 -9.75 12.8125 C-10.183125 11.8534375 -10.183125 11.8534375 -10.625 10.875 C-11.57823451 8.66043921 -11.57823451 8.66043921 -13.75 7.8125 C-19.54730856 7.33731077 -22.6050575 7.30182728 -26.75 11.8125 Z " fill="#000000" transform="translate(263.75,53.1875)"/>
<path d="M0 0 C4.32910275 3.64646978 7.66772623 8.20398511 8.1743927 13.99232483 C8.23104843 16.41010116 8.22470999 18.82001506 8.1953125 21.23828125 C8.1924826 22.11904831 8.18965271 22.99981537 8.18673706 23.90727234 C8.17557833 26.70915545 8.15048171 29.51071416 8.125 32.3125 C8.11496463 34.21679225 8.10583975 36.12108952 8.09765625 38.02539062 C8.07565309 42.68371797 8.04115294 47.34180406 8 52 C3.05 52 -1.9 52 -7 52 C-7.33 51.01 -7.66 50.02 -8 49 C-8.495 49.45375 -8.99 49.9075 -9.5 50.375 C-15.29801973 54.14371282 -23.22880965 55.2016773 -30 54 C-34.3928156 51.97306811 -37.80456866 49.30410692 -41.0625 45.75 C-42.91931383 40.3033461 -42.71169624 35.02271562 -40.8125 29.625 C-36.94789201 24.02798153 -31.57537025 20.73422782 -24.9375 19.37109375 C-19.57363295 18.49946535 -14.44183784 17.89345799 -9 18 C-9.495 15.03 -9.495 15.03 -10 12 C-14.41501433 10.28805567 -16.10525832 9.7315775 -20.75 11.125 C-23.78019531 12.8731896 -25.25741527 14.02735546 -27 17 C-31.85963179 16.39254603 -35.7405518 14.27241033 -40 12 C-39.58188612 7.12200473 -37.63597431 5.15117773 -34 2 C-23.66058923 -5.86694298 -11.30746775 -6.07088535 0 0 Z M-19.5625 31.5 C-20.57441406 31.7784375 -21.58632812 32.056875 -22.62890625 32.34375 C-23.41136719 32.5603125 -24.19382813 32.776875 -25 33 C-25.33 34.98 -25.66 36.96 -26 39 C-23.68515576 41.1367793 -22.27316474 41.95843145 -19.125 42.4375 C-15.20927421 41.88929839 -13.04990083 40.46896734 -10 38 C-10 37.34 -10 36.68 -10 36 C-10.99 36 -11.98 36 -13 36 C-13 34.02 -13 32.04 -13 30 C-15.19848934 30 -17.46622194 30.9217164 -19.5625 31.5 Z " fill="#000000" transform="translate(181,52)"/>
<path d="M0 0 C4.59650402 3.88149228 7.78723415 8.06356011 9 14 C9.08231525 15.34273815 9.11789309 16.68892787 9.11352539 18.03417969 C9.11344986 18.81468689 9.11337433 19.59519409 9.11329651 20.39935303 C9.10813522 21.23178528 9.10297394 22.06421753 9.09765625 22.921875 C9.0962413 23.78186096 9.09482635 24.64184692 9.09336853 25.52789307 C9.08778097 28.26863109 9.07523075 31.00928676 9.0625 33.75 C9.05748339 35.6106759 9.05292077 37.47135309 9.04882812 39.33203125 C9.03781561 43.88805246 9.02055951 48.44401228 9 53 C3.72 53 -1.56 53 -7 53 C-7.04898438 50.51984375 -7.09796875 48.0396875 -7.1484375 45.484375 C-7.2024716 43.07822721 -7.25976949 40.67217771 -7.31738281 38.26611328 C-7.35562857 36.59594059 -7.39048915 34.92568677 -7.421875 33.25537109 C-7.46762161 30.85224443 -7.52559925 28.44967416 -7.5859375 26.046875 C-7.59748871 25.30193787 -7.60903992 24.55700073 -7.62094116 23.78948975 C-7.73913631 18.56517651 -7.73913631 18.56517651 -10 14 C-13.83496597 12.3775144 -16.20258323 11.84954401 -20.3125 12.625 C-23.46078829 14.23575215 -23.84153717 14.73626008 -25 18 C-25.23582402 20.71215682 -25.37196504 23.33201064 -25.4140625 26.046875 C-25.43342865 26.81807678 -25.4527948 27.58927856 -25.4727478 28.3838501 C-25.53237077 30.83912205 -25.57885914 33.29444133 -25.625 35.75 C-25.66319575 37.41798882 -25.70224841 39.08595826 -25.7421875 40.75390625 C-25.83966639 44.83583474 -25.91936979 48.91756492 -26 53 C-31.28 53 -36.56 53 -42 53 C-42 34.85 -42 16.7 -42 -2 C-37.05 -2 -32.1 -2 -27 -2 C-26.67 -0.68 -26.34 0.64 -26 2 C-25.0925 1.360625 -24.185 0.72125 -23.25 0.0625 C-15.90966364 -4.59579038 -7.55358672 -4.0685628 0 0 Z " fill="#8154F3" transform="translate(459,51)"/>
<path d="M0 0 C4.95 0 9.9 0 15 0 C15.03738281 2.46855469 15.07476562 4.93710937 15.11328125 7.48046875 C15.15953688 9.88005261 15.21075571 12.27948297 15.26245117 14.67895508 C15.29563655 16.34227108 15.32368834 18.00569796 15.34643555 19.66918945 C15.38009999 22.06509499 15.4324194 24.45999035 15.48828125 26.85546875 C15.49467117 27.5952446 15.5010611 28.33502045 15.50764465 29.09721375 C15.63329971 33.54308862 16.2548976 36.46144732 19 40 C21.24512262 41.12256131 22.51456649 41.13413762 25 41.125 C25.70125 41.12757812 26.4025 41.13015625 27.125 41.1328125 C29.09153775 41.11377236 29.09153775 41.11377236 31 40 C31.65213292 37.97536745 31.65213292 37.97536745 32 36 C32.66 36 33.32 36 34 36 C33.99476318 34.94498291 33.98952637 33.88996582 33.98413086 32.80297852 C33.96608099 28.9024337 33.95456805 25.0018926 33.94506836 21.10131836 C33.9400281 19.41055684 33.93319595 17.71979971 33.92456055 16.02905273 C33.91248143 13.60399293 33.90676877 11.17899056 33.90234375 8.75390625 C33.89718246 7.99348526 33.89202118 7.23306427 33.88670349 6.44960022 C33.88650762 4.6326743 33.93802723 2.81586873 34 1 C35 0 35 0 38.125 -0.1328125 C39.40375 -0.13023438 40.6825 -0.12765625 42 -0.125 C43.27875 -0.12757812 44.5575 -0.13015625 45.875 -0.1328125 C49 0 49 0 50 1 C50.09353163 2.68801985 50.11744791 4.37995207 50.11352539 6.07055664 C50.11344986 7.15160172 50.11337433 8.23264679 50.11329651 9.34645081 C50.10813522 10.5224736 50.10297394 11.6984964 50.09765625 12.91015625 C50.0962413 14.10732773 50.09482635 15.30449921 50.09336853 16.53794861 C50.08774979 20.37949066 50.07519411 24.22097543 50.0625 28.0625 C50.05748741 30.65950437 50.05292409 33.25650965 50.04882812 35.85351562 C50.03777427 42.23569932 50.02049708 48.61783993 50 55 C45.05 55 40.1 55 35 55 C34.67 54.01 34.34 53.02 34 52 C33.236875 52.639375 32.47375 53.27875 31.6875 53.9375 C26.66981088 57.30651984 20.17775664 57.46594672 14.3359375 56.609375 C11.52354881 55.87570838 9.41796099 54.58894579 7 53 C6.67 53.66 6.34 54.32 6 55 C5.34 55 4.68 55 4 55 C2.74335022 52.09399739 2 50.20395416 2 47 C1.67402832 46.31268799 1.34805664 45.62537598 1.01220703 44.91723633 C-0.44721623 40.71109824 -0.24640517 36.74368469 -0.1953125 32.32421875 C-0.1924826 31.3990596 -0.18965271 30.47390045 -0.18673706 29.52070618 C-0.17557392 26.57617058 -0.15047637 23.63194312 -0.125 20.6875 C-0.11496521 18.68685336 -0.10584023 16.68620194 -0.09765625 14.68554688 C-0.07564722 9.7902465 -0.04114391 4.89517543 0 0 Z " fill="#8053EF" transform="translate(474,49)"/>
<path d="M0 0 C0.33 0.66 0.66 1.32 1 2 C5.95 2 10.9 2 16 2 C16 27.08 16 52.16 16 78 C10.72 78 5.44 78 0 78 C0 52.26 0 26.52 0 0 Z " fill="#8255F3" transform="translate(532,26)"/>
<path d="M0 0 C5.28 0 10.56 0 16 0 C16 25.08 16 50.16 16 76 C10.72 76 5.44 76 0 76 C0 50.92 0 25.84 0 0 Z " fill="#000000" transform="translate(197,28)"/>
<path d="M0 0 C4.95 0 9.9 0 15 0 C16.66165207 1.66165207 16.11959725 3.6651603 16.12442017 5.88401794 C16.12082489 6.58172806 16.11722961 7.27943817 16.11352539 7.99829102 C16.11367142 8.72995483 16.11381744 9.46161865 16.1139679 10.2154541 C16.11326867 12.64496784 16.10547585 15.07440583 16.09765625 17.50390625 C16.0957921 19.18399514 16.09436819 20.86408457 16.09336853 22.54417419 C16.08954307 26.97473643 16.07971256 31.4052661 16.06866455 35.83581543 C16.05845103 40.35342976 16.05387104 44.87104934 16.04882812 49.38867188 C16.03809031 58.25913123 16.02049329 67.12955781 16 76 C10.72 76 5.44 76 0 76 C0 50.92 0 25.84 0 0 Z " fill="#8354F4" transform="translate(556,28)"/>
<path d="M0 0 C1.32 1.32 2.64 2.64 4 4 C2.35 4 0.7 4 -1 4 C-1 7.3 -1 10.6 -1 14 C-3 12 -3 12 -3.3125 8.6875 C-2.98867205 4.86633018 -2.22414284 3.05819641 0 0 Z " fill="#000400" transform="translate(25,76)"/>
<path d="M0 0 C2.02045442 0.60183749 4.02111039 1.27306096 6 2 C6.33 2.66 6.66 3.32 7 4 C4.69 4 2.38 4 0 4 C0 2.68 0 1.36 0 0 Z " fill="#000100" transform="translate(56,52)"/>
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 0.33 5 0.66 5 1 C3.35 1 1.7 1 0 1 C0 0.67 0 0.34 0 0 Z " fill="#000000" transform="translate(272,123)"/>
<path d="M0 0 C2 1 2 1 2 1 Z " fill="#000000" transform="translate(481,104)"/>
<path d="M0 0 C2 1 2 1 2 1 Z " fill="#000000" transform="translate(144,104)"/>
<path d="" fill="#000000" transform="translate(0,0)"/>
<path d="" fill="#000100" transform="translate(0,0)"/>
<path d="M0 0 C2 1 2 1 2 1 Z " fill="#000100" transform="translate(70,24)"/>
<path d="" fill="#000000" transform="translate(0,0)"/>
<path d="" fill="#000000" transform="translate(0,0)"/>
<path d="" fill="#000100" transform="translate(0,0)"/>
<path d="" fill="#000000" transform="translate(0,0)"/>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="580" height="126">
<path d="M0 0 C12.1179958 -0.85875561 22.12023468 2.20651341 31.375 10 C33.9588012 14.77009452 33.87070291 19.70535807 33 25 C30.77052562 30.98269025 27.15351506 35.59987457 22.9375 40.3125 C22.40833984 40.91900391 21.87917969 41.52550781 21.33398438 42.15039062 C18.96447825 44.85287628 16.55997075 47.47583963 14 50 C15.45042909 53.34584964 17.27738825 55.50054036 19.87890625 58.0390625 C20.63494141 58.78414062 21.39097656 59.52921875 22.16992188 60.296875 C23.35424805 61.44929688 23.35424805 61.44929688 24.5625 62.625 C26.12847891 64.15663169 27.69238939 65.69038195 29.25390625 67.2265625 C29.94814697 67.90283691 30.6423877 68.57911133 31.35766602 69.27587891 C34.45581673 72.52831541 34.34790986 75.39098231 34.265625 79.7109375 C33.85513193 83.24842192 32.23104931 85.37661393 30 88 C29.25105469 88.928125 28.50210938 89.85625 27.73046875 90.8125 C25.50640826 93.55842665 23.2611955 96.28463276 21 99 C17.79614904 97.58912451 15.66752174 95.9074692 13.21289062 93.42407227 C12.48533569 92.69313858 11.75778076 91.9622049 11.00817871 91.2091217 C10.23204224 90.4195256 9.45590576 89.6299295 8.65625 88.81640625 C7.85014282 88.0050975 7.04403564 87.19378876 6.21350098 86.3578949 C3.63754598 83.76412665 1.068366 81.16378144 -1.5 78.5625 C-4.06920944 75.96565173 -6.63986464 73.37027798 -9.21350098 70.77781677 C-10.81451003 69.16457674 -12.41283817 67.5486707 -14.00817871 65.92982483 C-14.73573364 65.19573898 -15.46328857 64.46165314 -16.21289062 63.70532227 C-16.84924438 63.06071548 -17.48559814 62.4161087 -18.14123535 61.75196838 C-22.03088131 58.085804 -24.61197596 56.61227546 -30 56 C-30.07227711 63.58830253 -30.07227711 63.58830253 -26.4375 69.9375 C-24.82588941 71.04727981 -24.82588941 71.04727981 -23 72 C-22.28199219 72.38929687 -21.56398437 72.77859375 -20.82421875 73.1796875 C-18.90661636 74.16744007 -16.9555406 75.08966213 -15 76 C-16.63963796 81.94615694 -19.62375462 87.03522078 -22.625 92.375 C-23.140625 93.30183594 -23.65625 94.22867188 -24.1875 95.18359375 C-25.45382811 97.45829425 -26.72475925 99.73028792 -28 102 C-28.66 102 -29.32 102 -30 102 C-30.82177734 100.60974609 -30.82177734 100.60974609 -31.66015625 99.19140625 C-34.44251387 95.39643767 -37.12592087 94.33254662 -41.4375 92.9375 C-46.66232548 91.20616648 -50.57943739 89.50277451 -54 85 C-55.64091654 77.93009362 -54.79786553 71.36338683 -51 65.1875 C-48.45285245 61.62461876 -45.62399459 58.55902389 -42.5625 55.4375 C-39.69642145 52.30220076 -38.35441699 50.14733571 -38 45.875 C-38.3468606 41.79465803 -39.50438354 39.98760383 -42.5625 37.3125 C-44.04011809 36.20626186 -45.51932214 35.10213934 -47 34 C-48.35675038 32.71172113 -49.69183763 31.40008934 -51 30.0625 C-51.5775 29.47597656 -52.155 28.88945313 -52.75 28.28515625 C-53.1625 27.86105469 -53.575 27.43695313 -54 27 C-51.97191687 21.52163591 -48.89585901 17.05542502 -45.625 12.25 C-45.0475 11.37472656 -44.47 10.49945313 -43.875 9.59765625 C-43.02808594 8.35048828 -43.02808594 8.35048828 -42.1640625 7.078125 C-41.65311035 6.31918945 -41.1421582 5.56025391 -40.61572266 4.77832031 C-38.7788438 2.75658782 -37.66673296 2.36269302 -35 2 C-34.10539062 2.96679688 -33.21078125 3.93359375 -32.2890625 4.9296875 C-25.32821084 12.43185297 -18.31333171 19.83832724 -11 27 C-7.22933534 18.04050033 -3.59082425 9.03258884 0 0 Z M-10 28 C-4.72898586 34.41069287 1.09128152 40.18590512 7 46 C9.2477975 43.94766315 10.0022242 42.99332739 11 40 C11.16677282 36.41656024 11.16677282 36.41656024 11 33 C10.01732141 31.79438816 10.01732141 31.79438816 8.15234375 31.90234375 C6.1015625 31.93489583 4.05078125 31.96744792 2 32 C2 30.68 2 29.36 2 28 C-1.96 28 -5.92 28 -10 28 Z " fill="#8154F1" transform="translate(54,24)"/>
<path d="M0 0 C3.38476564 2.35606236 6.21063206 4.96784375 9 8 C9.55300781 8.60070313 10.10601562 9.20140625 10.67578125 9.8203125 C16.15254582 17.44150038 14.41778301 28.08515337 14 37 C13.34 37 12.68 37 12 37 C11.814375 37.66 11.62875 38.32 11.4375 39 C8.08008874 46.00677133 2.89061193 50.96935134 -4.1875 54.15234375 C-13.42096561 56.93520769 -19.45572708 55.27213646 -28 51 C-28.33 58.26 -28.66 65.52 -29 73 C-34.28 73 -39.56 73 -45 73 C-45.02255209 63.36886982 -45.0409157 53.73775705 -45.05181217 44.10660648 C-45.05704074 39.63494451 -45.06413789 35.16330147 -45.07543945 30.69165039 C-45.08626929 26.37988027 -45.09227704 22.06812841 -45.09487724 17.75634575 C-45.09673132 16.10763702 -45.1003516 14.45892934 -45.10573006 12.81022835 C-45.11294178 10.50896128 -45.11399089 8.2077706 -45.11352539 5.90649414 C-45.115746 4.5941127 -45.11796661 3.28173126 -45.12025452 1.92958069 C-45 -1 -45 -1 -44 -2 C-41.64686445 -2.07271741 -39.29166332 -2.08370868 -36.9375 -2.0625 C-35.64714844 -2.05347656 -34.35679687 -2.04445312 -33.02734375 -2.03515625 C-32.02832031 -2.02355469 -31.02929688 -2.01195312 -30 -2 C-29.67 -0.68 -29.34 0.64 -29 2 C-28.484375 1.54625 -27.96875 1.0925 -27.4375 0.625 C-19.32020499 -4.78653001 -8.47872855 -4.35631225 0 0 Z M-24 14 C-28.17753855 18.397409 -29.31526252 21.86049191 -29.21484375 27.94140625 C-28.76016001 32.29810316 -26.74299239 35.144433 -23.9375 38.375 C-19.62339005 40.76152891 -15.82145828 40.74948951 -11 40 C-6.94423079 38.15646854 -5.40268437 36.64949093 -3.0625 32.875 C-1.20382923 27.69965925 -1.58282678 22.08108641 -3.875 17.09765625 C-6.14022321 13.88072468 -8.71339602 12.48099465 -12.375 11.4375 C-17.01182731 10.68141169 -19.94013876 11.53224121 -24 14 Z " fill="#ffffff" transform="translate(324,51)"/>
<path d="M0 0 C5.28 0 10.56 0 16 0 C16.33 7.92 16.66 15.84 17 24 C19.64 22.68 22.28 21.36 25 20 C30.79515734 18.8354668 36.95136189 19.94208504 42 23 C47.9048799 27.95173 49.76651132 32.563617 51 40 C51.2310069 42.92494721 51.23616441 45.82135668 51.1953125 48.75390625 C51.1924826 49.54022934 51.18965271 50.32655243 51.18673706 51.13670349 C51.17567289 53.61213359 51.15059591 56.08718199 51.125 58.5625 C51.11495234 60.2558541 51.10582965 61.94921395 51.09765625 63.64257812 C51.07749276 67.76197886 51.03832028 71.88056963 51 76 C45.72 76 40.44 76 35 76 C34.97421875 73.53144531 34.9484375 71.06289062 34.921875 68.51953125 C34.88342532 66.11992147 34.83827477 63.72052445 34.79248047 61.32104492 C34.76431351 59.65773737 34.74307767 57.99429704 34.72900391 56.33081055 C34.70751408 53.93469475 34.66083712 51.54016816 34.609375 49.14453125 C34.60814636 48.4047554 34.60691772 47.66497955 34.60565186 46.90278625 C34.46797124 42.01276895 33.54228573 39.39650767 30 36 C26.14448235 34.65895038 24.50052951 34.80167699 20.6875 36.3125 C17.92091219 37.72511938 17.92091219 37.72511938 17 40 C16.84323225 42.69655446 16.74163685 45.37129977 16.68359375 48.0703125 C16.66281265 48.86654022 16.64203156 49.66276794 16.62062073 50.48312378 C16.55515851 53.03032685 16.49625585 55.57763425 16.4375 58.125 C16.3943116 59.85027127 16.35069721 61.57553193 16.30664062 63.30078125 C16.19867755 67.53374872 16.09957993 71.76679371 16 76 C10.72 76 5.44 76 0 76 C0 50.92 0 25.84 0 0 Z " fill="#ffffff" transform="translate(344,28)"/>
<path d="M0 0 C4.596825 3.51710564 7.4389019 8.37920571 9.25 13.8125 C9.25 18.7625 9.25 23.7125 9.25 28.8125 C-3.29 28.8125 -15.83 28.8125 -28.75 28.8125 C-25.6660386 35.49712981 -25.6660386 35.49712981 -22.4375 37.25 C-17.89993673 38.19972255 -14.27077596 38.59057142 -10.0625 36.4375 C-9.299375 35.90125 -8.53625 35.365 -7.75 34.8125 C-5.96484375 33.5625 -5.96484375 33.5625 -3.75 32.8125 C-0.953125 33.7109375 -0.953125 33.7109375 2 35.1875 C2.98484375 35.66960937 3.9696875 36.15171875 4.984375 36.6484375 C6.10585938 37.22464844 6.10585938 37.22464844 7.25 37.8125 C4.96980879 44.03877553 1.20244001 47.83627999 -4.75 50.8125 C-5.74 50.8125 -6.73 50.8125 -7.75 50.8125 C-7.75 51.4725 -7.75 52.1325 -7.75 52.8125 C-18.86485662 53.23938639 -27.92116401 52.9319381 -36.890625 45.828125 C-43.28550316 38.89586212 -46.03948779 30.01177861 -45.75 20.8125 C-45.76804688 20.09578125 -45.78609375 19.3790625 -45.8046875 18.640625 C-45.62359436 11.34515857 -41.87362618 6.75194354 -36.75 1.8125 C-25.3156908 -6.74590719 -12.23266757 -7.83738009 0 0 Z M-26.75 11.8125 C-27.41 13.4625 -28.07 15.1125 -28.75 16.8125 C-21.82 16.8125 -14.89 16.8125 -7.75 16.8125 C-7.75 15.4925 -7.75 14.1725 -7.75 12.8125 C-8.41 12.8125 -9.07 12.8125 -9.75 12.8125 C-10.183125 11.8534375 -10.183125 11.8534375 -10.625 10.875 C-11.57823451 8.66043921 -11.57823451 8.66043921 -13.75 7.8125 C-19.54730856 7.33731077 -22.6050575 7.30182728 -26.75 11.8125 Z " fill="#ffffff" transform="translate(263.75,53.1875)"/>
<path d="M0 0 C4.32910275 3.64646978 7.66772623 8.20398511 8.1743927 13.99232483 C8.23104843 16.41010116 8.22470999 18.82001506 8.1953125 21.23828125 C8.1924826 22.11904831 8.18965271 22.99981537 8.18673706 23.90727234 C8.17557833 26.70915545 8.15048171 29.51071416 8.125 32.3125 C8.11496463 34.21679225 8.10583975 36.12108952 8.09765625 38.02539062 C8.07565309 42.68371797 8.04115294 47.34180406 8 52 C3.05 52 -1.9 52 -7 52 C-7.33 51.01 -7.66 50.02 -8 49 C-8.495 49.45375 -8.99 49.9075 -9.5 50.375 C-15.29801973 54.14371282 -23.22880965 55.2016773 -30 54 C-34.3928156 51.97306811 -37.80456866 49.30410692 -41.0625 45.75 C-42.91931383 40.3033461 -42.71169624 35.02271562 -40.8125 29.625 C-36.94789201 24.02798153 -31.57537025 20.73422782 -24.9375 19.37109375 C-19.57363295 18.49946535 -14.44183784 17.89345799 -9 18 C-9.495 15.03 -9.495 15.03 -10 12 C-14.41501433 10.28805567 -16.10525832 9.7315775 -20.75 11.125 C-23.78019531 12.8731896 -25.25741527 14.02735546 -27 17 C-31.85963179 16.39254603 -35.7405518 14.27241033 -40 12 C-39.58188612 7.12200473 -37.63597431 5.15117773 -34 2 C-23.66058923 -5.86694298 -11.30746775 -6.07088535 0 0 Z M-19.5625 31.5 C-20.57441406 31.7784375 -21.58632812 32.056875 -22.62890625 32.34375 C-23.41136719 32.5603125 -24.19382813 32.776875 -25 33 C-25.33 34.98 -25.66 36.96 -26 39 C-23.68515576 41.1367793 -22.27316474 41.95843145 -19.125 42.4375 C-15.20927421 41.88929839 -13.04990083 40.46896734 -10 38 C-10 37.34 -10 36.68 -10 36 C-10.99 36 -11.98 36 -13 36 C-13 34.02 -13 32.04 -13 30 C-15.19848934 30 -17.46622194 30.9217164 -19.5625 31.5 Z " fill="#ffffff" transform="translate(181,52)"/>
<path d="M0 0 C4.59650402 3.88149228 7.78723415 8.06356011 9 14 C9.08231525 15.34273815 9.11789309 16.68892787 9.11352539 18.03417969 C9.11344986 18.81468689 9.11337433 19.59519409 9.11329651 20.39935303 C9.10813522 21.23178528 9.10297394 22.06421753 9.09765625 22.921875 C9.0962413 23.78186096 9.09482635 24.64184692 9.09336853 25.52789307 C9.08778097 28.26863109 9.07523075 31.00928676 9.0625 33.75 C9.05748339 35.6106759 9.05292077 37.47135309 9.04882812 39.33203125 C9.03781561 43.88805246 9.02055951 48.44401228 9 53 C3.72 53 -1.56 53 -7 53 C-7.04898438 50.51984375 -7.09796875 48.0396875 -7.1484375 45.484375 C-7.2024716 43.07822721 -7.25976949 40.67217771 -7.31738281 38.26611328 C-7.35562857 36.59594059 -7.39048915 34.92568677 -7.421875 33.25537109 C-7.46762161 30.85224443 -7.52559925 28.44967416 -7.5859375 26.046875 C-7.59748871 25.30193787 -7.60903992 24.55700073 -7.62094116 23.78948975 C-7.73913631 18.56517651 -7.73913631 18.56517651 -10 14 C-13.83496597 12.3775144 -16.20258323 11.84954401 -20.3125 12.625 C-23.46078829 14.23575215 -23.84153717 14.73626008 -25 18 C-25.23582402 20.71215682 -25.37196504 23.33201064 -25.4140625 26.046875 C-25.43342865 26.81807678 -25.4527948 27.58927856 -25.4727478 28.3838501 C-25.53237077 30.83912205 -25.57885914 33.29444133 -25.625 35.75 C-25.66319575 37.41798882 -25.70224841 39.08595826 -25.7421875 40.75390625 C-25.83966639 44.83583474 -25.91936979 48.91756492 -26 53 C-31.28 53 -36.56 53 -42 53 C-42 34.85 -42 16.7 -42 -2 C-37.05 -2 -32.1 -2 -27 -2 C-26.67 -0.68 -26.34 0.64 -26 2 C-25.0925 1.360625 -24.185 0.72125 -23.25 0.0625 C-15.90966364 -4.59579038 -7.55358672 -4.0685628 0 0 Z " fill="#8154F3" transform="translate(459,51)"/>
<path d="M0 0 C4.95 0 9.9 0 15 0 C15.03738281 2.46855469 15.07476562 4.93710937 15.11328125 7.48046875 C15.15953688 9.88005261 15.21075571 12.27948297 15.26245117 14.67895508 C15.29563655 16.34227108 15.32368834 18.00569796 15.34643555 19.66918945 C15.38009999 22.06509499 15.4324194 24.45999035 15.48828125 26.85546875 C15.49467117 27.5952446 15.5010611 28.33502045 15.50764465 29.09721375 C15.63329971 33.54308862 16.2548976 36.46144732 19 40 C21.24512262 41.12256131 22.51456649 41.13413762 25 41.125 C25.70125 41.12757812 26.4025 41.13015625 27.125 41.1328125 C29.09153775 41.11377236 29.09153775 41.11377236 31 40 C31.65213292 37.97536745 31.65213292 37.97536745 32 36 C32.66 36 33.32 36 34 36 C33.99476318 34.94498291 33.98952637 33.88996582 33.98413086 32.80297852 C33.96608099 28.9024337 33.95456805 25.0018926 33.94506836 21.10131836 C33.9400281 19.41055684 33.93319595 17.71979971 33.92456055 16.02905273 C33.91248143 13.60399293 33.90676877 11.17899056 33.90234375 8.75390625 C33.89718246 7.99348526 33.89202118 7.23306427 33.88670349 6.44960022 C33.88650762 4.6326743 33.93802723 2.81586873 34 1 C35 0 35 0 38.125 -0.1328125 C39.40375 -0.13023438 40.6825 -0.12765625 42 -0.125 C43.27875 -0.12757812 44.5575 -0.13015625 45.875 -0.1328125 C49 0 49 0 50 1 C50.09353163 2.68801985 50.11744791 4.37995207 50.11352539 6.07055664 C50.11344986 7.15160172 50.11337433 8.23264679 50.11329651 9.34645081 C50.10813522 10.5224736 50.10297394 11.6984964 50.09765625 12.91015625 C50.0962413 14.10732773 50.09482635 15.30449921 50.09336853 16.53794861 C50.08774979 20.37949066 50.07519411 24.22097543 50.0625 28.0625 C50.05748741 30.65950437 50.05292409 33.25650965 50.04882812 35.85351562 C50.03777427 42.23569932 50.02049708 48.61783993 50 55 C45.05 55 40.1 55 35 55 C34.67 54.01 34.34 53.02 34 52 C33.236875 52.639375 32.47375 53.27875 31.6875 53.9375 C26.66981088 57.30651984 20.17775664 57.46594672 14.3359375 56.609375 C11.52354881 55.87570838 9.41796099 54.58894579 7 53 C6.67 53.66 6.34 54.32 6 55 C5.34 55 4.68 55 4 55 C2.74335022 52.09399739 2 50.20395416 2 47 C1.67402832 46.31268799 1.34805664 45.62537598 1.01220703 44.91723633 C-0.44721623 40.71109824 -0.24640517 36.74368469 -0.1953125 32.32421875 C-0.1924826 31.3990596 -0.18965271 30.47390045 -0.18673706 29.52070618 C-0.17557392 26.57617058 -0.15047637 23.63194312 -0.125 20.6875 C-0.11496521 18.68685336 -0.10584023 16.68620194 -0.09765625 14.68554688 C-0.07564722 9.7902465 -0.04114391 4.89517543 0 0 Z " fill="#8053EF" transform="translate(474,49)"/>
<path d="M0 0 C0.33 0.66 0.66 1.32 1 2 C5.95 2 10.9 2 16 2 C16 27.08 16 52.16 16 78 C10.72 78 5.44 78 0 78 C0 52.26 0 26.52 0 0 Z " fill="#8255F3" transform="translate(532,26)"/>
<path d="M0 0 C5.28 0 10.56 0 16 0 C16 25.08 16 50.16 16 76 C10.72 76 5.44 76 0 76 C0 50.92 0 25.84 0 0 Z " fill="#ffffff" transform="translate(197,28)"/>
<path d="M0 0 C4.95 0 9.9 0 15 0 C16.66165207 1.66165207 16.11959725 3.6651603 16.12442017 5.88401794 C16.12082489 6.58172806 16.11722961 7.27943817 16.11352539 7.99829102 C16.11367142 8.72995483 16.11381744 9.46161865 16.1139679 10.2154541 C16.11326867 12.64496784 16.10547585 15.07440583 16.09765625 17.50390625 C16.0957921 19.18399514 16.09436819 20.86408457 16.09336853 22.54417419 C16.08954307 26.97473643 16.07971256 31.4052661 16.06866455 35.83581543 C16.05845103 40.35342976 16.05387104 44.87104934 16.04882812 49.38867188 C16.03809031 58.25913123 16.02049329 67.12955781 16 76 C10.72 76 5.44 76 0 76 C0 50.92 0 25.84 0 0 Z " fill="#8354F4" transform="translate(556,28)"/>
<path d="M0 0 C1.32 1.32 2.64 2.64 4 4 C2.35 4 0.7 4 -1 4 C-1 7.3 -1 10.6 -1 14 C-3 12 -3 12 -3.3125 8.6875 C-2.98867205 4.86633018 -2.22414284 3.05819641 0 0 Z " fill="#ffffff" transform="translate(25,76)"/>
<path d="M0 0 C2.02045442 0.60183749 4.02111039 1.27306096 6 2 C6.33 2.66 6.66 3.32 7 4 C4.69 4 2.38 4 0 4 C0 2.68 0 1.36 0 0 Z " fill="#ffffff" transform="translate(56,52)"/>
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 0.33 5 0.66 5 1 C3.35 1 1.7 1 0 1 C0 0.67 0 0.34 0 0 Z " fill="#ffffff" transform="translate(272,123)"/>
<path d="M0 0 C2 1 2 1 2 1 Z " fill="#ffffff" transform="translate(481,104)"/>
<path d="M0 0 C2 1 2 1 2 1 Z " fill="#ffffff" transform="translate(144,104)"/>
<path d="" fill="#ffffff" transform="translate(0,0)"/>
<path d="" fill="#ffffff" transform="translate(0,0)"/>
<path d="M0 0 C2 1 2 1 2 1 Z " fill="#ffffff" transform="translate(70,24)"/>
<path d="" fill="#ffffff" transform="translate(0,0)"/>
<path d="" fill="#ffffff" transform="translate(0,0)"/>
<path d="" fill="#ffffff" transform="translate(0,0)"/>
<path d="" fill="#ffffff" transform="translate(0,0)"/>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

+10
View File
@@ -0,0 +1,10 @@
<svg width="290" height="79" viewBox="0 0 290 79" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.29035 49.4468L28.7567 29.5561C32.3895 25.8441 38.3259 25.7973 42.0161 29.4517C42.0212 29.4567 42.0262 29.4617 42.0313 29.4667L56.5094 43.8693C56.6443 44.0035 56.8618 44.0023 56.9952 43.8666C57.1226 43.737 57.1281 43.5302 57.0077 43.394L51.0902 36.6964C50.4099 35.9264 50.3618 34.7813 50.9751 33.9563L53.6623 30.3414C55.3367 28.0889 58.5094 27.6283 60.7486 29.3126C61.0308 29.5249 61.2902 29.7662 61.5226 30.0326L78.5752 49.5857C79.7704 50.9562 79.6349 53.0418 78.2725 54.2441C77.6738 54.7724 76.9046 55.0637 76.1083 55.0637H11.6289C9.81652 55.0637 8.34727 53.5858 8.34727 51.7626C8.34727 50.8961 8.686 50.0643 9.29035 49.4468Z" fill="url(#paint0_linear_1393_1443)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.6631 54.3223L101.635 24.6779H109.17L115.035 40.483L120.861 24.6779H128.396L133.367 54.3223H125.794L123.269 37.2591L116.355 54.3223H113.326L106.762 37.2591L104.237 54.3223H96.6631ZM153.922 43.2058L150.618 33.5714L147.315 43.2058H153.922ZM156.463 49.1719H145.508L143.747 54.3223H135.57L146.799 24.6779H155.172L166.401 54.3223H158.224L156.463 49.1719ZM186.317 32.305C185.473 31.6272 184.63 31.1254 183.786 30.7995C182.943 30.4736 182.126 30.3107 181.335 30.3107C180.333 30.3107 179.516 30.5453 178.883 31.0146C178.251 31.4838 177.934 32.0964 177.934 32.8525C177.934 33.3738 178.093 33.804 178.409 34.1429C178.725 34.4818 179.14 34.7751 179.654 35.0227C180.168 35.2704 180.748 35.4855 181.394 35.6679C182.04 35.8504 182.679 36.0459 183.312 36.2545C185.842 37.0887 187.694 38.2032 188.867 39.5979C190.04 40.9926 190.626 42.8109 190.626 45.0529C190.626 46.5649 190.369 47.9335 189.855 49.1588C189.341 50.3841 188.59 51.4333 187.601 52.3067C186.613 53.18 185.401 53.8578 183.964 54.3401C182.527 54.8223 180.9 55.0635 179.081 55.0635C175.312 55.0635 171.819 53.9555 168.604 51.7396L171.925 45.5612C173.085 46.5779 174.231 47.3339 175.365 47.8293C176.498 48.3246 177.618 48.5722 178.725 48.5722C179.99 48.5722 180.933 48.2855 181.552 47.7119C182.172 47.1384 182.481 46.4867 182.481 45.7568C182.481 45.3136 182.402 44.9291 182.244 44.6032C182.086 44.2773 181.822 43.9775 181.453 43.7038C181.084 43.4301 180.603 43.1759 180.01 42.9413C179.417 42.7066 178.699 42.446 177.855 42.1592C176.854 41.8464 175.872 41.5009 174.91 41.1229C173.948 40.7449 173.091 40.2431 172.34 39.6174C171.589 38.9918 170.982 38.2032 170.521 37.2517C170.06 36.3001 169.829 35.0944 169.829 33.6345C169.829 32.1747 170.073 30.8516 170.561 29.6655C171.048 28.4793 171.734 27.4626 172.617 26.6154C173.5 25.7681 174.58 25.1099 175.859 24.6406C177.137 24.1714 178.567 23.9368 180.149 23.9368C181.625 23.9368 183.167 24.1388 184.775 24.5429C186.382 24.947 187.924 25.54 189.4 26.3221L186.317 32.305ZM211.275 32.305C210.432 31.6272 209.588 31.1254 208.745 30.7995C207.902 30.4736 207.084 30.3107 206.294 30.3107C205.292 30.3107 204.475 30.5453 203.842 31.0146C203.21 31.4838 202.893 32.0964 202.893 32.8525C202.893 33.3738 203.052 33.804 203.368 34.1429C203.684 34.4818 204.099 34.7751 204.613 35.0227C205.127 35.2704 205.707 35.4855 206.353 35.6679C206.999 35.8504 207.638 36.0459 208.271 36.2545C210.801 37.0887 212.653 38.2032 213.826 39.5979C214.999 40.9926 215.585 42.8109 215.585 45.0529C215.585 46.5649 215.328 47.9335 214.814 49.1588C214.3 50.3841 213.549 51.4333 212.56 52.3067C211.572 53.18 210.359 53.8578 208.923 54.3401C207.486 54.8223 205.859 55.0635 204.04 55.0635C200.271 55.0635 196.778 53.9555 193.562 51.7396L196.884 45.5612C198.043 46.5779 199.19 47.3339 200.323 47.8293C201.457 48.3246 202.577 48.5722 203.684 48.5722C204.949 48.5722 205.892 48.2855 206.511 47.7119C207.131 47.1384 207.44 46.4867 207.44 45.7568C207.44 45.3136 207.361 44.9291 207.203 44.6032C207.045 44.2773 206.781 43.9775 206.412 43.7038C206.043 43.4301 205.562 43.1759 204.969 42.9413C204.376 42.7066 203.658 42.446 202.814 42.1592C201.813 41.8464 200.831 41.5009 199.869 41.1229C198.907 40.7449 198.05 40.2431 197.299 39.6174C196.548 38.9918 195.941 38.2032 195.48 37.2517C195.019 36.3001 194.788 35.0944 194.788 33.6345C194.788 32.1747 195.032 30.8516 195.52 29.6655C196.007 28.4793 196.693 27.4626 197.576 26.6154C198.459 25.7681 199.539 25.1099 200.818 24.6406C202.096 24.1714 203.526 23.9368 205.108 23.9368C206.584 23.9368 208.126 24.1388 209.733 24.5429C211.341 24.947 212.883 25.54 214.359 26.3221L211.275 32.305ZM227.33 24.6779V54.3223H219.99V24.6779H227.33ZM239.303 24.6779L246.397 42.724L253.53 24.6779H261.832L249.437 54.3223H243.357L231.001 24.6779H239.303ZM281.653 31.2044H272.483V36.1582H281.141V42.6847H272.483V47.7958H281.653V54.3223H264.769V24.6779H281.653V31.2044Z" fill="#1B222D"/>
<defs>
<linearGradient id="paint0_linear_1393_1443" x1="27.9096" y1="53.8722" x2="57.3312" y2="32.653" gradientUnits="userSpaceOnUse">
<stop offset="0.288159" stop-color="#FF9964"/>
<stop offset="1" stop-color="#FF6E63"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

+10
View File
@@ -0,0 +1,10 @@
<svg width="290" height="79" viewBox="0 0 290 79" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.82332 49.1503L28.2896 29.2597C31.9225 25.5476 37.8589 25.5009 41.5491 29.1552C41.5541 29.1602 41.5592 29.1652 41.5642 29.1702L56.0423 43.5728C56.1772 43.707 56.3948 43.7058 56.5282 43.5701C56.6556 43.4405 56.661 43.2337 56.5407 43.0975L50.6232 36.4C49.9429 35.63 49.8948 34.4849 50.508 33.6598L53.1952 30.0449C54.8697 27.7924 58.0423 27.3318 60.2816 29.0162C60.5638 29.2284 60.8232 29.4698 61.0555 29.7362L78.1082 49.2892C79.3034 50.6597 79.1679 52.7454 77.8054 53.9477C77.2068 54.476 76.4376 54.7673 75.6413 54.7673H11.1619C9.34949 54.7673 7.88025 53.2893 7.88025 51.4662C7.88025 50.5996 8.21898 49.7679 8.82332 49.1503Z" fill="url(#paint0_linear_1401_462)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.196 54.0261L101.168 24.3817H108.703L114.568 40.1868L120.394 24.3817H127.929L132.9 54.0261H125.326L122.802 36.9629L115.888 54.0261H112.859L106.295 36.9629L103.77 54.0261H96.196ZM153.455 42.9095L150.151 33.275L146.848 42.9095H153.455ZM155.996 48.8757H145.041L143.28 54.0261H135.103L146.332 24.3817H154.705L165.934 54.0261H157.757L155.996 48.8757ZM185.849 32.0088C185.006 31.331 184.163 30.8292 183.319 30.5033C182.476 30.1774 181.658 30.0145 180.868 30.0145C179.866 30.0145 179.049 30.2491 178.416 30.7184C177.784 31.1876 177.467 31.8002 177.467 32.5563C177.467 33.0776 177.626 33.5078 177.942 33.8467C178.258 34.1856 178.673 34.4789 179.187 34.7265C179.701 34.9742 180.281 35.1893 180.927 35.3717C181.573 35.5542 182.212 35.7497 182.845 35.9583C185.375 36.7925 187.227 37.907 188.4 39.3017C189.573 40.6964 190.159 42.5147 190.159 44.7567C190.159 46.2687 189.902 47.6373 189.388 48.8626C188.874 50.0878 188.123 51.1371 187.134 52.0105C186.146 52.8838 184.934 53.5616 183.497 54.0439C182.06 54.5261 180.433 54.7673 178.614 54.7673C174.845 54.7673 171.352 53.6593 168.137 51.4434L171.458 45.265C172.617 46.2817 173.764 47.0377 174.897 47.5331C176.031 48.0284 177.151 48.276 178.258 48.276C179.523 48.276 180.466 47.9893 181.085 47.4157C181.705 46.8422 182.014 46.1905 182.014 45.4605C182.014 45.0174 181.935 44.6328 181.777 44.307C181.619 43.9811 181.355 43.6813 180.986 43.4076C180.617 43.1339 180.136 42.8797 179.543 42.6451C178.95 42.4104 178.232 42.1498 177.388 41.863C176.387 41.5502 175.405 41.2047 174.443 40.8267C173.481 40.4487 172.624 39.9469 171.873 39.3212C171.122 38.6956 170.515 37.907 170.054 36.9554C169.593 36.0039 169.362 34.7982 169.362 33.3383C169.362 31.8784 169.606 30.5554 170.094 29.3693C170.581 28.1831 171.267 27.1664 172.15 26.3192C173.033 25.4719 174.113 24.8137 175.392 24.3444C176.67 23.8752 178.1 23.6406 179.682 23.6406C181.158 23.6406 182.7 23.8426 184.308 24.2467C185.915 24.6508 187.457 25.2438 188.933 26.0259L185.849 32.0088ZM210.808 32.0088C209.965 31.331 209.121 30.8292 208.278 30.5033C207.434 30.1774 206.617 30.0145 205.826 30.0145C204.825 30.0145 204.008 30.2491 203.375 30.7184C202.743 31.1876 202.426 31.8002 202.426 32.5563C202.426 33.0776 202.584 33.5078 202.901 33.8467C203.217 34.1856 203.632 34.4789 204.146 34.7265C204.66 34.9742 205.24 35.1893 205.886 35.3717C206.532 35.5542 207.171 35.7497 207.803 35.9583C210.334 36.7925 212.185 37.907 213.358 39.3017C214.531 40.6964 215.118 42.5147 215.118 44.7567C215.118 46.2687 214.861 47.6373 214.347 48.8626C213.833 50.0878 213.082 51.1371 212.093 52.0105C211.105 52.8838 209.892 53.5616 208.456 54.0439C207.019 54.5261 205.392 54.7673 203.573 54.7673C199.804 54.7673 196.311 53.6593 193.095 51.4434L196.416 45.265C197.576 46.2817 198.723 47.0377 199.856 47.5331C200.99 48.0284 202.11 48.276 203.217 48.276C204.482 48.276 205.425 47.9893 206.044 47.4157C206.663 46.8422 206.973 46.1905 206.973 45.4605C206.973 45.0174 206.894 44.6328 206.736 44.307C206.578 43.9811 206.314 43.6813 205.945 43.4076C205.576 43.1339 205.095 42.8797 204.502 42.6451C203.909 42.4104 203.191 42.1498 202.347 41.863C201.346 41.5502 200.364 41.2047 199.402 40.8267C198.439 40.4487 197.583 39.9469 196.832 39.3212C196.08 38.6956 195.474 37.907 195.013 36.9554C194.552 36.0039 194.321 34.7982 194.321 33.3383C194.321 31.8784 194.565 30.5554 195.052 29.3693C195.54 28.1831 196.225 27.1664 197.108 26.3192C197.991 25.4719 199.072 24.8137 200.35 24.3444C201.629 23.8752 203.059 23.6406 204.64 23.6406C206.116 23.6406 207.658 23.8426 209.266 24.2467C210.874 24.6508 212.416 25.2438 213.892 26.0259L210.808 32.0088ZM226.863 24.3817V54.0261H219.522V24.3817H226.863ZM238.836 24.3817L245.93 42.4278L253.063 24.3817H261.365L248.97 54.0261H242.89L230.534 24.3817H238.836ZM281.186 30.9082H272.016V35.862H280.674V42.3885H272.016V47.4996H281.186V54.0261H264.302V24.3817H281.186V30.9082Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_1401_462" x1="27.4425" y1="53.5758" x2="56.8642" y2="32.3566" gradientUnits="userSpaceOnUse">
<stop offset="0.288159" stop-color="#FF9964"/>
<stop offset="1" stop-color="#FF6E63"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg width="150" height="32" viewBox="0 0 150 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 25.305L2.17278 25.3059L20.2143 7.26444L20.213 6.09197L24.908 10.787L23.7353 10.7857L5.69392 28.8271L5.69499 30L1 25.305ZM17.2209 5.02285L14.2901 7.95366L12.1732 5.8368L7.61418 10.3958L9.73104 12.5127L6.80023 15.4435L2.77739 11.4204V9.37021L11.1477 1H13.1983L17.2209 5.02285ZM25.9771 13.7791L23.0463 16.7099L25.1632 18.8268L20.6042 23.3858L18.4873 21.269L15.5565 24.1998L19.5796 28.2226H21.6298L30 19.8523V17.8016L25.9771 13.7791Z" fill="#25B894"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.6071 8.00558H51.0965V11.5035H33.6071V8.00558Z" fill="#171717"/>
<path d="M133.949 12.1593H124.767V15.6572H133.949V12.1593Z" fill="#171717"/>
<path d="M44.5397 11.2849H40.1674V25.4951H44.5397V11.2849Z" fill="#171717"/>
<path d="M56.3425 8.00558H52.4073V25.495H56.3425V8.00558Z" fill="#171717"/>
<path d="M87.1673 12.1593H83.4508V25.495H87.1673V12.1593Z" fill="#171717"/>
<path d="M107.937 8.00558H104.002V25.495H107.937V8.00558Z" fill="#171717"/>
<path d="M130.237 8.00558V21.5599C130.237 21.6806 130.334 21.7785 130.455 21.7785H133.953V25.7136H130.455C128.161 25.7136 126.301 23.854 126.301 21.5599V8.00558H130.237Z" fill="#171717"/>
<path d="M60.0603 12.0499C63.0184 12.0499 65.4164 14.448 65.4164 17.4061V25.4949H61.6999V17.4061C61.6999 16.5005 60.9658 15.7664 60.0603 15.7664H54.5948V12.0499H60.0603Z" fill="#171717"/>
<path d="M77.0041 12.0499C79.5396 12.0499 81.5951 14.1054 81.5951 16.6409V21.0133C81.5951 23.5488 79.5396 25.6043 77.0041 25.6043H71.9759C69.4403 25.6043 67.3849 23.5488 67.3849 21.0133V16.6409C67.3849 14.1054 69.4403 12.0499 71.9759 12.0499H77.0041ZM77.0041 15.5478H71.9759C71.3722 15.5478 70.8828 16.0372 70.8828 16.6409V21.0133C70.8828 21.617 71.3722 22.1064 71.9759 22.1064H77.0041C77.6078 22.1064 78.0972 21.617 78.0972 21.0133V16.6409C78.0972 16.0372 77.6078 15.5478 77.0041 15.5478Z" fill="#171717"/>
<path d="M93.8343 12.0499V15.5478H90.9922C88.8189 15.5478 87.0571 17.3096 87.0571 19.483V25.6043H83.5592V19.483C83.5592 15.3778 86.8871 12.0499 90.9922 12.0499H93.8343Z" fill="#171717"/>
<path d="M104.44 12.1593V15.6572H99.4886C98.9518 15.6572 98.537 16.0602 98.537 16.5317V21.1227C98.537 21.5941 98.9518 21.9971 99.4886 21.9971H104.44V25.495H99.4886C97.0423 25.495 95.0391 23.549 95.0391 21.1227V16.5317C95.0391 14.1054 97.0423 12.1593 99.4886 12.1593H104.44Z" fill="#171717"/>
<path d="M119.742 12.1593C121.674 12.1593 123.24 13.7254 123.24 15.6572V25.495H119.742V15.6572H113.839C113.718 15.6572 113.621 15.7551 113.621 15.8758H110.123C110.123 13.8233 111.787 12.1593 113.839 12.1593H119.742Z" fill="#171717"/>
<path d="M145.322 12.1593C147.254 12.1593 148.82 13.7254 148.82 15.6572V25.495H145.322V15.6572H139.42C139.299 15.6572 139.201 15.7551 139.201 15.8758H135.703C135.703 13.8233 137.367 12.1593 139.42 12.1593H145.322Z" fill="#171717"/>
<path d="M120.179 16.9688C121.869 16.9688 123.24 18.3391 123.24 20.0294V21.2318C123.24 23.5862 121.331 25.4949 118.977 25.4949H113.183C111.493 25.4949 110.123 24.1246 110.123 22.4342V20.0294C110.123 18.3391 111.493 16.9688 113.183 16.9688H120.179ZM119.742 20.4666H113.621V21.997H118.977C119.385 21.997 119.719 21.6768 119.741 21.2738L119.742 21.2318V20.4666Z" fill="#171717"/>
<path d="M145.76 16.9688C147.45 16.9688 148.82 18.3391 148.82 20.0294V21.2318C148.82 23.5862 146.912 25.4949 144.557 25.4949H138.764C137.073 25.4949 135.703 24.1246 135.703 22.4342V20.0294C135.703 18.3391 137.073 16.9688 138.764 16.9688H145.76ZM145.322 20.4666H139.201V21.997H144.557C144.966 21.997 145.299 21.6768 145.321 21.2738L145.322 21.2318V20.4666Z" fill="#171717"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg width="150" height="32" viewBox="0 0 150 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 25.305L2.17278 25.3059L20.2143 7.26444L20.213 6.09197L24.908 10.787L23.7353 10.7857L5.69392 28.8271L5.69499 30L1 25.305ZM17.2209 5.02285L14.2901 7.95366L12.1732 5.8368L7.61418 10.3958L9.73104 12.5127L6.80023 15.4435L2.77739 11.4204V9.37021L11.1477 1H13.1983L17.2209 5.02285ZM25.9771 13.7791L23.0463 16.7099L25.1632 18.8268L20.6042 23.3858L18.4873 21.269L15.5565 24.1998L19.5796 28.2226H21.6298L30 19.8523V17.8016L25.9771 13.7791Z" fill="#25B894"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.6071 8.00558H51.0965V11.5035H33.6071V8.00558Z" fill="#ffffff"/>
<path d="M133.949 12.1593H124.767V15.6572H133.949V12.1593Z" fill="#ffffff"/>
<path d="M44.5397 11.2849H40.1674V25.4951H44.5397V11.2849Z" fill="#ffffff"/>
<path d="M56.3425 8.00558H52.4073V25.495H56.3425V8.00558Z" fill="#ffffff"/>
<path d="M87.1673 12.1593H83.4508V25.495H87.1673V12.1593Z" fill="#ffffff"/>
<path d="M107.937 8.00558H104.002V25.495H107.937V8.00558Z" fill="#ffffff"/>
<path d="M130.237 8.00558V21.5599C130.237 21.6806 130.334 21.7785 130.455 21.7785H133.953V25.7136H130.455C128.161 25.7136 126.301 23.854 126.301 21.5599V8.00558H130.237Z" fill="#ffffff"/>
<path d="M60.0603 12.0499C63.0184 12.0499 65.4164 14.448 65.4164 17.4061V25.4949H61.6999V17.4061C61.6999 16.5005 60.9658 15.7664 60.0603 15.7664H54.5948V12.0499H60.0603Z" fill="#ffffff"/>
<path d="M77.0041 12.0499C79.5396 12.0499 81.5951 14.1054 81.5951 16.6409V21.0133C81.5951 23.5488 79.5396 25.6043 77.0041 25.6043H71.9759C69.4403 25.6043 67.3849 23.5488 67.3849 21.0133V16.6409C67.3849 14.1054 69.4403 12.0499 71.9759 12.0499H77.0041ZM77.0041 15.5478H71.9759C71.3722 15.5478 70.8828 16.0372 70.8828 16.6409V21.0133C70.8828 21.617 71.3722 22.1064 71.9759 22.1064H77.0041C77.6078 22.1064 78.0972 21.617 78.0972 21.0133V16.6409C78.0972 16.0372 77.6078 15.5478 77.0041 15.5478Z" fill="#ffffff"/>
<path d="M93.8343 12.0499V15.5478H90.9922C88.8189 15.5478 87.0571 17.3096 87.0571 19.483V25.6043H83.5592V19.483C83.5592 15.3778 86.8871 12.0499 90.9922 12.0499H93.8343Z" fill="#ffffff"/>
<path d="M104.44 12.1593V15.6572H99.4886C98.9518 15.6572 98.537 16.0602 98.537 16.5317V21.1227C98.537 21.5941 98.9518 21.9971 99.4886 21.9971H104.44V25.495H99.4886C97.0423 25.495 95.0391 23.549 95.0391 21.1227V16.5317C95.0391 14.1054 97.0423 12.1593 99.4886 12.1593H104.44Z" fill="#ffffff"/>
<path d="M119.742 12.1593C121.674 12.1593 123.24 13.7254 123.24 15.6572V25.495H119.742V15.6572H113.839C113.718 15.6572 113.621 15.7551 113.621 15.8758H110.123C110.123 13.8233 111.787 12.1593 113.839 12.1593H119.742Z" fill="#ffffff"/>
<path d="M145.322 12.1593C147.254 12.1593 148.82 13.7254 148.82 15.6572V25.495H145.322V15.6572H139.42C139.299 15.6572 139.201 15.7551 139.201 15.8758H135.703C135.703 13.8233 137.367 12.1593 139.42 12.1593H145.322Z" fill="#ffffff"/>
<path d="M120.179 16.9688C121.869 16.9688 123.24 18.3391 123.24 20.0294V21.2318C123.24 23.5862 121.331 25.4949 118.977 25.4949H113.183C111.493 25.4949 110.123 24.1246 110.123 22.4342V20.0294C110.123 18.3391 111.493 16.9688 113.183 16.9688H120.179ZM119.742 20.4666H113.621V21.997H118.977C119.385 21.997 119.719 21.6768 119.741 21.2738L119.742 21.2318V20.4666Z" fill="#ffffff"/>
<path d="M145.76 16.9688C147.45 16.9688 148.82 18.3391 148.82 20.0294V21.2318C148.82 23.5862 146.912 25.4949 144.557 25.4949H138.764C137.073 25.4949 135.703 24.1246 135.703 22.4342V20.0294C135.703 18.3391 137.073 16.9688 138.764 16.9688H145.76ZM145.322 20.4666H139.201V21.997H144.557C144.966 21.997 145.299 21.6768 145.321 21.2738L145.322 21.2318V20.4666Z" fill="#ffffff"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB