Feature/single package (#1)

This commit is contained in:
Daniel Lautzenheiser
2022-09-28 20:04:00 -06:00
committed by GitHub
parent 5963227066
commit 0b64464611
1110 changed files with 7842 additions and 257596 deletions

View File

View File

@ -1,10 +0,0 @@
/docs /docs/intro 301
/docs/custom-authentication /docs/backends-overview 301
/docs/authentication-backends /docs/backends-overview 301
/docs/extending /docs/custom-widgets 301
/docs/validation /docs/custom-widgets/#advanced-field-validation 301
/docs/editorial-workflow /docs/configuration/#publish-mode 301
/docs/test-drive /docs/start-with-a-template 301
/docs/quick-start /docs/add-to-your-site 301
/chat https://join.slack.com/t/netlifycms/shared_invite/zt-lqcwloxz-HLLf5O3EcR4rmZZ9Lm~ptQ 301
/docs/update-the-cms-version /docs/releases 301

View File

@ -1,262 +0,0 @@
backend:
name: github
repo: netlify/netlify-cms
squash_merges: true
open_authoring: true
local_backend: true
site_url: https://www.netlifycms.org
publish_mode: editorial_workflow
media_folder: website/static/img
public_folder: /img
docs_collection: &docs_collection
folder: website/content/docs
create: true
summary: '{{weight}} - {{title}}'
preview_path: 'docs/{{slug}}'
sortable_fields: ['weight', 'title', 'group']
fields:
- label: Section
name: group
widget: relation
collection: settings
file: docs_sections
search_fields: ['menu.docs.*.name', 'menu.docs.*.title']
display_fields: ['menu.docs.*.title']
value_field: 'menu.docs.*.name'
- { label: 'Order', name: weight, widget: number }
- { label: Title, name: title }
- { label: Body, name: body, widget: markdown }
word_list: &word_list
fields:
- label: Extends
name: extends
widget: hidden
default: 'existence'
- label: Output message
name: message
widget: string
- label: Ignore Case
name: ignorecase
widget: boolean
default: true
required: false
- label: Notification Level
name: level
widget: select
default: suggestion
options:
- { label: 'Suggestion', value: 'suggestion' }
- { label: 'Warning', value: 'warning' }
- { label: 'Error', value: 'error' }
- label: Entries
name: tokens
widget: list
collections:
- label: Settings
name: settings
hide: true
files:
- label: Docs Sections
name: docs_sections
file: website/site.yml
fields:
- label: menu
name: menu
widget: object
fields:
- label: Sections
label_singular: Section
name: docs
widget: list
summary: '{{title}} ({{name}})'
fields:
- { label: 'Full Name', name: 'title', widget: 'string' }
- { label: 'Summary Name', name: 'name', widget: 'string' }
- label: Style & Usage Options
name: linter
hide: false
files:
- <<: *word_list
label: Acronyms
name: acronyms
file: website/src/writing-guide/styles/Avoid/Acronyms.yml
- <<: *word_list
label: Adverbs
name: adverbs
file: website/src/writing-guide/styles/Avoid/Adverbs.yml
- <<: *word_list
label: Archaisms
name: archaisms
file: website/src/writing-guide/styles/Avoid/Archaisms.yml
- <<: *word_list
label: Cliches
name: cliches
file: website/src/writing-guide/styles/Avoid/Cliches.yml
- <<: *word_list
label: Hyperbole
name: hyperbole
file: website/src/writing-guide/styles/Avoid/Hyperbole.yml
- <<: *word_list
label: Indirect Language
name: indirect
file: website/src/writing-guide/styles/Avoid/Indirect.yml
- <<: *word_list
label: Jargon
name: jargon
file: website/src/writing-guide/styles/Avoid/Jargon.yml
- <<: *word_list
label: Passive
name: passive
file: website/src/writing-guide/styles/Avoid/Passive.yml
- <<: *word_list
label: Simplify
name: simplify
file: website/src/writing-guide/styles/Avoid/Simplify.yml
- <<: *docs_collection
name: docs_intro
label: 'Docs: Intro'
filter:
field: group
value: Intro
- <<: *docs_collection
name: docs_accounts
label: 'Docs: Account'
filter:
field: group
value: Accounts
- <<: *docs_collection
name: docs_configuration
label: 'Docs: Configuration'
filter:
field: group
value: Configuration
- <<: *docs_collection
name: docs_media
label: 'Docs: Media'
filter:
field: group
value: Media
- <<: *docs_collection
name: docs_workflow
label: 'Docs: Workflow'
filter:
field: group
value: Workflow
- <<: *docs_collection
name: docs_collections
label: 'Docs: Collections'
filter:
field: group
value: Collections
- <<: *docs_collection
name: docs_fields
label: 'Docs: Fields'
filter:
field: group
value: Fields
- <<: *docs_collection
name: docs_guides
label: 'Docs: Guides'
filter:
field: group
value: Guides
- <<: *docs_collection
name: docs_customization
label: 'Docs: Customization'
filter:
field: group
value: Customization
- <<: *docs_collection
name: docs_contributing
label: 'Docs: Contributing'
filter:
field: group
value: Contributing
- name: widget_docs
label: 'Docs: Widgets'
folder: website/content/docs/widgets
preview_path: 'docs/widgets/{{title}}'
create: true
fields:
- { label: Name, name: title }
- { label: Label, name: label }
- { label: Body, name: body, widget: markdown }
- name: blog
label: Blog
label_singular: Post
folder: website/content/blog
preview_path: 'blog/{{year}}/{{month}}/{{title}}'
create: true
fields:
- { label: Title, name: title }
- { label: Author, name: author }
- { label: Description (for blog list), name: description, widget: text }
- {
label: Meta Description (defaults to Description),
name: meta_description,
widget: text,
required: false,
}
- { label: Twitter Image, name: twitter_image, widget: image }
- { label: Date, name: date, widget: date }
- { label: Body, name: body, widget: markdown }
- name: community
label: Community
files:
- name: community
label: Community
file: website/content/pages/community.md
preview_path: community
fields:
- { label: Title, name: title }
- { label: Headline, name: headline }
- { label: Subheading, name: subhead }
- label: Sections
name: sections
widget: list
fields:
- { name: title, label: Title }
- name: channels
label: Channels
widget: list
fields:
- { name: title, label: Title }
- { name: url, label: URL }
- { name: description, label: Description }
- name: updates
label: Updates
files:
- name: releases
label: Releases
file: website/data/updates.yml
fields:
- name: updates
label: Releases
widget: list
fields:
- { name: version, label: Version }
- { name: date, label: Date, widget: date }
- { name: description, label: Description }
- { name: url, label: Url, required: false }
- name: notifications
label: Notifications
file: website/data/notifications.yml
description: Site-top notifications - publish one at a time
fields:
- name: notifications
label: Notifications
widget: list
fields:
- { label: Title, name: title }
- { label: Published, name: published, widget: boolean }
- { label: Loud, name: loud, widget: boolean }
- { label: Message, name: message, widget: text }
- { label: URL, name: url }

View File

@ -1,5 +0,0 @@
<svg width="1570" height="2186" viewBox="0 0 1570 2186" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="1569.4" height="2186" fill="#222222"/>
<path d="M562.2 1410.1C553.2 1410.1 548.7 1398.1 548.7 1374V778.9C548.7 767.4 546.4 762 541.7 762.7C513.3 769.9 499 773.5 498.6 773.5C490.7 774.2 486.8 766.3 486.8 749.8V698.1C486.8 683.8 491.1 675.7 499.7 673.9L641.9 637.3C643 637 644.6 636.8 646.7 636.8C654.6 636.8 658.5 645.2 658.5 662.1V1374.1C658.5 1398.2 653.8 1410.2 644.5 1410.2L562.2 1410.1V1410.1ZM930.5 1411.2C916.1 1411.2 903.7 1410.2 893.1 1408.2C882.5 1406.2 871.5 1401.7 860 1394.7C848.5 1387.7 839.1 1378.1 831.7 1365.9C824.3 1353.7 818.3 1336.6 813.7 1314.7C809.1 1292.8 806.7 1266.8 806.7 1236.6V960.4C806.7 953.2 804.7 949.6 800.8 949.6H767.4C758.4 949.6 753.9 941 753.9 923.8V894.7C753.9 877.1 758.4 868.3 767.4 868.3H800.8C804.7 868.3 806.7 863.5 806.7 853.8L816.4 644.3C817.5 625.3 822.1 615.8 830.4 615.8H884.3C893.3 615.8 897.8 625.3 897.8 644.3V853.8C897.8 863.5 899.9 868.3 904.3 868.3H973C982 868.3 986.5 877.1 986.5 894.7V923.8C986.5 941 982 949.6 973 949.6H904.1C901.6 949.6 899.9 950.2 899 951.5C898.1 952.7 897.7 955.7 897.7 960.4V1238.3C897.7 1259.1 899 1276.5 901.7 1290.3C904.4 1304.1 908.3 1314.3 913.5 1320.7C918.7 1327.1 923.9 1331.5 929.1 1333.6C934.3 1335.8 940.7 1336.8 948.2 1336.8H986.4C996.1 1336.8 1000.9 1343.5 1000.9 1356.7V1389C1000.9 1403.7 995.7 1411.1 985.3 1411.1L930.5 1411.2V1411.2ZM1137.2 1475.8C1145.4 1475.8 1152.6 1469.1 1158.7 1455.6C1164.8 1442.1 1167.9 1423 1167.9 1398.2C1167.9 1392.4 1164.3 1372.5 1157.1 1338.4L1051.5 899.5C1050.8 894.5 1050.4 890.5 1050.4 887.6C1050.4 874.7 1053.1 868.2 1058.5 868.2H1123.7C1128.7 868.2 1132.8 869.9 1136.1 873.3C1139.4 876.7 1141.9 883.6 1143.6 894L1213.6 1264.5C1215 1268.8 1215.9 1271 1216.3 1271C1217.7 1271 1218.5 1269 1218.5 1265.1L1273.4 895.6C1274.8 884.8 1277.1 877.6 1280.1 873.8C1283.1 870 1287 868.1 1291.7 868.1H1336.9C1343 868.1 1346.1 875.1 1346.1 889.1C1346.1 892.3 1345.7 896.5 1345 901.5L1249.1 1400.8C1241.6 1442.1 1233.3 1473.7 1224.3 1495.6C1215.3 1517.5 1205.3 1532.4 1194.1 1540.3C1183 1548.2 1168.3 1552.3 1149.9 1552.7H1144.5C1115.4 1552.7 1095.7 1545 1085.3 1529.5C1082.4 1526.3 1081 1518 1081 1504.7C1081 1478.1 1085.3 1464.8 1093.9 1464.8C1094.6 1464.8 1101.1 1466.6 1113.3 1470.2C1125.7 1474 1133.6 1475.8 1137.2 1475.8V1475.8Z" fill="white" stroke="white" stroke-width="28" stroke-miterlimit="10"/>
<path d="M291.2 1411.1C282.2 1411.1 277.7 1399.1 277.7 1375V779.9C277.7 768.4 275.4 763 270.7 763.7C242.3 770.9 228 774.5 227.6 774.5C219.7 775.2 215.8 767.3 215.8 750.8V699.1C215.8 684.8 220.1 676.7 228.7 674.9L371 638.2C372.1 637.9 373.7 637.7 375.8 637.7C383.7 637.7 387.6 646.1 387.6 663V1375C387.6 1399.1 382.9 1411.1 373.6 1411.1H291.2V1411.1Z" fill="white" stroke="white" stroke-width="28" stroke-miterlimit="10"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="mstile-150x150.png"/>
<TileColor>#222222</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,98 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="16.000000pt" height="16.000000pt" viewBox="0 0 16.000000 16.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,16.000000) scale(0.002286,-0.002286)"
fill="#000000" stroke="none">
<path d="M2750 6290 c-393 -390 -712 -711 -710 -714 3 -2 196 -85 430 -184
234 -99 447 -189 473 -201 49 -21 49 -21 76 -2 74 53 141 66 299 58 33 -2 33
-2 318 438 156 242 288 447 294 455 15 22 145 223 153 237 4 6 -113 131 -298
315 -168 166 -309 304 -313 305 -4 1 -329 -317 -722 -707z"/>
<path d="M4193 6162 c-23 -37 -92 -143 -152 -237 -60 -93 -200 -311 -311 -483
-111 -172 -204 -321 -207 -331 -3 -11 2 -30 11 -42 8 -13 22 -51 30 -83 9 -32
17 -60 19 -62 3 -4 76 -35 227 -99 69 -29 275 -116 459 -194 183 -78 339 -140
345 -137 70 35 110 64 111 81 1 11 5 36 8 55 4 19 9 53 12 75 3 22 8 51 10 65
3 14 7 39 9 55 3 17 14 86 25 155 12 69 23 143 27 165 3 22 7 51 10 65 5 32
33 204 40 250 3 19 10 55 14 80 6 31 5 50 -3 60 -20 24 -627 625 -635 627 -4
1 -26 -28 -49 -65z"/>
<path d="M1495 5040 c-209 -209 -379 -383 -378 -388 2 -7 418 -619 440 -647 4
-5 20 -28 35 -50 15 -22 103 -152 197 -289 l170 -248 109 -2 108 -1 88 135
c48 74 109 169 136 210 26 41 167 259 313 485 l264 409 -33 49 c-19 27 -41 73
-50 103 -15 52 -21 144 -11 161 11 17 -10 31 -108 73 -55 23 -279 118 -497
211 -218 93 -398 169 -400 169 -2 0 -174 -171 -383 -380z"/>
<path d="M5066 5373 c-7 -37 -66 -399 -72 -440 -2 -18 -11 -72 -19 -120 -9
-49 -18 -104 -21 -123 -3 -19 -7 -46 -9 -60 -17 -105 -20 -93 38 -137 l53 -39
43 18 c24 10 57 25 75 33 17 7 119 51 226 95 107 45 209 88 225 95 17 8 52 23
79 35 l50 22 -327 324 c-180 178 -329 324 -331 324 -2 0 -7 -12 -10 -27z"/>
<path d="M3491 4679 c-67 -81 -156 -122 -270 -123 l-63 -1 -234 -360 c-129
-198 -238 -367 -242 -375 -4 -8 -41 -67 -82 -130 -202 -308 -234 -359 -227
-367 5 -4 191 70 342 138 33 14 333 142 1165 496 58 25 119 51 135 58 17 7
127 55 245 105 118 50 218 94 221 98 4 4 9 26 12 49 l5 41 -77 33 c-42 18
-101 43 -131 57 -30 13 -93 40 -140 59 -47 19 -206 86 -353 149 -148 63 -269
114 -270 114 -1 0 -17 -19 -36 -41z"/>
<path d="M5755 4534 c-71 -31 -215 -92 -320 -136 -264 -112 -285 -122 -282
-131 1 -5 93 -47 202 -93 110 -46 209 -88 220 -94 11 -5 81 -34 155 -66 74
-31 149 -62 165 -69 17 -8 75 -32 130 -55 55 -23 114 -47 130 -55 204 -91 822
-345 834 -343 11 3 -59 78 -209 227 -124 122 -371 368 -551 547 -179 178 -329
324 -335 324 -5 0 -67 -26 -139 -56z"/>
<path d="M720 4279 c-454 -445 -720 -713 -712 -720 4 -3 99 -25 212 -48 243
-50 814 -169 850 -177 35 -8 61 -13 95 -20 17 -2 46 -9 65 -14 19 -5 50 -12
68 -15 18 -3 65 -12 105 -21 39 -8 81 -17 92 -19 11 -3 52 -11 90 -19 116 -25
109 -26 153 33 l41 54 -43 61 c-23 34 -130 187 -236 341 -428 620 -447 648
-459 662 -6 7 -16 24 -23 38 -6 14 -14 25 -17 25 -4 0 -15 14 -24 30 -10 17
-21 30 -25 30 -4 0 -109 -99 -232 -221z"/>
<path d="M5030 4045 c-31 -33 -94 -70 -147 -85 -49 -15 -48 -13 -68 -155 -4
-22 -8 -47 -10 -55 -2 -8 -7 -35 -10 -60 -3 -25 -10 -67 -15 -95 -5 -27 -11
-66 -14 -85 -3 -19 -12 -75 -20 -125 -21 -124 -65 -392 -72 -439 -3 -21 -7
-46 -9 -55 -19 -102 -19 -98 24 -147 26 -29 47 -68 58 -103 9 -31 21 -61 27
-67 6 -6 58 -21 116 -32 58 -11 193 -39 300 -62 107 -22 209 -43 225 -46 17
-3 46 -9 65 -14 29 -7 102 -23 215 -46 11 -2 31 -6 45 -9 14 -3 43 -8 65 -11
l40 -5 490 487 490 487 -45 19 c-25 11 -209 89 -410 174 -201 85 -374 158
-385 163 -11 5 -41 18 -67 30 -26 12 -50 21 -53 21 -2 0 -28 11 -57 24 -77 35
-744 316 -751 316 -2 0 -14 -11 -27 -25z"/>
<path d="M4465 3985 c-128 -56 -140 -61 -325 -140 -85 -36 -168 -72 -185 -79
-16 -8 -75 -33 -130 -56 -154 -65 -1196 -509 -1230 -524 -16 -8 -54 -24 -82
-36 -48 -20 -53 -25 -53 -54 0 -17 4 -36 8 -43 6 -10 143 -43 272 -67 14 -2
81 -16 150 -31 69 -14 136 -29 150 -31 60 -12 221 -45 290 -59 243 -51 408
-85 430 -89 14 -3 34 -7 45 -9 11 -3 103 -22 204 -43 l184 -37 19 24 c56 73
132 123 200 131 35 5 38 9 44 50 3 18 14 87 25 153 23 141 26 157 34 210 3 23
8 52 10 65 3 14 10 54 15 90 18 111 51 314 55 340 3 14 12 73 21 133 16 102
16 108 -1 127 -24 27 -35 25 -150 -25z"/>
<path d="M138 3305 c-8 -9 652 -660 665 -657 7 2 172 71 367 154 195 83 374
158 398 167 23 9 42 22 42 28 0 7 -3 13 -7 14 -13 1 -39 6 -266 53 -120 25
-228 48 -240 50 -66 13 -186 38 -217 46 -19 5 -48 11 -65 14 -50 9 -86 16
-180 36 -49 11 -101 22 -115 24 -14 3 -101 21 -195 40 -186 39 -179 38 -187
31z"/>
<path d="M2406 2816 c-17 -27 -25 -13 106 -201 30 -44 111 -161 180 -260 68
-99 140 -202 159 -230 19 -27 86 -124 149 -215 63 -91 274 -397 470 -680 196
-283 387 -560 425 -615 38 -55 70 -102 72 -105 2 -2 28 20 58 50 46 46 56 62
60 100 3 25 7 52 10 60 2 8 7 35 10 60 3 25 12 81 20 125 7 44 16 100 20 125
3 25 10 68 15 95 5 28 12 68 15 90 3 23 8 52 10 65 3 14 8 43 11 65 2 22 18
117 34 210 15 94 31 186 34 205 22 145 77 478 80 493 3 12 -7 23 -34 37 -47
24 -103 89 -127 146 -21 51 -13 48 -218 88 -157 32 -251 51 -350 72 -42 9
-121 26 -145 30 -14 2 -56 11 -95 20 -65 14 -136 29 -195 40 -14 3 -59 12
-100 20 -41 9 -138 29 -215 44 -77 16 -205 43 -285 59 -80 17 -148 31 -151 31
-4 0 -14 -11 -23 -24z"/>
<path d="M1420 2684 c-162 -69 -330 -140 -372 -157 -43 -18 -78 -37 -78 -42 0
-16 360 -366 370 -360 4 3 35 49 69 102 34 54 113 177 176 273 169 259 168
256 149 286 -9 13 -17 24 -18 24 0 0 -134 -57 -296 -126z"/>
<path d="M2185 2642 c-43 -16 -193 -21 -237 -8 -25 7 -29 3 -85 -83 -32 -51
-89 -140 -128 -200 -38 -59 -86 -132 -104 -162 -19 -30 -59 -90 -88 -135 -29
-45 -53 -86 -53 -91 0 -10 424 -435 940 -943 113 -111 388 -383 611 -606 224
-222 412 -405 418 -406 6 -2 89 75 185 171 l175 174 -22 32 c-12 18 -50 73
-83 122 -34 48 -116 167 -182 263 -66 96 -135 195 -152 220 -38 54 -241 348
-351 510 -44 63 -93 135 -110 160 -18 25 -176 254 -352 510 -175 256 -324 470
-331 476 -8 8 -22 6 -51 -4z"/>
<path d="M4683 2343 c-9 -13 -40 -38 -68 -54 l-52 -29 -22 -133 c-11 -72 -23
-143 -25 -157 -6 -32 -37 -228 -41 -255 -2 -11 -26 -157 -53 -325 -28 -168
-53 -323 -56 -345 -4 -22 -11 -68 -17 -103 -12 -67 -8 -83 14 -61 419 410
1287 1276 1287 1284 0 6 -73 25 -162 43 -90 19 -172 35 -183 38 -11 2 -54 11
-95 19 -41 8 -86 18 -100 21 -14 3 -36 7 -50 10 -14 3 -88 18 -165 34 -210 43
-193 42 -212 13z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<path d="M128,0 C57.3075981,0 0,57.307374 0,128 C0,198.69285 57.3078221,256 128,256 C198.69285,256 256,198.692626 256,128 C256,57.307374 198.69285,0 128,0 Z M27.503973,129.334313 L126.665463,228.496027 C72.2144512,227.786305 28.2134711,183.785325 27.503973,129.334313 Z M150.496265,225.983324 L30.0166761,105.503735 C40.2328216,60.8232766 80.2223482,27.4871709 128,27.4871709 C161.397489,27.4871709 190.984927,43.7800881 209.262736,68.8464075 L195.346089,81.125855 C180.519662,59.8637627 155.886614,45.9486835 128,45.9486835 C92.4948508,45.9486835 62.259523,68.5011796 50.8311596,100.061636 L155.938588,205.169064 C181.463942,195.925651 201.095107,174.378594 207.669894,147.692325 L164.102633,147.692325 L164.102633,128.000224 L210.051317,128.000224 L210.051317,127.999776 L228.512829,127.999776 L228.512829,128 C228.512829,175.777652 195.176947,215.767178 150.496265,225.983324 Z" fill="#744C9E" fill-rule="nonzero"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1 +0,0 @@
<svg enable-background="new 0 0 1500 410" height="410" viewBox="0 0 1500 410" width="1500" xmlns="http://www.w3.org/2000/svg"><path d="m335.1 261.9v-122.3c0-15.9-8.4-30.6-22.1-38.7-29.4-17.3-81.4-47.8-113.2-66.5-16.8-9.9-37.7-9.6-54.3.6-28.2 17.4-72.1 44.5-100.5 62-17.1 10.6-27.5 29.2-27.5 49.3v125.2c0 19.9 10.6 38.4 27.8 48.4l104.7 61.2c13.9 8.1 31.1 8.3 45.2.5 30.6-17 84.7-47.2 115.9-64.6 14.8-8.2 24-23.9 24-40.8z" fill="#ff4088" stroke="#c9177e" stroke-miterlimit="10" stroke-width="25"/><path d="m715.9 259.2v-122.6c0-15.6-8.3-30.1-21.8-38l-113.5-66.8c-16.8-9.9-37.7-9.6-54.3.6l-96.1 59.3c-19.8 12.2-31.9 33.8-31.9 57.1v120.1c0 19.9 10.6 38.4 27.8 48.4l104.7 61.2c13.9 8.1 31.1 8.3 45.2.5l115.9-64.6c14.8-8.2 24-23.9 24-40.8z" fill="#0594cb" stroke="#0083c0" stroke-miterlimit="10" stroke-width="25"/><path d="m96.9 309.9v-207.2h43.4v75.5h71.9v-75.5h43.5v207.2h-43.5v-90.6h-71.9v90.6z" fill="#fff"/><path d="m477.3 109.4h42.3v112.2c0 17.8.5 29.3 1.5 34.6 1.7 8.5 4.8 14.4 11.2 19.5s13.8 6.6 24.8 6.6c11.2 0 15-1.7 20.7-6.6s9.1-9.5 10.3-16.5c1.2-7.1 3.1-18.8 3.1-35.2v-114.6h42.3v108.8c0 24.9-1.1 42.4-3.2 52.7s-6.1 18.9-11.8 26-13.4 12.7-23 16.9-22.2 6.3-37.7 6.3c-18.7 0-32.9-2.3-42.5-6.9-9.7-4.6-17.3-10.5-22.9-17.8s-9.3-15-11.1-23c-2.6-11.9-3.9-29.4-3.9-52.6z" fill="#fff"/><path d="m1099.4 259.2v-122.3c0-15.8-8.5-30.5-22.2-38.3-29.6-16.9-81.9-46.8-113.7-65-16.5-9.4-36.9-9.2-53.2.6-26.5 15.9-67.5 40.5-96 57.6-20.2 12.1-32.6 34-32.6 57.5v119.5c0 19.9 10.6 38.4 27.8 48.4l104.7 61.2c13.9 8.1 31.1 8.3 45.2.5l115.9-64.6c14.8-8.2 24-23.9 24-40.8z" fill="#33ba91" stroke="#00a88a" stroke-miterlimit="10" stroke-width="25"/><path d="m1346.6 34.3c-16.5-9.4-36.9-9.2-53.2.6l-96 57.6c-20.2 12.1-32.6 34-32.6 57.5v119.5c0 19.9 10.6 38.4 27.8 48.4 29.9 17.5 77 45 104.7 61.2 13.9 8.1 31.1 8.3 45.2.5l115.9-64.6c14.8-8.2 24-23.9 24-40.8v-14.4-122.2c0-15.8-8.5-30.5-22.2-38.3z" fill="#ebb951" stroke="#fcd804" stroke-miterlimit="10" stroke-width="25"/><g fill="#fff"><path d="m1039.9 204c0 47.2-8.9 60.9-26.8 80.6-17.9 19.6-41.6 27.6-71.1 27.6-27 0-48.8-9.6-67.6-26.2-20.9-18.4-36.1-47-36.1-78.9 0-31.4 11.7-58.5 32.5-78.7 18.2-17.7 45.3-29.2 73.3-29.2 33.8 0 68.8 16 90.4 47.5l-31.7 26.8c-13.5-25-32.9-33.5-60.8-34.3-30.8-.9-64.8 28.5-62.2 67.8 1.4 21.9 11.7 59.7 61 66.6 25.9 3.6 55.4-24 55.4-39h-48.7v-37.6h92.5z"/><path d="m1323.7 99.2c-58.8 0-106.5 47.7-106.5 106.5s47.7 106.5 106.5 106.5 106.5-47.7 106.5-106.5-47.7-106.5-106.5-106.5zm0 173.4c-37 0-66.9-30-66.9-66.9s30-66.9 66.9-66.9c36.9 0 66.9 30 66.9 66.9s-29.9 66.9-66.9 66.9z"/></g></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="98px" height="160px" viewBox="0 0 98 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Path</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Path" fill="#000000" fill-rule="nonzero" points="48.849 125.552 69.07 0.363 97.243 0.363 97.243 159.405 79.521 159.405 79.521 27.855 57.709 159.406 39.079 159.406 17.268 27.855 17.268 159.406 0 159.406 0 0.363 28.627 0.363"></polygon>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 564 B

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<rect fill="#F1C761" x="0" y="0" width="256" height="256" rx="22"></rect>
<g transform="translate(19.561462, 32.318937)" fill="#000000" fill-opacity="0.35">
<path d="M98.5353355,156.877821 L98.5353355,35.8995349 L69.1140465,40.0312558 L46.615814,83.6320532 L25.2342857,45.2226977 L0.502644518,49.1307375 L0.502644518,144.484359 L23.782485,148.447681 L23.782485,88.0988704 L46.5596811,131.029475 L47.0623256,131.029475 L71.0684917,87.9313223 L71.0684917,152.802233 L98.5353355,156.877821"></path>
<path d="M0,21.6638937 L0,34.1687708 L108.863787,16.136505 L108.863787,0.170099668 L0,21.6638937"></path>
<path d="M0,169.551096 L108.863787,190.988757 L108.863787,175.077635 L0,156.989236 L0,169.551096"></path>
</g>
<g transform="translate(128.425249, 32.318937)" fill="#FFFFFF">
<path d="M0,0.170099668 L0,16.136505 L108.863787,34.1687708 L108.863787,21.6638937 L0,0.170099668"></path>
<path d="M108.361143,144.484359 L108.361143,49.1307375 L83.6295017,45.2226977 L62.2479734,83.6320532 L39.7488904,40.0312558 L10.3284518,35.8995349 L10.3284518,156.877821 L37.7952957,152.802233 L37.7952957,87.9313223 L61.8014618,131.029475 L62.3032558,131.029475 L85.0813023,88.0988704 L85.0813023,148.447681 L108.361143,144.484359"></path>
<path d="M0,190.988757 L108.863787,169.551096 L108.863787,156.989236 L0,175.077635 L0,190.988757"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1 +0,0 @@
<svg height="1024pt" viewBox=".5 -.2 1023 1024.1" width="1024pt" xmlns="http://www.w3.org/2000/svg"><path d="m478.5.6c-2.2.2-9.2.9-15.5 1.4-145.3 13.1-281.4 91.5-367.6 212-48 67-78.7 143-90.3 223.5-4.1 28.1-4.6 36.4-4.6 74.5s.5 46.4 4.6 74.5c27.8 192.1 164.5 353.5 349.9 413.3 33.2 10.7 68.2 18 108 22.4 15.5 1.7 82.5 1.7 98 0 68.7-7.6 126.9-24.6 184.3-53.9 8.8-4.5 10.5-5.7 9.3-6.7-.8-.6-38.3-50.9-83.3-111.7l-81.8-110.5-102.5-151.7c-56.4-83.4-102.8-151.6-103.2-151.6-.4-.1-.8 67.3-1 149.6-.3 144.1-.4 149.9-2.2 153.3-2.6 4.9-4.6 6.9-8.8 9.1-3.2 1.6-6 1.9-21.1 1.9h-17.3l-4.6-2.9c-3-1.9-5.2-4.4-6.7-7.3l-2.1-4.5.2-200.5.3-200.6 3.1-3.9c1.6-2.1 5-4.8 7.4-6.1 4.1-2 5.7-2.2 23-2.2 20.4 0 23.8.8 29.1 6.6 1.5 1.6 57 85.2 123.4 185.9s157.2 238.2 201.8 305.7l81 122.7 4.1-2.7c36.3-23.6 74.7-57.2 105.1-92.2 64.7-74.3 106.4-164.9 120.4-261.5 4.1-28.1 4.6-36.4 4.6-74.5s-.5-46.4-4.6-74.5c-27.8-192.1-164.5-353.5-349.9-413.3-32.7-10.6-67.5-17.9-106.5-22.3-9.6-1-75.7-2.1-84-1.3zm209.4 309.4c4.8 2.4 8.7 7 10.1 11.8.8 2.6 1 58.2.8 183.5l-.3 179.8-31.7-48.6-31.8-48.6v-130.7c0-84.5.4-132 1-134.3 1.6-5.6 5.1-10 9.9-12.6 4.1-2.1 5.6-2.3 21.3-2.3 14.8 0 17.4.2 20.7 2z"/><path d="m784.3 945.1c-3.5 2.2-4.6 3.7-1.5 2 2.2-1.3 5.8-4 5.2-4.1-.3 0-2 1-3.7 2.1zm-6.9 4.5c-1.8 1.4-1.8 1.5.4.4 1.2-.6 2.2-1.3 2.2-1.5 0-.8-.5-.6-2.6 1.1zm-5 3c-1.8 1.4-1.8 1.5.4.4 1.2-.6 2.2-1.3 2.2-1.5 0-.8-.5-.6-2.6 1.1zm-5 3c-1.8 1.4-1.8 1.5.4.4 1.2-.6 2.2-1.3 2.2-1.5 0-.8-.5-.6-2.6 1.1zm-7.6 4c-3.8 2-3.6 2.8.2.9 1.7-.9 3-1.8 3-2 0-.7-.1-.6-3.2 1.1z"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 298"><g fill="none" fill-rule="nonzero"><path fill="#00C58E" d="M227.92099 82.07407l-13.6889 23.7037-46.8148-81.08641L23.7037 273.58025h97.3037c0 13.0912 10.61252 23.7037 23.70371 23.7037H23.70371c-8.46771 0-16.29145-4.52017-20.5246-11.85382-4.23315-7.33366-4.23272-16.36849.00114-23.70174L146.89383 12.83951c4.23415-7.33433 12.0596-11.85252 20.5284-11.85252 8.46878 0 16.29423 4.51819 20.52839 11.85252l39.97037 69.23456z"/><path fill="#2F495E" d="M331.6642 261.7284l-90.05432-155.95062-13.6889-23.7037-13.68888 23.7037-90.04445 155.95061c-4.23385 7.33325-4.23428 16.36808-.00113 23.70174 4.23314 7.33365 12.05689 11.85382 20.5246 11.85382h166.4c8.46946 0 16.29644-4.51525 20.532-11.84955 4.23555-7.3343 4.23606-16.37123.00132-23.706h.01976zM144.7111 273.58024L227.921 129.48148l83.19012 144.09877h-166.4z"/><path fill="#108775" d="M396.04938 285.4321c-4.23344 7.33254-12.05656 11.85185-20.52345 11.85185H311.1111c13.0912 0 23.7037-10.6125 23.7037-23.7037h40.66173L260.09877 73.74815l-18.4889 32.02963-13.68888-23.7037L239.5753 61.8963c4.23416-7.33433 12.0596-11.85252 20.5284-11.85252 8.46879 0 16.29423 4.51819 20.52839 11.85252l115.41728 199.8321c4.23426 7.33395 4.23426 16.36975 0 23.7037z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="-286 -286 572 572" version="1.1">
<path d="M0,-256 221.7025033688164,-128 221.7025033688164,128 0,256 -221.7025033688164,128 -221.7025033688164,-128z" fill="#673ab8"/>
<ellipse cx="0" cy="0" stroke-width="16px" rx="75px" ry="196px" fill="none" stroke="white" transform="rotate(52.5)"/>
<ellipse cx="0" cy="0" stroke-width="16px" rx="75px" ry="196px" fill="none" stroke="white" transform="rotate(-52.5)"/>
<circle cx="0" cy="0" r="34" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,24 +0,0 @@
<svg width="165" height="41" viewBox="0 0 165 41" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 0.5H158.5C161.8 0.5 164.5 3.2 164.5 6.5V34.5C164.5 37.8 161.8 40.5 158.5 40.5H6.5C3.2 40.5 0.5 37.8 0.5 34.5V6.5C0.5 3.2 3.2 0.5 6.5 0.5Z" fill="white" stroke="#C7CACD"/>
<path d="M15.1 23.4C15.1 24.7 14.1 25.7 12.8 25.7C11.5 25.7 10.5 24.7 10.5 23.4C10.5 22.1 11.5 21.1 12.8 21.1H15.1V23.4V23.4Z" fill="#E01E5A"/>
<path d="M16.3 23.4C16.3 22.1 17.3 21.1 18.6 21.1C19.9 21.1 20.9 22.1 20.9 23.4V29.2C20.9 30.5 19.9 31.5 18.6 31.5C17.3 31.5 16.3 30.5 16.3 29.2V23.4Z" fill="#E01E5A"/>
<path d="M18.6 14.2C17.3 14.2 16.3 13.2 16.3 11.9C16.3 10.6 17.3 9.6 18.6 9.6C19.9 9.6 20.9 10.6 20.9 11.9V14.2H18.6Z" fill="#36C5F0"/>
<path d="M18.6 15.3C19.9 15.3 20.9 16.3 20.9 17.6C20.9 18.9 19.9 19.9 18.6 19.9H12.8C11.5 19.9 10.5 18.9 10.5 17.6C10.5 16.3 11.5 15.3 12.8 15.3H18.6Z" fill="#36C5F0"/>
<path d="M27.9 17.7C27.9 16.4 28.9 15.4 30.2 15.4C31.5 15.4 32.5 16.4 32.5 17.7C32.5 19 31.5 20 30.2 20H27.9V17.7Z" fill="#2EB67D"/>
<path d="M26.7 17.7C26.7 19 25.7 20 24.4 20C23.1 20 22.1 19 22.1 17.7V11.9C22.1 10.6 23.1 9.6 24.4 9.6C25.7 9.6 26.7 10.6 26.7 11.9V17.7Z" fill="#2EB67D"/>
<path d="M24.4 26.9C25.7 26.9 26.7 27.9 26.7 29.2C26.7 30.5 25.7 31.5 24.4 31.5C23.1 31.5 22.1 30.5 22.1 29.2V26.9H24.4Z" fill="#ECB22E"/>
<path d="M24.4 25.8C23.1 25.8 22.1 24.8 22.1 23.5C22.1 22.2 23.1 21.2 24.4 21.2H30.2C31.5 21.2 32.5 22.2 32.5 23.5C32.5 24.8 31.5 25.8 30.2 25.8H24.4Z" fill="#ECB22E"/>
<path d="M47.056 23.152V14.576H45.536V22.928C45.536 23.5573 45.4027 24.0587 45.136 24.432C44.88 24.8053 44.4053 24.992 43.712 24.992C43.3387 24.992 43.0293 24.9387 42.784 24.832C42.5493 24.7147 42.3627 24.5547 42.224 24.352C42.096 24.1493 42.0053 23.9093 41.952 23.632C41.8987 23.3547 41.872 23.0507 41.872 22.72V22.24H40.352V22.944C40.352 24.032 40.64 24.8587 41.216 25.424C41.792 25.9787 42.6133 26.256 43.68 26.256C44.32 26.256 44.8533 26.1707 45.28 26C45.7173 25.8187 46.064 25.584 46.32 25.296C46.5867 24.9973 46.7733 24.6613 46.88 24.288C46.9973 23.9147 47.056 23.536 47.056 23.152Z" fill="black"/>
<path d="M49.8329 21.872C49.8329 21.3707 49.8969 20.928 50.0249 20.544C50.1635 20.1493 50.3502 19.8187 50.5849 19.552C50.8195 19.2853 51.0915 19.0827 51.4009 18.944C51.7209 18.8053 52.0569 18.736 52.4089 18.736C52.7609 18.736 53.0915 18.8053 53.4009 18.944C53.7209 19.0827 53.9982 19.2853 54.2329 19.552C54.4675 19.8187 54.6489 20.1493 54.7769 20.544C54.9155 20.928 54.9849 21.3707 54.9849 21.872C54.9849 22.3733 54.9155 22.8213 54.7769 23.216C54.6489 23.6 54.4675 23.9253 54.2329 24.192C53.9982 24.448 53.7209 24.6453 53.4009 24.784C53.0915 24.9227 52.7609 24.992 52.4089 24.992C52.0569 24.992 51.7209 24.9227 51.4009 24.784C51.0915 24.6453 50.8195 24.448 50.5849 24.192C50.3502 23.9253 50.1635 23.6 50.0249 23.216C49.8969 22.8213 49.8329 22.3733 49.8329 21.872ZM48.3929 21.872C48.3929 22.48 48.4782 23.0453 48.6489 23.568C48.8195 24.0907 49.0755 24.5493 49.4169 24.944C49.7582 25.328 50.1795 25.632 50.6809 25.856C51.1822 26.0693 51.7582 26.176 52.4089 26.176C53.0702 26.176 53.6462 26.0693 54.1369 25.856C54.6382 25.632 55.0595 25.328 55.4009 24.944C55.7422 24.5493 55.9982 24.0907 56.1689 23.568C56.3395 23.0453 56.4249 22.48 56.4249 21.872C56.4249 21.264 56.3395 20.6987 56.1689 20.176C55.9982 19.6427 55.7422 19.184 55.4009 18.8C55.0595 18.4053 54.6382 18.096 54.1369 17.872C53.6462 17.648 53.0702 17.536 52.4089 17.536C51.7582 17.536 51.1822 17.648 50.6809 17.872C50.1795 18.096 49.7582 18.4053 49.4169 18.8C49.0755 19.184 48.8195 19.6427 48.6489 20.176C48.4782 20.6987 48.3929 21.264 48.3929 21.872Z" fill="black"/>
<path d="M58.9884 16.24V14.576H57.6284V16.24H58.9884ZM57.6284 17.728V26H58.9884V17.728H57.6284Z" fill="black"/>
<path d="M60.6152 17.728V26H61.9752V21.328C61.9752 20.9547 62.0232 20.6133 62.1192 20.304C62.2259 19.984 62.3806 19.7067 62.5832 19.472C62.7859 19.2373 63.0366 19.056 63.3352 18.928C63.6446 18.8 64.0072 18.736 64.4232 18.736C64.9459 18.736 65.3566 18.8853 65.6552 19.184C65.9539 19.4827 66.1032 19.888 66.1032 20.4V26H67.4632V20.56C67.4632 20.112 67.4152 19.7067 67.3192 19.344C67.2339 18.9707 67.0792 18.6507 66.8552 18.384C66.6312 18.1173 66.3379 17.9093 65.9752 17.76C65.6126 17.6107 65.1592 17.536 64.6152 17.536C63.3886 17.536 62.4926 18.0373 61.9272 19.04H61.8952V17.728H60.6152Z" fill="black"/>
<path d="M79.847 26V17.728H78.487V22.4C78.487 22.7733 78.4337 23.12 78.327 23.44C78.231 23.7493 78.0817 24.0213 77.879 24.256C77.6763 24.4907 77.4203 24.672 77.111 24.8C76.8123 24.928 76.455 24.992 76.039 24.992C75.5163 24.992 75.1057 24.8427 74.807 24.544C74.5083 24.2453 74.359 23.84 74.359 23.328V17.728H72.999V23.168C72.999 23.616 73.0417 24.0267 73.127 24.4C73.223 24.7627 73.383 25.0773 73.607 25.344C73.831 25.6107 74.1243 25.8187 74.487 25.968C74.8497 26.1067 75.303 26.176 75.847 26.176C76.455 26.176 76.983 26.0587 77.431 25.824C77.879 25.5787 78.247 25.2 78.535 24.688H78.567V26H79.847Z" fill="black"/>
<path d="M82.2416 23.392H80.8816C80.9029 23.904 81.0096 24.3413 81.2016 24.704C81.3936 25.056 81.6496 25.344 81.9696 25.568C82.2896 25.7813 82.6576 25.936 83.0736 26.032C83.4896 26.128 83.9269 26.176 84.3856 26.176C84.8016 26.176 85.2176 26.1333 85.6336 26.048C86.0603 25.9733 86.4389 25.8347 86.7696 25.632C87.1109 25.4293 87.3829 25.1627 87.5856 24.832C87.7989 24.5013 87.9056 24.0853 87.9056 23.584C87.9056 23.1893 87.8256 22.8587 87.6656 22.592C87.5163 22.3253 87.3136 22.1067 87.0576 21.936C86.8123 21.7547 86.5243 21.6107 86.1936 21.504C85.8736 21.3973 85.5429 21.3067 85.2016 21.232C84.8816 21.1573 84.5616 21.088 84.2416 21.024C83.9216 20.9493 83.6336 20.864 83.3776 20.768C83.1216 20.6613 82.9083 20.5333 82.7376 20.384C82.5776 20.224 82.4976 20.0267 82.4976 19.792C82.4976 19.5787 82.5509 19.408 82.6576 19.28C82.7643 19.1413 82.9029 19.0347 83.0736 18.96C83.2443 18.8747 83.4309 18.816 83.6336 18.784C83.8469 18.752 84.0549 18.736 84.2576 18.736C84.4816 18.736 84.7003 18.7627 84.9136 18.816C85.1376 18.8587 85.3403 18.9333 85.5216 19.04C85.7029 19.1467 85.8523 19.2907 85.9696 19.472C86.0869 19.6427 86.1563 19.8613 86.1776 20.128H87.5376C87.5056 19.6267 87.3989 19.2107 87.2176 18.88C87.0363 18.5387 86.7909 18.272 86.4816 18.08C86.1829 17.8773 85.8363 17.7387 85.4416 17.664C85.0469 17.5787 84.6149 17.536 84.1456 17.536C83.7829 17.536 83.4149 17.584 83.0416 17.68C82.6789 17.7653 82.3483 17.904 82.0496 18.096C81.7616 18.2773 81.5216 18.5173 81.3296 18.816C81.1483 19.1147 81.0576 19.472 81.0576 19.888C81.0576 20.4213 81.1909 20.8373 81.4576 21.136C81.7243 21.4347 82.0549 21.6693 82.4496 21.84C82.8549 22 83.2923 22.128 83.7616 22.224C84.2309 22.3093 84.6629 22.4107 85.0576 22.528C85.4629 22.6347 85.7989 22.7787 86.0656 22.96C86.3323 23.1413 86.4656 23.408 86.4656 23.76C86.4656 24.016 86.4016 24.2293 86.2736 24.4C86.1456 24.56 85.9803 24.6827 85.7776 24.768C85.5856 24.8533 85.3723 24.912 85.1376 24.944C84.9029 24.976 84.6789 24.992 84.4656 24.992C84.1883 24.992 83.9163 24.9653 83.6496 24.912C83.3936 24.8587 83.1589 24.7733 82.9456 24.656C82.7429 24.528 82.5776 24.3627 82.4496 24.16C82.3216 23.9467 82.2523 23.6907 82.2416 23.392Z" fill="black"/>
<path d="M93.8947 21.872C93.8947 21.3707 93.9587 20.928 94.0867 20.544C94.2254 20.1493 94.4121 19.8187 94.6467 19.552C94.8814 19.2853 95.1534 19.0827 95.4627 18.944C95.7827 18.8053 96.1187 18.736 96.4707 18.736C96.8227 18.736 97.1534 18.8053 97.4627 18.944C97.7827 19.0827 98.0601 19.2853 98.2947 19.552C98.5294 19.8187 98.7107 20.1493 98.8387 20.544C98.9774 20.928 99.0467 21.3707 99.0467 21.872C99.0467 22.3733 98.9774 22.8213 98.8387 23.216C98.7107 23.6 98.5294 23.9253 98.2947 24.192C98.0601 24.448 97.7827 24.6453 97.4627 24.784C97.1534 24.9227 96.8227 24.992 96.4707 24.992C96.1187 24.992 95.7827 24.9227 95.4627 24.784C95.1534 24.6453 94.8814 24.448 94.6467 24.192C94.4121 23.9253 94.2254 23.6 94.0867 23.216C93.9587 22.8213 93.8947 22.3733 93.8947 21.872ZM92.4547 21.872C92.4547 22.48 92.5401 23.0453 92.7107 23.568C92.8814 24.0907 93.1374 24.5493 93.4787 24.944C93.8201 25.328 94.2414 25.632 94.7427 25.856C95.2441 26.0693 95.8201 26.176 96.4707 26.176C97.1321 26.176 97.7081 26.0693 98.1987 25.856C98.7001 25.632 99.1214 25.328 99.4627 24.944C99.8041 24.5493 100.06 24.0907 100.231 23.568C100.401 23.0453 100.487 22.48 100.487 21.872C100.487 21.264 100.401 20.6987 100.231 20.176C100.06 19.6427 99.8041 19.184 99.4627 18.8C99.1214 18.4053 98.7001 18.096 98.1987 17.872C97.7081 17.648 97.1321 17.536 96.4707 17.536C95.8201 17.536 95.2441 17.648 94.7427 17.872C94.2414 18.096 93.8201 18.4053 93.4787 18.8C93.1374 19.184 92.8814 19.6427 92.7107 20.176C92.5401 20.6987 92.4547 21.264 92.4547 21.872Z" fill="black"/>
<path d="M101.61 17.728V26H102.97V21.328C102.97 20.9547 103.018 20.6133 103.114 20.304C103.221 19.984 103.376 19.7067 103.578 19.472C103.781 19.2373 104.032 19.056 104.33 18.928C104.64 18.8 105.002 18.736 105.418 18.736C105.941 18.736 106.352 18.8853 106.65 19.184C106.949 19.4827 107.098 19.888 107.098 20.4V26H108.458V20.56C108.458 20.112 108.41 19.7067 108.314 19.344C108.229 18.9707 108.074 18.6507 107.85 18.384C107.626 18.1173 107.333 17.9093 106.97 17.76C106.608 17.6107 106.154 17.536 105.61 17.536C104.384 17.536 103.488 18.0373 102.922 19.04H102.89V17.728H101.61Z" fill="black"/>
<path d="M120.6 18.2C120.5 17.6 120 16.6 118.5 16.6C117.4 16.6 116.7 17.3 116.7 18C116.7 18.6 117.1 19.1 117.9 19.3L119.5 19.6C121.6 20 122.7 21.3 122.7 22.9C122.7 24.6 121.2 26.4 118.6 26.4C115.6 26.4 114.3 24.5 114.1 22.8L116.1 22.3C116.2 23.4 117 24.4 118.6 24.4C119.8 24.4 120.4 23.8 120.4 23C120.4 22.3 119.9 21.8 119 21.7L117.4 21.4C115.6 21 114.4 19.9 114.4 18.2C114.4 16.2 116.2 14.6 118.4 14.6C121.2 14.6 122.2 16.3 122.5 17.5L120.6 18.2Z" fill="black"/>
<path d="M124 26.2V14.6H126.1V26.2H124Z" fill="black"/>
<path d="M129.7 21.7L131.6 21.4C132 21.3 132.2 21.1 132.2 20.8C132.2 20.2 131.8 19.8 130.9 19.8C130 19.8 129.5 20.4 129.4 21.1L127.5 20.7C127.6 19.5 128.8 18.1 130.9 18.1C133.4 18.1 134.3 19.5 134.3 21.1V25C134.3 25.4 134.3 26 134.4 26.2H132.4C132.4 26 132.3 25.6 132.3 25.3C131.9 25.9 131.1 26.5 130 26.5C128.3 26.5 127.3 25.4 127.3 24.1C127.3 22.6 128.4 21.9 129.7 21.7ZM132.2 23V22.6L130.4 22.9C129.9 23 129.4 23.3 129.4 23.9C129.4 24.4 129.7 24.8 130.4 24.8C131.4 24.8 132.2 24.4 132.2 23Z" fill="black"/>
<path d="M137.5 22.3C137.5 23.7 138.4 24.5 139.5 24.5C140.6 24.5 141.1 23.8 141.3 23.2L143.2 23.8C142.8 25.1 141.6 26.5 139.5 26.5C137.2 26.5 135.4 24.7 135.4 22.3C135.4 19.9 137.2 18.1 139.5 18.1C141.6 18.1 142.9 19.4 143.2 20.8L141.3 21.4C141.1 20.7 140.6 20.1 139.6 20.1C138.4 20.1 137.5 20.8 137.5 22.3Z" fill="black"/>
<path d="M148.7 21.6L151.9 26.2H149.3L147.2 23.2L146.3 24.1V26.2H144.2V14.6H146.3V21.2L149 18.3H151.8L148.7 21.6Z" fill="black"/>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB