refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s

This commit is contained in:
Kroonk
2026-05-22 16:19:55 +02:00
parent 38cc4c09ca
commit a213a1dba0
2215 changed files with 242567 additions and 6015 deletions

35
public/.htaccess Normal file
View File

@@ -0,0 +1,35 @@
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect .well-known urls (https://en.wikipedia.org/wiki/List_of_/.well-known/_services_offered_by_webservers)
RewriteCond %{REQUEST_URI} .well-known/carddav
RewriteRule ^ /dav/ [L,R=301]
RewriteCond %{REQUEST_URI} .well-known/caldav
RewriteRule ^ /dav/ [L,R=301]
RewriteCond %{REQUEST_URI} .well-known/security.txt
RewriteRule ^ /security.txt [L,R=301]
# old carddav url
RewriteCond %{REQUEST_URI} /carddav/(.+)
RewriteRule ^ /dav/%1 [L,R=301]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !dav/*
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

1132
public/app.js vendored

File diff suppressed because it is too large Load Diff

184
public/changelog.json Normal file
View File

@@ -0,0 +1,184 @@
{
"entries": [
{
"date": "Jan 11, 2022",
"title": "Preview feature: export data as json",
"description": "We are experimenting with exporting data as json. [Try it now](/settings/export). This feature is in preview mode, please give us feedback on [this GitHub discussion](https://github.com/monicahq/monica/discussions/5824)."
},
{
"date": "Aug 26, 2021",
"title": "New feature: change subscription frequency",
"description": "You can now change the frequency of your subscription: ![image](img/changelogs/2021-08-26-subscription.png) ![image](img/changelogs/2021-08-26-update.png)"
},
{
"date": "May 11, 2020",
"title": "New feature: crop an avatar photo",
"description": "When uploading a new avatar for a contact, you are now invited to crop it to keep a square format.\n\n Choose a new file to upload, then select the zone to keep: ![image](img/changelogs/2020-05-11-crop-avatar-1.png) After validation, you can now save the new avatar: ![image](img/changelogs/2020-05-11-crop-avatar-2.png)"
},
{
"date": "Mar 22, 2020",
"title": "New feature: define yourself as a contact",
"description": "In your Settings panel, you can now indicate who you are as a contact in the application."
},
{
"date": "Jan 04, 2020",
"title": "New feature: associate a photo to a gift",
"description": "Adding a gift is now done inline, and you can associate a photo with it, to remember what you offered. ![image](img/changelogs/2020-01-04-gifts-photo.png)"
},
{
"date": "Dec 22, 2019",
"title": "Enhancement: add emotions to activities",
"description": "Adding activities is now done inline, and you can add emotions and participants to an activity. ![image](img/changelogs/2019-03-22-new-activity.png)"
},
{
"date": "Aug 17, 2019",
"title": "New feature: you can now change avatars",
"description": "You can now change the avatar of your contacts. Mouse over the profile picture and have fun. ![image](/img/changelogs/2019-08-17-avatars.png)"
},
{
"date": "May 04, 2019",
"title": "New feature: WebAuthn two factor authentication",
"description": "WebAuthn is the new standard for strong authentication users, and is supported by every modern browsers. It is now available as a two factor authentication in Monica. Go to [security tab of settings](settings/security) to register a new key. ![image](img/changelogs/2019-05-04-webauthn.png)"
},
{
"date": "May 02, 2019",
"title": "Enhancement: group relationships",
"description": "When creating or editing a relationship, relationships list is now grouped. ![image](img/changelogs/2019-05-02-group-relationships.png)"
},
{
"date": "Apr 07, 2019",
"title": "Enhancement: edit relationships",
"description": "In a contact profile page, you can now edit a relationship, for a real or even a partial contact. ![image](img/changelogs/2019-04-07-edit-relationship.png)"
},
{
"date": "Mar 28, 2019",
"title": "Enhancement: gender type/sex",
"description": "Gender is now optional on a contact profile. In the [personalization tab of settings](settings/personalization), you can define a default gender, and you can attribute a type (sex) for each gender to ensure compatibility on Import/Export. ![image](img/changelogs/2019-03-28-gender-type.png)"
},
{
"date": "Jan 06, 2019",
"title": "Enhancement: comment when rating your day",
"description": "In the Journal, you can now add a comment after you rate your day. ![image](img/changelogs/2019-01-06-rate-day-comment.png)"
},
{
"date": "Jan 02, 2019",
"title": "Enhancement: number of life events",
"description": "You can now see the number of life events when loading the contact profile page. This lets you know if there is something important that needs to be seen when looking at a contact."
},
{
"date": "Dec 26, 2018",
"title": "Enhancement: LinkedIn address",
"description": "The LinkedIn address, which was under Work Information, has been moved to the Contact Information box."
},
{
"date": "Dec 22, 2018",
"title": "New feature: weather and temperature",
"description": "You can now see the current weather on the profile page of a contact. This information is displayed if there is at least one address set on the contact. ![image](img/changelogs/2018_12_22_weather.png)"
},
{
"date": "Dec 19, 2018",
"title": "Security: recovery codes",
"description": "In the [security tab of settings](settings/security), you can now generate recovery codes. Recovery codes are useful if you have activated Two Factor Authentication but can not login with it for some reasons. With a recovery code you can bypass Two Factor Authentication using this one time code. Be careful though, those codes should be stored in a secure place as they may allow someone to gain access to your account. ![image](img/changelogs/2018-12-02-recovery-codes.png)"
},
{
"date": "Dec 16, 2018",
"title": "New feature: add latitude and longitude to addresses",
"description": "When you enter an address, you can now also add latitude and longitude. Note that these coordinates use the decimal degrees system (DD) and therefore should be formatted like `41.40338, 2.17403`."
},
{
"date": "Dec 13, 2018",
"title": "New feature: indicate how you felt during a phone call",
"description": "If a call made you feel something specific, like hope, fear or fondness, you can now record it. You have now access to up to 136 different emotions to express how you felt. ![image](img/changelogs/2018-12-13-emotions.png)"
},
{
"date": "Dec 12, 2018",
"title": "New feature: photos upload",
"description": "You can now add photos to a contact. Head over the profile of one of your contact and upload photos now. ![image](img/changelogs/2018-12-04-photo-upload.png)"
},
{
"date": "Dec 09, 2018",
"title": "New feature: indicate who initiated a phone call",
"description": "You can now indicate who has initiated a phone call. ![image](img/changelogs/2018-12-08-who-called.png)"
},
{
"date": "Dec 08, 2018",
"title": "New feature: edit a phone call",
"description": "You can finally edit a phone call. Moreover, logging phone call now happens inline and not in a popup anymore."
},
{
"date": "Nov 17, 2018",
"title": "New feature: tasks not related to contacts",
"description": "In the dashboard, you can now create tasks that are not linked to any contacts. ![image](img/changelogs/2018-11-17-custom-tasks.png)"
},
{
"date": "Nov 13, 2018",
"title": "Contacts for each tag in the Settings page",
"description": "In the [Tags tab](settings/tags) under the Settings page, you can now see which contacts are associated with each tag."
},
{
"date": "Oct 27, 2018",
"title": "New feature: documents upload",
"description": "You can now upload and attach documents to a contact. The only limitation is the size of those documents - apart from this limitation, you can upload any type of documents. ![image](img/changelogs/2018-10-27-documents.png)"
},
{
"date": "Oct 19, 2018",
"title": "New feature: archiving contact",
"description": "You can now archive a contact to no longer see him/her on the Dashboard, or the Contacts list. Archived contacts can still be found by search."
},
{
"date": "Sept 28, 2018",
"title": "New feature: life events",
"description": "You can now log major life events that happen to a contact. Like if the contact has had a surgery, or where he travelled to. You have access to nearly 50 different possible life events to document what happens to the people you care about. ![image](img/changelogs/2018-09-28-life-events.png)"
},
{
"date": "Sept 04, 2018",
"title": "New feature: conversations",
"description": "You can now log conversations that you have on social media or SMS or else. While you could already do that using notes, conversations is an easier way to record them using a nice user interface. ![image](img/changelogs/2018-09-04-conversations.png)"
},
{
"date": "Aug 17, 2018",
"title": "Set as favorite",
"description": "You can now set a contact as favorite. Favorites will always appear at the top of the contact list, no matter the filter you are using. ![image](img/changelogs/2018-08-17-favorite.png)"
},
{
"date": "Aug 17, 2018",
"title": "New activity report page",
"description": "When viewing a contact, you now have access to a new activity report page that will display useful statistics regarding all the activities you've done with a specific contact. ![image](img/changelogs/2018-08-17-activity-report.png)"
},
{
"date": "Aug 08, 2018",
"title": "Customization of activity types",
"description": "What you do with your friends is different than what I do with my friends. Therefore, you can now add, edit or delete activity types in the Settings tab. This is a premium feature. ![image](img/changelogs/2018-08-08-activity-types.png)"
},
{
"date": "May 23, 2018",
"title": "Debts on the dashboard",
"description": "We now display all the debts you owe (or the ones your contacts owe to you) on the dashboard. That way, it will be easier to keep an eye of who owes what. ![image](img/changelogs/2018-05-21-debts.png)"
},
{
"date": "May 21, 2018",
"title": "Support for nicknames",
"description": "Many of you have asked for it - we now support nicknames for your contacts. By default, if you set a nickname, we will display it after a contact name (like John Doe (Rambo)). You can choose how the nickname is displayed in your Settings - there are actually 7 different ways now to display a name. ![image](img/changelogs/2018-05-21-nicknames.png)"
},
{
"date": "May 04, 2018",
"title": "Disable automatic birthday reminders",
"description": "When you edit a contact, or manage a relationship, and add a birthday, we used to add a reminder for it automatically. This has annoyed you a lot, considering the number of emails you have sent about this. We've change this behaviour. You now have the option to decide if you want to be reminded for the birthday. Hope you like it! ![image](img/changelogs/2018-05-04-screenshot-macpro.png)"
},
{
"date": "Apr 21, 2018",
"title": "Stay in touch with your contacts",
"description": "You can now indicate if you want to stay in touch with someone at a regular interval. If you do, you will receive an email at a given number of days that you decide, reminding you to contact the person. This feature is available only if you have a paid account. ![image](img/changelogs/2018-04-21-stayintouch.gif)"
},
{
"date": "Apr 20, 2018",
"title": "New relationships",
"description": "You now have much more control on how you link contacts together. Before you could only have parent/child relationships and significant other relationships. Now you can have much more types of relationships, like uncle/nephew, lover, coworker, and so on. We hope you will like what we have done. ![image](img/changelogs/2018-04-14-relationships.png)"
},
{
"date": "Apr 15, 2018",
"title": "Introducing a new product changes section",
"description": "There is a new header now in Monica. It shows a bell that slowly pulsate, with a red dot, if there is a new feature or an important change in the application. You will not have to find out by yourself what has changed in the product. ![image](img/changelogs/2018-04-14-new-product-section.png)"
}
]
}

0
public/favicon.ico Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 236 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 62 KiB

BIN
public/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 44 KiB

1
public/img/monica.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500" version="1.1" viewBox="0 0 500 500"><title>Artboard 3.1</title><desc>Created using Figma</desc><g id="Canvas" transform="translate(-2984 68)"><clipPath id="clip-0" clip-rule="evenodd"><path fill="#FFF" d="M 2984 -68L 3484 -68L 3484 432L 2984 432L 2984 -68Z"/></clipPath><g id="Artboard 3.1" clip-path="url(#clip-0)"><g id="Group 2"><g id="Oval"><use fill="#2C2B29" transform="translate(3002.51 -26.4788)" xlink:href="#path0_fill"/></g><g id="Oval"><use fill="#FFF" transform="translate(3047.56 17.3456)" xlink:href="#path1_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="translate(2990 -39)" xlink:href="#path2_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="matrix(-1 0 0 1 3478 -39)" xlink:href="#path2_fill"/></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="translate(3265.32 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="translate(3292.63 154.768)" xlink:href="#path4_fill"/></g></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="matrix(-1 0 0 1 3203.93 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="matrix(-1 0 0 1 3176.62 154.768)" xlink:href="#path4_fill"/></g></g><g id="Oval 5"><use fill="#2C2B29" transform="translate(3200.22 256.501)" xlink:href="#path5_fill"/></g></g></g></g><defs><path id="path0_fill" fill-rule="evenodd" d="M 235.425 429.479C 349.64 429.479 476.369 356.022 460.345 214.739C 444.321 73.4567 349.64 0 235.425 0C 121.21 0 27.2705 64.3949 2.77082 214.739C -21.7289 365.084 121.21 429.479 235.425 429.479Z"/><path id="path1_fill" fill-rule="evenodd" d="M 188.85 344.334C 280.47 344.334 382.128 285.44 369.274 172.167C 356.42 58.8939 280.47 0 188.85 0C 97.2312 0 21.8755 51.6286 2.22266 172.167C -17.4302 292.706 97.2312 344.334 188.85 344.334Z"/><path id="path2_fill" fill-rule="evenodd" d="M 65.5865 165.28C 78.0014 165.322 83.3945 120.9 105.565 100.675C 125.919 82.1083 172.677 75.742 172.677 54.2762C 172.677 9.42729 124.055 0 81.1199 0C 38.1853 0 0 45.4903 0 90.3392C 0 135.188 41.7747 165.201 65.5865 165.28Z"/><path id="path3_fill" fill-rule="evenodd" d="M 69.6 154.572C 102.094 146.823 115.643 133.157 115.643 88.997C 115.643 44.8368 94.944 0 59.3049 0C 23.6657 0 0 31.8863 0 76.0465C 0 120.207 37.106 162.32 69.6 154.572Z"/><path id="path4_fill" fill-rule="evenodd" d="M 30.3863 66.4287C 39.2286 66.4287 41.8586 64.1715 45.8555 59.1037C 50.3374 53.421 53.6797 46.8294 52.5868 33.2144C 50.7608 10.465 41.1736 0 22.4162 0C 3.6587 0 -3.78365e-16 14.4228 0 33.2144C -3.78365e-16 52.0059 11.6288 66.4287 30.3863 66.4287Z"/><path id="path5_fill" fill-rule="evenodd" d="M 35.2906 50.085C 52.9487 50.085 70.0718 24.0956 70.0718 12.9499C 70.0718 1.80416 52.6939 0 35.0359 0C 17.3779 0 0 1.80416 0 12.9499C 0 24.0956 17.6326 50.085 35.2906 50.085Z"/></defs></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="140" height="140" version="1.1" viewBox="0 0 500 500"><title>Artboard 3.1</title><desc>Created using Figma</desc><g id="Canvas" transform="translate(-2984 68)"><clipPath id="clip-0" clip-rule="evenodd"><path fill="#FFF" d="M 2984 -68L 3484 -68L 3484 432L 2984 432L 2984 -68Z"/></clipPath><g id="Artboard 3.1" clip-path="url(#clip-0)"><g id="Group 2"><g id="Oval"><use fill="#2C2B29" transform="translate(3002.51 -26.4788)" xlink:href="#path0_fill"/></g><g id="Oval"><use fill="#FFF" transform="translate(3047.56 17.3456)" xlink:href="#path1_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="translate(2990 -39)" xlink:href="#path2_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="matrix(-1 0 0 1 3478 -39)" xlink:href="#path2_fill"/></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="translate(3265.32 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="translate(3292.63 154.768)" xlink:href="#path4_fill"/></g></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="matrix(-1 0 0 1 3203.93 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="matrix(-1 0 0 1 3176.62 154.768)" xlink:href="#path4_fill"/></g></g><g id="Oval 5"><use fill="#2C2B29" transform="translate(3200.22 256.501)" xlink:href="#path5_fill"/></g></g></g></g><defs><path id="path0_fill" fill-rule="evenodd" d="M 235.425 429.479C 349.64 429.479 476.369 356.022 460.345 214.739C 444.321 73.4567 349.64 0 235.425 0C 121.21 0 27.2705 64.3949 2.77082 214.739C -21.7289 365.084 121.21 429.479 235.425 429.479Z"/><path id="path1_fill" fill-rule="evenodd" d="M 188.85 344.334C 280.47 344.334 382.128 285.44 369.274 172.167C 356.42 58.8939 280.47 0 188.85 0C 97.2312 0 21.8755 51.6286 2.22266 172.167C -17.4302 292.706 97.2312 344.334 188.85 344.334Z"/><path id="path2_fill" fill-rule="evenodd" d="M 65.5865 165.28C 78.0014 165.322 83.3945 120.9 105.565 100.675C 125.919 82.1083 172.677 75.742 172.677 54.2762C 172.677 9.42729 124.055 0 81.1199 0C 38.1853 0 0 45.4903 0 90.3392C 0 135.188 41.7747 165.201 65.5865 165.28Z"/><path id="path3_fill" fill-rule="evenodd" d="M 69.6 154.572C 102.094 146.823 115.643 133.157 115.643 88.997C 115.643 44.8368 94.944 0 59.3049 0C 23.6657 0 0 31.8863 0 76.0465C 0 120.207 37.106 162.32 69.6 154.572Z"/><path id="path4_fill" fill-rule="evenodd" d="M 30.3863 66.4287C 39.2286 66.4287 41.8586 64.1715 45.8555 59.1037C 50.3374 53.421 53.6797 46.8294 52.5868 33.2144C 50.7608 10.465 41.1736 0 22.4162 0C 3.6587 0 -3.78365e-16 14.4228 0 33.2144C -3.78365e-16 52.0059 11.6288 66.4287 30.3863 66.4287Z"/><path id="path5_fill" fill-rule="evenodd" d="M 35.2906 50.085C 52.9487 50.085 70.0718 24.0956 70.0718 12.9499C 70.0718 1.80416 52.6939 0 35.0359 0C 17.3779 0 0 1.80416 0 12.9499C 0 24.0956 17.6326 50.085 35.2906 50.085Z"/></defs></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="192" height="192" version="1.1" viewBox="0 0 500 500"><title>Artboard 3.1</title><desc>Created using Figma</desc><g id="Canvas" transform="translate(-2984 68)"><clipPath id="clip-0" clip-rule="evenodd"><path fill="#FFF" d="M 2984 -68L 3484 -68L 3484 432L 2984 432L 2984 -68Z"/></clipPath><g id="Artboard 3.1" clip-path="url(#clip-0)"><g id="Group 2"><g id="Oval"><use fill="#2C2B29" transform="translate(3002.51 -26.4788)" xlink:href="#path0_fill"/></g><g id="Oval"><use fill="#FFF" transform="translate(3047.56 17.3456)" xlink:href="#path1_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="translate(2990 -39)" xlink:href="#path2_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="matrix(-1 0 0 1 3478 -39)" xlink:href="#path2_fill"/></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="translate(3265.32 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="translate(3292.63 154.768)" xlink:href="#path4_fill"/></g></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="matrix(-1 0 0 1 3203.93 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="matrix(-1 0 0 1 3176.62 154.768)" xlink:href="#path4_fill"/></g></g><g id="Oval 5"><use fill="#2C2B29" transform="translate(3200.22 256.501)" xlink:href="#path5_fill"/></g></g></g></g><defs><path id="path0_fill" fill-rule="evenodd" d="M 235.425 429.479C 349.64 429.479 476.369 356.022 460.345 214.739C 444.321 73.4567 349.64 0 235.425 0C 121.21 0 27.2705 64.3949 2.77082 214.739C -21.7289 365.084 121.21 429.479 235.425 429.479Z"/><path id="path1_fill" fill-rule="evenodd" d="M 188.85 344.334C 280.47 344.334 382.128 285.44 369.274 172.167C 356.42 58.8939 280.47 0 188.85 0C 97.2312 0 21.8755 51.6286 2.22266 172.167C -17.4302 292.706 97.2312 344.334 188.85 344.334Z"/><path id="path2_fill" fill-rule="evenodd" d="M 65.5865 165.28C 78.0014 165.322 83.3945 120.9 105.565 100.675C 125.919 82.1083 172.677 75.742 172.677 54.2762C 172.677 9.42729 124.055 0 81.1199 0C 38.1853 0 0 45.4903 0 90.3392C 0 135.188 41.7747 165.201 65.5865 165.28Z"/><path id="path3_fill" fill-rule="evenodd" d="M 69.6 154.572C 102.094 146.823 115.643 133.157 115.643 88.997C 115.643 44.8368 94.944 0 59.3049 0C 23.6657 0 0 31.8863 0 76.0465C 0 120.207 37.106 162.32 69.6 154.572Z"/><path id="path4_fill" fill-rule="evenodd" d="M 30.3863 66.4287C 39.2286 66.4287 41.8586 64.1715 45.8555 59.1037C 50.3374 53.421 53.6797 46.8294 52.5868 33.2144C 50.7608 10.465 41.1736 0 22.4162 0C 3.6587 0 -3.78365e-16 14.4228 0 33.2144C -3.78365e-16 52.0059 11.6288 66.4287 30.3863 66.4287Z"/><path id="path5_fill" fill-rule="evenodd" d="M 35.2906 50.085C 52.9487 50.085 70.0718 24.0956 70.0718 12.9499C 70.0718 1.80416 52.6939 0 35.0359 0C 17.3779 0 0 1.80416 0 12.9499C 0 24.0956 17.6326 50.085 35.2906 50.085Z"/></defs></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" version="1.1" viewBox="0 0 500 500"><title>Artboard 3.1</title><desc>Created using Figma</desc><g id="Canvas" transform="translate(-2984 68)"><clipPath id="clip-0" clip-rule="evenodd"><path fill="#FFF" d="M 2984 -68L 3484 -68L 3484 432L 2984 432L 2984 -68Z"/></clipPath><g id="Artboard 3.1" clip-path="url(#clip-0)"><g id="Group 2"><g id="Oval"><use fill="#2C2B29" transform="translate(3002.51 -26.4788)" xlink:href="#path0_fill"/></g><g id="Oval"><use fill="#FFF" transform="translate(3047.56 17.3456)" xlink:href="#path1_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="translate(2990 -39)" xlink:href="#path2_fill"/></g><g id="Oval 2"><use fill="#2C2B29" transform="matrix(-1 0 0 1 3478 -39)" xlink:href="#path2_fill"/></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="translate(3265.32 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="translate(3292.63 154.768)" xlink:href="#path4_fill"/></g></g><g id="Group"><g id="Oval 4"><use fill="#2B2A28" transform="matrix(-1 0 0 1 3203.93 122.647)" xlink:href="#path3_fill"/></g><g id="Oval 3"><use fill="#FFF" transform="matrix(-1 0 0 1 3176.62 154.768)" xlink:href="#path4_fill"/></g></g><g id="Oval 5"><use fill="#2C2B29" transform="translate(3200.22 256.501)" xlink:href="#path5_fill"/></g></g></g></g><defs><path id="path0_fill" fill-rule="evenodd" d="M 235.425 429.479C 349.64 429.479 476.369 356.022 460.345 214.739C 444.321 73.4567 349.64 0 235.425 0C 121.21 0 27.2705 64.3949 2.77082 214.739C -21.7289 365.084 121.21 429.479 235.425 429.479Z"/><path id="path1_fill" fill-rule="evenodd" d="M 188.85 344.334C 280.47 344.334 382.128 285.44 369.274 172.167C 356.42 58.8939 280.47 0 188.85 0C 97.2312 0 21.8755 51.6286 2.22266 172.167C -17.4302 292.706 97.2312 344.334 188.85 344.334Z"/><path id="path2_fill" fill-rule="evenodd" d="M 65.5865 165.28C 78.0014 165.322 83.3945 120.9 105.565 100.675C 125.919 82.1083 172.677 75.742 172.677 54.2762C 172.677 9.42729 124.055 0 81.1199 0C 38.1853 0 0 45.4903 0 90.3392C 0 135.188 41.7747 165.201 65.5865 165.28Z"/><path id="path3_fill" fill-rule="evenodd" d="M 69.6 154.572C 102.094 146.823 115.643 133.157 115.643 88.997C 115.643 44.8368 94.944 0 59.3049 0C 23.6657 0 0 31.8863 0 76.0465C 0 120.207 37.106 162.32 69.6 154.572Z"/><path id="path4_fill" fill-rule="evenodd" d="M 30.3863 66.4287C 39.2286 66.4287 41.8586 64.1715 45.8555 59.1037C 50.3374 53.421 53.6797 46.8294 52.5868 33.2144C 50.7608 10.465 41.1736 0 22.4162 0C 3.6587 0 -3.78365e-16 14.4228 0 33.2144C -3.78365e-16 52.0059 11.6288 66.4287 30.3863 66.4287Z"/><path id="path5_fill" fill-rule="evenodd" d="M 35.2906 50.085C 52.9487 50.085 70.0718 24.0956 70.0718 12.9499C 70.0718 1.80416 52.6939 0 35.0359 0C 17.3779 0 0 1.80416 0 12.9499C 0 24.0956 17.6326 50.085 35.2906 50.085Z"/></defs></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
public/img/monica_60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 904 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="35" version="1.1" viewBox="0 0 38 35"><title>Group</title><desc>Created using Figma</desc><g id="Canvas" transform="translate(-2230 679)"><g id="Group"><g id="Oval Copy 2"><use fill="#FFF" transform="translate(2231 -678)" xlink:href="#path0_fill"/></g><g id="Oval Copy"><use fill="#325776" transform="translate(2233 -676)" xlink:href="#path1_fill"/></g><g id="Oval 2 Copy 2"><use fill="#FFF" transform="translate(2230 -679)" xlink:href="#path2_fill"/></g><g id="Oval 2 Copy"><use fill="#FFF" transform="matrix(-1 0 0 1 2268 -679)" xlink:href="#path2_fill"/></g><g id="Group 2"><g id="Oval 4 Copy"><use fill="#FFF" transform="matrix(-1 0 0 1 2246.62 -667)" xlink:href="#path3_fill"/></g><g id="Oval 3 Copy"><use fill="#325776" transform="matrix(-1 0 0 1 2244 -664)" xlink:href="#path4_fill"/></g></g><g id="Group 2"><g id="Oval 4 Copy"><use fill="#FFF" transform="translate(2251.38 -667)" xlink:href="#path3_fill"/></g><g id="Oval 3 Copy"><use fill="#325776" transform="translate(2254 -664)" xlink:href="#path4_fill"/></g></g><g id="Oval 5 Copy"><use fill="#FFF" transform="translate(2246 -655)" xlink:href="#path5_fill"/></g></g></g><defs><path id="path0_fill" fill-rule="evenodd" d="M 17.8459 34C 26.5037 34 36.1102 28.1847 34.8956 17C 33.6809 5.81526 26.5037 0 17.8459 0C 9.18812 0 2.06719 5.09787 0.210036 17C -1.64711 28.9021 9.18812 34 17.8459 34Z"/><path id="path1_fill" fill-rule="evenodd" d="M 15.8064 30C 23.4747 30 31.9833 24.8689 30.9075 15C 29.8316 5.13111 23.4747 0 15.8064 0C 8.13805 0 1.83094 4.49812 0.186032 15C -1.45887 25.5019 8.13805 30 15.8064 30Z"/><path id="path2_fill" fill-rule="evenodd" d="M 4.55786 11C 5.42062 11.0027 5.79541 8.04633 7.33616 6.70028C 8.75058 5.4646 12 5.0409 12 3.61227C 12 0.62742 8.62104 0 5.63734 0C 2.65365 0 0 3.02754 0 6.01239C 0 8.99725 2.90309 10.9947 4.55786 11Z"/><path id="path3_fill" fill-rule="evenodd" d="M 5.10229 12.0583C 7.61151 11.4105 8.04605 10.8465 8.80103 6.91528C 9.55601 2.98403 6.9481 0 4.19602 0C 1.44394 0 0 2.38366 0 6.07554C 0 9.76742 2.59308 12.7062 5.10229 12.0583Z"/><path id="path4_fill" fill-rule="evenodd" d="M 2.30219 5C 2.97212 5 3.17138 4.8301 3.4742 4.44865C 3.81377 4.02093 4.067 3.52479 3.9842 2.5C 3.84585 0.78769 3.11948 0 1.69834 0C 0.277198 0 -2.86665e-17 1.08559 0 2.5C -2.86665e-17 3.91441 0.881047 5 2.30219 5Z"/><path id="path5_fill" fill-rule="evenodd" d="M 3.02181 4C 4.53381 4 6 1.92438 6 1.03423C 6 0.144088 4.512 0 3 0C 1.488 0 0 0.144088 0 1.03423C 0 1.92438 1.50981 4 3.02181 4Z"/></defs></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Bigkitchen</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M15,0 L0.964,0"/><path id="path-3" d="M2.857,0 L7.143,0 L10,12 L0,12 L2.857,0 L2.857,0 Z"/></defs><g id="filled" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(-719.000000, -1558.000000)"><path id="Fill-2638" fill="#E4AD40" d="M748,1599 L762,1599 L762,1611 L748,1611 L748,1599 Z"/><path id="Fill-2640" fill="#314E55" d="M762,1612 L748,1612 C747.447,1612 747,1611.553 747,1611 L747,1599 C747,1598.447 747.447,1598 748,1598 L762,1598 C762.553,1598 763,1598.447 763,1599 L763,1611 C763,1611.553 762.553,1612 762,1612 L762,1612 Z M749,1610 L761,1610 L761,1600 L749,1600 L749,1610 Z"/><g id="Group-2643" transform="translate(747.000000, 1605.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-2641" fill="#D8D8D8" d="M0.964,0 L15,0" mask="url(#mask-2)"/></g><path id="Fill-2644" fill="#314E55" d="M746.964,1604 L763,1604 L763,1606 L746.964,1606 L746.964,1604 Z"/><path id="Fill-2645" fill="#D8D8D8" d="M736,1599 L748,1599 L748,1611 L736,1611 L736,1599 Z"/><path id="Fill-2647" fill="#314E55" d="M748,1612 L736,1612 C735.447,1612 735,1611.553 735,1611 L735,1599 C735,1598.447 735.447,1598 736,1598 L748,1598 C748.553,1598 749,1598.447 749,1599 L749,1611 C749,1611.553 748.553,1612 748,1612 L748,1612 Z M737,1610 L747,1610 L747,1600 L737,1600 L737,1610 Z"/><path id="Fill-2648" fill="#E4AD40" d="M721,1599 L736,1599 L736,1611 L721,1611 L721,1599 Z"/><path id="Fill-2650" fill="#314E55" d="M736,1612 L721,1612 C720.447,1612 720,1611.553 720,1611 L720,1599 C720,1598.447 720.447,1598 721,1598 L736,1598 C736.553,1598 737,1598.447 737,1599 L737,1611 C737,1611.553 736.553,1612 736,1612 L736,1612 Z M722,1610 L735,1610 L735,1600 L722,1600 L722,1610 Z"/><path id="Fill-2651" fill="#D8D8D8" d="M762,1579 L776,1579 L776,1611 L762,1611 L762,1579 Z"/><path id="Fill-2653" fill="#314E55" d="M776,1612 L762,1612 C761.447,1612 761,1611.553 761,1611 L761,1579 C761,1578.447 761.447,1578 762,1578 L776,1578 C776.553,1578 777,1578.447 777,1579 L777,1611 C777,1611.553 776.553,1612 776,1612 L776,1612 Z M763,1610 L775,1610 L775,1580 L763,1580 L763,1610 Z"/><path id="Fill-2654" fill="#314E55" d="M761,1591 L777,1591 L777,1593 L761,1593 L761,1591 Z"/><path id="Fill-2655" fill="#314E55" d="M764,1585 L766,1585 L766,1590 L764,1590 L764,1585 Z"/><path id="Fill-2656" fill="#314E55" d="M764,1594 L766,1594 L766,1599 L764,1599 L764,1594 Z"/><path id="Fill-2657" fill="#314E55" d="M732,1601 L734,1601 L734,1606 L732,1606 L732,1601 Z"/><path id="Fill-2658" fill="#B48E7A" d="M739,1602 L745,1602 L745,1607 L739,1607 L739,1602 Z"/><path id="Fill-2660" fill="#314E55" d="M745,1608 L739,1608 C738.447,1608 738,1607.553 738,1607 L738,1602 C738,1601.447 738.447,1601 739,1601 L745,1601 C745.553,1601 746,1601.447 746,1602 L746,1607 C746,1607.553 745.553,1608 745,1608 L745,1608 Z M740,1606 L744,1606 L744,1603 L740,1603 L740,1606 Z"/><path id="Fill-2661" fill="#314E55" d="M733,1588 L751,1588 L751,1590 L733,1590 L733,1588 Z"/><g id="Group-2664" transform="translate(737.000000, 1577.000000)"><mask id="mask-4" fill="#fff"><use xlink:href="#path-3"/></mask><path id="Fill-2662" fill="#D8D8D8" d="M0,0 L10,0 L10,12 L0,12 L0,0 Z" mask="url(#mask-4)"/></g><path id="Fill-2665" fill="#314E55" d="M747.019,1590 C747.015,1590.001 747.008,1590.001 747,1590 L737,1590 C736.694,1590 736.405,1589.86 736.215,1589.62 C736.025,1589.38 735.956,1589.066 736.027,1588.769 L738.885,1576.769 C738.992,1576.318 739.394,1576 739.857,1576 L744.143,1576 C744.606,1576 745.008,1576.318 745.115,1576.769 L747.928,1588.581 C747.987,1588.708 748.019,1588.851 748.019,1589 C748.019,1589.553 747.572,1590 747.019,1590 L747.019,1590 Z M738.266,1588 L745.734,1588 L743.352,1578 L740.648,1578 L738.266,1588 L738.266,1588 Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Cocktail</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M0.824,0 L28.608,0 L14.716,8.385 L0.824,0 L0.824,0 Z"/><path id="path-3" d="M2,4 C3.105,4 4,3.105 4,2 C4,0.895 3.105,0 2,0 C0.895,0 0,0.895 0,2 C0,3.105 0.895,4 2,4 L2,4 Z"/><path id="path-5" d="M2.5,5 C3.881,5 5,3.881 5,2.5 C5,1.119 3.881,0 2.5,0 C1.119,0 0,1.119 0,2.5 C0,3.881 1.119,5 2.5,5 L2.5,5 Z"/></defs><g id="colored" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(-720.000000, -359.000000)"><g id="Group-636" transform="translate(735.000000, 388.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-634" fill="#F68CAC" d="M0.824,0 L28.608,0 L28.608,8.385 L0.824,8.385 L0.824,0 Z" mask="url(#mask-2)"/></g><path id="Fill-637" fill="#314E55" d="M749.716,397.385 C749.537,397.385 749.358,397.337 749.199,397.241 L735.308,388.856 C734.923,388.624 734.74,388.165 734.861,387.732 C734.981,387.299 735.375,387 735.824,387 L763.608,387 C764.058,387 764.451,387.299 764.571,387.732 C764.692,388.165 764.51,388.624 764.125,388.856 L750.232,397.241 C750.073,397.337 749.894,397.385 749.716,397.385 L749.716,397.385 Z M739.416,389 L749.716,395.217 L760.017,389 L739.416,389 L739.416,389 Z"/><path id="Fill-638" fill="#314E55" d="M749.716,397.385 C749.537,397.385 749.358,397.337 749.199,397.241 L725.367,382.856 C724.982,382.624 724.8,382.165 724.921,381.732 C725.041,381.299 725.435,381 725.884,381 L773.548,381 C773.997,381 774.391,381.299 774.511,381.732 C774.632,382.165 774.449,382.624 774.064,382.856 L750.232,397.241 C750.073,397.337 749.894,397.385 749.716,397.385 L749.716,397.385 Z M729.476,383 L749.716,395.217 L769.956,383 L729.476,383 L729.476,383 Z"/><path id="Fill-639" fill="#314E55" d="M752,389.001 C751.905,389.001 751.809,388.987 751.712,388.958 C751.184,388.799 750.884,388.242 751.042,387.713 L755.961,371.345 C756.021,371.144 756.144,370.967 756.31,370.839 L765.297,363.957 C765.737,363.622 766.364,363.704 766.699,364.143 C767.035,364.582 766.952,365.209 766.514,365.545 L757.783,372.23 L752.958,388.288 C752.827,388.721 752.431,389.001 752,389.001"/><path id="Fill-640" fill="#314E55" d="M749,395 L751,395 L751,411.036 L749,411.036 L749,395 Z"/><path id="Fill-641" fill="#314E55" d="M758,414 C757.51,414 757.102,413.647 757.017,413.182 C756.536,412.755 754.074,412 750,412 C745.926,412 743.464,412.755 742.983,413.182 C742.898,413.647 742.49,414 742,414 C741.447,414 741,413.552 741,413 C741,410.145 748.497,410 750,410 C751.503,410 759,410.145 759,413 C759,413.552 758.553,414 758,414"/><g id="Group-644" transform="translate(744.000000, 371.000000)"><mask id="mask-4" fill="#fff"><use xlink:href="#path-3"/></mask><path id="Fill-642" fill="#F68CAC" d="M0,0 L4,0 L4,4 L0,4 L0,0 Z" mask="url(#mask-4)"/></g><path id="Fill-645" fill="#314E55" d="M746,376 C744.346,376 743,374.654 743,373 C743,371.346 744.346,370 746,370 C747.654,370 749,371.346 749,373 C749,374.654 747.654,376 746,376 L746,376 Z M746,372 C745.448,372 745,372.449 745,373 C745,373.551 745.448,374 746,374 C746.552,374 747,373.551 747,373 C747,372.449 746.552,372 746,372 L746,372 Z"/><g id="Group-648" transform="translate(732.000000, 362.000000)"><mask id="mask-6" fill="#fff"><use xlink:href="#path-5"/></mask><path id="Fill-646" fill="#F68CAC" d="M0,0 L5,0 L5,5 L0,5 L0,0 Z" mask="url(#mask-6)"/></g><path id="Fill-649" fill="#314E55" d="M734.5,368 C732.57,368 731,366.43 731,364.5 C731,362.57 732.57,361 734.5,361 C736.43,361 738,362.57 738,364.5 C738,366.43 736.43,368 734.5,368 L734.5,368 Z M734.5,363 C733.673,363 733,363.673 733,364.5 C733,365.327 733.673,366 734.5,366 C735.327,366 736,365.327 736,364.5 C736,363.673 735.327,363 734.5,363 L734.5,363 Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Businessman</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M2.458,14.951 C3.733,19.616 7.523,23 12,23 C16.477,23 20.267,19.616 21.542,14.951 C22.94,14.696 24,13.472 24,12 C24,10.614 23.06,9.447 21.783,9.103 C20.824,3.902 16.808,0 12,0 C7.192,0 3.176,3.902 2.218,9.103 C0.94,9.447 0,10.614 0,12 C0,13.472 1.06,14.696 2.458,14.951 L2.458,14.951 Z"/><path id="path-3" d="M2.458,14.951 C3.733,19.616 7.523,23 12,23 C16.477,23 20.267,19.616 21.542,14.951 C22.94,14.696 24,13.472 24,12 C24,10.614 23.06,9.447 21.783,9.103 C20.824,3.902 16.808,0 12,0 C7.192,0 3.176,3.902 2.217,9.103 C0.94,9.447 0,10.614 0,12 C0,13.472 1.06,14.696 2.458,14.951 L2.458,14.951 Z"/><path id="path-5" d="M22,11 C22,4.925 17.075,0 11,0 C4.925,0 0,4.925 0,11 L22,11 L22,11 Z"/><path id="path-7" d="M22,11 C22,4.925 17.075,0 11,0 C4.925,0 0,4.925 0,11 L22,11 L22,11 Z"/></defs><g id="outlined" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(-118.000000, -951.000000)"><g id="Group-1242" transform="translate(122.000000, 955.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-1240" fill="#5ECB66" d="M0,0 L24,0 L24,23 L0,23 L0,0 Z" mask="url(#mask-2)"/></g><path id="Fill-1243" fill="#314E55" d="M134,979 C129.324,979 125.231,975.717 123.657,970.769 C122.085,970.212 121,968.716 121,967 C121,965.413 121.94,963.993 123.351,963.355 C124.595,957.9 128.994,954 134,954 C139.006,954 143.405,957.9 144.649,963.355 C146.06,963.993 147,965.413 147,967 C147,968.716 145.915,970.212 144.343,970.769 C142.769,975.717 138.676,979 134,979 L134,979 Z M134,956 C129.787,956 126.086,959.484 125.201,964.285 C125.131,964.664 124.849,964.969 124.477,965.069 C123.607,965.303 123,966.098 123,967 C123,967.967 123.689,968.794 124.637,968.968 C125.016,969.036 125.321,969.316 125.423,969.688 C126.618,974.062 130.065,977 134,977 C137.935,977 141.382,974.062 142.577,969.688 C142.679,969.316 142.984,969.036 143.363,968.968 C144.311,968.794 145,967.967 145,967 C145,966.098 144.393,965.303 143.523,965.069 C143.15,964.969 142.869,964.664 142.799,964.285 C141.914,959.484 138.214,956 134,956 L134,956 Z"/><g id="Group-1246" transform="translate(151.000000, 974.000000)"><mask id="mask-4" fill="#fff"><use xlink:href="#path-3"/></mask><path id="Fill-1244" fill="#E65F58" d="M0,0 L24,0 L24,23 L0,23 L0,0 Z" mask="url(#mask-4)"/></g><path id="Fill-1247" fill="#314E55" d="M163,998 C158.324,998 154.231,994.717 152.657,989.769 C151.085,989.212 150,987.716 150,986 C150,984.413 150.94,982.993 152.351,982.356 C153.595,976.9 157.994,973 163,973 C168.006,973 172.405,976.9 173.649,982.356 C175.06,982.993 176,984.413 176,986 C176,987.716 174.915,989.212 173.343,989.769 C171.769,994.717 167.676,998 163,998 L163,998 Z M163,975 C158.787,975 155.086,978.484 154.201,983.285 C154.131,983.664 153.849,983.969 153.477,984.069 C152.607,984.303 152,985.098 152,986 C152,986.967 152.689,987.794 153.637,987.968 C154.016,988.036 154.321,988.316 154.423,988.688 C155.618,993.062 159.065,996 163,996 C166.935,996 170.382,993.062 171.577,988.688 C171.679,988.316 171.984,988.036 172.363,987.968 C173.312,987.794 174,986.967 174,986 C174,985.098 173.393,984.303 172.522,984.069 C172.15,983.969 171.869,983.664 171.799,983.285 C170.914,978.484 167.214,975 163,975 L163,975 Z"/><g id="Group-1250" transform="translate(123.000000, 978.000000)"><mask id="mask-6" fill="#fff"><use xlink:href="#path-5"/></mask><path id="Fill-1248" fill="#5ECB66" d="M0,0 L22,0 L22,11 L0,11 L0,0 Z" mask="url(#mask-6)"/></g><path id="Fill-1251" fill="#314E55" d="M145,990 L123,990 C122.448,990 122,989.553 122,989 C122,982.383 127.383,977 134,977 C140.617,977 146,982.383 146,989 C146,989.553 145.552,990 145,990 L145,990 Z M124.05,988 L143.95,988 C143.447,982.954 139.176,979 134,979 C128.824,979 124.553,982.954 124.05,988 L124.05,988 Z"/><g id="Group-1254" transform="translate(152.000000, 997.000000)"><mask id="mask-8" fill="#fff"><use xlink:href="#path-7"/></mask><path id="Fill-1252" fill="#E65F58" d="M0,0 L22,0 L22,11 L0,11 L0,0 Z" mask="url(#mask-8)"/></g><path id="Fill-1255" fill="#314E55" d="M174,1009 L152,1009 C151.448,1009 151,1008.553 151,1008 C151,1001.383 156.383,996 163,996 C169.617,996 175,1001.383 175,1008 C175,1008.553 174.552,1009 174,1009 L174,1009 Z M153.05,1007 L172.95,1007 C172.447,1001.954 168.176,998 163,998 C157.824,998 153.553,1001.954 153.05,1007 L153.05,1007 Z"/><path id="Fill-1256" fill="#314E55" d="M147,957 L164.033,957 L164.033,959 L147,959 L147,957 Z"/><path id="Fill-1257" fill="#314E55" d="M162,957 L164,957 L164,970.045 L162,970.045 L162,957 Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Tvstand</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M0,1 L34,1 L33,0 L33,20 L34,19 L0,19 L1,20 L1,0 L0,1 L0,1 Z"/><path id="path-3" d="M0,0 L34,0 L34,20 L0,20 L0,0 Z"/></defs><g id="filled" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(-839.000000, -478.000000)"><path id="Fill-345" fill="#73C9C9" d="M847,516 L868,516 L868,527 L847,527 L847,516 Z"/><path id="Fill-347" fill="#314E55" d="M868,528 L847,528 C846.447,528 846,527.552 846,527 L846,516 C846,515.448 846.447,515 847,515 L868,515 C868.553,515 869,515.448 869,516 L869,527 C869,527.552 868.553,528 868,528 L868,528 Z M848,526 L867,526 L867,517 L848,517 L848,526 Z"/><path id="Fill-348" fill="#73C9C9" d="M868,516 L889,516 L889,527 L868,527 L868,516 Z"/><path id="Fill-350" fill="#314E55" d="M889,528 L868,528 C867.447,528 867,527.552 867,527 L867,516 C867,515.448 867.447,515 868,515 L889,515 C889.553,515 890,515.448 890,516 L890,527 C890,527.552 889.553,528 889,528 L889,528 Z M869,526 L888,526 L888,517 L869,517 L869,526 Z"/><path id="Fill-351" fill="#314E55" d="M846,526 L848,526 L848,531 L846,531 L846,526 Z"/><path id="Fill-352" fill="#314E55" d="M888,526 L890,526 L890,531 L888,531 L888,526 Z"/><path id="Fill-353" fill="#314E55" d="M876,521 L882,521 L882,523 L876,523 L876,521 Z"/><path id="Fill-354" fill="#314E55" d="M854,521 L860,521 L860,523 L854,523 L854,521 Z"/><path id="Fill-355" fill="#314E55" d="M863,512 L873,512 L873,514 L863,514 L863,512 Z"/><path id="Fill-356" fill="#314E55" d="M867,508 L869,508 L869,513 L867,513 L867,508 Z"/><g id="Group-359" transform="translate(851.000000, 489.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-357" fill="#E9E7D1" d="M0,0 L34,0 L34,20 L0,20 L0,0 Z" mask="url(#mask-2)"/></g><g id="Group-362" transform="translate(851.000000, 489.000000)"><mask id="mask-4" fill="#fff"><use xlink:href="#path-3"/></mask><path id="Fill-360" fill="#314E55" d="M34,22 L0,22 C-1.104,22 -2,21.104 -2,20 L-2,0 C-2,-1.104 -1.104,-2 0,-2 L34,-2 C35.104,-2 36,-1.104 36,0 L36,20 C36,21.104 35.104,22 34,22 L34,22 Z M2,18 L32,18 L32,2 L2,2 L2,18 Z" mask="url(#mask-4)"/></g></g></g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="52" height="41" version="1.1" viewBox="0 0 52 41"><title>Homecinema</title><desc>Created with Sketch.</desc><defs><rect id="path-1" width="52" height="28" x="0" y="0"/><mask id="mask-2" width="52" height="28" x="0" y="0" fill="#fff" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox"><use xlink:href="#path-1"/></mask><rect id="path-3" width="52" height="8" x="0" y="26"/><mask id="mask-4" width="52" height="8" x="0" y="0" fill="#fff" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox"><use xlink:href="#path-3"/></mask><rect id="path-5" width="2" height="2" x="25" y="29"/><mask id="mask-6" width="2" height="2" x="0" y="0" fill="#fff" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox"><use xlink:href="#path-5"/></mask></defs><g id="Page-1" fill="none" fill-rule="evenodd" stroke="none" stroke-linejoin="round" stroke-width="1"><g id="Homecinema" stroke="#314E55"><use id="Rectangle-1175" fill="#73C9C9" stroke-linecap="round" stroke-width="4" mask="url(#mask-2)" xlink:href="#path-1"/><use id="Rectangle-1175" fill="#D8D8D8" stroke-linecap="round" stroke-width="4" mask="url(#mask-4)" xlink:href="#path-3"/><path id="Line" stroke-linecap="round" stroke-width="2" d="M24,33 L11,40"/><path id="Line" stroke-linecap="round" stroke-width="2" d="M41,33 L28,40" transform="translate(34.500000, 36.500000) scale(-1, 1) translate(-34.500000, -36.500000)"/><path id="Line" stroke-linecap="square" stroke-width="2" d="M26,34 L26,38"/><use id="Rectangle-1180" stroke-linecap="round" stroke-width="4" mask="url(#mask-6)" xlink:href="#path-5"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Dollarpaper</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M1.077,12.073 C1.077,8.048 0,0 0,0 C0,0 18.667,2.08 28,2.08 C37.333,2.08 56,0 56,0 C56,0 54.923,7.579 54.923,11.368 C54.923,15.552 56,23.92 56,23.92 C56,23.92 37.333,26 28,26 C18.667,26 0,23.92 0,23.92 C0,23.92 1.077,16.022 1.077,12.073 L1.077,12.073 Z"/></defs><g id="outlined" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(-238.000000, -351.000000)"><g id="Group-457" transform="translate(240.000000, 372.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-455" fill="#5ECB66" d="M0,0 L56,0 L56,26 L0,26 L0,0 Z" mask="url(#mask-2)"/></g><path id="Fill-458" fill="#314E55" d="M268,399 C258.718,399 240.077,396.934 239.889,396.914 C239.622,396.884 239.377,396.747 239.211,396.535 C239.045,396.322 238.973,396.052 239.009,395.785 C239.02,395.707 240.077,387.908 240.077,384.073 C240.077,380.162 239.02,372.212 239.009,372.133 C238.968,371.828 239.07,371.521 239.285,371.301 C239.5,371.081 239.801,370.971 240.111,371.006 C240.297,371.027 258.829,373.08 268,373.08 C277.172,373.08 295.703,371.027 295.889,371.006 C296.2,370.972 296.502,371.082 296.718,371.304 C296.933,371.525 297.034,371.834 296.99,372.141 C296.979,372.216 295.923,379.694 295.923,383.369 C295.923,387.441 296.981,395.709 296.992,395.792 C297.026,396.058 296.952,396.327 296.786,396.538 C296.621,396.749 296.377,396.884 296.111,396.914 C295.923,396.934 277.282,399 268,399 L268,399 Z M241.125,395.036 C245.139,395.465 260.07,397 268,397 C275.936,397 290.878,395.463 294.882,395.035 C294.596,392.665 293.923,386.745 293.923,383.369 C293.923,380.457 294.53,375.471 294.837,373.131 C290.458,373.596 275.867,375.08 268,375.08 C260.127,375.08 245.521,373.594 241.153,373.13 C241.457,375.573 242.077,380.951 242.077,384.073 C242.077,387.236 241.416,392.756 241.125,395.036 L241.125,395.036 Z"/><path id="Fill-459" fill="#314E55" d="M268,387 C265.794,387 264,385.206 264,383 C264,380.794 265.794,379 268,379 C270.206,379 272,380.794 272,383 C272,383.552 271.552,384 271,384 C270.448,384 270,383.552 270,383 C270,381.897 269.103,381 268,381 C266.897,381 266,381.897 266,383 C266,384.103 266.897,385 268,385 C268.552,385 269,385.448 269,386 C269,386.552 268.552,387 268,387"/><path id="Fill-460" fill="#314E55" d="M268,395 C267.448,395 267,394.552 267,394 L267,392 C267,391.448 267.448,391 268,391 C268.552,391 269,391.448 269,392 L269,394 C269,394.552 268.552,395 268,395"/><path id="Fill-461" fill="#314E55" d="M268,381 C267.448,381 267,380.552 267,380 L267,378 C267,377.448 267.448,377 268,377 C268.552,377 269,377.448 269,378 L269,380 C269,380.552 268.552,381 268,381"/><path id="Fill-462" fill="#314E55" d="M268,393 C265.794,393 264,391.206 264,389 C264,388.448 264.448,388 265,388 C265.552,388 266,388.448 266,389 C266,390.103 266.897,391 268,391 C269.103,391 270,390.103 270,389 C270,387.897 269.103,387 268,387 C267.448,387 267,386.552 267,386 C267,385.448 267.448,385 268,385 C270.206,385 272,386.794 272,389 C272,391.206 270.206,393 268,393"/><path id="Fill-463" fill="#314E55" d="M286,375 L293,375 L293,377 L286,377 L286,375 Z"/><path id="Fill-464" fill="#314E55" d="M243,375 L250,375 L250,377 L243,377 L243,375 Z"/><path id="Fill-465" fill="#314E55" d="M286,392 L293,392 L293,394 L286,394 L286,392 Z"/><path id="Fill-466" fill="#314E55" d="M243,392 L250,392 L250,394 L243,394 L243,392 Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Giftbox</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M0,0 L40,0 L40,25.772 C40,27.555 38.553,29 36.777,29 L3.223,29 C1.443,29 0,27.562 0,25.772 L0,0 L0,0 Z"/></defs><g id="colored" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(-600.000000, -359.000000)"><path id="Fill-501" fill="#D8D8D8" d="M607,375 L653,375 L653,387 L607,387 L607,375 Z"/><path id="Fill-503" fill="#314E55" d="M653,388 L607,388 C606.447,388 606,387.552 606,387 L606,375 C606,374.448 606.447,374 607,374 L653,374 C653.553,374 654,374.448 654,375 L654,387 C654,387.552 653.553,388 653,388 L653,388 Z M608,386 L652,386 L652,376 L608,376 L608,386 Z"/><path id="Fill-504" fill="#EB86A5" d="M624,375 L636,375 L636,387 L624,387 L624,375 Z"/><path id="Fill-506" fill="#314E55" d="M636,388 L624,388 C623.447,388 623,387.552 623,387 L623,375 C623,374.448 623.447,374 624,374 L636,374 C636.553,374 637,374.448 637,375 L637,387 C637,387.552 636.553,388 636,388 L636,388 Z M625,386 L635,386 L635,376 L625,376 L625,386 Z"/><g id="Group-509" transform="translate(610.000000, 387.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-507" fill="#D8D8D8" d="M0,0 L40,0 L40,29 L0,29 L0,0 Z" mask="url(#mask-2)"/></g><path id="Fill-510" fill="#314E55" d="M646.777,417 L613.223,417 C610.894,417 609,415.104 609,412.772 L609,387 C609,386.448 609.447,386 610,386 L650,386 C650.553,386 651,386.448 651,387 L651,412.772 C651,415.104 649.106,417 646.777,417 L646.777,417 Z M611,388 L611,412.772 C611,414 611.997,415 613.223,415 L646.777,415 C648.003,415 649,414 649,412.772 L649,388 L611,388 L611,388 Z"/><path id="Fill-511" fill="#EB86A5" d="M626,387 L634,387 L634,416 L626,416 L626,387 Z"/><path id="Fill-513" fill="#314E55" d="M634,417 L626,417 C625.447,417 625,416.552 625,416 L625,387 C625,386.448 625.447,386 626,386 L634,386 C634.553,386 635,386.448 635,387 L635,416 C635,416.552 634.553,417 634,417 L634,417 Z M627,415 L633,415 L633,388 L627,388 L627,415 Z"/><path id="Fill-514" fill="#314E55" d="M632.085,375.105 L632.085,375.105 C630.231,375.105 628.829,374.446 628.139,373.25 C627.411,371.99 627.591,370.364 628.644,368.673 C629.579,367.174 631.126,365.752 633,364.67 C634.982,363.525 637.083,362.895 638.915,362.895 C640.77,362.895 642.171,363.554 642.861,364.75 C644.263,367.178 642.128,370.947 638,373.331 C636.018,374.475 633.917,375.105 632.085,375.105 L632.085,375.105 Z M638.915,364.895 C637.45,364.895 635.659,365.444 634,366.402 C632.405,367.323 631.106,368.505 630.342,369.731 C629.707,370.75 629.535,371.669 629.871,372.25 C630.185,372.794 630.991,373.105 632.085,373.105 C633.55,373.105 635.341,372.556 637,371.598 C640.317,369.683 641.839,366.979 641.129,365.75 C640.815,365.207 640.009,364.895 638.915,364.895 L638.915,364.895 Z"/><path id="Fill-515" fill="#314E55" d="M628.915,375.105 C627.083,375.105 624.982,374.475 623,373.331 C618.872,370.947 616.737,367.178 618.139,364.75 C618.829,363.554 620.231,362.895 622.085,362.895 C623.917,362.895 626.018,363.525 628,364.67 C629.874,365.752 631.421,367.174 632.356,368.673 C633.409,370.364 633.589,371.99 632.861,373.25 C632.171,374.446 630.769,375.105 628.915,375.105 L628.915,375.105 Z M622.085,364.895 C620.991,364.895 620.185,365.207 619.871,365.75 C619.161,366.979 620.683,369.683 624,371.598 C625.659,372.556 627.45,373.105 628.915,373.105 C630.009,373.105 630.815,372.794 631.129,372.25 C631.465,371.669 631.293,370.75 630.658,369.731 C629.895,368.505 628.595,367.323 627,366.402 C625.341,365.444 623.55,364.895 622.085,364.895 L622.085,364.895 Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60" version="1.1" viewBox="0 0 60 60"><title>Shoplove</title><desc>Created with Sketch.</desc><defs><path id="path-1" d="M3,0 L42,0 L45,44 L0,44 L3,0 L3,0 Z"/><path id="path-3" d="M0.655,5.441 C0.655,2.082 3.002,0.2 5.897,0.2 C7.292,0.2 8.561,0.746 9.5,1.635 C10.439,0.746 11.708,0.2 13.104,0.2 C15.998,0.2 18.345,2.082 18.345,5.441 C18.345,8.801 10.173,15.866 9.5,15.8 C8.78,15.866 0.655,8.801 0.655,5.441 L0.655,5.441 Z"/></defs><g id="colored" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="Imported-Layers" transform="translate(0.000000, -479.000000)"><g id="Group-455" transform="translate(7.000000, 492.000000)"><mask id="mask-2" fill="#fff"><use xlink:href="#path-1"/></mask><path id="Fill-453" fill="#EBEBEB" d="M0,0 L45,0 L45,44 L0,44 L0,0 Z" mask="url(#mask-2)"/></g><path id="Fill-456" fill="#314E55" d="M52.02,537 C52.013,536.999 52.007,536.999 52,537 L7,537 C6.723,537 6.458,536.885 6.269,536.683 C6.08,536.48 5.983,536.208 6.002,535.932 L9.002,491.932 C9.038,491.407 9.474,491 10,491 L49,491 C49.526,491 49.962,491.407 49.998,491.932 L52.984,535.734 C53.007,535.818 53.02,535.908 53.02,536 C53.02,536.552 52.572,537 52.02,537 L52.02,537 Z M8.07,535 L50.93,535 L48.066,493 L10.934,493 L8.07,535 L8.07,535 Z"/><path id="Fill-457" fill="#314E55" d="M36,493 L34,493 L34,492 C34,488.14 30.86,485 27,485 C23.14,485 20,488.14 20,492 L20,493 L18,493 L18,492 C18,487.038 22.038,483 27,483 C31.962,483 36,487.038 36,492 L36,493"/><path id="Fill-458" fill="#314E55" d="M41,493 L39,493 L39,492 C39,488.14 35.86,485 32,485 C28.14,485 25,488.14 25,492 L25,493 L23,493 L23,492 C23,487.038 27.038,483 32,483 C36.962,483 41,487.038 41,492 L41,493"/><g id="Group-461" transform="translate(20.000000, 506.000000)"><mask id="mask-4" fill="#fff"><use xlink:href="#path-3"/></mask><path id="Fill-459" fill="#73C9C9" d="M0.655,0.2 L18.345,0.2 L18.345,15.866 L0.655,15.866 L0.655,0.2 Z" mask="url(#mask-4)"/></g><path id="Fill-462" fill="#314E55" d="M29.51,522.8 L29.489,522.8 C29.465,522.8 29.44,522.799 29.414,522.796 C29.41,522.796 29.406,522.795 29.402,522.795 C28.019,522.629 24.225,518.741 24.061,518.572 C21.137,515.563 19.655,513.164 19.655,511.441 C19.655,507.767 22.222,505.2 25.897,505.2 C27.2,505.2 28.452,505.602 29.5,506.344 C30.548,505.602 31.8,505.2 33.104,505.2 C36.778,505.2 39.345,507.767 39.345,511.441 C39.345,515.095 31.392,522.562 29.591,522.795 C29.582,522.796 29.573,522.797 29.563,522.798 C29.544,522.799 29.527,522.8 29.51,522.8 L29.51,522.8 Z M25.897,507.2 C23.32,507.2 21.655,508.865 21.655,511.441 C21.655,513.923 27.846,519.66 29.493,520.705 C31.147,519.64 37.345,513.876 37.345,511.441 C37.345,508.865 35.68,507.2 33.104,507.2 C32.014,507.2 30.978,507.612 30.187,508.361 C29.802,508.727 29.198,508.727 28.812,508.361 C28.022,507.612 26.986,507.2 25.897,507.2 L25.897,507.2 Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="13" viewBox="0 0 17 13" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m16.9354 8.09873-.6318-1.29138c-.6084-1.46424-1.3887-1.3096-1.3887-1.3096.2854-.21653.4697-.55767.4697-.94148 0-.65429-.5347-1.1843-1.1941-1.1843s-1.1939.53018-1.1939 1.1843c0 .38415.1846.72546.4704.94199 0 0-.6826-.10034-1.2071.99256-.1678-.3634-1.2542-2.69929-1.6381-3.06893-.331-.3683-.72507-.54266-1.2378-.54823.42229-.28246.7006-.7612.7006-1.30319 0-.865924-.71029-1.57047-1.58325-1.57047s-1.58341.704546-1.58341 1.57047c0 .54199.2783 1.02073.70042 1.30302-.51579.00422-.91156.17859-1.24391.5484-.25654.28532-1.39522 2.58648-1.63407 3.07197-.49998-1.07368-1.21977-.99324-1.21977-.99324.28747-.21619.47346-.55868.47346-.94435 0-.65429-.53466-1.1843-1.1941-1.1843s-1.1941.53018-1.1941 1.1843c0 .38533.18547.72732.47278.94384 0 0-.79341-.12394-1.380596 1.30875l-.6319001 1.29088c-.07599127.15447-.1824129.58988.3002251.86138.438267.19747.734241-.0597.849671-.257l-.327593 1.57318h.711973v1.3207c0 .3739.30668.6781.68358.6781.20417 0 .38778-.0892.51324-.2307.12529.1395.3077.2277.51035.2277.37689 0 .68358-.3043.68358-.6781v-1.3177h.69412l-.44082-2.1725c.07582.02783.31876.11332.62374-.07335l.43521-.30388c.24854.03946.61218-.00371.85035-.43743l.40138-.76694-.58787 2.92408h.9498v1.97552c0 .469.38472.8508.85767.8508.30379 0 .57104-.1575.72353-.3946.15198.2396.42076.3988.72625.3988.47312 0 .85786-.3816.85786-.8508v-1.97972h.9926l-.6013-2.8632.3603.6811c.232.42209.5827.47437.8304.4403l.4696.32765c.4012.25869.7495.04081.8748-.09544v3.65861c0 .3741.3069.6783.6838.6783.2028 0 .3855-.0882.5106-.228.1255.1416.3091.2308.5136.2308.3769 0 .6836-.3042.6836-.678v-3.63405l.3652.70184c.0896.18314.4047.50657.8643.29646.4828-.24772.3821-.70893.3055-.86492zm-3.6852-3.54246c0-.51517.4209-.93253.9401-.93253s.9403.41753.9403.93253c0 .51501-.4211.93254-.9403.93254s-.9401-.41736-.9401-.93254zm-11.39086 0c0-.51517.42093-.93253.94029-.93253.51919 0 .94011.41753.94011.93253 0 .51501-.42092.93254-.94011.93254-.51919.00017-.94029-.41736-.94029-.93254zm5.32364-2.9858c0-.721912.59025-1.307235 1.31803-1.307235s1.31803.585323 1.31803 1.307235c0 .68566-.54384 1.30269-1.32262 1.30269-.75107 0-1.31344-.61686-1.31344-1.30269zm-1.61248 5.64885-.85511.59695c-.26504.16847-.51426-.00101-.58175-.13355-.10608-.20809-.40784-.79949-.40784-.79949l.6353 3.13087h-.6353v1.5807c0 .229-.18734.4149-.4182.4149-.23104 0-.41821-.1859-.41821-.4149v-1.5807h-.18734v1.5839c0 .229-.18718.4149-.41804.4149-.23103 0-.41821-.1859-.41821-.4149v-1.5839h-.65162l.65162-3.13087-.867011 1.66558c-.066811.13575-.242934.28668-.516128.17572-.196864-.07977-.271325-.32007-.177823-.50978l.62867-1.28498c.342722-.70269.573592-1.18497 1.255982-1.18497h1.21518c.67134 0 .90577.46728 1.23949 1.15159l.46632-.32563c.28985-.16105.47923-.01366.55709.09612.127.17892.08365.42647-.09707.55244zm5.4437-.15801-1.19703-2.31195.93143 4.43486h-.93143v2.24318c0 .3244-.2652.5875-.59246.5875-.32708 0-.59212-.2633-.59212-.5875v-2.24318h-.2652v2.23878c0 .3244-.26538.5875-.59246.5875-.32709 0-.59229-.2632-.59229-.5875v-2.23878h-.89167l.8915-4.43486-1.19682 2.31397c.06375-.23558-.07412-.97351-.83862-.79476l.7118-1.45361c.48519-.99544.81227-1.67857 1.77874-1.67857h1.72127c.96646 0 1.29356.68313 1.77896 1.67857l.7167 1.45361c-.3526-.11113-.9738.11753-.8403.79274zm5.5048 1.66322c-.2767.1285-.466-.07353-.5163-.17589l-.8677-1.66659v4.71785c0 .2291-.1873.415-.4184.415-.231 0-.4185-.1859-.4185-.415v-2.4199h-.1873v2.4167c0 .2291-.1876.415-.4186.415s-.4184-.1859-.4184-.415v-4.71465s-.4256.83321-.4304.84013c-.0779.10961-.295.26222-.5569.09612l-.8553-.59696c-.1806-.12597-.2149-.36745-.0969-.55244.216-.27049.487-.14502.5571-.09612l.4631.3231c.3342-.68532.5686-1.15345 1.2408-1.15345h1.216c.6828 0 .9138.48263 1.2569 1.18583l.6288 1.28599c.0935.18988.0157.42225-.178.51028z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="14" viewBox="0 0 15 14" width="15" xmlns="http://www.w3.org/2000/svg"><path d="m14.8904 3.80106c-.454-2.29569-2.052-3.782243-4.0858-3.782243-1.05321 0-2.17908.413977-3.28678 1.204293-1.10771-.809133-2.25173-1.22311-3.32312-1.22311-2.05198 0-3.649983 1.50537-4.085802 3.81988-.61741 3.33064 1.343772 7.73382 7.082052 10.12362l.32687.0565c.10538.001.21005-.0181.3087-.0565 5.73828-2.4274 7.68128-6.84944 7.06388-10.14244zm-7.33627 9.44624h-.09079c-3.39576-1.4113-5.35694-3.53765-6.22858-5.66399h2.19726l.76268-1.56182 1.45273 4.13981 1.67064-3.10487 1.16218 1.84408 1.65245-3.89515 1.0533 2.57795h2.5604c-.8535 2.10752-2.8328 4.23389-6.19227 5.66399zm6.44647-6.41668h-2.3425l-1.5072-3.72579-1.79776 4.21504-1.08955-1.71236-1.48905 2.7473-1.47089-4.19622-1.32561 2.67203h-1.997505c-.27115-.92715-.321002-1.90867-.145273-2.8602.345028-1.95698 1.670638-3.217734 3.359438-3.217734.98059 0 2.05198.432794 3.10521 1.241934l.21791.16935.19975-.16935c1.05323-.80914 2.12461-1.223117 3.08703-1.223117 1.6707 0 2.9963 1.241927 3.3595 3.180097.1789.95872.1227 1.94865-.1635 2.87902z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="16" viewBox="0 0 14 16" width="14" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m1.84745 8.79651c-.14227 0-.25761.11945-.25761.2668v6.13629c0 .4421.34601.8004.77283.8004h9.27383c.4268 0 .7728-.3583.7728-.8004v-6.13629c0-.14735-.1153-.2668-.2576-.2668-.1422 0-.2576.11945-.2576.2668v6.13629c0 .1474-.1153.2668-.2576.2668h-2.57605v-4.0019c0-.4421-.346-.8004-.77282-.8004h-2.57607c-.42682 0-.77282.3583-.77282.8004v4.0019h-2.57607c-.14228 0-.25761-.1194-.25761-.2668v-6.13629c0-.14735-.11534-.2668-.25761-.2668zm3.6065 2.66799c0-.1474.11534-.2668.25761-.2668h2.57607c.14227 0 .25761.1194.25761.2668v4.0019h-3.09129z"/><path d="m.77299 8.2629h.088102c.184248-.00186.361668-.07242.499758-.19876.01838-.0124.03562-.02651.05152-.04215l5.58724-5.96077 5.59139 5.96397c.0149.01466.031.02796.0481.03975.1381.12585.3152.19611.499.19796h.0881c.3116.00141.5927-.19373.7097-.49277.1261-.30533.0628-.65917-.1604-.8975l-6.22693-6.6387c-.30401-.3119065-.7939-.3119065-1.09792 0l-6.226106 6.6387c-.22324582.23833-.2865188.59217-.160489.8975.116986.29877.397637.49385.708935.49277zm-.180325-1.01863 6.226625-6.638426c.04749-.049563.11213-.077438.17955-.077438s.13206.027875.17955.077438l6.22761 6.638426c.0793.08456.1012.2104.0554.31829-.0383.1-.1313.16596-.2352.16675h-.0881c-.0681.00002-.1333-.02891-.1803-.08004-.0018-.00213-.0046-.00267-.0064-.00454-.0018-.00186-.0036-.0048-.006-.00666l-5.76108-6.14566-.00309-.00214-.00129-.004c-.0124-.01027-.02578-.01921-.03993-.02668-.01335-.01102-.02777-.02059-.04302-.02854-.01583-.00529-.03215-.00887-.04869-.01068-.03094-.01173-.06489-.01173-.09583 0-.01654.00181-.03286.00539-.04869.01068-.01525.00795-.02966.01752-.04302.02854-.01414.00747-.02752.01641-.03993.02668l-.00206.0032-.00309.00214-5.76241 6.14646c-.00232.00186-.00335.00453-.00567.0064s-.0049.00267-.0067.0048c-.046988.05113-.112168.08006-.180324.08004h-.087586c-.103871-.00079-.196901-.06675-.235195-.16675-.045749-.10789-.023852-.23373.055385-.31829z"/><path d="m8.03046 9.33011c.42681 0 .77282-.35835.77282-.80039v-1.86758c0-.44204-.34601-.80038-.77282-.80038h-2.06086c-.42682 0-.77282.35834-.77282.80038v1.86758c0 .44204.346.80039.77282.80039zm-2.31847-.80039v-1.86758c0-.14734.11534-.26679.25761-.26679h2.06086c.14227 0 .2576.11945.2576.26679v1.86758c0 .14735-.11533.2668-.2576.2668h-2.06086c-.14227 0-.25761-.11945-.25761-.2668z"/><path d="m6.22713 13.0652h-.25761c-.14227 0-.25761.1194-.25761.2668 0 .1473.11534.2668.25761.2668h.25761c.14227 0 .25761-.1195.25761-.2668 0-.1474-.11534-.2668-.25761-.2668z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="14" viewBox="0 0 17 14" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m4.96156 0c-1.368 0-2.48078 1.09896-2.48078 2.44999s1.11278 2.44999 2.48078 2.44999 2.48632-1.09896 2.48632-2.44999-1.11832-2.44999-2.48632-2.44999zm0 .349999c1.17647 0 2.12639.938121 2.12639 2.099991s-.94992 2.09999-2.12639 2.09999-2.12084-.93812-2.12084-2.09999.94437-2.099991 2.12084-2.099991zm10.84784 4.424251c-.0175.01873-.0308.0413-.0387.06563l-2.0932 5.66012h-1.5726c.1849-.2582.3069-.55368.299-.87498.0217-.51333-.3483-1.21151-.886-1.225h-6.20194v-1.57499c0-.60277-.39695-1.1273-.91368-1.49843-.51673-.37114-1.16348-.60156-1.7443-.60156s-1.22203.23042-1.738761.60156c-.516733.37113-.919219.89566-.919219 1.49843v6.99997c.00000885.0916.084421.175.177199.175h4.961561c.09278 0 .17719-.0834.1772-.175v-2.975h1.9658c-.03891.2388.01684.5233.13291.7h-.68111c-.53997.0354-.88082.3714-.88599.875.02358.5307.41925.8685.88599.875h9.21434c.0928 0 .1772-.0834.1772-.175v-1.4c0-.0916-.0844-.175-.1772-.175h-1.1629l2.2039-6.24528c.0066-.0175.0104-.03603.0111-.05469 0-.32082-.1795-.57574-.4264-.66718-.3066-.09291-.5257.00858-.7642.1914zm.6424.13672c.1037.0384.1823.1332.1883.32266l-2.2372 6.31637h-6.25176c-.22642 0-.33927-.0685-.41531-.1586-.11111-.1901-.14524-.3226-.07199-.514 2.10516-.039 3.95176-.0274 6.13546-.0274.072-.0001.1414-.0481.1662-.1148l2.1208-5.72584c.1224-.12137.222-.11724.3655-.09839zm-13.79382.16401c.48237 0 1.08155.20163 1.53941.53047.45786.32887.76417.7723.76417 1.21952v1.75c.00001.09163.08442.17498.1772.175h6.37914c.3655.13284.5271.51904.5316.87499-.0286.40344-.1758.71504-.5316.87504-2.11714 0-4.23429 0-6.35145 0-.54314-.2479-.98956-.67785-1.38437-1.06645-.54706-.54024-1.07723-1.15416-1.33452-1.49296-.03517-.04735-.09573-.0751-.15505-.07108-.12898.0077-.20834.18492-.12736.28438.2743.36119.80732.97229 1.36775 1.52576.4615.40955.87704.88775 1.42866 1.11565v2.8547h-4.607163v-6.82503c0-.44722.311848-.89066.769703-1.21952.45786-.32884 1.05151-.53047 1.53388-.53047zm4.07557 6.82502h9.03715v1.05h-9.03715c-.37147-.0086-.49024-.2328-.5316-.525.01594-.3512.25467-.5221.5316-.525z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="17" viewBox="0 0 17 17" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m8.5 0c-4.68839 0-8.5 3.81161-8.5 8.5 0 4.6884 3.81161 8.5 8.5 8.5 4.6884 0 8.5-3.8116 8.5-8.5 0-4.68839-3.8116-8.5-8.5-8.5zm0 .548819c4.3839 0 7.9512 3.567321 7.9512 7.951181 0 1.01063-.1908 1.9811-.5388 2.8713l-2.2053-3.37662-3.139 4.90922-3.98897-6.40173v-1.56615h4.04917l-.98716-1.64645.98716-1.64646h-4.59464v.27441 3.01516 1.56614l-4.08937 6.49548c-.88012-1.2784-1.395471-2.8278-1.395471-4.4943 0-4.38386 3.567321-7.951181 7.951181-7.951181zm-2.19528 6.549011 5.40458 8.67397c-.4886.2176-1.0006.3849-1.5327.4987l-2.69392-1.3219.81319-1.8974-2.18189-1.362.79311-1.5896-1.4691-1.62972zm.27441-4.9059h3.07874l-.6559 1.09764.65925 1.09763h-3.07874v-2.19527zm-4.28346 11.27417 2.84114-4.51433 1.11437 1.23823-.85 1.7 2.20532 1.3787-.83327 1.9443 2.4563 1.2047c-.24095.0234-.48189.0335-.72953.0335-2.5065 0-4.74528-1.1679-6.20433-2.9851zm9.91223 2.0648-1.3185-2.1116 2.821-4.41399 1.9376 2.96829c-.7395 1.5193-1.951 2.7675-3.4401 3.5573z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="18" viewBox="0 0 17 18" width="17" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m2.17712 2.1471c.356.19468.64696.48586.84165.84165l.21466.39256c.0372.06801.10882.11052.1864.11052s.1492-.0423.18639-.11052l.21488-.39256c.19469-.356.48586-.64697.84165-.84165l.39256-.21467c.06822-.0374.11073-.10881.11073-.18639 0-.07779-.04229-.1492-.11073-.1864l-.39256-.21466c-.35579-.19469-.64696-.48565-.84165-.841651l-.21488-.392771c-.07438-.1364493-.2984-.1362367-.37279 0l-.21466.392558c-.19469.355789-.48565.646964-.84165.841654l-.39256.21466c-.06822.03719-.11073.10882-.11073.1864 0 .07757.04229.1492.11073.18639zm.20382-.42933c.42763-.23379.77704-.58342 1.01062-1.010617l.02827-.051647.02848.051647c.23379.427417.5832.777037 1.01062 1.010617l.05143.02806-.05143.02826c-.42742.23358-.77683.58321-1.01062 1.01062l-.02848.05165-.02827-.05165c-.23358-.4272-.58299-.77682-1.01062-1.01062l-.05143-.02826z"/><path d="m16.8807 1.95538-.4937-.27014c-.457-.24994-.8308-.6238-1.081-1.080541l-.2701-.493939c-.0744-.1364495-.2984-.1364495-.3728 0l-.2702.493726c-.2501.456954-.624.830814-1.0809 1.080754l-.4937.27014c-.0683.03741-.1108.10882-.1108.18639 0 .07758.0423.14921.1108.1864l.4937.27014c.4569.24994.8308.6238 1.0809 1.08054l.2702.49394c.0372.06822.1088.11073.1864.11073s.1492-.04251.1864-.11073l.2701-.49373c.2502-.45695.624-.83081 1.081-1.08075l.4937-.27014c.0682-.03741.1107-.10882.1107-.1864 0-.07757-.0425-.1492-.1107-.18639zm-.6978.27013c-.5285.28906-.9608.72136-1.2499 1.24973l-.0835.15281-.0838-.15281c-.2888-.52837-.7213-.96067-1.2499-1.24973l-.1528-.08374.1528-.08374c.5286-.28905.9609-.72135 1.2499-1.24972l.0838-.152815.0837.152815c.2889.52837.7214.96067 1.25 1.24972l.1528.08374z"/><path d="m16.094 12.5198c0-.6314-.5127-1.1449-1.1431-1.1449-.6302 0-1.1428.5137-1.1428 1.1449 0 .6315.5126 1.1452 1.1428 1.1452s1.1431-.5137 1.1431-1.1452zm-1.8608 0c0-.397.322-.7198.7177-.7198.3958 0 .718.323.718.7198 0 .397-.3222.7201-.718.7201-.3957 0-.7177-.3231-.7177-.7201z"/><path d="m9.0278 0c-.63039 0-1.14303.513705-1.14303 1.14516 0 .63145.51264 1.14515 1.14303 1.14515.63017 0 1.1428-.5137 1.1428-1.14515 0-.631455-.51263-1.14516-1.1428-1.14516zm0 1.86523c-.39575 0-.71796-.32305-.71796-.72007 0-.397026.32221-.720084.71796-.720084.39574 0 .71774.323058.71774.720084 0 .39702-.32179.72007-.71774.72007z"/><path d="m12.8774 7.78798c0 .63145.5127 1.14515 1.1431 1.14515.6301 0 1.1428-.5137 1.1428-1.14515s-.5127-1.14516-1.1428-1.14516c-.6304 0-1.1431.51371-1.1431 1.14516zm1.8608 0c0 .39702-.322.72008-.7177.72008-.3958 0-.718-.32306-.718-.72008s.3222-.72008.718-.72008c.3957 0 .7177.32306.7177.72008z"/><path d="m5.71617 3.92093c-.04995-.05016-.122-.07205-.19108-.05845-.0695.01361-.12773.061-.15515.12625l-5.3534092 12.71957c-.0333685.0797-.01530286.1717.0459081.2327.0403821.0406.0947921.0621.1500521.0621.028055 0 .05611-.0056.08289-.0168l12.690219-5.3653c.065-.0274.1122-.0855.1258-.155.0134-.0693-.0083-.1409-.058-.1908zm3.09306 9.00437-4.74321-4.74319.71392-1.69627 5.72326 5.72326zm-2.11645.8948-3.51857-3.5188.71392-1.69603 4.49879 4.49863zm-2.11624.8948-2.29414-2.2944.71391-1.6962 3.27415 3.2743zm-2.47225-1.8714 2.04972 2.0497-3.54301 1.498zm8.82141-.813-5.96766-5.96761.68076-1.61763 6.8911 6.90704z"/><path d="m9.83272 5.91552c.03805.02763.08183.04081.1254.04081.06548 0 .12988-.03018.17148-.08693.067-.0916 1.6383-2.28308 1.2062-5.683693-.0147-.1164709-.1197-.1978728-.2376-.18405783-.1165.01487763-.199.12114683-.1841.23761783.41 3.224843-1.11198 5.357873-1.1275 5.379123-.06928.0948-.04867.22784.04612.29713z"/><path d="m16.9789 6.23418c.0435-.10903-.0096-.23273-.1186-.27609-3.1926-1.27437-5.6905.67503-5.7955.75855-.0918.07333-.1067.20702-.0334.29862.0419.05271.1037.07991.1662.07991.0466 0 .0931-.01509.1324-.04633.0234-.01913 2.4083-1.87969 5.3724-.69606.109.04314.2327-.00935.2765-.1186z"/><path d="m7.04806 4.35765c.01594.00362.03188.00532.04782.00532.09671 0 .18427-.06632.20701-.16472.02041-.0882.48119-2.17214-.9426-3.432492-.08778-.077576-.22189-.069712-.30011.018066-.07779.087991-.0695.222106.01828.300106 1.23251 1.09117.81445 2.99997.8102 3.0191-.02636.11435.04527.22827.1594.25462z"/><path d="m13.132 9.77723c-.112.03443-.1751.15345-.1407.26567.0343.112.1531.1751.2657.1409.023-.0072 2.3486-.70115 3.3575.7203.0414.0582.1069.0895.1734.0895.0425 0 .0854-.0128.1229-.0393.0956-.068.1181-.2007.0501-.2965-1.1849-1.66909-3.7215-.91351-3.8289-.88057z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="13" viewBox="0 0 17 13" width="17" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m5.54193 9.27655h-.10936v-1.90179c0-.15694-.12783-.28406-.28406-.28406h-2.49548c-.15695 0-.28406.12783-.28406.28406v1.90179h-.12641c-.15695 0-.28406.12783-.28406.28407 0 .15623.12782.28406.28406.28406h.41047 2.49548.39413c.15695 0 .28407-.12783.28407-.28406 0-.15624-.12783-.28407-.28478-.28407zm-.67819-1.33154h-.67891v-.28548h.67891zm-1.24703-.28619v.28548h-.67891v-.28548zm-.67891.85432h.67891v.7627h-.67891zm1.24703.76341v-.7627h.67891v.7627z"/><path d="m11.4838 9.84468h.4104 2.4955.3942c.1569 0 .284-.12783.284-.28406 0-.15624-.1278-.28407-.284-.28407h-.1094v-1.90179c0-.15694-.1278-.28406-.2841-.28406h-2.4955c-.1569 0-.284.12783-.284.28406v1.90179h-.1271c-.157 0-.2841.12783-.2841.28407 0 .15623.1271.28406.2841.28406zm1.9422-.56813v-.7627h.6789v.7627zm.6789-1.33154h-.6789v-.28548h.6789zm-1.2477-.28619v.28548h-.6789v-.28548zm-.6789.85432h.6789v.7627h-.6789z"/><path d="m.284068 6.11638h.938112v5.71962c0 .1569.12783.284.28406.284h4.75449.97433 2.53028.97436 4.7545c.1569 0 .284-.1278.284-.284v-5.71962h.9381c.0895 0 .174-.04261.2273-.11433.0532-.07173.0703-.16405.0447-.24998l-1.2229-4.16292c-.0355-.12144-.1463-.20453-.2727-.20453h-5.84738l-.91539-1.273303c-.10652-.1484226-.35507-.1484226-.4616 0l-.91539 1.273303h-5.84599c-.1264 0-.23719.08309-.2727.20453l-1.2228809 4.16292c-.0248554.08522-.00852187.17825.0447397.24998.0539722.07243.1384802.11433.2279592.11433zm1.506952 0h4.18635v5.43482h-4.18635zm5.72952 5.43552v-3.6857h1.96216v3.6857zm2.53026 0v-3.97047c0-.15694-.12781-.28406-.28404-.28406h-2.53028c-.15695 0-.28406.12783-.28406.28406v3.97047h-.40621v-6.55401h3.91079v6.55401zm5.1607 0h-4.1863v-5.43481h4.1863zm.071-9.59844 1.056 3.5948h-.8436-4.4705v-.55037h.6655c.0049-.00071.0099 0 .0142 0 .1576 0 .284-.12783.284-.28406 0-.0909-.0433-.17186-.1093-.2237l-1.823-2.53525h5.2267zm-6.78124-1.189512 2.63534 3.664392h-.3927c-.0014 0-.0021-.00071-.0035-.00071s-.0022.00071-.0036.00071h-4.47181c-.00142 0-.00213-.00071-.00355-.00071s-.00213.00071-.00355.00071h-.3913zm-6.78126 1.189512h5.22674l-1.86558 2.59348c-.06178.08664-.07102.20026-.0213.29542.04829.09516.14558.15482.2521.15482h.66541v.55037h-4.47042-.843659z"/></g></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="18" viewBox="0 0 17 18" width="17" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m16.9929 13.9792c-.0363-.2542-.3994-9.11372-.3994-9.11372 0-.18154-.1816-.36309-.3631-.36309h-.581v-4.139294c0-.217858-.1452-.363096-.3631-.363096h-4.9018c-.1089 0-.1815.0363096-.2541.108929-.0726.072619-.109.181548-.109.254167l.0727 4.175604h-.98039c-.10893 0-.18155.03631-.25417.10893s-.10893.18155-.10893.29047c0 0 .07262.87143.07262 1.08929.14524 1.96072-.21786 2.39643-.25417 2.46905-.7625.50834-3.44941 1.88806-3.73989 2.03336-.10892.0726-.21785.1815-.21785.3268v1.2708c-.18155.0726-1.59762.581-1.70655.581s-.21786 0-.3631 0c-.10893 0-.25417 0-.36309 0-.7262 0-2.17858 0-2.17858 1.2708 0 .7625.762501 1.5613 2.39643 1.5613h.14524c.68988-.0363 1.41607.0726 2.10596.2905v1.1619c0 .1815.10893.3268.29047.3631.10893.0363 2.03334.0726 2.14227.0726 1.05298 0 1.77917-.4357 1.96072-.5446.3994-.1453.94405-.2179 1.67021-.2179.8351 0 1.634.1089 2.0697.1815.4357.0727.8351.109 1.1982.109 1.3798 0 1.8881-.3631 2.0696-.5084.9078-.7261.9804-1.8517.9441-2.469zm-12.34527 1.0893c-.61727-.1816-1.27084-.2542-1.92441-.2542-.07262 0-.32679 0-.32679 0-1.23452 0-1.670238-.5083-1.670238-.8351 0-.3631.254167-.5447 1.452388-.5447h.72619c.18154 0 .50833-.1089 1.19821-.363 0 0 .39941-.1453.50834-.1816v2.1786zm10.27557-14.342308v3.812508h-4.0666l-.0727-3.812508zm.6536 15.104808c-.0363.0363-.0363.0363-.0726.0726 0 0-.3268.2905-1.5613.2905-.3268 0-.6536-.0363-1.0893-.109-.4357-.0726-1.3072-.1815-2.1786-.1815-.8351 0-1.48867.1089-1.9607.2905-.03631 0-.03631.0363-.07262.0363 0 0-.7625.5083-1.81548.4357-.03631 0-1.19821-.0363-1.48869-.0363v-5.5554c.25417-.1452 2.79584-1.45236 3.59465-1.96069.29048-.14524.79881-.7262.61726-3.15894 0-.21786-.03631-.3994-.03631-.61726v-.07262h6.35419s.3631 8.46011.3994 8.78691c.0363.5447-.0363 1.3072-.6899 1.7792z"/><path d="m11.0018 7.87919c-.109-.18155-.3268-.21786-.5084-.10893-.1815.10893-.2178.32678-.1089.50833l.2179.32679c.0726.10893.1815.14524.2904.14524.0727 0 .1453-.03631.2179-.07262.1816-.10893.2179-.32679.1089-.50834z"/><path d="m10.2029 10.3845c.0726 0 .1452-.0363.2179-.0726.1815-.1089.2178-.32678.1089-.50833l-.2179-.29047c-.1089-.18155-.32675-.21786-.5083-.10893s-.21786.32678-.10893.50833l.21786.3268c.07262.1089.18157.1452.29047.1452z"/><path d="m8.56916 10.3846c-.10893-.1816-.32679-.2179-.50833-.109-.18155.109-.21786.3268-.10893.5084l.21786.3267c.07261.109.18154.1453.29047.1453.07262 0 .14524-.0363.21786-.0726.18155-.109.21786-.3268.10893-.5084z"/><path d="m12.1273 9.65836c-.109-.18155-.3268-.21786-.5084-.10893-.1815.10893-.2178.32679-.1089.50837l.2179.3268c.0726.1089.1815.1452.2904.1452.0727 0 .1453-.0363.2179-.0726.1815-.109.2179-.3268.1089-.50836z"/><path d="m11.9819 2.32383c.0726.10893.1815.14524.2905.14524.0726 0 .1452-.03631.2178-.07262.1816-.10892.2179-.32678.109-.50833l-.1453-.21786c-.1089-.18155-.3268-.21786-.5083-.10893-.1816.10893-.2179.32679-.1089.50834z"/><path d="m11.4736 3.4857c.0726.10893.1815.14524.2905.14524.0726 0 .1452-.03631.2178-.07262.1816-.10893.2179-.32679.109-.50834l-.1453-.21785c-.1089-.18155-.3268-.21786-.5083-.10893-.1816.10893-.2179.32678-.1089.50833z"/><path d="m12.5994 3.37679.1452.21786c.0726.10893.1815.14524.2905.14524.0726 0 .1452-.03631.2178-.07262.1816-.10893.2179-.32679.109-.50834l-.1453-.21785c-.1089-.18155-.3268-.21786-.5083-.10893-.1816.14523-.2179.36309-.1089.54464z"/><path d="m10.4207 11.1833c-.1089-.1815-.3268-.2178-.50831-.1089-.18155.1089-.21786.3268-.10893.5083l.21784.3268c.0726.1089.1816.1453.2905.1453.0726 0 .1452-.0364.2179-.0727.1815-.1089.2178-.3268.1089-.5083z"/><path d="m12.0184 11.5102c-.1089-.1816-.3268-.2179-.5084-.109-.1815.109-.2178.3268-.1089.5084l.2179.3268c.0726.1089.1815.1452.2905.1452.0726 0 .1452-.0363.2178-.0726.1816-.109.2179-.3268.1089-.5084z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="18" viewBox="0 0 15 18" width="15" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m8.58028 3.33594c-.86014 0-1.55245.6768-1.55245 1.51767 0 .84088.69231 1.51768 1.55245 1.51768s1.55242-.6768 1.55242-1.51768c0-.82036-.69228-1.51767-1.55242-1.51767zm0 2.4611c-.52448 0-.94406-.41019-.94406-.92292 0-.51272.41958-.94342.94406-.94342.52447 0 .96503.41019.96503.94342-.02097.51273-.44056.92292-.96503.92292z"/><path d="m2.39161 15.621c.44056-.2666.73426-.7384.73426-1.2921 0-.8409-.6923-1.5177-1.55244-1.5177-.860143 0-1.5524509.6768-1.5524509 1.5177 0 .5537.2937059 1.0255.7342659 1.2921-.44056.2666-.7342659.7383-.7342659 1.292l-.0209791.7589c0 .082.0209791.1641.0839162.2051.0629368.0615.1258738.082.2097898.082h2.517484c.16783 0 .29371-.123.29371-.2871v-.7589c.02097-.5537-.27273-1.0254-.71329-1.292zm-1.783218-1.2921c0-.5127.419578-.9434.944058-.9434.52447 0 .96503.4307.96503.9434s-.41958.9434-.96503.9434c-.5035 0-.944058-.4307-.944058-.9434zm1.909088 3.0559h-1.909088v-.4718c0-.5127.419578-.9229.944058-.9229.52447 0 .96503.4102.96503.9229z"/><path d="m14.979 9.32463c-.021-.08204-.0839-.14357-.1678-.16408l-4.95109-2.21498c-.04196-.02051-.08392-.02051-.12588-.02051h-3.60839l-1.8042-1.76379 1.04896-1.04597c.04195-.06153.08391-.12305.08391-.18458h.02098c.02098 0 .06294.02051.08392.02051.04196 0 .10489-.02051.14685-.04102l1.78322-.98444c.14685-.08204.18881-.24611.12587-.38967l-1.13287-2.379064c-.04195-.082037-.10489-.1230553-.16783-.1435645-.08391-.02050912-.16783-.02050914-.23077.0205092l-1.90909.9844393c-.14685.08204-.20979.24611-.12587.38967l1.09091 2.07143-.86014-.84088c-.12588-.12305-.31469-.12305-.41958 0l-2.3077 2.27652c-.12587.12305-.12587.30764 0 .41018l3.77623 3.69165h-1.25874c-.1049 0-.20979.06153-.27273.16407-.04196.10255-.04196.2256.04196.30764l1.13286 1.3946v2.0714c-.56643.2256-.96503.7794-.96503 1.4152 0 .5537.29371 1.0254.73426 1.2921-.44055.2666-.73426.7383-.73426 1.292l-.02098.7589c0 .082.02098.164.08392.2051.06293.0615.12587.082.20979.082h2.51748c.16783 0 .29371-.1231.29371-.2871v-.7794h.83916l-.02098.7384c0 .082.02098.164.08391.205.06294.0616.12588.0821.20979.0821h2.51744c.1679 0 .2938-.1231.2938-.2871v-.7589c0-.5537-.2938-1.0254-.7343-1.2921.4405-.2666.7343-.7383.7343-1.292 0-.6358-.3986-1.1896-.9861-1.4152v-2.0714l.9231-1.128 2.8741 1.2716c.042.0205.084.0205.1259.0205.1049 0 .2098-.0615.2727-.1641l.7133-1.31258c.063-.04102.063-.12306.042-.20509zm-10.27973-7.93705 1.36363-.697306.9021 1.886846-1.25874.69731zm-.12588 12.94132c0-.2872.14686-.5538.35665-.7384.16783-.123.37762-.2051.58741-.2051h.02098c.52447 0 .94405.4307.94405.9435 0 .5127-.41958.9229-.94405.9434h-.02098c-.23077 0-.41958-.0821-.58741-.2051-.23077-.1641-.35665-.4307-.35665-.7383zm1.90909 3.0558h-1.90909v-.4717c0-.2871.14686-.5537.35665-.7383.16783-.1231.37762-.2051.58741-.2051h.02098c.2937 0 .56643.1436.75524.3692.12588.164.18881.3486.18881.5742zm3.94402-.4717v.4717h-1.90905v-.4512-.0205c0-.2051.06294-.4102.18881-.5742.16783-.2051.44056-.3487.73427-.3692h.02097c.2098 0 .41959.082.5874.1846.2308.1846.3776.4512.3776.7588zm0-2.5841c0 .3076-.1468.5742-.3776.7383-.16781.123-.35663.1846-.5874.1846-.50349-.0205-.92307-.4307-.92307-.9434 0-.5128.41958-.923.92307-.923h.02098c.20979 0 .41958.0821.58742.1846.2098.1846.3566.4717.3566.7589zm-.90206-3.7737c-.04196.0615-.06294.123-.06294.1846v2.0714c-.83916.0205-1.53146.6973-1.53146 1.5177 0 .5537.2937 1.0254.73426 1.292-.27273.1641-.50349.4307-.60839.7179h-1.06993c-.12587-.3077-.33566-.5538-.62937-.7179.44056-.2666.73427-.7383.73427-1.292 0-.8409-.69231-1.5177-1.55245-1.5177v-2.0714c0-.0616-.02098-.1231-.06294-.1846l-.81818-1.00497h5.68529zm4.32166-.2051-2.5804-1.14853-.5455-.2256-.7552-.32815c-.04196-.0205-.08391-.0205-.12587-.0205-.06294 0-.1049.02051-.16783.04101-.08392.06153-.14686.14357-.14686.24611h-3.46154l-3.90209-3.83521 1.88811-1.84582.6923.6768-1.04895 1.02546c-.12587.12305-.12587.30764 0 .41018l2.09791 2.05092c.06293.06152.12587.08203.20979.08203h3.67133l4.5944 2.05092z"/><path d="m14.2661 15.621c.4406-.2666.7343-.7384.7343-1.2921 0-.8409-.6923-1.5177-1.5525-1.5177-.8601 0-1.5524.6768-1.5524 1.5177 0 .5537.2937 1.0255.7343 1.2921-.4406.2666-.7343.7383-.7343 1.292l-.021.7589c0 .082.021.1641.0839.2051.063.0615.1259.082.2098.082h2.5175c.1678 0 .2937-.123.2937-.2871v-.7589c.021-.5537-.2727-1.0254-.7133-1.292zm-1.7832-1.2921c0-.5127.4196-.9434.965-.9434.5245 0 .9441.4307.9441.9434s-.4196.9434-.9441.9434c-.5454 0-.965-.4307-.965-.9434zm1.9091 3.0559h-1.9091v-.4718c0-.5127.4196-.9229.965-.9229.5245 0 .9441.4102.9441.9229z"/><path d="m11.0767 1.63368-.5454 1.14852-.54546-.24611.54546-1.14852z"/><path d="m12.6502 3.27445-1.2378.55375-.2518-.53324 1.2378-.55375z"/><path d="m11.5306 4.82932-.1673.5718 1.2303.34417.1674-.57181z"/><path d="m6.08369 1.32607-.81818.38967-.14686-.26662.81818-.38967z"/><path d="m6.29367 1.79781-.79721.41018-.14685-.26662.81818-.41018z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="20" viewBox="0 0 17 20" width="17" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m16.876 3.16472c-.2864-1.56284-1.5101-2.706068-3.2734-3.057997-1.1557-.230765-2.3536-.0826222-3.5616.440333-1.06281.460084-2.12173.451413-3.23653-.025534-.62148-.265933-1.2668-.4290108-1.97355-.4983848-1.70015-.1666902-3.38464.5790808-4.191591 1.8567228-.414077.65592-.616899 1.40145-.63737402 2.34619-.03396438 1.54622.37433002 2.85445 1.24800502 3.99961.11177.14669.2062.30471.30617.47164l.09129.15176c.17946.29315.26088.59931.24931.93607-.01565.45667.11972 3.40557.26401 4.45297.16115 1.1711.45719 2.1759.90451 3.0719.28473.5705.71783 1.2883 1.54863 1.7809.00988.0058.02024.0111.03084.0154.17632.0727.35024.1091.51838.1091.2245 0 .43888-.0648.63496-.1934.66941-.4399 1.15166-1.6462 1.43349-3.5858.20451-1.407.22763-2.7128.22787-2.7299 0-.5815.47286-1.0541 1.05675-1.0623.5839.0082 1.05675.4811 1.05675 1.0662.00892.54.12984 5.3056 1.66138 6.3118.1961.1289.4105.1934.635.1934.1681 0 .342-.0364.5183-.1091.0032-.0012.0048-.0039.0077-.0053.0029-.0012.0061-.001.009-.0024 1.036-.5242 2.0626-2.9843 2.2999-4.1015.3199-1.5065.4488-3.1428.4052-5.14934l-.0037-.09949c-.005-.12478-.0103-.25365.0265-.33434l.0326-.07106c.1804-.39577.3671-.80479.6224-1.15648 1.0645-1.46625 1.4308-3.15555 1.0888-5.02167zm-1.4785 4.73839c-.2838.39096-.4808.82238-.6711 1.23958l-.0323.07082c-.0848.18548-.0769.38132-.0699.55427l.0032.09033c.0428 1.96849-.0827 3.56959-.3946 5.03899-.2228 1.0496-1.1885 3.3259-2.0384 3.7667-.2642.107-.4858.0932-.6956-.0443-1.1175-.734-1.4215-4.5202-1.4444-5.913 0-.8387-.67539-1.5221-1.51317-1.5435-.00362-.0003-.00651-.002-.01012-.002-.00506 0-.01012.0008-.01518.0008-.00505 0-.01011-.0008-.01517-.0008-.00362 0-.00651.002-.01012.002-.83803.0214-1.51322.7048-1.51322 1.5397-.02288 1.3969-.32688 5.1831-1.44433 5.9168-.20788.1368-.42732.1525-.68868.0479-.71277-.4285-1.09481-1.0649-1.34846-1.5727-.42347-.8482-.7041-1.8042-.85802-2.9224-.14044-1.0196-.27389-3.957-.25967-4.37104.01469-.42804-.09298-.83297-.31989-1.20392l-.08889-.14766c-.10237-.17127-.20836-.34832-.33675-.5167-.80479-1.05482-1.180807-2.26429-1.149252-3.69681.018548-.85345.197523-1.52069.563182-2.09953.71181-1.12757 2.21323-1.783253 3.73705-1.634629.65688.064797 1.25571.21583 1.83118.462012 1.24368.532107 2.42689.540057 3.61731.025052 1.1322-.490196 2.2034-.624367 3.276-.410223 1.5624.311943 2.6444 1.310878 2.894 2.672348.3218 1.75603-.007 3.27768-1.0047 4.65191z"/><path d="m13.0009 1.64015c-.1299-.02649-.2573.05854-.2833.1891-.026.13055.0585.25726.1891.28327 1.0365.20692 1.7538.86742 1.9186 1.76639.2161 1.17888-.0043 2.19998-.6737 3.12207-.0783.10768-.0545.25823.0534.33628.0427.03107.0923.046.1412.046.0747 0 .1481-.03444.1951-.09948.7405-1.01989.9956-2.19468.7578-3.49183-.2018-1.10035-1.0608-1.90489-2.2982-2.1518z"/><path d="m10.8899 4.89787h-1.20443v-1.20441c0-.13297-.10792-.24088-.24088-.24088h-1.88683c-.13297 0-.24089.10791-.24089.24088v1.20441h-1.20441c-.13296 0-.24088.10791-.24088.24088v1.88683c0 .13297.10792.24088.24088.24088h1.20441v1.20441c0 .13297.10792.24089.24089.24089h1.88683c.13296 0 .24088-.10792.24088-.24089v-1.20441h1.20443c.1329 0 .2409-.10791.2409-.24088v-1.88683c0-.13297-.108-.24088-.2409-.24088zm-.2409 1.88683h-1.20441c-.13297 0-.24089.10791-.24089.24088v1.20441h-1.40506v-1.20441c0-.13297-.10792-.24088-.24088-.24088h-1.20441v-1.40507h1.20441c.13296 0 .24088-.10791.24088-.24088v-1.20441h1.40506v1.20441c0 .13297.10792.24088.24089.24088h1.20441z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m8.51255 15.6454c-.11503-.0005-.22517-.0466-.30627-.1282l-6.69231-6.69881c-.47997-.47969-.860717-1.04924-1.12049-1.67613-.259773-.62688-.39348-1.29881-.39348-1.97738 0-.67858.133707-1.35051.39348-1.97739s.64052-1.19644 1.12049-1.67612c.79171-.785062 1.81426-1.295607 2.91752-1.4566785s2.2291.0358187 3.21221.5617605c.05598.029908.10473.071721.14282.122496s.06459.109279.07763.171397c.01305.062117.01232.126335-.00212.188145-.01445.06181-.04226.1197-.08149.1696l-1.92667 2.48708 2.28507 1.90495c.0472.03968.0854.08895.11208.14453.02669.05559.04123.11622.04267.17786s-.01026.12288-.03432.17965c-.02406.05676-.05993.10776-.10522.1496l-2.03094 1.85499 1.87455 1.74856-.33234-1.43795c-.01627-.07176-.01404-.14648.00648-.21715s.05865-.13496.11082-.18686l2.85638-2.86503-2.34376-1.45098c-.0935-.05777-.16162-.14884-.19064-.25485-.02903-.10601-.01679-.21907.03424-.31642l1.30328-2.484905c.04345-.083437.11281-.150514.19766-.191147 1.09812-.51457048 2.34222-.626532 3.51462-.316287s2.1982 1.022929 2.8981 2.013309 1.0291 2.19536.9301 3.40403c-.0989 1.20867-.6199 2.34401-1.4716 3.20732l-6.69228 6.69881c-.0811.0816-.19124.1277-.30627.1282zm-3.319-14.770465c-1.14826-.000912-2.25018.452815-3.06487 1.262005-.39958.39921-.71656.87326-.93283 1.39505-.216274.52179-.32759 1.08109-.32759 1.64592s.111316 1.12413.32759 1.64592c.21627.52179.53325.99584.93283 1.39505l6.38387 6.37732 6.38385-6.38601c.7074-.70883 1.1451-1.64237 1.2375-2.63949.0925-.99711-.1661-1.99522-.731-2.82204s-1.4008-1.43045-2.3634-1.70671c-.9625-.276258-1.9913-.207799-2.9087.19356l-1.04481 1.99618 2.46751 1.52483c.056.0343.1036.08085.139.13617s.0579.11795.0656.18318c.0077.06524.0006.13138-.0209.19345s-.0569.11845-.1033.1649l-3.07791 3.08659.59734 2.58919c.02057.0905.01162.1852-.02554.2702-.03716.0851-.10057.156-.18096.2024-.08038.0463-.1735.0658-.26572.0554-.09223-.0104-.1787-.0501-.24676-.1131l-3.25818-3.04102c-.0441-.04068-.07929-.09005-.10336-.14501-.02407-.05495-.0365-.1143-.0365-.17429 0-.06.01243-.11934.0365-.17429.02407-.05496.05926-.10433.10336-.14501l2.03311-1.83545-2.23295-1.85282c-.08635-.07206-.14139-.17479-.15354-.2866-.01216-.11181.01953-.22398.08838-.3129l1.84196-2.38934c-.4967-.195762-1.0257-.296698-1.55958-.297579z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m11.2118 3.77434c-.3747 0-.7488.03636-1.1137.10771-.77197-.8605-1.78937-1.47337-2.90271-1.75235.25855-.2615.45268-.56888.45268-.97151 0-.752269-.55399-1.15819-1.07524-1.15819-.34029 0-.58637.101134-.78483.330764-.15672-.179929-.39206-.330764-.78517-.330764-.52125 0-1.07524.405921-1.07524 1.15819 0 .40246.19413.71001.45268.97151-2.5583.63728-4.38027 2.94465-4.38027 5.61535 0 3.19145 2.5964 5.78785 5.788 5.78785.37475 0 .74881-.0364 1.11403-.1076 1.09862 1.2246 2.66325 1.9252 4.30997 1.9252 3.1914 0 5.788-2.5964 5.788-5.78799 0-3.1916-2.5967-5.78817-5.7882-5.78817zm-1.51508.2007c-.21924.05923-.43536.13179-.64663.21682-.78518-.72197-1.77331-1.15698-2.82846-1.25101.1252-.1162.27067-.22859.42151-.34497.07342-.05662.14893-.11516.22287-.17438 1.07438.21646 2.06667.76248 2.83071 1.55354zm-3.90872-.69633c1.07386 0 2.09472.37925 2.90344 1.07264-1.99376.96406-3.26762 2.97999-3.26762 5.21099 0 .92046.21993 1.82736.63676 2.64026-.09109.0053-.18218.0083-.27275.0083-2.46254 0-4.46617-2.0035-4.46617-4.4662 0-2.46271 2.00363-4.46599 4.46634-4.46599zm-.785-2.921623c.34462 0 .49684.142869.63053.373191.03204.055069.09074.088838.15447.088838s.12261-.033769.15447-.088838c.13716-.236383.28436-.373191.63053-.373191.2776 0 .71798.217507.71798.800933 0 .38202-.25283.66481-.63278.97237-.07585.0613-.15585.12313-.23309.1827-.22703.17508-.46099.35553-.63711.56386-.17681-.20885-.41059-.38913-.63745-.56403-.07707-.05958-.15707-.12123-.23275-.18253-.37977-.30738-.63278-.59035-.63278-.97237 0-.583426.44039-.800933.71798-.800933zm-4.645743 7.387793c0-2.58965 1.825603-4.81529 4.352563-5.32338.07377.05922.14928.11776.22253.17421.15083.11637.2963.22876.42185.34531-2.45717.2201-4.389621 2.29023-4.389621 4.80368 0 2.6596 2.163811 4.8234 4.823421 4.8234.19188 0 .38653-.0114.57892-.0344.00122-.0002.00226-.0004.00347-.0004.34981-.0421.69529-.1229 1.02675-.2402.00225-.0008.00433-.0017.00658-.0026.00034-.0001.00069-.0003.00104-.0005 1.91842-.6823 3.20684-2.50773 3.20684-4.54547 0-.87332-.2338-1.7198-.67642-2.46323.20312-.06061.41092-.10668.62102-.1375.4336.79383.6627 1.69035.6627 2.6009 0 2.1794-1.29515 4.1406-3.29982 4.9968-.00034.0001-.00069.0003-.00103.0005-.31674.1352-.64906.2405-.98796.3131-.37285.08-.75712.1203-1.14191.1203-2.99471 0-5.430923-2.436-5.430923-5.43052zm9.232263-2.34444c.43498.70326.66448 1.5106.66448 2.34426 0 1.84171-1.13707 3.4962-2.8437 4.1617-.43502-.7036-.66447-1.5109-.66447-2.34406 0-1.84188 1.13706-3.49622 2.84369-4.1619zm1.34958-.29595c.0911-.00554.1823-.00832.2727-.00832 2.4627 0 4.466 2.00346 4.466 4.46617 0 2.46256-2.0033 4.46596-4.466 4.46596-1.074 0-2.09487-.379-2.90325-1.0726 1.99355-.9642 3.26715-2.97999 3.26715-5.21082.0001-.92025-.2198-1.82717-.6366-2.64039zm.2727 9.88861c-1.47889 0-2.88714-.6018-3.90922-1.6609.22011-.0596.43658-.1322.64733-.2168.89168.8199 2.04536 1.2702 3.26189 1.2702 2.6595 0 4.8234-2.1636 4.8234-4.82326 0-2.65961-2.1638-4.82342-4.8234-4.82342-.1922 0-.3872.0116-.5801.03446h-.0002c-.0002 0-.0005 0-.0009.00017-.3505.04208-.69628.12295-1.02809.24037-.00225.00069-.00416.00173-.00641.00242-.00034.00017-.00086.00017-.00103.00035-1.91843.6823-3.20685 2.50791-3.20685 4.54565 0 .87296.23362 1.71946.67642 2.46306-.2033.0606-.41111.1067-.621.1377-.43345-.7937-.66274-1.69-.66274-2.60076 0-2.17992 1.29552-4.14146 3.30071-4.99712h.00034c.31864-.13611.65096-.24158.98775-.3131.3727-.07983.757-.12035 1.1421-.12035 2.9946 0 5.4308 2.43621 5.4308 5.43074 0 2.99449-2.4362 5.43059-5.4308 5.43059z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="19" viewBox="0 0 10 19" width="10" xmlns="http://www.w3.org/2000/svg"><path d="m8.19163 14.7378c1.29501-.9061 1.98497-2.4406 1.76933-3.9813-.27108-1.927-1.77504-3.38389-3.70239-3.62671 0 0 0 0-.46016-1.81082-.16498-.64895-.50315-.92529-1.07536-1.26629.52799-.42744.85745-1.04262.85745-1.75838 0-1.14703-.77123-2.2943-2.33235-2.2943-1.36606 0-2.295572.875479-2.550249 2.40206l-.668125 3.98444c-.1013741.517.075285.85895.241757 1.05459.274555.32424.690735.4672 1.014237.53257l-.17194 1.02371c-.02435.14463.04547.28903.17567.3647l.65172.37883-1.146666 7.1746c-.016647.1039.014659.209.085472.2885s.173924.1253.283004.1253h1.39613v1.3115c0 .1983.16672.3592.3727.3592.20573 0 .3727-.1609.3727-.3592v-1.3115h2.13531l-.36152 1.2124c-.0569.1906.05715.3896.25518.4442.03453.0096.06882.0141.10286.0141.162 0 .31108-.1025.35804-.2601l.42066-1.4106h2.1609c.11455 0 .22263-.0506.29319-.1375.07082-.0869.09616-.2002.06883-.3072zm-6.38756-9.85945-.39953 2.38602c-.20201-.04502-.4296-.12883-.556069-.27754-.095411-.11279-.123488-.26293-.087212-.45738l.672601-4.01269c.1369-.8204.56302-1.79813 1.81454-1.79813 1.11561 0 1.58695.78424 1.58695 1.57591 0 .6499-.34834 1.14128-.94864 1.43511-.02832-.00551-.0564-.01222-.08497-.01677-.12175-.01963-.24027-.02897-.35506-.02897-.8423 0-1.47837.50143-1.62273 1.1238-.0092.02251-.01566.04622-.01988.07064zm5.60191 9.78835.49519 1.9444h-6.30382l1.03411-6.4693 2.1711 1.2619c.06013.035.12671.0515.19206.0515.12622 0 .24946-.0618.31928-.1738.10634-.17.04944-.3908-.12672-.4933l-3.29739-1.91573.65048-3.87931c0-.00024 0-.00048 0-.00048.04821-.28616.38215-.59028.90616-.59028.07553 0 .15355.00623.23232.01892.76974.1238 1.29773.68367 1.39563 1.06896.52277 2.05747.52277 2.05747.52277 2.05747.03851.15206.17492.26246.33692.27323 1.7005.10992 3.0524 1.3568 3.28795 3.03212.18908 1.3501-.46041 2.6944-1.65404 3.425-.13492.0826-.20026.2392-.162.3887z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="11" viewBox="0 0 23 11" width="23" xmlns="http://www.w3.org/2000/svg"><path d="m10.1463 7.95959c.1595-.0595.3094-.152.4379-.27957.4875-.48171.4869-1.26636-.0005-1.74859l-2.95957-2.92739.94816-.3227c.66292-.22578 1.0435-.70073 1.04298-1.30144-.00027-.681764-.56076-1.236219-1.25047-1.236479-.00315-.00026-3.8499-.14368047-3.85227-.14342065-1.20634 0-2.33915.46455765-3.1917 1.30766965-1.761062 1.7421-1.761062 4.57647-.00027 6.31857l3.04515 3.01236c.48721.482 1.28068.4817 1.76763.0002.12685-.1254.22009-.2715.28103-.4274l.06698.0663c.48721.482 1.28041.4817 1.76736 0 .1371-.1356.23507-.29567.29469-.46638.48038.28708 1.1152.22708 1.5294-.18265.4617-.45598.4856-1.18348.0735-1.66908zm-1.31294 1.14762-3.67366-3.63436c-.14551-.14394-.38216-.1442-.52714 0-.14603.14394-.14629.377-.00026.52146l3.09006 3.05704c.1962.19409.19672.51029 0 .70489-.19646.19383-.5161.19383-.7123-.00052l-3.09033-3.05652c-.14577-.14446-.38162-.1442-.52739 0-.14577.14446-.14577.37778 0 .52172l2.21412 2.1908c.19673.19461.19699.51081.00027.70518-.19647.1941-.51611.1941-.71283-.0005l-3.04436-3.01266c-1.470046-1.45421-1.470571-3.82013 0-5.27461.7102-.70255 1.65468-1.089681 2.65931-1.09124l3.87433.14316c.27001.009614.48643.22994.48617.49911.00078.3466-.29365.51912-.53949.60331l-1.29249.43987-.36954-.36557c-.14551-.14394-.38137-.1442-.52688 0-.14577.14421-.1455.37752 0 .52198l.51978.51367c-.00052.00052 0 .00052 0 .00052l3.39557 3.35895c.1972.19409.1969.51107.0005.70489-.19648.19435-.51613.19461-.71285 0l-2.94403-2.91206c-.1455-.1442-.38162-.1442-.52713 0s-.14577.37804-.00026.52172l3.6734 3.6341c.19646.19409.19698.51029 0 .70489-.19699.19461-.51663.19487-.71257.00078zm9.62684-9.0386172c-.001-.0002598-3.8249.0748282-3.8249.0748282-.3339-.00026-.6477.129131-.8836.362449-.2358.233318-.3666.54406-.3664.87403-.0002.60097.379 1.07514 1.0611 1.30768l.9708.27515-3 2.96844c-.4872.48197-.488 1.26662-.0005 1.74885.1284.12679.2784.21903.4378.27931-.4121.48534-.3884 1.21284.073 1.66934.4137.40943 1.048.46973 1.5286.18291.0602.16967.1574.33022.2947.46582.487.482 1.2802.4817 1.7671 0l.0678-.0665c.0607.1559.1539.3017.2802.4277.4875.4822 1.2807.4814 1.7679-.0005l3.0452-3.01212c1.7613-1.74236 1.7613-4.57647.0002-6.31857-.8073-.798422-1.9507-1.2388172-3.219-1.2388172zm2.6914 7.0356672-3.0449 3.01214c-.1965.1946-.5161.1946-.7123.0005-.1962-.19437-.1967-.51083-.0003-.70518l2.2147-2.19054c.1458-.14446.146-.3783.0002-.5225-.1455-.1442-.3816-.14368-.5274.00078l-3.0903 3.0573c-.1964.19331-.5161.19331-.7123-.00104-.1967-.1946-.197-.50976-.0005-.70411l3.0903-3.05704c.1455-.1442.1466-.37778.0008-.52172-.1463-.14394-.3821-.14394-.5284 0l-3.6732 3.63488c-.1964.19305-.5158.19383-.712-.00026-.1967-.1946-.197-.51158-.0008-.70489l3.6737-3.63436c.1457-.1442.1462-.37804.0005-.52198-.1455-.14394-.3819-.14368-.5279.00052l-2.9449 2.91102c-.1962.19409-.5158.19461-.7125 0-.1962-.19382-.1965-.50976.0005-.70489l3.2928-3.25814.753.21357c.1983.05612.4043-.05716.4615-.25307.0567-.19564-.0572-.40038-.2558-.45624l-2.5256-.71528c-.2461-.08471-.539-.25697-.5387-.60383-.0003-.27489.2258-.49833.5108-.49885l3.8197-.075088c1.0687.001039 2.0235.364008 2.6901 1.023168 1.4697 1.45422 1.4695 3.82066-.0008 5.27513z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="18" viewBox="0 0 17 18" width="17" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m8.55216 10.2447-.79586-.79567c.26629-.30616.41316-.69267.41316-1.10222 0-.44982-.17532-.8728-.49351-1.19098-.31798-.31799-.74076-.49311-1.19038-.49311-.22341 0-.44081.04328-.64659.12864-.07734.03185-.13345.10038-.14968.18233-.01643.08215.00942.16691.06853.22602l.7602.76019-.42018.41997-.75999-.76019c-.05911-.05911-.14386-.08556-.22581-.06853-.08196.01623-.15048.07233-.18254.14947-.26248.63216-.11942 1.35349.36427 1.83738.31818.31818.74116.4933 1.19099.4933.31998 0 .62534-.08996.88983-.25527l.86178.86157-.3801.4725c-.15468-.0794-.3264-.1242-.50172-.1242-.33341 0-.64518.148-.85537.4063l-1.089 1.3373-.20758.2548c-.3835.4715-.31197 1.167.15909 1.5505.19616.1597.44302.2476.69548.2476.33321 0 .64498-.148.85537-.4063l1.29638-1.5921c.32359-.3978.31999-.9536.02845-1.3487l.35525-.4416.90026.9c-.16551.2647-.25567.5701-.25567.8899 0 .45.17532.873.4935 1.1909.31778.318.74038.4929 1.19018.4931h.0002c.2232 0 .4408-.0434.6468-.1288.0771-.0321.1332-.1006.1495-.1825.0164-.082-.0094-.1667-.0686-.2258l-.7602-.76.42-.42.7602.76c.0589.0593.1435.0849.2258.0685.0822-.0162.1507-.0723.1826-.1497.2624-.6321.1192-1.3532-.3645-1.8369-.3182-.3182-.7412-.4935-1.191-.4935-.4095 0-.7961.1466-1.10201.4129l-.91108-.9111 1.86099-2.314.0728.0561.6001-.78003c.1096-.14226.0827-.34643-.0595-.45583l-.0393-.03006c-.1423-.1096-.3465-.08295-.4559.05931l-.6001.78003.085.06532zm-2.90413-1.06095c-.24044-.24064-.36106-.56484-.34584-.89124l.61854.61854c.09758.09758.25607.09798.35425 0l.77422-.77402c.04689-.04689.07334-.11061.07334-.17713 0-.06632-.02645-.13004-.07334-.17712l-.61793-.61794c.3314-.01402.6544.1092.89043.34523.22361.22362.34664.52096.34664.83694s-.12303.61333-.34664.83694c-.22341.22341-.52075.34643-.83693.34643-.31619 0-.61333-.12322-.83674-.34663zm.03025 4.96275c-.25707-.2092-.29614-.5887-.08695-.846l.0549-.0675.94613.7427-.06852.0842c-.20237.2489-.5957.2903-.84556.0866zm2.14194-1.6787-.91148 1.1194-.94613-.7427.92509-1.1361c.11461-.1409.28473-.2216.46666-.2216.13946 0 .2707.0467.3791.1348.25727.2094.29614.5889.08676.8462zm3.10128-.8678c.3162 0 .6133.1232.8369.3466.2405.2405.3613.5647.3459.8911l-.6186-.6184c-.0977-.0978-.2562-.0978-.3542 0l-.774.774c-.0469.0469-.0734.1108-.0734.1772 0 .0665.0265.13.0734.1771l.6179.6177c-.018.001-.0363.0014-.0543.0014-.0002 0-.0002 0-.0002 0-.316 0-.6129-.123-.8361-.3464-.22344-.2234-.34666-.5208-.34666-.8369 0-.316.12322-.6134.34666-.837.2234-.2232.5207-.3464.8367-.3464z"/><path d="m16.896 5.99871-8.24953-5.9515234c-.08776-.0629155-.20538-.0629155-.29314 0l-8.249339 5.9515234c-.0651196.04709-.103991.12262-.103991.20317v2.1213c0 .06652.0266489.13043.0737353.17752.0468857.04669.1104027.07294.1767247.07294h.001002l1.551848-.00642v8.46438c0 .1382.11221.2504.25046.2504h12.89243c.1383 0 .2505-.1122.2505-.2504v-8.46438l1.5518.00642h.001c.0664 0 .1297-.02625.1768-.07294.0471-.04688.0737-.111.0737-.17752v-2.1213c0-.08035-.0387-.15588-.104-.20317zm-.3969 2.073-1.5519-.00641c-.0002 0-.0006 0-.001 0-.0661 0-.1296.02625-.1767.07294-.0471.04688-.0737.111-.0737.17752v8.46534h-12.39157v-8.46534c0-.06652-.02665-.13044-.07374-.17752-.04688-.04669-.1104-.07294-.17672-.07294-.0004 0-.0008 0-.001 0l-1.551851.00641v-1.74159l7.999081-5.770994 7.9991 5.770994z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="17" viewBox="0 0 17 17" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m16.0559 11.9883c.0423.1285.1625.2146.2971.2146h.0084c.1376 0 .2571-.0322.2933-.1654 1.9611-7.21792-5.0586-11.714338-5.3557-11.714338-.0004 0-.0006 0-.0006 0-.0044 0-.0121-.072667-.0133-.073381-.0011-.000535-.0018-.03303-.0033-.033566-.2021-.1299789-.4349-.216215-.6747-.216215-.4201 0-.80966.200682-1.04177.55009l-9.355101 14.04841c-.1853272.2782-.2512095.6096-.1853272.9374.0657037.3274.2549592.6076.5327712.7925.206396.1375.445647.21.692207.21.42029 0 .80952-.2091 1.0418-.5581l2.77241-4.1638 1.23605.8227c.1673.1116.36191.1705.56241.1705.34138 0 .65775-.1692.84594-.4528l.08695-.1301c.31049-.4664.18372-1.0984-.28263-1.4091l-1.23623-.8227 3.72352-5.59303c4.4559 2.86668 6.0404 7.53843 6.0558 7.58633zm-4.4084-10.06093c.1203-.18086.1816-.38262.1985-.5858 1.6967 1.31158 5.1917 4.65532 4.4167 9.48883-.7121-1.57546-2.4825-4.73549-5.9178-6.94656zm-4.48107 9.41083c.1789.1196.22782.3624.10856.5417l-.08677.1303c-.11499.173-.36745.2248-.54188.1087l-1.23605-.823.23996-.3607.27995-.4201zm-1.58796-1.42979-.87093 1.30139v.0009l-2.94078 4.4236c-.18389.2767-.58472.3606-.864678.1739-.138906-.0925-.232641-.2339-.265314-.3975-.032852-.1639.00125-.3304.093913-.4695l9.354919-14.053128c.1162-.174972.3116-.279063.5217-.279063.1228 0 .2423.036423.3458.104805.2866.191041.3648.580266.1741.867356z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="12" viewBox="0 0 21 12" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m20.7898 4.3972-1.6275-2.666c-.1109-.19181-.2687-.35137-.4581-.46328-.1895-.1119-.4042-.17236-.6234-.17554h-3.5427v-.108601c0-.129192-.0251-.257118-.0739-.376476-.0487-.119358-.1202-.227809-.2103-.319161s-.197-.163817-.3148-.2132562c-.1177-.0494395-.2438-.0748858-.3712-.0748858h-9.3682c-.25731 0-.50409.103647-.68604.288142-.18194.184494-.28416.434723-.28416.695637v7.757381h-.53761v1.63754h2.15672c.03714.4422.23663.8542.55902 1.1545.32238.3002.74416.4668 1.18189.4668s.85951-.1666 1.18189-.4668c.32238-.3003.52188-.7123.55902-1.1545h6.48907c.0371.4422.2366.8542.559 1.1545.3224.3002.7442.4668 1.1819.4668s.8595-.1666 1.1819-.4668c.3224-.3003.5219-.7123.559-1.1545h2.6985v-5.19576c.0033-.2766-.0694-.54866-.21-.78574zm-17.0101-3.407033c-.00058-.11432.04309-.224311.12162-.306334.07854-.082024.18567-.129533.29838-.13232h9.3703c.1141 0 .2236.04599.3044.127855.0807.081864.1261.192896.1261.30867v7.753122h-6.56468c-.25795-.14165-.54666-.21582-.84-.21582s-.58206.07417-.84001.21582h-1.98661zm11.3401 8.296113c-.1133.16567-.1972.35016-.2478.54513h-6.59197c-.05063-.19497-.13449-.37946-.2478-.54513zm-7.14007-.08092-.0126-.0149zm-.0609-.07665-.0147-.01704zm-.0693-.07666v-.01065zm-.23521-.20442h-.0105zm-.0819-.05537h-.0105zm-1.86691 0h-.0105zm-.0819.05537h-.0105zm-.2352.20229v.01065zm-2.14831.23636h1.94671c-.11331.16567-.19718.35016-.2478.54513h-1.70101zm2.07901-.17035-.0147.01704zm-.063.07666-.0126.0149zm-.336.73677v.02981zm-.0168.10004v.0341zm-.0105.1065v.0319c0 .0107-.0021-.0212-.0021-.0319zm1.73881 1.3351c-.23332-.0042-.46021-.0781-.6522-.2126-.192-.1345-.34053-.3235-.42696-.5433-.08644-.2198-.10692-.4606-.05887-.6921.04804-.23157.16247-.44356.32892-.6094s.3775-.27812.60666-.32276.46622-.01965.68142.07184c.2152.0915.39895.24541.52819.44242s.19821.4283.19825.665c-.00333.3211-.13206.6279-.358.853s-.53066.3502-.84741.3479zm1.71151-1.54164v.02981zm.0168.10004v.0341zm.0105.1065v.0319c0 .0107 0-.0212 0-.0319zm6.51007-.21293v.02981zm-.0168.10013v.034zm-.0105.1064v.032c0 .0106.0084-.0149.0105-.0256zm.3633-.92414.0126-.0149zm.0609-.07665.0147-.01704zm.0693-.07666v-.01065zm1.26 2.41255c-.2337-.0037-.4611-.0775-.6535-.2121-.1924-.1345-.3412-.3237-.4278-.5439-.0865-.2201-.1069-.4612-.0586-.6931.0483-.23187.1632-.44405.3302-.60983.167-.16579.3786-.27777.6083-.32186.2296-.04408.467-.0183.6822.07412.2152.09241.3986.24731.5272.44521.1285.1979.1965.42996.1953.66696-.0033.3215-.1324.6286-.3588.8537-.2263.2252-.5316.3501-.8487.3472zm-1.0206-2.61484h.0105zm.0819-.05537h.0105zm1.8669 0h.0105zm.0819.05537h.0105zm.2352.20229v.01065zm.0651.07027.0147.01703zm.063.07666.0126.0149zm.3297.73038v.02981zm.0168.10004v.0341zm.0105.1065v.0319c0 .0107.0063-.0212.0042-.0319zm2.1903-.30237h-2.2344c-.0506-.19496-.1345-.37945-.2478-.54512h2.4864zm-3.0807-1.09237c-.258-.14165-.5467-.21582-.84-.21582-.2934 0-.5821.07417-.84.21582h-1.1886v-7.09727h3.5217c.1334.0021.2639.03907.3791.10734.1151.06826.211.16551.2782.28234l1.6065 2.666c.0873.14642.1331.31441.1323.4855v3.55609z"/><path d="m2.69222 1.64392h-2.69222v.54512h2.69222z"/><path d="m2.69221 2.73621h-2.154612v.54512h2.154612z"/><path d="m2.69206 3.82666h-1.61491v.54512h1.61491z"/><path d="m16.153 5.46619h-1.0773v.54512h1.0773z"/><path d="m15.0757 2.18896v2.72989h4.7754l-1.7913-2.72989zm.5376 2.18476v-1.6375h2.1567l1.0773 1.6375z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="21" viewBox="0 0 15 21" width="15" xmlns="http://www.w3.org/2000/svg"><path d="m.521708 17.1313v1.7608c0 .8997.769632 1.6291 1.719002 1.6291h1.35486c.53352 0 1.01091-.2315 1.3263-.5941.2403.6247.87181 1.0729 1.61338 1.0729h1.35511c.54731 0 1.0343-.2443 1.34944-.6232.21149.0917.44563.1442.69282.1442h3.39518c.9235 0 1.6722-.7096 1.6722-1.5848v-10.98371c0-1.0479-.6778-1.94787-1.6397-2.3282 1.0084-.61157 1.6375-1.73787 1.4622-2.9869-.1918-1.3671-1.3704-2.460961-2.8161-2.6170608-1.9438-.2097662-3.59729 1.2317608-3.59729 3.0326308 0 1.07986.59631 2.02836 1.49151 2.57133-.96192.38033-1.63973 1.2803-1.63973 2.3282v.76859c-.31464-.15353-.67016-.24196-1.04784-.24196-.54436 0-1.04415.1813-1.43833.48206-.16421-.6692-.65121-1.22103-1.29725-1.50079.72877-.46644 1.21379-1.24974 1.23324-2.13967.03102-1.42216-1.18203-2.64529-2.68166-2.70036-1.58999-.05833-2.903485 1.15056-2.903485 2.64483 0 .9128.489947 1.71896 1.233725 2.19496-.800652.3465-1.35928922 1.11067-1.35928922 1.9978v7.17805c-.00049241.2737.23315622.4953.52170722.4953zm3.979892 1.7608c0 .4736-.40648.8591-.90628.8591h-1.35511c-.49979 0-.90627-.3852-.90627-.8591v-1.7608h3.16766zm4.71974-15.83914c0-1.25883 1.08086-2.282932 2.40886-2.282932s2.4089 1.024102 2.4089 2.282932-1.0809 2.28316-2.4089 2.28316-2.40886-1.02433-2.40886-2.28316zm-.14846 4.89953c0-.966.82946-1.7521 1.84872-1.7521h1.4167c1.0193 0 1.8487.7861 1.8487 1.7521v10.98391c0 .4492-.3855.8148-.8597.8148h-1.2911v-5.2983h-.8125v5.2983h-1.29132c-.1268 0-.24621-.0278-.35478-.0747.01994-.0989.03126-.2009.03126-.3052v-5.3235c.14206-.0359.27674-.0954.39664-.1766l2.0831-1.4077c.2728-.1843.4538-.4594.5094-.7742.0557-.3148-.0209-.6307-.2154-.8892-.1945-.2588-.4848-.4301-.8172-.483-.3326-.053-.6654.0196-.9382.2041l-1.2446.841c.08076-.2219.12655-.459.12655-.7066 0-.475-.16323-.91345-.43677-1.27185v-1.43126zm-1.86032 1.29663c.81838 0 1.48461.63093 1.48461 1.40678 0 .5873-.38211 1.091-.92277 1.3015-.02881-.0012-.05737-.0037-.08618-.0037h-.95133c-.02881 0-.05737.0025-.08617.0037-.54067-.2105-.92253-.7142-.92253-1.3015 0-.77585.66598-1.40678 1.48437-1.40678zm-1.07075 3.64188c.17949-.1095.38531-.1673.59533-.1673h.95133c.21001 0 .41559.0578.59483.1673.01526.0093.03176.0156.04801.0228l.89003-.496 1.87806-1.2691c.0965-.0651.2142-.0899.3324-.0717.1181.0187.2208.0794.2893.1706.1428.1897.0962.4541-.1039.5894l-2.08318 1.4077c-.04801.0327-.0975.0504-.14477.0611l-.59434.385c-.00024.0094-.00221.0182-.00172.0276l.00345 5.6532c0 .4736-.40649.8589-.90628.8589h-.27132v-2.472h-.81247v2.4715h-.27107c-.4998 0-.90628-.3852-.90628-.8589v-5.5589l-1.26894-.9271-1.55158-1.0486c-.09627-.0651-.16003-.1624-.17973-.2744s.00714-.2237.07583-.315c.06845-.0912.17136-.1516.28929-.1703s.23611.0068.33238.0716l1.19704.809zm-5.204263-7.62558c0-1.03483.888553-1.87693 1.980463-1.87693 1.09192 0 1.98023.84187 1.98023 1.87693 0 1.03483-.88831 1.87693-1.98023 1.87693-1.09191 0-1.980463-.84186-1.980463-1.87693zm-.125564 4.193c0-.7868.675337-1.42683 1.505537-1.42683h1.20099c.8302 0 1.50578.64003 1.50578 1.42683v.53853c-.06992.20785-.10833.42935-.10833.65895s.03841.451.10833.6589v.0352l-1.22609-.8285c-.27329-.1844-.60665-.2572-.93854-.2042-.33237.0527-.6224.2242-.8169.483-.40279.5353-.27083 1.2815.29397 1.6634l2.08313 1.408c.12015.0809.25458.1404.39664.1764v2.3135h-4.004517z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="11" viewBox="0 0 17 11" width="17" xmlns="http://www.w3.org/2000/svg"><g fill="#4a4a4a"><path d="m12.547 5.70489c-.0179-.14306-.0358-.30402-.0894-.44709-.2683-.89417-1.2876-2.30697-3.45155-2.68253-.76899-.57227-2.03873-1.32338-3.66613-1.60952-.28614-.053651-.57227.07153-.73323.3219-.16095.25037-.16095.55439 0 .78688.30402.44709.44709.80476.41133 1.03725-.82265.33979-1.53799.78687-2.09238 1.21608-.42921-.75111-1.1982-1.32338-2.128145-1.60952-.232486-.07154-.50074 0-.661692.19672-.1609518.19672-.1788353.46497-.0536504.67957.3755544.67958.5722734 1.46646.5722734 2.25333 0 .78688-.196719 1.55587-.5722734 2.23545-.1251849.2146-.1073014.48285.0536504.66169.160952.19672.411322.26825.661692.19672.929945-.28614 1.681055-.8763 2.128145-1.62741.55439.42921 1.26973.8763 2.09238 1.21609.03576.23248-.08942.59015-.41133 1.03724-.16095.23249-.16095.53646 0 .78686.14307.2146.37556.3398.60804.3398.03577 0 .08942 0 .12519-.0179 1.6274-.2861 2.89714-1.05511 3.66613-1.6095 2.16395-.37555 3.18325-1.78835 3.45155-2.66465.0715-.2146.1073-.41132.1073-.59016 0-.01788 0-.01788 0-.03576-.0179 0-.0179-.03577-.0179-.07154zm-7.49322-4.11322c.01789-.01788.05365-.08941.14307-.08941h.03577c1.03724.17883 1.91354.57227 2.611.98359-.78688 0-1.57376.17884-2.2891.42921-.03577-.32191-.19672-.69746-.50074-1.14455-.05365-.07153-.01788-.14307 0-.17884zm.17884 8.58413c-.1073.0179-.16095-.0537-.17884-.0894-.01788-.0358-.05365-.10734 0-.17887.30402-.44709.46497-.80476.50074-1.14455.73323.25037 1.50222.41132 2.2891.42921-.69746.41132-1.57376.80476-2.611.98361zm5.31138-3.89863c.0716 0 .161.01788.2325.01788.4113 0 .8584-.07153 1.1625-.14307-.0179.03577-.0179.08942-.0358.12519-.2504.82264-1.4128 2.37851-4.02382 2.37851-1.9493 0-3.86284-1.05513-4.90009-1.94931-.05365-.03576-.1073-.07153-.17884-.07153-.01788 0-.03576 0-.05365 0-.08941.01788-.16095.07153-.19672.16095-.3219.76899-1.01936 1.35915-1.931421 1.64529-.035767 0-.05365-.01789-.071534-.01789v-.05365c.429206-.76899.643805-1.64528.643805-2.50369 0-.8763-.232483-1.75259-.643805-2.52159 0 0-.017883-.03576 0-.05365.017884-.01788.035767-.03576.053651-.01788.912064.28614 1.627404.87629 1.949304 1.6274.03577.07154.10731.14307.19672.16096.08942.01788.17884 0 .23249-.05366 1.03725-.89417 2.95079-1.9493 4.90009-1.9493 2.61102 0 3.77342 1.55587 4.04172 2.37851.0179.05365.0357.1073.0357.16095-.3219.07154-.9299.19672-1.377.14307-.1431 0-.2861.08942-.304.25037.0179.14307.1252.26825.2682.28614z"/><path d="m9.88252 5.16835c.30618 0 .55438-.24821.55438-.55439s-.2482-.55439-.55438-.55439c-.30619 0-.5544.24821-.5544.55439s.24821.55439.5544.55439z"/><path d="m16.714 0c-.143 0-.2682.125185-.2682.268253v6.938827c0 .60804-.5008 1.10878-1.1088 1.10878s-1.1088-.50074-1.1088-1.10878v-.67958h.3935c.0894 0 .1788-.05365.2324-.12519.0537-.07153.0537-.17883.0179-.26825l-.6795-1.53798c-.0537-.12519-.1789-.17884-.3041-.16096-.1252.03577-.2146.16096-.2146.28614v2.5037c0 .91206.7511 1.66317 1.6632 1.66317s1.6632-.75111 1.6632-1.66317v-6.956707c-.0179-.143068-.1431-.268253-.2862-.268253z"/></g></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="17" viewBox="0 0 17 17" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m14.2461 3.7229 2.193-1.44501c.578-.374.731-1.13901.357-1.717012-.374-.5780042-1.139-.731005-1.717-.357003l-3.689 2.431015c-.204-.068-.425-.102-.646-.102-.578 0-1.08803.255-1.46203.64601-.255 0-.52701-.017-.78201-.017s-.527 0-.782.017c-.35701-.39101-.88401-.64601-1.46201-.64601-.22101 0-.44201.034-.64601.102l-3.68903-2.431015c-.578-.374002-1.343006-.2210012-1.717008.357003-.374003.561002-.2210021 1.343012.357002 1.717012l2.193016 1.44501c-1.70001.374-2.75402.93501-2.75402 1.56401v.91801 1.56401 3.84207c0 2.958 2.43102 5.389 5.38904 5.389h6.20506c2.975 0 5.389-2.431 5.389-5.406v-3.82507-1.56401-.91801c.017-.629-1.037-1.19001-2.737-1.56401zm1.224-2.92402c.238-.170001.578-.085001.731.153001.17.237999.102.578009-.153.731009l-3.417 2.24401c-.102-.357-.306-.663-.561-.901zm-4.726 2.43102c.697 0 1.258.561 1.258 1.25801 0 .697-.561 1.25801-1.258 1.25801s-1.25803-.56101-1.25803-1.25801c-.017-.69701.56103-1.25801 1.25803-1.25801zm-4.48805 0c.697 0 1.25801.561 1.25801 1.25801 0 .697-.56101 1.25801-1.25801 1.25801-.69701 0-1.25801-.56101-1.25801-1.25801 0-.69701.561-1.25801 1.25801-1.25801zm-5.304043-1.54701c-.255002-.153-.323002-.49301-.153001-.731009.153001-.255002.493004-.323002.731004-.153001l3.40003 2.24402c-.25501.238-.45901.544-.56101.901zm2.040013 2.70302c.204-.051.39101-.085.59501-.119l.714.476c.119.96901.95201 1.71701 1.95502 1.71701 1.088 0 1.97201-.88401 1.97201-1.97201 0-.221-.034-.42501-.102-.62901h.374.37401c-.068.204-.10201.40801-.10201.62901 0 1.088.88401 1.97201 1.97204 1.97201 1.003 0 1.836-.748 1.955-1.73401l.714-.476c.204.034.408.085.595.119.391.085 1.955.493 2.261.901-.306.39101-1.87.81601-2.261.90101-1.768.391-3.706.527-5.50804.527-1.80201 0-3.74002-.136-5.50804-.527-.391-.085-1.95501-.493-2.261015-.90101.306005-.391 1.870015-.799 2.261015-.884zm13.29408 7.20809c0 2.584-2.108 4.692-4.692 4.692h-6.20506c-2.58402 0-4.692035-2.108-4.692035-4.692v-2.97506c1.309005.748 4.301035 1.27501 7.786055 1.27501 3.48504 0 6.47704-.52701 7.78604-1.27501zm0-3.82507c-.187.357-1.87.79901-2.278.90101-1.768.374-3.706.51-5.50804.51-1.80201 0-3.74002-.136-5.50804-.527-.408-.085-2.091013-.52701-2.295015-.95201v-1.47901c2.278015 1.07101 6.596045 1.19001 7.803055 1.19001 1.19001 0 5.52504-.119 7.78604-1.17301z" fill="#4a4a4a"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

Some files were not shown because too many files have changed in this diff Show More