Compare commits
82 Commits
dev
...
404c9f5aeb
| Author | SHA1 | Date | |
|---|---|---|---|
| 404c9f5aeb | |||
| c4b1d8b152 | |||
| 59bdd9c73a | |||
| 57bdd6920f | |||
| 1a8f437d2e | |||
| feeeaedc29 | |||
| 532cfeadfb | |||
| adf8ea3891 | |||
| e87c33b870 | |||
| 38ae8e58ee | |||
| 6afd0e108a | |||
| b9ef279cc0 | |||
| fed96a97b7 | |||
| 224d4fbc25 | |||
| b85df6149a | |||
| 27db5a9b7f | |||
| 100e24e306 | |||
| 6039fc2116 | |||
| 6cb0169d8f | |||
| 7d3c144673 | |||
| 7421994755 | |||
| 8ed427b721 | |||
| b84f366d12 | |||
| da832ba4a9 | |||
| ff88dbc341 | |||
| be650f34c7 | |||
| f8602dc640 | |||
| 7c3972d064 | |||
| 3b41deef58 | |||
| c81908cbb4 | |||
| 94e71b14b5 | |||
| 97af4a1288 | |||
| 05fd6bbce8 | |||
| 469fdb7243 | |||
| fd9b47ee1f | |||
| 0e7b8cd5ae | |||
| ceb5835f21 | |||
| bd6ce410bc | |||
| 488813af2c | |||
| a603c09e7e | |||
| 7a914edbd3 | |||
| a8a5cb22fa | |||
| 19ee5cef58 | |||
| b89631b84b | |||
| dafc5fc8f1 | |||
| aab357095f | |||
| a35b66d623 | |||
| 6de7993f85 | |||
| c32dde4b87 | |||
| b2de7e96d0 | |||
| 8bf76bd4f4 | |||
| f9379ffaec | |||
| c14555d21f | |||
| 5126eed189 | |||
| 7bca58d58b | |||
| aa2ed5fc1c | |||
| 07a9198750 | |||
| dcb2fad6f4 | |||
| ab16011b25 | |||
| 204b13c445 | |||
| f28f171d3b | |||
| 2af89d3578 | |||
| 0eaf2ab125 | |||
| 95ee98972c | |||
| dd07e1888d | |||
| 7b81780642 | |||
| 6264d775cb | |||
| e8d42a7055 | |||
| 4f5137ba6e | |||
| c4cfc1017f | |||
| a4232532bd | |||
| 3c56cb6b55 | |||
| 8ce308ed36 | |||
| 54c8943e54 | |||
| fa27a6a752 | |||
| ed5c1172b4 | |||
| a2c29dce99 | |||
| c50125d79c | |||
| 437f69de61 | |||
| 93aedefe79 | |||
| 63b189bce3 | |||
| bf855d15e0 |
@@ -28,9 +28,9 @@ jobs:
|
||||
env:
|
||||
PUBLIC_SVGL_VERSION: v5
|
||||
|
||||
svgs-size:
|
||||
check-svgs:
|
||||
runs-on: ubuntu-latest
|
||||
name: 📦 SVGs Size
|
||||
name: 📦 Check SVGs
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -42,3 +42,6 @@ jobs:
|
||||
|
||||
- name: Check SVGs size
|
||||
run: pnpm check:size
|
||||
|
||||
- name: Check unused SVGs
|
||||
run: pnpm check:data
|
||||
|
||||
@@ -12,10 +12,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup pnpm 10
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Install global dependencies
|
||||
run: pnpm install
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@pheralb/svgl-api",
|
||||
"name": "@svgl/api",
|
||||
"author": "@pheralb_",
|
||||
"version": "1.0.1",
|
||||
"description": "SVGL API built with Hono & Cloudflare.",
|
||||
"version": "1.1.0",
|
||||
"description": "SVGL API built with Hono & Cloudflare",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
@@ -11,11 +11,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@upstash/ratelimit": "2.0.6",
|
||||
"@upstash/redis": "1.35.3",
|
||||
"hono": "4.9.6"
|
||||
"@upstash/redis": "1.35.4",
|
||||
"hono": "4.9.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "4.20250906.0",
|
||||
"wrangler": "4.34.0"
|
||||
"@cloudflare/workers-types": "4.20250924.0",
|
||||
"wrangler": "4.40.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,20 +10,20 @@ importers:
|
||||
dependencies:
|
||||
'@upstash/ratelimit':
|
||||
specifier: 2.0.6
|
||||
version: 2.0.6(@upstash/redis@1.35.3)
|
||||
version: 2.0.6(@upstash/redis@1.35.4)
|
||||
'@upstash/redis':
|
||||
specifier: 1.35.3
|
||||
version: 1.35.3
|
||||
specifier: 1.35.4
|
||||
version: 1.35.4
|
||||
hono:
|
||||
specifier: 4.9.6
|
||||
version: 4.9.6
|
||||
specifier: 4.9.8
|
||||
version: 4.9.8
|
||||
devDependencies:
|
||||
'@cloudflare/workers-types':
|
||||
specifier: 4.20250906.0
|
||||
version: 4.20250906.0
|
||||
specifier: 4.20250924.0
|
||||
version: 4.20250924.0
|
||||
wrangler:
|
||||
specifier: 4.34.0
|
||||
version: 4.34.0(@cloudflare/workers-types@4.20250906.0)
|
||||
specifier: 4.40.0
|
||||
version: 4.40.0(@cloudflare/workers-types@4.20250924.0)
|
||||
|
||||
packages:
|
||||
|
||||
@@ -31,47 +31,47 @@ packages:
|
||||
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@cloudflare/unenv-preset@2.7.2':
|
||||
resolution: {integrity: sha512-JY7Uf8GhWcbOMDZX8ke2czp9f9TijvJN4CpRBs3+WYN9U7jHpj3XaV+HHm78iHkAwTm/JeBHqyQNhq/PizynRA==}
|
||||
'@cloudflare/unenv-preset@2.7.4':
|
||||
resolution: {integrity: sha512-KIjbu/Dt50zseJIoOOK5y4eYpSojD9+xxkePYVK1Rg9k/p/st4YyMtz1Clju/zrenJHrOH+AAcjNArOPMwH4Bw==}
|
||||
peerDependencies:
|
||||
unenv: 2.0.0-rc.20
|
||||
workerd: ^1.20250828.1
|
||||
unenv: 2.0.0-rc.21
|
||||
workerd: ^1.20250912.0
|
||||
peerDependenciesMeta:
|
||||
workerd:
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workerd-darwin-64@1.20250902.0':
|
||||
resolution: {integrity: sha512-mwC/YEtDUGfnjXdbW5Lya+bgODrpJ5RxxqpaTjtMJycqnjR0RZgVpOqISwGfBHIhseykU3ahPugM5t91XkBKTg==}
|
||||
'@cloudflare/workerd-darwin-64@1.20250924.0':
|
||||
resolution: {integrity: sha512-/+nWoNDIzdQaQib7MrWYEfeDt1vA40Ah68nXlZGXHonkIqJvkjaTP8dzdKZLuwnQokiV/SpnAXNMH0WGH31XMw==}
|
||||
engines: {node: '>=16'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@cloudflare/workerd-darwin-arm64@1.20250902.0':
|
||||
resolution: {integrity: sha512-5Wr6a5/ixoXuMPOvbprN8k9HhAHDBh8f7H5V4DN/Xb4ORoGkI9AbC5QPpYV0wa3Ncf+CRSGobdmZNyO24hRccA==}
|
||||
'@cloudflare/workerd-darwin-arm64@1.20250924.0':
|
||||
resolution: {integrity: sha512-UAjC5mra+WNWy6jMbIDe9orsFmYvvMlfvZdUyn5p3NlQhhU6cc4FkFuXJ/bV+6oVw5hIhlLlFCTnsGatki/uHg==}
|
||||
engines: {node: '>=16'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@cloudflare/workerd-linux-64@1.20250902.0':
|
||||
resolution: {integrity: sha512-1yJGt56VQBuG01nrhkRGoa1FGz7xQwJTrgewxt/MRRtigZTf84qJQiPQxyM7PQWCLREKa+JS7G8HFqvOwK7kZA==}
|
||||
'@cloudflare/workerd-linux-64@1.20250924.0':
|
||||
resolution: {integrity: sha512-IcwaoZFXGHq+yOBEj91QZH4qU61ws5upE7T43wVcrUAk8VXgxL12IGUVkMCEqfFXTO40PjKZBmK16B2q1HoFow==}
|
||||
engines: {node: '>=16'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@cloudflare/workerd-linux-arm64@1.20250902.0':
|
||||
resolution: {integrity: sha512-ArDodWzfo0BVqMQGUgaOGV5Mzf8wEMUX8TJonExpGbYavoVXVDbp2rTLFRJg1vkFGpmw1teCtSoOjSDisFZQMg==}
|
||||
'@cloudflare/workerd-linux-arm64@1.20250924.0':
|
||||
resolution: {integrity: sha512-NgKG/cJiRNoJFa8QqweG0/bpkrUYKpR9mA9/qLJcGiwfvJrfK9b+ucw0lCru1BVMlyuS3kWDjagjMWqfujdBkA==}
|
||||
engines: {node: '>=16'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@cloudflare/workerd-windows-64@1.20250902.0':
|
||||
resolution: {integrity: sha512-DT/o8ZSkmze1YGI7vgVt4ST+VYGb3tNChiFnOM9Z8YOejqKqbVvATB4gi/xMSnNR9CsKFqH4hHWDDtz+wf4uZg==}
|
||||
'@cloudflare/workerd-windows-64@1.20250924.0':
|
||||
resolution: {integrity: sha512-PntewemtjgLO2+8Gjw3G/NowDjpWZNKpKk/n4KmOQaWS9jIRq3IG1LkTqxj/BbMXqa4Oyrywk2kdqspj6QllOw==}
|
||||
engines: {node: '>=16'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@cloudflare/workers-types@4.20250906.0':
|
||||
resolution: {integrity: sha512-CMRTupQpAdNZJrxRGaM2JzxmpWOnzgxcyTGmjAOcosRfi1ZsNUTAZ0kj1dzY+4bPDIdFwvvJL3t91DEpqitOJg==}
|
||||
'@cloudflare/workers-types@4.20250924.0':
|
||||
resolution: {integrity: sha512-pi/OYCroYdwjFWbkciC5oYzlyimDF4ymNotDK0zpLNq91Ogz1IXnVBAYV7fCFAJ/zIxU0RiIBrJIOll/C0pR9Q==}
|
||||
|
||||
'@cspotcode/source-map-support@0.8.1':
|
||||
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
||||
@@ -370,8 +370,8 @@ packages:
|
||||
peerDependencies:
|
||||
'@upstash/redis': ^1.34.3
|
||||
|
||||
'@upstash/redis@1.35.3':
|
||||
resolution: {integrity: sha512-hSjv66NOuahW3MisRGlSgoszU2uONAY2l5Qo3Sae8OT3/Tng9K+2/cBRuyPBX8egwEGcNNCF9+r0V6grNnhL+w==}
|
||||
'@upstash/redis@1.35.4':
|
||||
resolution: {integrity: sha512-WE1ZnhFyBiIjTDW13GbO6JjkiMVVjw5VsvS8ENmvvJsze/caMQ5paxVD44+U68IUVmkXcbsLSoE+VIYsHtbQEw==}
|
||||
|
||||
acorn-walk@8.3.2:
|
||||
resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
|
||||
@@ -433,8 +433,8 @@ packages:
|
||||
glob-to-regexp@0.4.1:
|
||||
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
||||
|
||||
hono@4.9.6:
|
||||
resolution: {integrity: sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==}
|
||||
hono@4.9.8:
|
||||
resolution: {integrity: sha512-JW8Bb4RFWD9iOKxg5PbUarBYGM99IcxFl2FPBo2gSJO11jjUDqlP1Bmfyqt8Z/dGhIQ63PMA9LdcLefXyIasyg==}
|
||||
engines: {node: '>=16.9.0'}
|
||||
|
||||
is-arrayish@0.3.2:
|
||||
@@ -449,8 +449,8 @@ packages:
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
|
||||
miniflare@4.20250902.0:
|
||||
resolution: {integrity: sha512-QHjI17yVDxDXsjDvX6GNRySx2uYsQJyiZ2MRBAsA0CFpAI2BcHd4oz0FIjbqgpZK+4Fhm7OKht/AfBNCd234Zg==}
|
||||
miniflare@4.20250924.0:
|
||||
resolution: {integrity: sha512-eQuWHklTeYYOil7sPPWo7Wrw86I4oac1kGAYfYcjg5dqMgMAiPUHvUWXMlTvW8ON6q33Ew23AsGDirm+Bea9ig==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -492,24 +492,24 @@ packages:
|
||||
uncrypto@0.1.3:
|
||||
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
|
||||
|
||||
undici@7.13.0:
|
||||
resolution: {integrity: sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA==}
|
||||
undici@7.14.0:
|
||||
resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==}
|
||||
engines: {node: '>=20.18.1'}
|
||||
|
||||
unenv@2.0.0-rc.20:
|
||||
resolution: {integrity: sha512-8tn4tAl9vD5nWoggAAPz28vf0FY8+pQAayhU94qD+ZkIbVKCBAH/E1MWEEmhb9Whn5EgouYVfBJB20RsTLRDdg==}
|
||||
unenv@2.0.0-rc.21:
|
||||
resolution: {integrity: sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==}
|
||||
|
||||
workerd@1.20250902.0:
|
||||
resolution: {integrity: sha512-rM+8ARYoy9gWJNPW89ERWyjbp7+m1hu6PFbehiP8FW9Hm5kNVo71lXFrkCP2HSsTP1OLfIU/IwanYOijJ0mQDw==}
|
||||
workerd@1.20250924.0:
|
||||
resolution: {integrity: sha512-ovO2vwRCcMOlOm3bNwQQrVb8KDcewE/3rjfbZAYSF535BQQDUZ9dE1kyGBYlGx4W5udH3kqmOr+0YqTBLlycyA==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
|
||||
wrangler@4.34.0:
|
||||
resolution: {integrity: sha512-iU+T8klWX6M/oN9y2PG8HrekoHwlBs/7wNMouyRToCJGn5EFtVl98a1fxxPCgkuUNZ2sKLrCyx/TlhgilIlqpQ==}
|
||||
wrangler@4.40.0:
|
||||
resolution: {integrity: sha512-HCPNUz599h9emi6qjppn92kxS6E12QvD0A3K087CZFEysw6lO1saZUdJ8azk0LsYGYDnrkBs5TzUOEfpuccwWA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@cloudflare/workers-types': ^4.20250902.0
|
||||
'@cloudflare/workers-types': ^4.20250924.0
|
||||
peerDependenciesMeta:
|
||||
'@cloudflare/workers-types':
|
||||
optional: true
|
||||
@@ -541,28 +541,28 @@ snapshots:
|
||||
dependencies:
|
||||
mime: 3.0.0
|
||||
|
||||
'@cloudflare/unenv-preset@2.7.2(unenv@2.0.0-rc.20)(workerd@1.20250902.0)':
|
||||
'@cloudflare/unenv-preset@2.7.4(unenv@2.0.0-rc.21)(workerd@1.20250924.0)':
|
||||
dependencies:
|
||||
unenv: 2.0.0-rc.20
|
||||
unenv: 2.0.0-rc.21
|
||||
optionalDependencies:
|
||||
workerd: 1.20250902.0
|
||||
workerd: 1.20250924.0
|
||||
|
||||
'@cloudflare/workerd-darwin-64@1.20250902.0':
|
||||
'@cloudflare/workerd-darwin-64@1.20250924.0':
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workerd-darwin-arm64@1.20250902.0':
|
||||
'@cloudflare/workerd-darwin-arm64@1.20250924.0':
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workerd-linux-64@1.20250902.0':
|
||||
'@cloudflare/workerd-linux-64@1.20250924.0':
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workerd-linux-arm64@1.20250902.0':
|
||||
'@cloudflare/workerd-linux-arm64@1.20250924.0':
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workerd-windows-64@1.20250902.0':
|
||||
'@cloudflare/workerd-windows-64@1.20250924.0':
|
||||
optional: true
|
||||
|
||||
'@cloudflare/workers-types@4.20250906.0': {}
|
||||
'@cloudflare/workers-types@4.20250924.0': {}
|
||||
|
||||
'@cspotcode/source-map-support@0.8.1':
|
||||
dependencies:
|
||||
@@ -750,14 +750,14 @@ snapshots:
|
||||
|
||||
'@upstash/core-analytics@0.0.10':
|
||||
dependencies:
|
||||
'@upstash/redis': 1.35.3
|
||||
'@upstash/redis': 1.35.4
|
||||
|
||||
'@upstash/ratelimit@2.0.6(@upstash/redis@1.35.3)':
|
||||
'@upstash/ratelimit@2.0.6(@upstash/redis@1.35.4)':
|
||||
dependencies:
|
||||
'@upstash/core-analytics': 0.0.10
|
||||
'@upstash/redis': 1.35.3
|
||||
'@upstash/redis': 1.35.4
|
||||
|
||||
'@upstash/redis@1.35.3':
|
||||
'@upstash/redis@1.35.4':
|
||||
dependencies:
|
||||
uncrypto: 0.1.3
|
||||
|
||||
@@ -828,7 +828,7 @@ snapshots:
|
||||
|
||||
glob-to-regexp@0.4.1: {}
|
||||
|
||||
hono@4.9.6: {}
|
||||
hono@4.9.8: {}
|
||||
|
||||
is-arrayish@0.3.2: {}
|
||||
|
||||
@@ -836,7 +836,7 @@ snapshots:
|
||||
|
||||
mime@3.0.0: {}
|
||||
|
||||
miniflare@4.20250902.0:
|
||||
miniflare@4.20250924.0:
|
||||
dependencies:
|
||||
'@cspotcode/source-map-support': 0.8.1
|
||||
acorn: 8.14.0
|
||||
@@ -845,8 +845,8 @@ snapshots:
|
||||
glob-to-regexp: 0.4.1
|
||||
sharp: 0.33.5
|
||||
stoppable: 1.1.0
|
||||
undici: 7.13.0
|
||||
workerd: 1.20250902.0
|
||||
undici: 7.14.0
|
||||
workerd: 1.20250924.0
|
||||
ws: 8.18.0
|
||||
youch: 4.1.0-beta.10
|
||||
zod: 3.22.3
|
||||
@@ -903,9 +903,9 @@ snapshots:
|
||||
|
||||
uncrypto@0.1.3: {}
|
||||
|
||||
undici@7.13.0: {}
|
||||
undici@7.14.0: {}
|
||||
|
||||
unenv@2.0.0-rc.20:
|
||||
unenv@2.0.0-rc.21:
|
||||
dependencies:
|
||||
defu: 6.1.4
|
||||
exsolve: 1.0.7
|
||||
@@ -913,26 +913,26 @@ snapshots:
|
||||
pathe: 2.0.3
|
||||
ufo: 1.6.1
|
||||
|
||||
workerd@1.20250902.0:
|
||||
workerd@1.20250924.0:
|
||||
optionalDependencies:
|
||||
'@cloudflare/workerd-darwin-64': 1.20250902.0
|
||||
'@cloudflare/workerd-darwin-arm64': 1.20250902.0
|
||||
'@cloudflare/workerd-linux-64': 1.20250902.0
|
||||
'@cloudflare/workerd-linux-arm64': 1.20250902.0
|
||||
'@cloudflare/workerd-windows-64': 1.20250902.0
|
||||
'@cloudflare/workerd-darwin-64': 1.20250924.0
|
||||
'@cloudflare/workerd-darwin-arm64': 1.20250924.0
|
||||
'@cloudflare/workerd-linux-64': 1.20250924.0
|
||||
'@cloudflare/workerd-linux-arm64': 1.20250924.0
|
||||
'@cloudflare/workerd-windows-64': 1.20250924.0
|
||||
|
||||
wrangler@4.34.0(@cloudflare/workers-types@4.20250906.0):
|
||||
wrangler@4.40.0(@cloudflare/workers-types@4.20250924.0):
|
||||
dependencies:
|
||||
'@cloudflare/kv-asset-handler': 0.4.0
|
||||
'@cloudflare/unenv-preset': 2.7.2(unenv@2.0.0-rc.20)(workerd@1.20250902.0)
|
||||
'@cloudflare/unenv-preset': 2.7.4(unenv@2.0.0-rc.21)(workerd@1.20250924.0)
|
||||
blake3-wasm: 2.1.5
|
||||
esbuild: 0.25.4
|
||||
miniflare: 4.20250902.0
|
||||
miniflare: 4.20250924.0
|
||||
path-to-regexp: 6.3.0
|
||||
unenv: 2.0.0-rc.20
|
||||
workerd: 1.20250902.0
|
||||
unenv: 2.0.0-rc.21
|
||||
workerd: 1.20250924.0
|
||||
optionalDependencies:
|
||||
'@cloudflare/workers-types': 4.20250906.0
|
||||
'@cloudflare/workers-types': 4.20250924.0
|
||||
fsevents: 2.3.3
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"check:size": "tsx ./utils/check-size.ts",
|
||||
"check:data": "tsx ./utils/check-data.ts",
|
||||
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'",
|
||||
"fix:viewbox": "tsx ./utils/fix-viewbox.ts",
|
||||
"format": "prettier --write \"src/**/*.{ts,js,md,svelte}\" --cache",
|
||||
@@ -61,7 +62,7 @@
|
||||
"@eslint/compat": "1.3.2",
|
||||
"@eslint/js": "9.33.0",
|
||||
"@internationalized/date": "3.8.2",
|
||||
"@lucide/svelte": "0.515.0",
|
||||
"@lucide/svelte": "0.544.0",
|
||||
"@shikijs/rehype": "3.12.0",
|
||||
"@sveltejs/adapter-auto": "6.1.0",
|
||||
"@sveltejs/adapter-node": "5.3.1",
|
||||
@@ -69,7 +70,7 @@
|
||||
"@sveltejs/vite-plugin-svelte": "6.1.3",
|
||||
"@tailwindcss/vite": "4.1.12",
|
||||
"@types/node": "24.3.0",
|
||||
"bits-ui": "2.9.4",
|
||||
"bits-ui": "2.11.3",
|
||||
"clsx": "2.1.1",
|
||||
"eslint": "9.33.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
|
||||
@@ -55,8 +55,8 @@ importers:
|
||||
specifier: 3.8.2
|
||||
version: 3.8.2
|
||||
'@lucide/svelte':
|
||||
specifier: 0.515.0
|
||||
version: 0.515.0(svelte@5.38.2)
|
||||
specifier: 0.544.0
|
||||
version: 0.544.0(svelte@5.38.2)
|
||||
'@shikijs/rehype':
|
||||
specifier: 3.12.0
|
||||
version: 3.12.0
|
||||
@@ -79,8 +79,8 @@ importers:
|
||||
specifier: 24.3.0
|
||||
version: 24.3.0
|
||||
bits-ui:
|
||||
specifier: 2.9.4
|
||||
version: 2.9.4(@internationalized/date@3.8.2)(svelte@5.38.2)
|
||||
specifier: 2.11.3
|
||||
version: 2.11.3(@internationalized/date@3.8.2)(svelte@5.38.2)
|
||||
clsx:
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1
|
||||
@@ -606,8 +606,8 @@ packages:
|
||||
'@jridgewell/trace-mapping@0.3.30':
|
||||
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
|
||||
|
||||
'@lucide/svelte@0.515.0':
|
||||
resolution: {integrity: sha512-CEAyqcZmNBfYzVgaRmK2RFJP5tnbXxekRyDk0XX/eZQRfsJmkDvmQwXNX8C869BgNeryzmrRyjHhUL6g9ZOHNA==}
|
||||
'@lucide/svelte@0.544.0':
|
||||
resolution: {integrity: sha512-9f9O6uxng2pLB01sxNySHduJN3HTl5p0HDu4H26VR51vhZfiMzyOMe9Mhof3XAk4l813eTtl+/DYRvGyoRR+yw==}
|
||||
peerDependencies:
|
||||
svelte: ^5
|
||||
|
||||
@@ -1127,8 +1127,8 @@ packages:
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
||||
bits-ui@2.9.4:
|
||||
resolution: {integrity: sha512-Cqn685P6DDuEyBZT/CWMyS5+8JAnYbctvoEVPcmiut+HUpG3SozVgjoDaUib5VG4ZYUKEi1FPwHxiXo9c6J0PA==}
|
||||
bits-ui@2.11.3:
|
||||
resolution: {integrity: sha512-XhTuOgcgFatw2qxd+hIlu3EqfYu9R2FFMeJg8srZo3UVKBdOVWHbT0L3GBH46XsaESkTz3aEjU+BiGVoI/2rnQ==}
|
||||
engines: {node: '>=20'}
|
||||
peerDependencies:
|
||||
'@internationalized/date': ^3.8.1
|
||||
@@ -2661,6 +2661,11 @@ packages:
|
||||
peerDependencies:
|
||||
svelte: ^5.7.0
|
||||
|
||||
runed@0.31.1:
|
||||
resolution: {integrity: sha512-v3czcTnO+EJjiPvD4dwIqfTdHLZ8oH0zJheKqAHh9QMViY7Qb29UlAMRpX7ZtHh7AFqV60KmfxaJ9QMy+L1igQ==}
|
||||
peerDependencies:
|
||||
svelte: ^5.7.0
|
||||
|
||||
sade@1.8.1:
|
||||
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
|
||||
engines: {node: '>=6'}
|
||||
@@ -2863,18 +2868,18 @@ packages:
|
||||
peerDependencies:
|
||||
svelte: ^5.0.0
|
||||
|
||||
svelte-toolbelt@0.10.5:
|
||||
resolution: {integrity: sha512-8e+eWTgxw1aiLxhDE8Rb1X6AoLitqpJz+WhAul2W7W58C8KoLoJQf1TgQdFPBiCPJ0Jg5y0Zi1uyua9em4VS0w==}
|
||||
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
||||
peerDependencies:
|
||||
svelte: ^5.30.2
|
||||
|
||||
svelte-toolbelt@0.7.1:
|
||||
resolution: {integrity: sha512-HcBOcR17Vx9bjaOceUvxkY3nGmbBmCBBbuWLLEWO6jtmWH8f/QoWmbyUfQZrpDINH39en1b8mptfPQT9VKQ1xQ==}
|
||||
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
||||
peerDependencies:
|
||||
svelte: ^5.0.0
|
||||
|
||||
svelte-toolbelt@0.9.3:
|
||||
resolution: {integrity: sha512-HCSWxCtVmv+c6g1ACb8LTwHVbDqLKJvHpo6J8TaqwUme2hj9ATJCpjCPNISR1OCq2Q4U1KT41if9ON0isINQZw==}
|
||||
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
||||
peerDependencies:
|
||||
svelte: ^5.30.2
|
||||
|
||||
svelte@5.38.2:
|
||||
resolution: {integrity: sha512-iAcp/oFAWauVSGILdD67n7DiwgLHXZzWZIdzl7araRxu72jUr7PFAo2Iie7gXt0IbnlYvhxCb9GT3ZJUquO3PA==}
|
||||
engines: {node: '>=18'}
|
||||
@@ -3651,7 +3656,7 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
|
||||
'@lucide/svelte@0.515.0(svelte@5.38.2)':
|
||||
'@lucide/svelte@0.544.0(svelte@5.38.2)':
|
||||
dependencies:
|
||||
svelte: 5.38.2
|
||||
|
||||
@@ -4173,15 +4178,15 @@ snapshots:
|
||||
|
||||
balanced-match@1.0.2: {}
|
||||
|
||||
bits-ui@2.9.4(@internationalized/date@3.8.2)(svelte@5.38.2):
|
||||
bits-ui@2.11.3(@internationalized/date@3.8.2)(svelte@5.38.2):
|
||||
dependencies:
|
||||
'@floating-ui/core': 1.7.3
|
||||
'@floating-ui/dom': 1.7.4
|
||||
'@internationalized/date': 3.8.2
|
||||
esm-env: 1.2.2
|
||||
runed: 0.29.2(svelte@5.38.2)
|
||||
runed: 0.31.1(svelte@5.38.2)
|
||||
svelte: 5.38.2
|
||||
svelte-toolbelt: 0.9.3(svelte@5.38.2)
|
||||
svelte-toolbelt: 0.10.5(svelte@5.38.2)
|
||||
tabbable: 6.2.0
|
||||
|
||||
body-parser@2.2.0:
|
||||
@@ -5775,6 +5780,11 @@ snapshots:
|
||||
esm-env: 1.2.2
|
||||
svelte: 5.38.2
|
||||
|
||||
runed@0.31.1(svelte@5.38.2):
|
||||
dependencies:
|
||||
esm-env: 1.2.2
|
||||
svelte: 5.38.2
|
||||
|
||||
sade@1.8.1:
|
||||
dependencies:
|
||||
mri: 1.2.0
|
||||
@@ -6023,6 +6033,13 @@ snapshots:
|
||||
runed: 0.28.0(svelte@5.38.2)
|
||||
svelte: 5.38.2
|
||||
|
||||
svelte-toolbelt@0.10.5(svelte@5.38.2):
|
||||
dependencies:
|
||||
clsx: 2.1.1
|
||||
runed: 0.29.2(svelte@5.38.2)
|
||||
style-to-object: 1.0.9
|
||||
svelte: 5.38.2
|
||||
|
||||
svelte-toolbelt@0.7.1(svelte@5.38.2):
|
||||
dependencies:
|
||||
clsx: 2.1.1
|
||||
@@ -6030,13 +6047,6 @@ snapshots:
|
||||
style-to-object: 1.0.9
|
||||
svelte: 5.38.2
|
||||
|
||||
svelte-toolbelt@0.9.3(svelte@5.38.2):
|
||||
dependencies:
|
||||
clsx: 2.1.1
|
||||
runed: 0.29.2(svelte@5.38.2)
|
||||
style-to-object: 1.0.9
|
||||
svelte: 5.38.2
|
||||
|
||||
svelte@5.38.2:
|
||||
dependencies:
|
||||
'@jridgewell/remapping': 2.3.5
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<!-- Preload Fonts -->
|
||||
<link
|
||||
rel="preload"
|
||||
href="%sveltekit.assets%/fonts/Geist.woff2"
|
||||
href="%sveltekit.assets%/fonts/InterVariable.woff2"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin="anonymous"
|
||||
@@ -61,6 +61,9 @@
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<!-- Manifest -->
|
||||
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
||||
|
||||
<!-- Analytics -->
|
||||
<script
|
||||
defer
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
import { mode } from "mode-watcher";
|
||||
import ModeToggle from "@/components/modeToggle.svelte";
|
||||
|
||||
import Svgl from "@/components/logos/svgl.svelte";
|
||||
import Twitter from "@/components/logos/twitter.svelte";
|
||||
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
@@ -13,6 +12,7 @@
|
||||
import SidebarMobileMenu from "@/components/layout/sidebarMobileMenu.svelte";
|
||||
import SettingsMenu from "@/components/settings/settingsMenu.svelte";
|
||||
import GithubLink from "@/components/githubLink.svelte";
|
||||
import HomeLink from "@/components/layout/homeLink.svelte";
|
||||
</script>
|
||||
|
||||
<header
|
||||
@@ -21,13 +21,7 @@
|
||||
<nav class="flex w-full items-center justify-between">
|
||||
<div class="flex items-center space-x-2">
|
||||
<SidebarMobileMenu className="md:hidden" />
|
||||
<a
|
||||
href="/"
|
||||
class="flex items-center space-x-2 transition-colors hover:text-neutral-700 dark:hover:text-neutral-300"
|
||||
>
|
||||
<Svgl size={28} />
|
||||
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
||||
</a>
|
||||
<HomeLink />
|
||||
</div>
|
||||
<div class="flex h-5 items-center space-x-2.5">
|
||||
<div class="flex items-center space-x-1.5">
|
||||
|
||||
@@ -0,0 +1,83 @@
|
||||
<script lang="ts">
|
||||
import type { iSVG } from "@/types/svg";
|
||||
|
||||
import { globals } from "@/globals";
|
||||
import { toast } from "svelte-sonner";
|
||||
import { refreshAll } from "$app/navigation";
|
||||
import { clipboard } from "@/utils/clipboard";
|
||||
|
||||
import { getSource } from "@/templates/getSource";
|
||||
|
||||
import Svgl from "@/components/logos/svgl.svelte";
|
||||
import Github from "@/components/logos/github.svelte";
|
||||
import * as ContextMenu from "@/components/ui/context-menu";
|
||||
|
||||
import CopyIcon from "@lucide/svelte/icons/copy";
|
||||
import BugIcon from "@lucide/svelte/icons/bug";
|
||||
import BoxIcon from "@lucide/svelte/icons/box";
|
||||
import HeartHandshakeIcon from "@lucide/svelte/icons/heart-handshake";
|
||||
import ArrowUpRight from "@lucide/svelte/icons/arrow-up-right";
|
||||
|
||||
const svgInfo = {
|
||||
title: "Svgl",
|
||||
category: "Library",
|
||||
route: `/library/svgl.svg`,
|
||||
url: "https://svgl.app",
|
||||
} as iSVG;
|
||||
|
||||
const copySvgToClipboard = async () => {
|
||||
let content = await getSource({
|
||||
url: svgInfo.route as string,
|
||||
optimize: false,
|
||||
});
|
||||
|
||||
await clipboard(content);
|
||||
|
||||
const category = Array.isArray(svgInfo.category)
|
||||
? svgInfo.category.sort().join(" - ")
|
||||
: svgInfo.category;
|
||||
|
||||
toast.success("Copied SVG to clipboard", {
|
||||
description: `${svgInfo.title} - ${category}`,
|
||||
});
|
||||
};
|
||||
|
||||
const gotoUrl = (url: string) => {
|
||||
window.open(url, "_blank");
|
||||
};
|
||||
</script>
|
||||
|
||||
<ContextMenu.Root>
|
||||
<ContextMenu.Trigger>
|
||||
<a
|
||||
href="/"
|
||||
class="flex items-center space-x-2 transition-colors hover:text-neutral-700 dark:hover:text-neutral-300"
|
||||
>
|
||||
<Svgl size={28} />
|
||||
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
||||
</a>
|
||||
</ContextMenu.Trigger>
|
||||
<ContextMenu.Content class="w-fit">
|
||||
<ContextMenu.Item onclick={() => copySvgToClipboard()}>
|
||||
<CopyIcon size={14} />
|
||||
<span>Copy SVG</span>
|
||||
</ContextMenu.Item>
|
||||
<ContextMenu.Item
|
||||
onclick={() => gotoUrl(`${globals.githubUrl}/issues/new/choose`)}
|
||||
>
|
||||
<BugIcon size={14} />
|
||||
<span>Create Issue</span>
|
||||
<ArrowUpRight size={10} />
|
||||
</ContextMenu.Item>
|
||||
<ContextMenu.Item onclick={() => gotoUrl(globals.submitUrl)}>
|
||||
<HeartHandshakeIcon size={14} />
|
||||
<span>Contribute</span>
|
||||
<ArrowUpRight size={10} />
|
||||
</ContextMenu.Item>
|
||||
<ContextMenu.Item onclick={() => gotoUrl(globals.githubUrl)}>
|
||||
<Github size={14} />
|
||||
<span>GitHub Repository</span>
|
||||
<ArrowUpRight size={10} />
|
||||
</ContextMenu.Item>
|
||||
</ContextMenu.Content>
|
||||
</ContextMenu.Root>
|
||||
@@ -4,6 +4,8 @@
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
import ShowCategories from "@/components/layout/showCategories.svelte";
|
||||
import ShowSidebarLinks from "@/components/layout/showSidebarLinks.svelte";
|
||||
import ScrollArea from "@/components/ui/scroll-area/scroll-area.svelte";
|
||||
import ScrollAreaScrollbar from "@/components/ui/scroll-area/scroll-area-scrollbar.svelte";
|
||||
</script>
|
||||
|
||||
<section>
|
||||
@@ -11,17 +13,25 @@
|
||||
class={cn(
|
||||
"md:fixed md:left-1 md:h-[calc(100vh-4.5rem)]",
|
||||
"overflow-x-hidden",
|
||||
"w-54 pr-2 pl-2",
|
||||
"w-54",
|
||||
"hidden flex-col space-y-3 md:flex",
|
||||
"bg-neutral-100 dark:bg-neutral-950",
|
||||
)}
|
||||
>
|
||||
<nav class="flex flex-col space-y-0.5">
|
||||
<nav class="flex flex-col space-y-0.5 px-2">
|
||||
<ShowSidebarLinks />
|
||||
</nav>
|
||||
<Separator orientation="horizontal" />
|
||||
<nav class="relative flex h-auto flex-col space-y-0.5 overflow-y-auto">
|
||||
<ShowCategories />
|
||||
<div class="px-2">
|
||||
<Separator orientation="horizontal" />
|
||||
</div>
|
||||
<nav class="relative flex h-auto flex-col space-y-0.5 overflow-hidden">
|
||||
<ScrollArea
|
||||
maskClassName="before:from-neutral-100 after:from-neutral-100 dark:before:from-neutral-950 dark:after:from-neutral-950"
|
||||
class="flex size-full flex-col gap-y-0.5 overflow-hidden px-2"
|
||||
>
|
||||
<ShowCategories />
|
||||
<ScrollAreaScrollbar orientation="vertical" />
|
||||
</ScrollArea>
|
||||
</nav>
|
||||
</aside>
|
||||
<main class={cn("px-2 md:mr-4 md:ml-56 md:px-0", "overflow-hidden")}>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
import ShowCategories from "@/components/layout/showCategories.svelte";
|
||||
import ShowSidebarLinks from "@/components/layout/showSidebarLinks.svelte";
|
||||
import ScrollArea from "@/components/ui/scroll-area/scroll-area.svelte";
|
||||
|
||||
interface Props {
|
||||
className?: string;
|
||||
@@ -33,10 +34,14 @@
|
||||
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
||||
</Sheet.Title>
|
||||
</Sheet.Header>
|
||||
<nav class="flex flex-col space-y-0.5 overflow-y-auto px-3 pb-3">
|
||||
<ScrollArea
|
||||
class="flex size-full flex-col"
|
||||
viewportClassName="pb-3 px-3 space-y-0.5"
|
||||
maskClassName="before:from-white after:from-white dark:before:from-neutral-900 dark:after:from-neutral-900"
|
||||
>
|
||||
<ShowSidebarLinks />
|
||||
<Separator orientation="horizontal" class="my-3" />
|
||||
<ShowCategories />
|
||||
</nav>
|
||||
</ScrollArea>
|
||||
</Sheet.Content>
|
||||
</Sheet.Root>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<script lang="ts">
|
||||
import type { Snippet } from "svelte";
|
||||
import { cn } from "@/utils/cn";
|
||||
import ScrollArea from "./ui/scroll-area/scroll-area.svelte";
|
||||
import { ScrollAreaScrollbar } from "./ui/scroll-area";
|
||||
|
||||
interface PageCardProps {
|
||||
children: Snippet;
|
||||
@@ -21,14 +23,16 @@
|
||||
containerClass,
|
||||
)}
|
||||
>
|
||||
<div
|
||||
<ScrollArea
|
||||
maskHeight={50}
|
||||
maskClassName="before:from-transparent after:from-white dark:before:from-[#0f0f0f] dark:after:from-[#0f0f0f]"
|
||||
class={cn(
|
||||
"max-h-[calc(100vh-4.5rem)] min-h-[calc(100vh-4.5rem)]",
|
||||
"overflow-hidden overflow-y-auto",
|
||||
"flex size-full max-h-[calc(100vh-4.5rem)] min-h-[calc(100vh-4.5rem)] flex-col",
|
||||
contentCardClass,
|
||||
)}
|
||||
>
|
||||
<ScrollAreaScrollbar orientation="vertical" class="relative z-99999" />
|
||||
{@render children?.()}
|
||||
</div>
|
||||
</ScrollArea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
};
|
||||
|
||||
const handleKeydown = (event: KeyboardEvent) => {
|
||||
if (event.ctrlKey && event.key === "k") {
|
||||
if ((event.metaKey || event.ctrlKey) && event.key.toLowerCase() === "k") {
|
||||
event.preventDefault();
|
||||
inputElement?.focus();
|
||||
}
|
||||
@@ -51,7 +51,7 @@
|
||||
"pointer-events-none absolute top-1/2 left-2.5 -translate-y-1/2 transition-colors",
|
||||
searchValue
|
||||
? "text-black dark:text-white"
|
||||
: "text-neutral-400 dark:text-neutral-600",
|
||||
: "text-neutral-400 dark:text-neutral-500",
|
||||
)}
|
||||
/>
|
||||
<input
|
||||
|
||||
@@ -162,7 +162,12 @@
|
||||
content = prefixSvgIds(content, getPrefixFromSvgUrl(svgUrlToCopy));
|
||||
}
|
||||
|
||||
const dataComponent = { code: content, typescript: tsx, name: title };
|
||||
const dataComponent = {
|
||||
code: content,
|
||||
typescript: tsx,
|
||||
name: title,
|
||||
optimize,
|
||||
};
|
||||
const { data, error } = await getReactCode(dataComponent);
|
||||
|
||||
if (error || !data) {
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<script lang="ts">
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
import { cn } from "@/utils/cn";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
portalProps,
|
||||
class: className,
|
||||
...restProps
|
||||
}: ContextMenuPrimitive.ContentProps & {
|
||||
portalProps?: ContextMenuPrimitive.PortalProps;
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<ContextMenuPrimitive.Portal {...portalProps}>
|
||||
<ContextMenuPrimitive.Content
|
||||
bind:ref
|
||||
data-slot="context-menu-content"
|
||||
class={cn(
|
||||
"z-50 max-h-(--bits-context-menu-content-available-height) min-w-[8rem] origin-(--bits-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border border-neutral-200 bg-white p-1 text-neutral-950 shadow-md data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 dark:border-neutral-800 dark:bg-neutral-900 dark:text-neutral-50",
|
||||
className,
|
||||
)}
|
||||
{...restProps}
|
||||
/>
|
||||
</ContextMenuPrimitive.Portal>
|
||||
@@ -0,0 +1,12 @@
|
||||
<script lang="ts">
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
|
||||
let { ref = $bindable(null), ...restProps }: ContextMenuPrimitive.GroupProps =
|
||||
$props();
|
||||
</script>
|
||||
|
||||
<ContextMenuPrimitive.Group
|
||||
bind:ref
|
||||
data-slot="context-menu-group"
|
||||
{...restProps}
|
||||
/>
|
||||
@@ -0,0 +1,27 @@
|
||||
<script lang="ts">
|
||||
import { cn } from "@/utils/cn";
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
inset,
|
||||
variant = "default",
|
||||
...restProps
|
||||
}: ContextMenuPrimitive.ItemProps & {
|
||||
inset?: boolean;
|
||||
variant?: "default" | "destructive";
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<ContextMenuPrimitive.Item
|
||||
bind:ref
|
||||
data-slot="context-menu-item"
|
||||
data-inset={inset}
|
||||
data-variant={variant}
|
||||
class={cn(
|
||||
"relative flex cursor-default items-center gap-2.5 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-highlighted:bg-neutral-200 data-highlighted:text-neutral-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 data-[variant=destructive]:text-neutral-700 data-[variant=destructive]:data-highlighted:bg-neutral-100 data-[variant=destructive]:data-highlighted:text-neutral-700 dark:data-highlighted:bg-neutral-800 dark:data-highlighted:text-neutral-50 dark:data-[variant=destructive]:data-highlighted:bg-neutral-700 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-neutral-500 dark:[&_svg:not([class*='text-'])]:text-neutral-400 data-[variant=destructive]:*:[svg]:text-neutral-700",
|
||||
className,
|
||||
)}
|
||||
{...restProps}
|
||||
/>
|
||||
@@ -0,0 +1,28 @@
|
||||
<script lang="ts">
|
||||
import { cn } from "@/utils/cn";
|
||||
import type { WithElementRef } from "@/types/components";
|
||||
import type { HTMLAttributes } from "svelte/elements";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
inset,
|
||||
children,
|
||||
...restProps
|
||||
}: WithElementRef<HTMLAttributes<HTMLDivElement>> & {
|
||||
inset?: boolean;
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<div
|
||||
bind:this={ref}
|
||||
data-slot="context-menu-label"
|
||||
data-inset={inset}
|
||||
class={cn(
|
||||
"px-2 py-1.5 text-sm font-medium text-neutral-900 data-[inset]:pl-8 dark:text-neutral-100",
|
||||
className,
|
||||
)}
|
||||
{...restProps}
|
||||
>
|
||||
{@render children?.()}
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
<script lang="ts">
|
||||
import { cn } from "@/utils/cn";
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
...restProps
|
||||
}: ContextMenuPrimitive.SeparatorProps = $props();
|
||||
</script>
|
||||
|
||||
<ContextMenuPrimitive.Separator
|
||||
bind:ref
|
||||
data-slot="context-menu-separator"
|
||||
class={cn("-mx-1 my-1 h-px bg-neutral-200 dark:bg-neutral-800", className)}
|
||||
{...restProps}
|
||||
/>
|
||||
@@ -0,0 +1,24 @@
|
||||
<script lang="ts">
|
||||
import { cn } from "@/utils/cn";
|
||||
import type { WithElementRef } from "bits-ui";
|
||||
import type { HTMLAttributes } from "svelte/elements";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
children,
|
||||
...restProps
|
||||
}: WithElementRef<HTMLAttributes<HTMLSpanElement>> = $props();
|
||||
</script>
|
||||
|
||||
<span
|
||||
bind:this={ref}
|
||||
data-slot="context-menu-shortcut"
|
||||
class={cn(
|
||||
"ml-auto text-xs tracking-widest text-neutral-400 dark:text-neutral-600",
|
||||
className,
|
||||
)}
|
||||
{...restProps}
|
||||
>
|
||||
{@render children?.()}
|
||||
</span>
|
||||
@@ -0,0 +1,14 @@
|
||||
<script lang="ts">
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
...restProps
|
||||
}: ContextMenuPrimitive.TriggerProps = $props();
|
||||
</script>
|
||||
|
||||
<ContextMenuPrimitive.Trigger
|
||||
bind:ref
|
||||
data-slot="context-menu-trigger"
|
||||
{...restProps}
|
||||
/>
|
||||
@@ -0,0 +1,34 @@
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
|
||||
import Trigger from "./context-menu-trigger.svelte";
|
||||
import Group from "./context-menu-group.svelte";
|
||||
import Item from "./context-menu-item.svelte";
|
||||
import Content from "./context-menu-content.svelte";
|
||||
import Shortcut from "./context-menu-shortcut.svelte";
|
||||
import Separator from "./context-menu-separator.svelte";
|
||||
import Label from "./context-menu-label.svelte";
|
||||
|
||||
const Sub = ContextMenuPrimitive.Sub;
|
||||
const Root = ContextMenuPrimitive.Root;
|
||||
|
||||
export {
|
||||
Sub,
|
||||
Root,
|
||||
Item,
|
||||
Label,
|
||||
Group,
|
||||
Trigger,
|
||||
Content,
|
||||
Shortcut,
|
||||
Separator,
|
||||
//
|
||||
Root as ContextMenu,
|
||||
Sub as ContextMenuSub,
|
||||
Item as ContextMenuItem,
|
||||
Group as ContextMenuGroup,
|
||||
Content as ContextMenuContent,
|
||||
Trigger as ContextMenuTrigger,
|
||||
Shortcut as ContextMenuShortcut,
|
||||
Separator as ContextMenuSeparator,
|
||||
Label as ContextMenuLabel,
|
||||
};
|
||||
@@ -0,0 +1,12 @@
|
||||
import Root from "./scroll-area.svelte";
|
||||
import Mask from "./scroll-area-mask.svelte";
|
||||
import Scrollbar from "./scroll-area-scrollbar.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
Scrollbar,
|
||||
Mask,
|
||||
Root as ScrollArea,
|
||||
Scrollbar as ScrollAreaScrollbar,
|
||||
Mask as ScrollAreaMask,
|
||||
};
|
||||
@@ -0,0 +1,50 @@
|
||||
<script lang="ts">
|
||||
import { cn } from "@/utils/cn";
|
||||
type Mask = {
|
||||
top: boolean;
|
||||
bottom: boolean;
|
||||
left: boolean;
|
||||
right: boolean;
|
||||
};
|
||||
|
||||
let {
|
||||
showMask,
|
||||
maskHeight,
|
||||
class: className = "",
|
||||
}: {
|
||||
showMask: Mask;
|
||||
maskHeight: number;
|
||||
class?: string;
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<div
|
||||
aria-hidden="true"
|
||||
style={`--top-fade-height: ${showMask.top ? `${maskHeight}px` : "0px"}; --bottom-fade-height: ${showMask.bottom ? `${maskHeight}px` : "0px"};`}
|
||||
class={cn(
|
||||
"pointer-events-none absolute inset-0 z-10",
|
||||
"before:absolute before:inset-x-0 before:top-0 before:transition-[height,opacity] before:duration-300 before:content-['']",
|
||||
"after:absolute after:inset-x-0 after:bottom-0 after:transition-[height,opacity] after:duration-300 after:content-['']",
|
||||
"before:h-(--top-fade-height) after:h-(--bottom-fade-height)",
|
||||
showMask.top ? "before:opacity-100" : "before:opacity-0",
|
||||
showMask.bottom ? "after:opacity-100" : "after:opacity-0",
|
||||
"before:from-background before:bg-gradient-to-b before:to-transparent",
|
||||
"after:from-background after:bg-gradient-to-t after:to-transparent",
|
||||
className,
|
||||
)}
|
||||
></div>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
style={`--left-fade-width: ${showMask.left ? `${maskHeight}px` : "0px"}; --right-fade-width: ${showMask.right ? `${maskHeight}px` : "0px"};`}
|
||||
class={cn(
|
||||
"pointer-events-none absolute inset-0 z-10",
|
||||
"before:absolute before:inset-y-0 before:left-0 before:transition-[width,opacity] before:duration-300 before:content-['']",
|
||||
"after:absolute after:inset-y-0 after:right-0 after:transition-[width,opacity] after:duration-300 after:content-['']",
|
||||
"before:w-(--left-fade-width) after:w-(--right-fade-width)",
|
||||
showMask.left ? "before:opacity-100" : "before:opacity-0",
|
||||
showMask.right ? "after:opacity-100" : "after:opacity-0",
|
||||
"before:from-background before:bg-gradient-to-r before:to-transparent",
|
||||
"after:from-background after:bg-gradient-to-l after:to-transparent",
|
||||
className,
|
||||
)}
|
||||
></div>
|
||||
@@ -0,0 +1,46 @@
|
||||
<script lang="ts">
|
||||
import type { WithoutChild } from "@/types/components";
|
||||
|
||||
import { cn } from "@/utils/cn";
|
||||
import { ScrollArea as ScrollAreaPrimitive } from "bits-ui";
|
||||
import { useHasPrimaryTouch } from "@/hooks/use-has-primary-touch";
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
orientation = "vertical",
|
||||
children,
|
||||
thumbClassName,
|
||||
...restProps
|
||||
}: WithoutChild<ScrollAreaPrimitive.ScrollbarProps> & {
|
||||
thumbClassName?: string;
|
||||
} = $props();
|
||||
|
||||
const hasPrimaryTouch = useHasPrimaryTouch();
|
||||
</script>
|
||||
|
||||
{#if !$hasPrimaryTouch}
|
||||
<ScrollAreaPrimitive.Scrollbar
|
||||
bind:ref
|
||||
data-slot="scroll-area-scrollbar"
|
||||
{orientation}
|
||||
class={cn(
|
||||
"flex touch-none p-px transition-[colors] duration-150 select-none hover:bg-neutral-200 data-[state=hidden]:animate-out data-[state=hidden]:fade-out-0 data-[state=visible]:animate-in data-[state=visible]:fade-in-0 dark:hover:bg-neutral-900",
|
||||
orientation === "vertical" &&
|
||||
"h-full w-2.5 border-l border-l-transparent",
|
||||
orientation === "horizontal" &&
|
||||
"h-2.5 flex-col border-t border-t-transparent px-1 pr-1.25",
|
||||
className,
|
||||
)}
|
||||
{...restProps}
|
||||
>
|
||||
{@render children?.()}
|
||||
<ScrollAreaPrimitive.Thumb
|
||||
data-slot="scroll-area-thumb"
|
||||
class={cn(
|
||||
"relative my-0.5 flex-1 rounded-full bg-neutral-300 transition-colors ease-out hover:bg-neutral-500/50 active:bg-neutral-500/75 dark:bg-neutral-800 dark:hover:bg-neutral-700 dark:active:bg-neutral-600",
|
||||
thumbClassName,
|
||||
)}
|
||||
/>
|
||||
</ScrollAreaPrimitive.Scrollbar>
|
||||
{/if}
|
||||
@@ -0,0 +1,144 @@
|
||||
<script lang="ts">
|
||||
import type { WithoutChild } from "@/types/components";
|
||||
|
||||
import { cn } from "@/utils/cn";
|
||||
import { useHasPrimaryTouch } from "@/hooks/use-has-primary-touch";
|
||||
|
||||
import { Scrollbar } from "./index.js";
|
||||
import ScrollAreaMask from "./scroll-area-mask.svelte";
|
||||
import { ScrollArea as ScrollAreaPrimitive } from "bits-ui";
|
||||
|
||||
type Mask = {
|
||||
top: boolean;
|
||||
bottom: boolean;
|
||||
left: boolean;
|
||||
right: boolean;
|
||||
};
|
||||
|
||||
let {
|
||||
ref = $bindable(null),
|
||||
class: className,
|
||||
orientation = "vertical",
|
||||
scrollbarXClasses = "",
|
||||
scrollbarYClasses = "",
|
||||
children,
|
||||
scrollHideDelay = 0,
|
||||
maskHeight = 30,
|
||||
maskClassName = "",
|
||||
viewportClassName = "",
|
||||
...restProps
|
||||
}: WithoutChild<ScrollAreaPrimitive.RootProps> & {
|
||||
orientation?: "vertical" | "horizontal" | "both" | undefined;
|
||||
scrollbarXClasses?: string | undefined;
|
||||
scrollbarYClasses?: string | undefined;
|
||||
maskHeight?: number;
|
||||
maskClassName?: string;
|
||||
viewportClassName?: string;
|
||||
} = $props();
|
||||
|
||||
let viewportRef: HTMLDivElement | null = $state(null);
|
||||
const showMask = $state<Mask>({
|
||||
top: true,
|
||||
bottom: true,
|
||||
left: true,
|
||||
right: true,
|
||||
});
|
||||
|
||||
const hasPrimaryTouchStore = useHasPrimaryTouch();
|
||||
|
||||
const checkScrollability = () => {
|
||||
const element = viewportRef;
|
||||
if (!element) {
|
||||
return;
|
||||
}
|
||||
|
||||
const {
|
||||
scrollTop,
|
||||
scrollLeft,
|
||||
scrollWidth,
|
||||
clientWidth,
|
||||
scrollHeight,
|
||||
clientHeight,
|
||||
} = element;
|
||||
|
||||
showMask.top = scrollTop > 0;
|
||||
showMask.bottom = scrollTop + clientHeight < scrollHeight - 1;
|
||||
showMask.left = scrollLeft > 0;
|
||||
showMask.right = scrollLeft + clientWidth < scrollWidth - 1;
|
||||
};
|
||||
|
||||
$effect(() => {
|
||||
const element = viewportRef;
|
||||
if (!element) {
|
||||
return;
|
||||
}
|
||||
|
||||
const controller = new AbortController();
|
||||
const { signal } = controller;
|
||||
|
||||
const resizeObserver = new ResizeObserver(checkScrollability);
|
||||
resizeObserver.observe(element);
|
||||
|
||||
element.addEventListener("scroll", checkScrollability, { signal });
|
||||
window.addEventListener("resize", checkScrollability, { signal });
|
||||
|
||||
checkScrollability();
|
||||
|
||||
return () => {
|
||||
controller.abort();
|
||||
resizeObserver.disconnect();
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
||||
{#if $hasPrimaryTouchStore}
|
||||
<div
|
||||
bind:this={ref}
|
||||
role="group"
|
||||
data-slot="scroll-area"
|
||||
aria-roledescription="scroll area"
|
||||
class={cn("relative overflow-hidden", className)}
|
||||
{...restProps}
|
||||
>
|
||||
<div
|
||||
bind:this={viewportRef}
|
||||
data-slot="scroll-area-viewport"
|
||||
class={cn("size-full overflow-auto rounded-[inherit]", viewportClassName)}
|
||||
tabIndex={0}
|
||||
>
|
||||
{@render children?.()}
|
||||
</div>
|
||||
|
||||
{#if maskHeight > 0}
|
||||
<ScrollAreaMask {showMask} class={maskClassName} {maskHeight} />{/if}
|
||||
</div>
|
||||
{:else}
|
||||
<ScrollAreaPrimitive.Root
|
||||
bind:ref
|
||||
{scrollHideDelay}
|
||||
data-slot="scroll-area"
|
||||
class={cn("relative", className)}
|
||||
{...restProps}
|
||||
>
|
||||
<ScrollAreaPrimitive.Viewport
|
||||
bind:ref={viewportRef}
|
||||
data-slot="scroll-area-viewport"
|
||||
class={cn("focus-ring size-full rounded-[inherit]", viewportClassName)}
|
||||
>
|
||||
{@render children?.()}
|
||||
</ScrollAreaPrimitive.Viewport>
|
||||
|
||||
{#if maskHeight > 0}
|
||||
<ScrollAreaMask {maskHeight} class={maskClassName} {showMask} />
|
||||
{/if}
|
||||
|
||||
{#if orientation === "vertical" || orientation === "both"}
|
||||
<Scrollbar orientation="vertical" class={scrollbarYClasses} />
|
||||
{/if}
|
||||
|
||||
{#if orientation === "horizontal" || orientation === "both"}
|
||||
<Scrollbar orientation="horizontal" class={scrollbarXClasses} />
|
||||
{/if}
|
||||
<ScrollAreaPrimitive.Corner />
|
||||
</ScrollAreaPrimitive.Root>
|
||||
{/if}
|
||||
@@ -6,7 +6,7 @@ export const extensions: Extension[] = [
|
||||
description: "A CLI for easily adding SVG icons to your project.",
|
||||
url: "https://github.com/sujjeee/svgls",
|
||||
image:
|
||||
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/logo.svg",
|
||||
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/svgl_svg.svg",
|
||||
created_by: {
|
||||
name: "sujjeee",
|
||||
socialUrl: "https://x.com/sujjeeee",
|
||||
@@ -39,7 +39,7 @@ export const extensions: Extension[] = [
|
||||
{
|
||||
name: "SVGL for Vue",
|
||||
description: "An open-source NPM package that offers a SVGL Logos for Vue.",
|
||||
url: "https://github.com/ridemountainpig/svgl-vue",
|
||||
url: "https://github.com/selemondev/svgl-vue",
|
||||
image:
|
||||
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/library/vue.svg",
|
||||
created_by: {
|
||||
@@ -51,7 +51,7 @@ export const extensions: Extension[] = [
|
||||
name: "SVGL for Svelte",
|
||||
description:
|
||||
"An open-source NPM package that offers a SVGL Logos for Svelte.",
|
||||
url: "https://github.com/ridemountainpig/svgl-svelte",
|
||||
url: "https://github.com/selemondev/svgl-svelte",
|
||||
image: "https://github.com/pheralb/svgl/raw/main/static/library/svelte.svg",
|
||||
created_by: {
|
||||
name: "selemondev",
|
||||
|
||||
@@ -1,6 +1,20 @@
|
||||
import type { iSVG } from "@/types/svg";
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "NVIDIA",
|
||||
category: ["AI", "Hardware", "Platform"],
|
||||
route: {
|
||||
light: "/library/nvidia-icon-light.svg",
|
||||
dark: "/library/nvidia-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/nvidia-wordmark-light.svg",
|
||||
dark: "/library/nvidia-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.nvidia.com",
|
||||
brandUrl: "https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage",
|
||||
},
|
||||
{
|
||||
title: "Google Classroom",
|
||||
category: ["Google", "Education"],
|
||||
@@ -11,8 +25,18 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Kimi",
|
||||
category: "AI",
|
||||
route: "/library/kimi.svg",
|
||||
url: "https://kimi.ai/",
|
||||
route: "/library/kimi-icon.svg",
|
||||
wordmark: {
|
||||
light: "/library/kimi-wordmark-light.svg",
|
||||
dark: "/library/kimi-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://kimi.ai",
|
||||
},
|
||||
{
|
||||
title: "OneNote",
|
||||
category: "Software",
|
||||
route: "/library/onenote.svg",
|
||||
url: "https://onenote.com",
|
||||
},
|
||||
{
|
||||
title: "Perspective",
|
||||
@@ -502,10 +526,17 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Turborepo",
|
||||
category: ["Library", "Vercel", "Monorepo"],
|
||||
route: "/library/turborepo.svg",
|
||||
url: "https://turborepo.org/",
|
||||
shadcnCommand: "shadcn@canary add https://svgl.app/r/vercel.json",
|
||||
category: ["Library", "Monorepo", "Vercel"],
|
||||
route: {
|
||||
light: "/library/turborepo-icon-light.svg",
|
||||
dark: "/library/turborepo-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/turborepo-wordmark-light.svg",
|
||||
dark: "/library/turborepo-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://turborepo.com",
|
||||
brandUrl: "https://vercel.com/geist/brands",
|
||||
},
|
||||
{
|
||||
title: "Tailwind CSS",
|
||||
@@ -518,6 +549,15 @@ export const svgs: iSVG[] = [
|
||||
brandUrl: "https://tailwindcss.com/brand",
|
||||
url: "https://tailwindcss.com/",
|
||||
},
|
||||
{
|
||||
title: 'WakaTime',
|
||||
category: 'Devtool',
|
||||
route: {
|
||||
light: '/library/wakatime-dark.svg',
|
||||
dark: '/library/wakatime-light.svg'
|
||||
},
|
||||
url: 'https://wakatime.com'
|
||||
},
|
||||
{
|
||||
title: "Styled Components",
|
||||
category: "Library",
|
||||
@@ -553,18 +593,26 @@ export const svgs: iSVG[] = [
|
||||
title: "YouTube",
|
||||
category: ["Google", "Social"],
|
||||
route: "/library/youtube.svg",
|
||||
wordmark: "/library/youtube-wordmark.svg",
|
||||
url: "https://www.youtube.com/",
|
||||
wordmark: {
|
||||
light: "/library/youtube-wordmark-light.svg",
|
||||
dark: "/library/youtube-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.youtube.com",
|
||||
brandUrl: "https://brand.youtube",
|
||||
},
|
||||
{
|
||||
title: "Astro",
|
||||
category: "Framework",
|
||||
route: {
|
||||
light: "/library/astro.svg",
|
||||
dark: "/library/astro_dark.svg",
|
||||
light: "/library/astro-icon-light.svg",
|
||||
dark: "/library/astro-icon-dark.svg",
|
||||
},
|
||||
url: "https://astro.build/",
|
||||
brandUrl: "https://astro.build/press/",
|
||||
wordmark: {
|
||||
light: "/library/astro-wordmark-light.svg",
|
||||
dark: "/library/astro-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://astro.build",
|
||||
brandUrl: "https://astro.build/press",
|
||||
},
|
||||
{
|
||||
title: "Google",
|
||||
@@ -1020,6 +1068,12 @@ export const svgs: iSVG[] = [
|
||||
route: "/library/auth0.svg",
|
||||
url: "https://auth0.com/",
|
||||
},
|
||||
{
|
||||
title: "Auth.js",
|
||||
category: "Authentication",
|
||||
route: "/library/authjs.svg",
|
||||
url: "https://authjs.dev",
|
||||
},
|
||||
{
|
||||
title: "Fresh",
|
||||
category: "Framework",
|
||||
@@ -1323,9 +1377,17 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Turbopack",
|
||||
category: "Software",
|
||||
route: "/library/turbopack.svg",
|
||||
url: "https://turbo.build/",
|
||||
category: ["Software", "Devtool", "Vercel"],
|
||||
route: {
|
||||
light: "/library/turbopack-icon-light.svg",
|
||||
dark: "/library/turbopack-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/turbopack-wordmark-light.svg",
|
||||
dark: "/library/turbopack-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://nextjs.org/docs/app/api-reference/turbopack",
|
||||
brandUrl: "https://vercel.com/geist/brands",
|
||||
},
|
||||
{
|
||||
title: "Builder",
|
||||
@@ -2038,12 +2100,6 @@ export const svgs: iSVG[] = [
|
||||
route: "/library/calendly.svg",
|
||||
url: "https://calendly.com/",
|
||||
},
|
||||
{
|
||||
title: "Mintlify",
|
||||
category: "Software",
|
||||
route: "/library/mintlify.svg",
|
||||
url: "https://mintlify.com/",
|
||||
},
|
||||
{
|
||||
title: "Patreon",
|
||||
category: "Social",
|
||||
@@ -2733,8 +2789,17 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "TensorFlow",
|
||||
category: "Library",
|
||||
route: "/library/tensorflow.svg",
|
||||
route: {
|
||||
light: "/library/tensorflow-icon-light.svg",
|
||||
dark: "/library/tensorflow-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/tensorflow-wordmark-light.svg",
|
||||
dark: "/library/tensorflow-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.tensorflow.org/",
|
||||
brandUrl:
|
||||
"https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf",
|
||||
},
|
||||
{
|
||||
title: "Midday",
|
||||
@@ -3426,6 +3491,12 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://typegpu.com",
|
||||
},
|
||||
{
|
||||
title: "Microsoft .NET",
|
||||
category: ["Framework", "Library", "Devtool"],
|
||||
route: "/library/dotnet.svg",
|
||||
url: "https://dotnet.microsoft.com",
|
||||
},
|
||||
{
|
||||
title: "dotenv",
|
||||
category: ["Config", "Library", "Devtool"],
|
||||
@@ -3520,13 +3591,17 @@ export const svgs: iSVG[] = [
|
||||
url: "https://modelcontextprotocol.io/",
|
||||
},
|
||||
{
|
||||
title: "Socket.io",
|
||||
category: "Software",
|
||||
title: "Socket.IO",
|
||||
category: ["Software", "Library"],
|
||||
route: {
|
||||
dark: "/library/socketio-dark.svg",
|
||||
light: "/library/socketio-light.svg",
|
||||
dark: "/library/socketio-icon-dark.svg",
|
||||
light: "/library/socketio-icon-light.svg",
|
||||
},
|
||||
url: "https://socket.io/",
|
||||
wordmark: {
|
||||
light: "/library/socketio-wordmark-light.svg",
|
||||
dark: "/library/socketio-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://socket.io",
|
||||
},
|
||||
{
|
||||
title: "Ant Design",
|
||||
@@ -3864,13 +3939,24 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "ESLint",
|
||||
category: "Library",
|
||||
route: "/library/eslint.svg",
|
||||
url: "https://eslint.org/",
|
||||
route: {
|
||||
light: "/library/eslint-icon-light.svg",
|
||||
dark: "/library/eslint-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/eslint-wordmark-light.svg",
|
||||
dark: "/library/eslint-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://eslint.org",
|
||||
brandUrl: "https://eslint.org/branding",
|
||||
},
|
||||
{
|
||||
title: "Apache Kafka",
|
||||
category: "Analytics",
|
||||
route: "/library/apache-kafka-logo.svg",
|
||||
route: {
|
||||
light: '/library/apache-kafka-light.svg',
|
||||
dark: '/library/apache-kafka-dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/apache-kafka-wordmark-light.svg",
|
||||
dark: "/library/apache-kafka-wordmark-dark.svg",
|
||||
@@ -3977,6 +4063,7 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Cursor",
|
||||
category: ["Software"],
|
||||
brandUrl: "https://cursor.com/brand",
|
||||
route: {
|
||||
light: "/library/cursor_light.svg",
|
||||
dark: "/library/cursor_dark.svg",
|
||||
@@ -3987,4 +4074,72 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://www.cursor.com",
|
||||
},
|
||||
{
|
||||
title: "LottieFiles",
|
||||
category: "Design",
|
||||
route: "/library/lottiefiles.svg",
|
||||
brandUrl: "https://lottiefiles.com/brand-assets",
|
||||
wordmark: {
|
||||
light: "/library/lottiefiles-wordmark-light.svg",
|
||||
dark: "/library/lottiefiles-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://lottiefiles.com/",
|
||||
},
|
||||
{
|
||||
title: "Mintlify",
|
||||
category: "Software",
|
||||
route: "/library/mintlify.svg",
|
||||
wordmark: {
|
||||
light: "/library/mintlify_wordmark_light.svg",
|
||||
dark: "/library/mintlify_wordmark_dark.svg",
|
||||
},
|
||||
url: "https://mintlify.com/",
|
||||
},
|
||||
{
|
||||
title: "Qdrant",
|
||||
category: ["Database", "AI"],
|
||||
route: {
|
||||
light: "/library/qdrant-icon-light.svg",
|
||||
dark: "/library/qdrant-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/qdrant-wordmark-light.svg",
|
||||
dark: "/library/qdrant-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://qdrant.tech/",
|
||||
brandUrl: "https://qdrant.tech/brand-resources/",
|
||||
},
|
||||
{
|
||||
title: "TravelPerk",
|
||||
category: "Software",
|
||||
route: {
|
||||
light: "/library/travelperk-light.svg",
|
||||
dark: "/library/travelperk-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/travelperk-wordmark-light.svg",
|
||||
dark: "/library/travelperk-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.travelperk.com/",
|
||||
brandUrl: "https://www.travelperk.com/media/",
|
||||
},
|
||||
{
|
||||
title: "Sanity",
|
||||
category: ["CMS", "Software"],
|
||||
route: {
|
||||
light: "/library/sanity-light.svg",
|
||||
dark: "/library/sanity-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/sanity-wordmark-light.svg",
|
||||
dark: "/library/sanity-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.sanity.io/",
|
||||
},
|
||||
{
|
||||
title: "Nginx",
|
||||
category: "Software",
|
||||
route: "/library/nginx.svg",
|
||||
url: "https://nginx.org/",
|
||||
}
|
||||
];
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export const globals = {
|
||||
appUrl: "https://svgl.app",
|
||||
githubUrl: "https://github.com/pheralb/svgl",
|
||||
apiGithub: {
|
||||
url: "https://ungh.cc/repos/pheralb/svgl",
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
import { browser } from "$app/environment";
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export function useHasPrimaryTouch() {
|
||||
const { subscribe, set } = writable(false);
|
||||
if (!browser) {
|
||||
return {
|
||||
subscribe,
|
||||
destroy: () => {},
|
||||
};
|
||||
}
|
||||
const controller = new AbortController();
|
||||
const { signal } = controller;
|
||||
|
||||
const handleTouch = () => {
|
||||
const hasTouch = "ontouchstart" in window || navigator.maxTouchPoints > 0;
|
||||
const prefersTouch = window.matchMedia("(pointer: coarse)").matches;
|
||||
set(hasTouch && prefersTouch);
|
||||
};
|
||||
|
||||
const mq = window.matchMedia("(pointer: coarse)");
|
||||
mq.addEventListener("change", handleTouch, { signal });
|
||||
window.addEventListener("pointerdown", handleTouch, { signal });
|
||||
|
||||
handleTouch();
|
||||
|
||||
return {
|
||||
subscribe,
|
||||
destroy: () => controller.abort(),
|
||||
};
|
||||
}
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
/* Fonts */
|
||||
@font-face {
|
||||
font-family: "Geist";
|
||||
src: url("/fonts/Geist.woff2") format("woff2");
|
||||
font-family: "InterVariable";
|
||||
src: url("/fonts/InterVariable.woff2") format("woff2");
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
@theme {
|
||||
--font-sans:
|
||||
"Geist", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
||||
"InterVariable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
||||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
--font-mono:
|
||||
"GeistMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { clsx, type ClassValue } from "clsx";
|
||||
import { type ClassValue, clsx } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
|
||||
@@ -15,6 +15,7 @@ export const parseReactSvgContent = async ({
|
||||
.replace("<svg", "<svg {...props}")
|
||||
.replace(/class="/g, 'className="')
|
||||
.replace(/clip-rule="/g, 'clipRule="')
|
||||
.replace(/clip-path="/g, 'clipPath="')
|
||||
.replace(/fill-rule="/g, 'fillRule="')
|
||||
.replace(/stroke-width="/g, 'strokeWidth="')
|
||||
.replace(/stroke-linecap="/g, 'strokeLinecap="')
|
||||
@@ -28,8 +29,8 @@ export const parseReactSvgContent = async ({
|
||||
let structuredCode = "";
|
||||
if (typescript) {
|
||||
structuredCode =
|
||||
`import * as React from 'react';\n\n` +
|
||||
`const ${componentName} = (props: React.SVGProps<SVGSVGElement>) => (\n ${reactifiedSvg}\n);\n\n` +
|
||||
`import type { SVGProps } from "react";\n\n` +
|
||||
`const ${componentName} = (props: SVGProps<SVGSVGElement>) => (\n ${reactifiedSvg}\n);\n\n` +
|
||||
`export { ${componentName} };`;
|
||||
} else {
|
||||
structuredCode = `const ${componentName} = (props) => (\n ${reactifiedSvg}\n);\n\nexport { ${componentName} };`;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="226" height="128" viewBox="156 156 200 200"><path d="M338.156 305.71a14.867 14.867 0 1 1 14.864-14.87 14.886 14.886 0 0 1-14.864 14.87m-164.311 0a14.867 14.867 0 1 1 14.864-14.87 14.884 14.884 0 0 1-14.864 14.87m169.642-89.546 29.708-51.455a6.182 6.182 0 1 0-10.704-6.188l-30.084 52.105c-23.005-10.5-48.842-16.346-76.41-16.346s-53.402 5.855-76.407 16.346l-30.081-52.105a6.181 6.181 0 1 0-10.707 6.18l29.712 51.463c-51.016 27.748-85.91 79.394-91.014 140.413h357c-5.11-61.02-40-112.665-91.013-140.413" fill="#3ddc84"/></svg>
|
||||
|
Before Width: | Height: | Size: 569 B |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
@@ -1 +0,0 @@
|
||||
<svg width="154" height="250" viewBox="0 0 256 416" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z" style="fill:#231f20"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 85 107"><path fill="#fff" d="M27.59 91.136c-4.834-4.418-6.246-13.703-4.232-20.429 3.492 4.241 8.33 5.584 13.342 6.343 7.737 1.17 15.336.732 22.523-2.804.822-.405 1.582-.943 2.48-1.489.675 1.957.85 3.932.615 5.943-.573 4.896-3.01 8.678-6.885 11.545-1.55 1.147-3.19 2.172-4.79 3.253-4.917 3.323-6.247 7.22-4.4 12.888.044.139.084.277.183.614-2.51-1.124-4.344-2.76-5.742-4.911-1.475-2.27-2.177-4.78-2.214-7.498-.019-1.322-.019-2.656-.197-3.96-.434-3.178-1.926-4.601-4.737-4.683-2.884-.084-5.166 1.699-5.771 4.507-.046.216-.113.429-.18.68l.004.001Z"/><path fill="url(#a)" d="M27.59 91.136c-4.834-4.418-6.246-13.703-4.232-20.429 3.492 4.241 8.33 5.584 13.342 6.343 7.737 1.17 15.336.732 22.523-2.804.822-.405 1.582-.943 2.48-1.489.675 1.957.85 3.932.615 5.943-.573 4.896-3.01 8.678-6.885 11.545-1.55 1.147-3.19 2.172-4.79 3.253-4.917 3.323-6.247 7.22-4.4 12.888.044.139.084.277.183.614-2.51-1.124-4.344-2.76-5.742-4.911-1.475-2.27-2.177-4.78-2.214-7.498-.019-1.322-.019-2.656-.197-3.96-.434-3.178-1.926-4.601-4.737-4.683-2.884-.084-5.166 1.699-5.771 4.507-.046.216-.113.429-.18.68l.004.001Z"/><path fill="#fff" d="M0 69.587s14.314-6.973 28.668-6.973L39.49 29.12c.405-1.62 1.588-2.72 2.924-2.72 1.335 0 2.518 1.1 2.924 2.72L56.16 62.614c17 0 28.668 6.973 28.668 6.973S60.514 3.352 60.467 3.219C59.769 1.261 58.591 0 57.003 0H27.827c-1.588 0-2.718 1.261-3.464 3.22C24.311 3.35 0 69.586 0 69.586Z"/><defs><linearGradient id="a" x1="22.47" x2="69.145" y1="107" y2="84.947" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 85 107"><path fill="#17191E" d="M27.59 91.136c-4.834-4.418-6.246-13.703-4.232-20.429 3.492 4.241 8.33 5.584 13.342 6.343 7.737 1.17 15.336.732 22.523-2.804.822-.405 1.582-.943 2.48-1.489.675 1.957.85 3.932.615 5.943-.573 4.896-3.01 8.678-6.885 11.545-1.55 1.147-3.19 2.172-4.79 3.253-4.917 3.323-6.247 7.22-4.4 12.888.044.139.084.277.183.614-2.51-1.124-4.344-2.76-5.742-4.911-1.475-2.27-2.177-4.78-2.214-7.498-.019-1.322-.019-2.656-.197-3.96-.434-3.178-1.926-4.601-4.737-4.683-2.884-.084-5.166 1.699-5.771 4.507-.046.216-.113.429-.18.68l.004.001ZM0 69.587s14.314-6.973 28.668-6.973L39.49 29.12c.405-1.62 1.588-2.72 2.924-2.72 1.335 0 2.518 1.1 2.924 2.72L56.16 62.614c17 0 28.668 6.973 28.668 6.973S60.514 3.352 60.467 3.219C59.769 1.261 58.591 0 57.003 0H27.827c-1.588 0-2.718 1.261-3.464 3.22C24.311 3.35 0 69.586 0 69.586Z"/></svg>
|
||||
|
After Width: | Height: | Size: 899 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -6 381 100"><defs><linearGradient id="a" x1="21" x2="64.6" y1="100" y2="79.4" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs><path fill="url(#a)" d="M25.8 85.2c-4.5-4.2-5.9-12.8-4-19.1 3.3 4 7.8 5.2 12.5 6 7.2 1 14.3.6 21-2.7l2.4-1.4c.6 1.8.8 3.7.5 5.6-.5 4.5-2.8 8-6.4 10.7-1.4 1.1-3 2-4.5 3-4.6 3.2-5.8 6.8-4 12.1v.6a12 12 0 0 1-5.3-4.6 13 13 0 0 1-2-7c0-1.2 0-2.5-.2-3.7-.4-3-1.8-4.3-4.5-4.4a5.2 5.2 0 0 0-5.4 4.2l-.1.7Z"/><path fill="#fff" d="M0 65s13.4-6.5 26.8-6.5l10.1-31.3c.4-1.5 1.5-2.5 2.7-2.5 1.3 0 2.4 1 2.8 2.5l10 31.3c16 0 26.9 6.5 26.9 6.5L56.5 3c-.6-1.8-1.7-3-3.2-3H26c-1.5 0-2.5 1.2-3.2 3L0 65Zm141-19.9c0 5.5-6.8 8.8-16.2 8.8-6.2 0-8.3-1.5-8.3-4.7 0-3.4 2.6-5 8.8-5 5.5 0 10.3 0 15.7.8v.1Zm.1-6.8a71 71 0 0 0-14.5-1.2c-17.7 0-26 4.2-26 14 0 10.1 5.7 14 18.8 14 11.2 0 18.8-2.8 21.6-9.8h.4l-.1 4.7c0 3.6.6 3.9 3.5 3.9h13.8c-.8-2.2-1.2-8.2-1.2-13.4l.2-15.4c0-11.5-6.9-18.8-28.5-18.8-9.3 0-19.6 1.6-27.5 4 .8 3.1 1.8 9.4 2.3 13.5a61.4 61.4 0 0 1 24-4.5c10.4 0 13.2 2.3 13.2 7.1v2Zm37.9 10c-1.9.3-4.5.3-7 .3a60 60 0 0 1-7.1-.4l-.1 2c0 9.5 6.2 15 28.1 15 20.6 0 27.3-5.5 27.3-15.1 0-9.2-4.4-13.7-24-14.7-15.2-.6-16.6-2.3-16.6-4.2 0-2.2 2-3.4 12.2-3.4 10.6 0 13.4 1.5 13.4 4.5v.7a153 153 0 0 1 14.1 0v-1.7c0-11.2-9.2-14.9-27.2-14.9-20.3 0-27 5-27 14.6 0 8.7 5.4 14.1 24.8 15 14.3.4 16 2 16 4.2 0 2.4-2.4 3.5-12.5 3.5-11.5 0-14.4-1.6-14.4-5v-.4Zm66-40.1a58.2 58.2 0 0 1-20.8 11.6v10.8h5V47c0 10 5.3 17.7 21.8 17.7 7 0 11.6-.8 17.4-2-.6-3.7-1.3-9.4-1.5-13.8a41 41 0 0 1-12.6 1.8c-6.6 0-9.3-1.8-9.3-7.1V30.8c8.6 0 17.1.2 22.1.4 0-4 .1-9.7.3-13.5l-22.1.2.2-9.7h-.5Zm44.7 20.1.3-10.6h-15.1c.2 6.5.2 13.3.2 23 0 10 0 16.7-.2 23.2H292c-.3-4.6-.3-12.3-.3-18.9 0-10.3 4.2-13.3 13.7-13.3 4.4 0 7.6.5 10.3 1.5.1-3.8.9-11.4 1.3-14.7a34 34 0 0 0-9.8-1.4c-8.2 0-14.2 3.3-17 11.3l-.6-.1Zm75.1 12.2c0 8.3-6 12.2-15.4 12.2S334 49 334 40.5c0-8.6 6-11.8 15.4-11.8 9.3 0 15.4 3.5 15.4 11.8Zm15.7-.4c0-16.5-13-24-31.1-24-18.3 0-30.8 7.5-30.8 24s11.6 25.3 30.7 25.3c19.2 0 31.2-8.8 31.2-25.3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -6 381 100"><path fill="#17191E" d="M25.8 85.2c-4.5-4.2-5.9-12.8-4-19.1 3.3 4 7.8 5.2 12.5 6 7.2 1 14.3.6 21-2.7l2.4-1.4c.6 1.8.8 3.7.5 5.6-.5 4.5-2.8 8-6.4 10.7-1.4 1.1-3 2-4.5 3-4.6 3.2-5.8 6.8-4 12.1v.6a12 12 0 0 1-5.3-4.6 13 13 0 0 1-2-7c0-1.2 0-2.5-.2-3.7-.4-3-1.8-4.3-4.5-4.4a5.2 5.2 0 0 0-5.4 4.2l-.1.7ZM0 65s13.4-6.5 26.8-6.5l10.1-31.3c.4-1.5 1.5-2.5 2.7-2.5 1.3 0 2.4 1 2.8 2.5l10 31.3c16 0 26.9 6.5 26.9 6.5L56.5 3c-.6-1.8-1.7-3-3.2-3H26c-1.5 0-2.5 1.2-3.2 3L0 65Zm141-19.9c0 5.5-6.8 8.8-16.2 8.8-6.2 0-8.3-1.5-8.3-4.7 0-3.4 2.6-5 8.8-5 5.5 0 10.3 0 15.7.8v.1Zm.1-6.8a71 71 0 0 0-14.5-1.2c-17.7 0-26 4.2-26 14 0 10.1 5.7 14 18.8 14 11.2 0 18.8-2.8 21.6-9.8h.4l-.1 4.7c0 3.6.6 3.9 3.5 3.9h13.8c-.8-2.2-1.2-8.2-1.2-13.4l.2-15.4c0-11.5-6.9-18.8-28.5-18.8-9.3 0-19.6 1.6-27.5 4 .8 3.1 1.8 9.4 2.3 13.5a61.4 61.4 0 0 1 24-4.5c10.4 0 13.2 2.3 13.2 7.1v2Zm37.9 10c-1.9.3-4.5.3-7 .3a60 60 0 0 1-7.1-.4l-.1 2c0 9.5 6.2 15 28.1 15 20.6 0 27.3-5.5 27.3-15.1 0-9.2-4.4-13.7-24-14.7-15.2-.6-16.6-2.3-16.6-4.2 0-2.2 2-3.4 12.2-3.4 10.6 0 13.4 1.5 13.4 4.5v.7a153 153 0 0 1 14.1 0v-1.7c0-11.2-9.2-14.9-27.2-14.9-20.3 0-27 5-27 14.6 0 8.7 5.4 14.1 24.8 15 14.3.4 16 2 16 4.2 0 2.4-2.4 3.5-12.5 3.5-11.5 0-14.4-1.6-14.4-5v-.4Zm66-40.1a58.2 58.2 0 0 1-20.8 11.6v10.8h5V47c0 10 5.3 17.7 21.8 17.7 7 0 11.6-.8 17.4-2-.6-3.7-1.3-9.4-1.5-13.8a41 41 0 0 1-12.6 1.8c-6.6 0-9.3-1.8-9.3-7.1V30.8c8.6 0 17.1.2 22.1.4 0-4 .1-9.7.3-13.5l-22.1.2.2-9.7h-.5Zm44.7 20.1.3-10.6h-15.1c.2 6.5.2 13.3.2 23 0 10 0 16.7-.2 23.2H292c-.3-4.6-.3-12.3-.3-18.9 0-10.3 4.2-13.3 13.7-13.3 4.4 0 7.6.5 10.3 1.5.1-3.8.9-11.4 1.3-14.7a34 34 0 0 0-9.8-1.4c-8.2 0-14.2 3.3-17 11.3l-.6-.1Zm75.1 12.2c0 8.3-6 12.2-15.4 12.2S334 49 334 40.5c0-8.6 6-11.8 15.4-11.8 9.3 0 15.4 3.5 15.4 11.8Zm15.7-.4c0-16.5-13-24-31.1-24-18.3 0-30.8 7.5-30.8 24s11.6 25.3 30.7 25.3c19.2 0 31.2-8.8 31.2-25.3Z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 256 366" xmlns="http://www.w3.org/2000/svg" width="256" height="366" preserveAspectRatio="xMidYMid"><path d="M182.022 9.147c2.982 3.702 4.502 8.697 7.543 18.687L256 246.074a276.467 276.467 0 0 0-79.426-26.891L133.318 73.008a5.63 5.63 0 0 0-10.802.017L79.784 219.11A276.453 276.453 0 0 0 0 246.04L66.76 27.783c3.051-9.972 4.577-14.959 7.559-18.654a24.541 24.541 0 0 1 9.946-7.358C88.67 0 93.885 0 104.314 0h47.683c10.443 0 15.664 0 20.074 1.774a24.545 24.545 0 0 1 9.95 7.373Z"/><path fill="#FF5D01" d="M189.972 256.46c-10.952 9.364-32.812 15.751-57.992 15.751-30.904 0-56.807-9.621-63.68-22.56-2.458 7.415-3.009 15.903-3.009 21.324 0 0-1.619 26.623 16.898 45.14 0-9.615 7.795-17.41 17.41-17.41 16.48 0 16.46 14.378 16.446 26.043l-.001 1.041c0 17.705 10.82 32.883 26.21 39.28a35.685 35.685 0 0 1-3.588-15.647c0-16.886 9.913-23.173 21.435-30.48 9.167-5.814 19.353-12.274 26.372-25.232a47.588 47.588 0 0 0 5.742-22.735c0-5.06-.786-9.938-2.243-14.516Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 974 B |
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 256 366" xmlns="http://www.w3.org/2000/svg" width="256" height="366" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M182.022 9.147c2.982 3.702 4.502 8.697 7.543 18.687L256 246.074a276.467 276.467 0 0 0-79.426-26.891L133.318 73.008a5.63 5.63 0 0 0-10.802.017L79.784 219.11A276.453 276.453 0 0 0 0 246.04L66.76 27.783c3.051-9.972 4.577-14.959 7.559-18.654a24.541 24.541 0 0 1 9.946-7.358C88.67 0 93.885 0 104.314 0h47.683c10.443 0 15.664 0 20.074 1.774a24.545 24.545 0 0 1 9.95 7.373Z"/><path fill="#FF5D01" d="M189.972 256.46c-10.952 9.364-32.812 15.751-57.992 15.751-30.904 0-56.807-9.621-63.68-22.56-2.458 7.415-3.009 15.903-3.009 21.324 0 0-1.619 26.623 16.898 45.14 0-9.615 7.795-17.41 17.41-17.41 16.48 0 16.46 14.378 16.446 26.043l-.001 1.041c0 17.705 10.82 32.883 26.21 39.28a35.685 35.685 0 0 1-3.588-15.647c0-16.886 9.913-23.173 21.435-30.48 9.167-5.814 19.353-12.274 26.372-25.232a47.588 47.588 0 0 0 5.742-22.735c0-5.06-.786-9.938-2.243-14.516Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 986 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 210 232"><path fill="url(#a)" fill-rule="evenodd" d="M208.687 31.859 30.095 167.73C8.164 127.966.568 79.998 0 51.228v-17.61c0-2.561 2.779-4.055 4.169-4.482C33.562 20.278 93.247 2.306 96.838 1.28 100.429.256 103.464 0 104.534 0h.097c1.069 0 4.104.256 7.696 1.28 3.591 1.025 63.276 18.998 92.669 27.856 1.034.317 2.836 1.225 3.691 2.723Z" clip-rule="evenodd"/><path fill="url(#b)" fill-rule="evenodd" d="m30.094 167.952 178.592-135.87c.295.516.478 1.102.478 1.759V51.45c-.962 48.773-22.126 152.722-99.083 178.336-1.068.427-3.591 1.281-5.13 1.281h-.739c-1.539 0-4.062-.854-5.13-1.281-31.563-10.505-53.74-34.186-68.988-61.834Z" clip-rule="evenodd"/><path fill="url(#c)" fill-opacity=".21" d="M111.74 1.283C108.147.257 105.11 0 104.04 0l-.321 231.305h.642c1.54 0 4.064-.855 5.133-1.283 76.995-25.665 98.169-129.822 99.131-178.692V33.685c0-2.566-2.78-4.063-4.171-4.491-29.407-8.876-89.121-26.884-92.714-27.91Z"/><ellipse cx="104.905" cy="114.209" fill="#E3E2FA" rx="47.801" ry="47.48"/><path fill="url(#d)" fill-rule="evenodd" d="M96.243 124.475c-3.635.321-12.832-1.283-17.323-5.133-4.823-4.134-7.379-9.624-7.379-17.645 0-9.95 8.983-20.532 21.495-20.21 11.883.304 19.898 7.002 21.494 17.644.833 5.553-.016 8.222-.676 10.295-.102.323-.2.631-.286.933-.321 1.07-.77 3.401 0 4.171.769.77 12.511 12.084 18.286 17.644.534.642 1.604 2.246 1.604 3.529v6.096c0 .962-.257 1.283-1.283 1.283h-12.833c-.748-.107-2.246-.834-2.246-2.887 0-2.189-.233-2.511-.7-3.156-.08-.111-.168-.232-.262-.373-.642-.963-1.925-.963-3.208-.963-1.283 0-2.246-.321-2.887-.962-.642-.642-.642-1.604-.321-2.887.321-1.284 0-2.567-.642-2.888a7.71 7.71 0 0 1-.353-.194c-.704-.4-1.827-1.038-3.176-.768-1.604.321-3.85 0-5.133-1.283-1.283-1.284-2.887-2.32-4.17-2.246Zm-8.662-24.381a4.812 4.812 0 1 0 0-9.625 4.812 4.812 0 0 0 0 9.625Z" clip-rule="evenodd"/><defs><linearGradient id="a" x1="19.57" x2="97.527" y1="96.564" y2="15.078" gradientUnits="userSpaceOnUse"><stop stop-color="#45FFC8"/><stop offset="1" stop-color="#1DBBF1"/></linearGradient><linearGradient id="b" x1="73.786" x2="170.671" y1="143.724" y2="190.884" gradientUnits="userSpaceOnUse"><stop stop-color="#D14AE8"/><stop offset=".552" stop-color="#B628E3"/><stop offset="1" stop-color="#8315FD"/></linearGradient><linearGradient id="c" x1="155.914" x2="155.914" y1="21.815" y2="182.542" gradientUnits="userSpaceOnUse"><stop stop-color="#20ABF5"/><stop offset=".398" stop-color="#2A8CC3"/><stop offset="1" stop-color="#A104DC"/></linearGradient><linearGradient id="d" x1="90.148" x2="129.287" y1="99.452" y2="138.912" gradientUnits="userSpaceOnUse"><stop stop-color="#FE5B01"/><stop offset="1" stop-color="#FFB200"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -1,3 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.0" viewBox="0 0 1280 1024">
|
||||
<path fill="#f1f1f1" fill-rule="evenodd" d="M422 534.9c-4.1-5.6-11.1-10.3-19.6-10.3-15.7 0-27 12.1-27 28.5s11.3 28.5 27 28.5c7.3 0 14.2-3.2 17.8-6.3.2-.2.4-.5.4-.8v-8.9c0-.6-.4-1-1-1h-20.2c-.8 0-1.5-.7-1.5-1.5V550c0-.8.7-1.5 1.5-1.5h36.2v-19.6l-11.7 6.5c-.7.3-1.4.1-1.9-.5zm-170 9.3h21.6c6.2 0 10-3.5 10-9.1 0-5.3-3.9-9.1-10-9.1H252c-.7 0-1.3.6-1.3 1.4v15.5c0 .7.6 1.3 1.3 1.3zm87.7 51.1c0 .7-.5 1.2-1.2 1.2h-15.9c-.7 0-1.2-.5-1.2-1.2v-84.4c0-.7.5-1.2 1.2-1.2h15.9c.7 0 1.2.5 1.2 1.2v84.4zm-66.2-85.6h4.1c16.4 0 24.7 10.5 24.7 22.1 0 9-4.7 15.7-10.9 18.6-.7.3-.9 1.1-.6 1.8.1.3.4.5.7.6 7.3 3 12.5 10.9 12.5 20.1 0 13.1-8.5 23.6-25 23.6h-45.3c-.7 0-1.3-.6-1.3-1.4v-55l-116.8 86.4c-2.2 1.7-1.1 5.2 1.7 5.2h315.5c1.6 0 2.9-1.3 2.9-2.9v-43.7c-8.4 8-19.5 12.9-33.2 12.9-25.2 0-45.8-17.6-45.8-44.9 0-27.5 20.6-44.9 45.8-44.9 15.9 0 26.5 7.3 33.2 16.1V395.6c0-1.6-1.3-2.9-2.8-2.9-.6 0-1.2.2-1.7.6-.2 0-157.7 116.4-157.7 116.4zM252 580.3h22.3c6.8 0 10.9-3.6 10.9-9.9 0-5.5-3.9-9.9-10.9-9.9H252c-.7 0-1.3.6-1.3 1.4V579c0 .6.6 1.3 1.3 1.3zm275.1-2.7-9.8-5.2c-.6-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.2-.1.1-.2.1zm51.4 6.9c-16.8 0-27.5-13.5-27.5-31.4 0-18 10.7-31.4 27.5-31.4 16.7 0 27.5 13.4 27.5 31.4-.1 17.8-10.9 31.4-27.5 31.4zm-11.8-74.8c-18.5 5-30.6 21.8-30.6 43.4 0 25.9 17.5 44.9 42.4 44.9 21.2 0 37.1-13.9 41.3-34.2 6.8-32.9-21.9-62.5-53.1-54.1zm157.2 0h-18.8c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3h-18.8c-.6 0-1 .5-1 1v84.8c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-66L677 596c.1.3.4.5.7.5h5.5c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c0-.5-.5-.9-1.1-.9.1 0 .1 0 0 0zm192.7 0h-55.7c-.9 0-1.6.7-1.6 1.6V595c0 .9.7 1.6 1.6 1.6h55.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.9-.7-1.6-1.5-1.6h-40.7c-.9 0-1.6-.7-1.6-1.6v-21.1c0-.9.7-1.6 1.6-1.6h39.8c.9 0 1.6-.7 1.6-1.6V547c0-.9-.7-1.6-1.6-1.6h-39.8c-.9 0-1.6-.7-1.6-1.6v-19.2c0-.9.7-1.6 1.6-1.6h40.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.7-.7-1.4-1.5-1.4zm58.7 40.9h-19.2c-.9 0-1.5-.7-1.5-1.6v-24.5c0-.9.7-1.6 1.5-1.6h19.2c8.5 0 14.7 5.3 14.7 13.7 0 8.6-6.2 14-14.7 14zm11.8 11.3c9.6-2.4 18.3-10.8 18.3-25.1 0-16.1-11.2-27.2-28.2-27.2H941c-.9 0-1.5.7-1.5 1.5v83.7c0 .9.7 1.6 1.5 1.6h12c.9 0 1.5-.7 1.5-1.6v-29.3c0-.9.7-1.6 1.5-1.6h12.6c.5 0 1 .3 1.3.8l18 30.9c.3.5.8.8 1.3.8h13.8c.9 0 1.5-.7 1.5-1.6 0-.3-.1-.6-.2-.8l-18.5-29.9c-.3-.8.3-1.9 1.3-2.2zm136.6-38.8h40.7c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-55.8c-.8 0-1.5.7-1.5 1.5V595c0 .9.7 1.5 1.5 1.5h55.8c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-40.7c-.8 0-1.5-.7-1.5-1.5v-21.1c0-.9.7-1.5 1.5-1.5h39.8c.8 0 1.5-.7 1.5-1.5V547c0-.8-.7-1.5-1.5-1.5h-39.8c-.8 0-1.5-.7-1.5-1.5v-19.3c0-1 .7-1.6 1.5-1.6zm-31.9 54.2-9.8-5.2c-.7-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.1-.2.1-.2.1zm-256.6-67.6h-18.9c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3H748c-.6 0-1 .5-1 1v84.8c0 .6.5 1 1 1h13c.6 0 1-.5 1-1v-66l26.2 66.6c.1.3.4.5.7.5h5.4c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c.1-.6-.4-1-.9-1-.1 0-.1 0 0 0z" clip-rule="evenodd"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -1,3 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.0" viewBox="0 0 1280 1024">
|
||||
<path fill="#1d1d1b" fill-rule="evenodd" d="M422 534.9c-4.1-5.6-11.1-10.3-19.6-10.3-15.7 0-27 12.1-27 28.5s11.3 28.5 27 28.5c7.3 0 14.2-3.2 17.8-6.3.2-.2.4-.5.4-.8v-8.9c0-.6-.4-1-1-1h-20.2c-.8 0-1.5-.7-1.5-1.5V550c0-.8.7-1.5 1.5-1.5h36.2v-19.6l-11.7 6.5c-.7.3-1.4.1-1.9-.5zm-170 9.3h21.6c6.2 0 10-3.5 10-9.1 0-5.3-3.9-9.1-10-9.1H252c-.7 0-1.3.6-1.3 1.4v15.5c0 .7.6 1.3 1.3 1.3zm87.7 51.1c0 .7-.5 1.2-1.2 1.2h-15.9c-.7 0-1.2-.5-1.2-1.2v-84.4c0-.7.5-1.2 1.2-1.2h15.9c.7 0 1.2.5 1.2 1.2v84.4zm-66.2-85.6h4.1c16.4 0 24.7 10.5 24.7 22.1 0 9-4.7 15.7-10.9 18.6-.7.3-.9 1.1-.6 1.8.1.3.4.5.7.6 7.3 3 12.5 10.9 12.5 20.1 0 13.1-8.5 23.6-25 23.6h-45.3c-.7 0-1.3-.6-1.3-1.4v-55l-116.8 86.4c-2.2 1.7-1.1 5.2 1.7 5.2h315.5c1.6 0 2.9-1.3 2.9-2.9v-43.7c-8.4 8-19.5 12.9-33.2 12.9-25.2 0-45.8-17.6-45.8-44.9 0-27.5 20.6-44.9 45.8-44.9 15.9 0 26.5 7.3 33.2 16.1V395.6c0-1.6-1.3-2.9-2.8-2.9-.6 0-1.2.2-1.7.6-.2 0-157.7 116.4-157.7 116.4zM252 580.3h22.3c6.8 0 10.9-3.6 10.9-9.9 0-5.5-3.9-9.9-10.9-9.9H252c-.7 0-1.3.6-1.3 1.4V579c0 .6.6 1.3 1.3 1.3zm275.1-2.7-9.8-5.2c-.6-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.2-.1.1-.2.1zm51.4 6.9c-16.8 0-27.5-13.5-27.5-31.4 0-18 10.7-31.4 27.5-31.4 16.7 0 27.5 13.4 27.5 31.4-.1 17.8-10.9 31.4-27.5 31.4zm-11.8-74.8c-18.5 5-30.6 21.8-30.6 43.4 0 25.9 17.5 44.9 42.4 44.9 21.2 0 37.1-13.9 41.3-34.2 6.8-32.9-21.9-62.5-53.1-54.1zm157.2 0h-18.8c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3h-18.8c-.6 0-1 .5-1 1v84.8c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-66L677 596c.1.3.4.5.7.5h5.5c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c0-.5-.5-.9-1.1-.9.1 0 .1 0 0 0zm192.7 0h-55.7c-.9 0-1.6.7-1.6 1.6V595c0 .9.7 1.6 1.6 1.6h55.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.9-.7-1.6-1.5-1.6h-40.7c-.9 0-1.6-.7-1.6-1.6v-21.1c0-.9.7-1.6 1.6-1.6h39.8c.9 0 1.6-.7 1.6-1.6V547c0-.9-.7-1.6-1.6-1.6h-39.8c-.9 0-1.6-.7-1.6-1.6v-19.2c0-.9.7-1.6 1.6-1.6h40.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.7-.7-1.4-1.5-1.4zm58.7 40.9h-19.2c-.9 0-1.5-.7-1.5-1.6v-24.5c0-.9.7-1.6 1.5-1.6h19.2c8.5 0 14.7 5.3 14.7 13.7 0 8.6-6.2 14-14.7 14zm11.8 11.3c9.6-2.4 18.3-10.8 18.3-25.1 0-16.1-11.2-27.2-28.2-27.2H941c-.9 0-1.5.7-1.5 1.5v83.7c0 .9.7 1.6 1.5 1.6h12c.9 0 1.5-.7 1.5-1.6v-29.3c0-.9.7-1.6 1.5-1.6h12.6c.5 0 1 .3 1.3.8l18 30.9c.3.5.8.8 1.3.8h13.8c.9 0 1.5-.7 1.5-1.6 0-.3-.1-.6-.2-.8l-18.5-29.9c-.3-.8.3-1.9 1.3-2.2zm136.6-38.8h40.7c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-55.8c-.8 0-1.5.7-1.5 1.5V595c0 .9.7 1.5 1.5 1.5h55.8c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-40.7c-.8 0-1.5-.7-1.5-1.5v-21.1c0-.9.7-1.5 1.5-1.5h39.8c.8 0 1.5-.7 1.5-1.5V547c0-.8-.7-1.5-1.5-1.5h-39.8c-.8 0-1.5-.7-1.5-1.5v-19.3c0-1 .7-1.6 1.5-1.6zm-31.9 54.2-9.8-5.2c-.7-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.1-.2.1-.2.1zm-256.6-67.6h-18.9c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3H748c-.6 0-1 .5-1 1v84.8c0 .6.5 1 1 1h13c.6 0 1-.5 1-1v-66l26.2 66.6c.1.3.4.5.7.5h5.4c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c.1-.6-.4-1-.9-1-.1 0-.1 0 0 0z" clip-rule="evenodd"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 512"><rect fill="#CC9B7A" width="512" height="512" rx="104.187" ry="105.042"/><path fill="#1F1F1E" fill-rule="nonzero" d="M318.663 149.787h-43.368l78.952 212.423 43.368.004-78.952-212.427zm-125.326 0l-78.952 212.427h44.255l15.932-44.608 82.846-.004 16.107 44.612h44.255l-79.126-212.427h-45.317zm-4.251 128.341l26.91-74.701 27.083 74.701h-53.993z"/></svg>
|
||||
|
Before Width: | Height: | Size: 558 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 456 456"><path fill="#512BD4" d="M0 0h456v456H0z"/><path fill="#fff" d="M81.274 291.333c-3.224 0-5.965-1.074-8.222-3.223-2.257-2.204-3.386-4.821-3.386-7.851 0-3.086 1.129-5.73 3.386-7.934 2.257-2.204 4.998-3.306 8.222-3.306 3.278 0 6.045 1.102 8.302 3.306 2.311 2.204 3.466 4.848 3.466 7.934 0 3.03-1.155 5.647-3.466 7.851-2.257 2.149-5.024 3.223-8.302 3.223ZM210.167 289.515h-20.958l-55.215-87.109a38.977 38.977 0 0 1-3.466-6.86h-.484c.43 2.535.645 7.962.645 16.281v77.688h-18.54V171h22.328l53.362 85.043c2.257 3.527 3.708 5.951 4.353 7.273h.322c-.537-3.14-.806-8.457-.806-15.951V171h18.459v118.515ZM300.449 289.515h-64.888V171h62.309v16.695h-43.124v33.554h39.739v16.612h-39.739v35.042h45.703v16.612ZM392.667 187.695h-33.21v101.82h-19.185v-101.82h-33.129V171h85.524v16.695Z"/></svg>
|
||||
|
After Width: | Height: | Size: 848 B |
@@ -1 +0,0 @@
|
||||
<svg width="834" height="236" viewBox="0 0 834 236" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-6 w-24"><path d="M266 119.5C266 181.632 215.632 232 153.5 232C91.368 232 41 181.632 41 119.5C41 57.368 91.368 7 153.5 7C215.632 7 266 57.368 266 119.5Z" fill="currentColor"></path><mask id="mask0_46_2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="41" y="7" width="225" height="225"><path d="M266 119.5C266 181.632 215.632 232 153.5 232C91.368 232 41 181.632 41 119.5C41 57.368 91.368 7 153.5 7C215.632 7 266 57.368 266 119.5Z" fill="currentColor"></path></mask><g mask="url(#mask0_46_2)"><ellipse cx="153" cy="124.5" rx="58" ry="57.5" fill="white"></ellipse><path d="M185 -10H211V181H185V-10Z" fill="white"></path></g><path d="M397.25 213.75C385.25 213.75 374.833 211.083 366 205.75C357.167 200.417 350.25 192.917 345.25 183.25C340.417 173.417 338 161.917 338 148.75C338 135.417 340.5 123.75 345.5 113.75C350.5 103.583 357.583 95.6667 366.75 90C376.083 84.3333 387.083 81.5 399.75 81.5C407.583 81.5 414.833 82.9167 421.5 85.75C428.333 88.5833 433.583 92.3333 437.25 97V22H475.75V210.5H439.5L437.5 194.5C434.167 200.167 428.833 204.833 421.5 208.5C414.333 212 406.25 213.75 397.25 213.75ZM406.5 178.5C412.5 178.5 417.75 177.25 422.25 174.75C426.917 172.083 430.5 168.417 433 163.75C435.667 158.917 437 153.417 437 147.25C437 140.917 435.667 135.417 433 130.75C430.5 126.083 426.917 122.5 422.25 120C417.75 117.333 412.5 116 406.5 116C400.5 116 395.25 117.333 390.75 120C386.25 122.667 382.75 126.333 380.25 131C377.917 135.667 376.75 141.083 376.75 147.25C376.75 153.417 377.917 158.833 380.25 163.5C382.75 168.167 386.25 171.833 390.75 174.5C395.25 177.167 400.5 178.5 406.5 178.5Z" fill="currentColor"></path><path d="M587.662 85.5H626.162C626.162 85.5 626.162 148.5 626.162 164C626.162 179.5 623.786 191.5 616.5 200.5C609.214 209.5 594 213.75 582.162 213.75C570.324 213.75 564.412 213.75 564.412 213.75C564.412 213.75 556.662 213.75 549.162 213.75C534.995 213.75 523.745 209.333 515.412 200.5C507.245 191.5 503.162 179.333 503.162 164V85.5H541.662V150C541.662 160.167 543.495 167.667 547.162 172.5C550.829 177.167 556.579 179.5 564.412 179.5C572.745 179.5 578.662 177.25 582.162 172.75C585.829 168.083 587.662 160.667 587.662 150.5V85.5Z" fill="currentColor"></path><path d="M691.303 210.5H655.053V22H693.553V100C697.386 94.3333 703.053 89.8333 710.553 86.5C718.219 83 726.553 81.25 735.553 81.25C747.219 81.25 757.303 84.0833 765.803 89.75C774.469 95.4167 781.136 103.333 785.803 113.5C790.469 123.667 792.803 135.583 792.803 149.25C792.803 162.083 790.219 173.417 785.053 183.25C780.053 192.917 772.969 200.417 763.803 205.75C754.803 211.083 744.386 213.75 732.553 213.75C723.886 213.75 715.969 212 708.803 208.5C701.803 204.833 696.636 200.167 693.303 194.5L691.303 210.5ZM693.803 147.25C693.803 153.417 695.053 158.917 697.553 163.75C700.219 168.417 703.803 172.083 708.303 174.75C712.969 177.25 718.303 178.5 724.303 178.5C730.469 178.5 735.719 177.167 740.053 174.5C744.553 171.833 747.969 168.167 750.303 163.5C752.803 158.833 754.053 153.417 754.053 147.25C754.053 141.083 752.803 135.667 750.303 131C747.969 126.333 744.553 122.667 740.053 120C735.719 117.333 730.469 116 724.303 116C718.303 116 712.969 117.333 708.303 120C703.803 122.5 700.219 126.083 697.553 130.75C695.053 135.417 693.803 140.917 693.803 147.25Z" fill="currentColor"></path></svg>
|
||||
|
Before Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 324 285.096"><path fill="#9ea3a8" d="m98.764 104.305 60.777-35.09a4.916 4.916 0 0 1 4.917 0l60.778 35.09a4.92 4.92 0 0 1 2.458 4.258v70.179c0 1.755-.938 3.38-2.458 4.259l-60.778 35.089a4.916 4.916 0 0 1-4.917 0L98.764 183a4.919 4.919 0 0 1-2.458-4.258v-70.179a4.922 4.922 0 0 1 2.458-4.258"/><path fill="#fff" d="M320.02 136.27 247.405 9.937C244.766 5.37 239.894 2 234.619 2H89.383c-5.276 0-10.15 3.37-12.788 7.937L3.978 135.991c-2.637 4.57-2.637 10.335 0 14.905l72.617 125.297c2.638 4.568 7.512 6.903 12.788 6.903h145.235c5.274 0 10.148-2.265 12.784-6.834L320.02 150.76c2.64-4.567 2.64-9.922.002-14.49m-60.131 60.75c0 1.856-1.118 3.574-2.728 4.504l-92.498 53.367a5.263 5.263 0 0 1-5.233 0l-92.57-53.367c-1.609-.93-2.734-2.646-2.734-4.505V90.284c0-1.858 1.109-3.575 2.719-4.505l92.494-53.367a5.252 5.252 0 0 1 5.23 0l92.577 53.367c1.61.93 2.743 2.647 2.743 4.505z"/></svg>
|
||||
|
After Width: | Height: | Size: 925 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 324 285.096"><path fill="#8080F2" d="m98.764 104.305 60.777-35.09a4.916 4.916 0 0 1 4.917 0l60.778 35.09a4.92 4.92 0 0 1 2.458 4.258v70.179c0 1.755-.938 3.38-2.458 4.259l-60.778 35.089a4.916 4.916 0 0 1-4.917 0L98.764 183a4.919 4.919 0 0 1-2.458-4.258v-70.179a4.922 4.922 0 0 1 2.458-4.258"/><path fill="#4b32c3" d="M320.02 136.27 247.405 9.937C244.766 5.37 239.894 2 234.619 2H89.383c-5.276 0-10.15 3.37-12.788 7.937L3.978 135.991c-2.637 4.57-2.637 10.335 0 14.905l72.617 125.297c2.638 4.568 7.512 6.903 12.788 6.903h145.235c5.274 0 10.148-2.265 12.784-6.834L320.02 150.76c2.64-4.567 2.64-9.922.002-14.49m-60.131 60.75c0 1.856-1.118 3.574-2.728 4.504l-92.498 53.367a5.263 5.263 0 0 1-5.233 0l-92.57-53.367c-1.609-.93-2.734-2.646-2.734-4.505V90.284c0-1.858 1.109-3.575 2.719-4.505l92.494-53.367a5.252 5.252 0 0 1 5.23 0l92.577 53.367c1.61.93 2.743 2.647 2.743 4.505z"/></svg>
|
||||
|
After Width: | Height: | Size: 928 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 203 58"><path fill="#9ea3a8" d="m46.557 21.11-12.54-7.24a1.014 1.014 0 0 0-1.015 0l-12.54 7.24a1.015 1.015 0 0 0-.508.878v14.48c0 .362.194.697.508.879l12.54 7.24c.314.181.7.181 1.015 0l12.54-7.24c.314-.181.507-.516.507-.879v-14.48c0-.363-.193-.697-.507-.879Z"/><path fill="#fff" d="M.904 27.705 15.888 1.638C16.432.695 17.438 0 18.526 0h29.967c1.089 0 2.094.695 2.639 1.638l14.983 26.01a3.1 3.1 0 0 1 0 3.074L51.132 56.576c-.545.942-1.55 1.424-2.639 1.424H18.526c-1.088 0-2.094-.467-2.638-1.41L.905 30.694a2.94 2.94 0 0 1 0-2.99Zm12.407 12.534c0 .384.231.738.563.93L32.96 52.18c.332.192.748.192 1.08 0l19.1-11.011c.332-.192.564-.546.564-.93V18.216c0-.383-.229-.738-.56-.93L34.057 6.277a1.084 1.084 0 0 0-1.079 0l-19.102 11.01c-.332.192-.566.547-.566.93V40.24ZM86.697 43.71V14.29h18.745v4.581h-13.66v7.733h12.483v4.582H91.783v7.943h13.869v4.581H86.697Zm32.222.589c-2.241 0-4.231-.393-5.968-1.177-1.709-.813-3.054-1.976-4.035-3.489-.98-1.513-1.471-3.362-1.471-5.547v-1.093h5.002v1.093c0 1.933.588 3.376 1.765 4.328 1.177.953 2.746 1.43 4.707 1.43 1.99 0 3.489-.407 4.497-1.22 1.009-.812 1.513-1.863 1.513-3.152 0-.868-.238-1.569-.714-2.101-.476-.56-1.177-1.009-2.102-1.345-.896-.336-1.989-.658-3.278-.967l-1.261-.252c-1.933-.448-3.614-1.008-5.043-1.68-1.401-.701-2.48-1.598-3.236-2.69-.757-1.094-1.135-2.523-1.135-4.288 0-1.765.42-3.278 1.261-4.539.84-1.26 2.031-2.227 3.572-2.9 1.541-.672 3.348-1.009 5.422-1.009 2.073 0 3.923.35 5.548 1.051 1.625.7 2.9 1.751 3.824 3.152.953 1.401 1.429 3.153 1.429 5.254v1.387h-5.001v-1.387c0-1.205-.238-2.172-.715-2.9-.476-.729-1.148-1.26-2.017-1.597-.869-.336-1.891-.504-3.068-.504-1.737 0-3.054.336-3.951 1.008-.896.673-1.345 1.625-1.345 2.858 0 .785.196 1.457.589 2.018.42.532 1.022.98 1.807 1.345.812.336 1.821.63 3.026.882l1.261.294c2.017.449 3.782 1.023 5.296 1.723 1.513.673 2.689 1.57 3.53 2.69.869 1.121 1.303 2.578 1.303 4.371 0 1.766-.462 3.32-1.387 4.666-.897 1.345-2.172 2.395-3.825 3.152-1.625.756-3.558 1.135-5.8 1.135Zm14.181-.589V14.29h5.085v24.839h13.786v4.581H133.1Zm21.727 0V22.948h4.834V43.71h-4.834Zm2.396-23.41c-.869 0-1.625-.28-2.269-.84-.617-.589-.925-1.36-.925-2.312 0-.953.308-1.71.925-2.27a3.255 3.255 0 0 1 2.269-.882c.925 0 1.681.294 2.27.882.616.56.924 1.317.924 2.27 0 .953-.308 1.723-.924 2.311-.589.56-1.345.841-2.27.841Zm7.302 23.41V22.948h4.75v2.9h.714c.364-.785 1.023-1.527 1.975-2.228.953-.7 2.396-1.05 4.329-1.05 1.598 0 3.012.364 4.245 1.092a7.435 7.435 0 0 1 2.858 3.026c.701 1.29 1.051 2.816 1.051 4.582v12.44h-4.833V31.648c0-1.681-.421-2.928-1.261-3.74-.813-.841-1.976-1.262-3.489-1.262-1.709 0-3.054.575-4.034 1.724-.981 1.12-1.471 2.732-1.471 4.833V43.71h-4.834Zm31.924 0c-1.345 0-2.424-.392-3.236-1.177-.785-.812-1.177-1.905-1.177-3.278V26.941h-5.422v-3.993h5.422v-6.683h4.833v6.683h5.968v3.993h-5.968v11.516c0 .84.393 1.26 1.177 1.26h4.161v3.993h-5.758Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 203 58"><path fill="#8080F2" d="m46.557 21.11-12.54-7.24a1.014 1.014 0 0 0-1.015 0l-12.54 7.24a1.015 1.015 0 0 0-.508.878v14.48c0 .362.194.697.508.879l12.54 7.24c.314.181.7.181 1.015 0l12.54-7.24c.314-.181.507-.516.507-.879v-14.48c0-.363-.193-.697-.507-.879Z"/><path fill="#4B32C3" d="M.904 27.705 15.888 1.638C16.432.695 17.438 0 18.526 0h29.967c1.089 0 2.094.695 2.639 1.638l14.983 26.01a3.1 3.1 0 0 1 0 3.074L51.132 56.576c-.545.942-1.55 1.424-2.639 1.424H18.526c-1.088 0-2.094-.467-2.638-1.41L.905 30.694a2.94 2.94 0 0 1 0-2.99Zm12.407 12.534c0 .384.231.738.563.93L32.96 52.18c.332.192.748.192 1.08 0l19.1-11.011c.332-.192.564-.546.564-.93V18.216c0-.383-.229-.738-.56-.93L34.057 6.277a1.084 1.084 0 0 0-1.079 0l-19.102 11.01c-.332.192-.566.547-.566.93V40.24Z"/><path fill="#101828" d="M86.697 43.71V14.29h18.745v4.581h-13.66v7.733h12.483v4.582H91.783v7.943h13.869v4.581H86.697Zm32.222.589c-2.241 0-4.231-.393-5.968-1.177-1.709-.813-3.054-1.976-4.035-3.489-.98-1.513-1.471-3.362-1.471-5.547v-1.093h5.002v1.093c0 1.933.588 3.376 1.765 4.328 1.177.953 2.746 1.43 4.707 1.43 1.99 0 3.489-.407 4.497-1.22 1.009-.812 1.513-1.863 1.513-3.152 0-.868-.238-1.569-.714-2.101-.476-.56-1.177-1.009-2.102-1.345-.896-.336-1.989-.658-3.278-.967l-1.261-.252c-1.933-.448-3.614-1.008-5.043-1.68-1.401-.701-2.48-1.598-3.236-2.69-.757-1.094-1.135-2.523-1.135-4.288 0-1.765.42-3.278 1.261-4.539.84-1.26 2.031-2.227 3.572-2.9 1.541-.672 3.348-1.009 5.422-1.009 2.073 0 3.923.35 5.548 1.051 1.625.7 2.9 1.751 3.824 3.152.953 1.401 1.429 3.153 1.429 5.254v1.387h-5.001v-1.387c0-1.205-.238-2.172-.715-2.9-.476-.729-1.148-1.26-2.017-1.597-.869-.336-1.891-.504-3.068-.504-1.737 0-3.054.336-3.951 1.008-.896.673-1.345 1.625-1.345 2.858 0 .785.196 1.457.589 2.018.42.532 1.022.98 1.807 1.345.812.336 1.821.63 3.026.882l1.261.294c2.017.449 3.782 1.023 5.296 1.723 1.513.673 2.689 1.57 3.53 2.69.869 1.121 1.303 2.578 1.303 4.371 0 1.766-.462 3.32-1.387 4.666-.897 1.345-2.172 2.395-3.825 3.152-1.625.756-3.558 1.135-5.8 1.135Zm14.181-.589V14.29h5.085v24.839h13.786v4.581H133.1Zm21.727 0V22.948h4.834V43.71h-4.834Zm2.396-23.41c-.869 0-1.625-.28-2.269-.84-.617-.589-.925-1.36-.925-2.312 0-.953.308-1.71.925-2.27a3.255 3.255 0 0 1 2.269-.882c.925 0 1.681.294 2.27.882.616.56.924 1.317.924 2.27 0 .953-.308 1.723-.924 2.311-.589.56-1.345.841-2.27.841Zm7.302 23.41V22.948h4.75v2.9h.714c.364-.785 1.023-1.527 1.975-2.228.953-.7 2.396-1.05 4.329-1.05 1.598 0 3.012.364 4.245 1.092a7.435 7.435 0 0 1 2.858 3.026c.701 1.29 1.051 2.816 1.051 4.582v12.44h-4.833V31.648c0-1.681-.421-2.928-1.261-3.74-.813-.841-1.976-1.262-3.489-1.262-1.709 0-3.054.575-4.034 1.724-.981 1.12-1.471 2.732-1.471 4.833V43.71h-4.834Zm31.924 0c-1.345 0-2.424-.392-3.236-1.177-.785-.812-1.177-1.905-1.177-3.278V26.941h-5.422v-3.993h5.422v-6.683h4.833v6.683h5.968v3.993h-5.968v11.516c0 .84.393 1.26 1.177 1.26h4.161v3.993h-5.758Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 324 285.096" xmlns="http://www.w3.org/2000/svg"><path d="m98.764 104.305 60.777-35.09a4.916 4.916 0 0 1 4.917 0l60.778 35.09a4.92 4.92 0 0 1 2.458 4.258v70.179c0 1.755-.938 3.38-2.458 4.259l-60.778 35.089a4.916 4.916 0 0 1-4.917 0L98.764 183a4.919 4.919 0 0 1-2.458-4.258v-70.179a4.922 4.922 0 0 1 2.458-4.258" fill="#8080F2"/><path d="M320.02 136.27 247.405 9.937C244.766 5.37 239.894 2 234.619 2H89.383c-5.276 0-10.15 3.37-12.788 7.937L3.978 135.991c-2.637 4.57-2.637 10.335 0 14.905l72.617 125.297c2.638 4.568 7.512 6.903 12.788 6.903h145.235c5.274 0 10.148-2.265 12.784-6.834L320.02 150.76c2.64-4.567 2.64-9.922.002-14.49m-60.131 60.75c0 1.856-1.118 3.574-2.728 4.504l-92.498 53.367a5.263 5.263 0 0 1-5.233 0l-92.57-53.367c-1.609-.93-2.734-2.646-2.734-4.505V90.284c0-1.858 1.109-3.575 2.719-4.505l92.494-53.367a5.252 5.252 0 0 1 5.23 0l92.577 53.367c1.61.93 2.743 2.647 2.743 4.505z" fill="#4b32c3"/></svg>
|
||||
|
Before Width: | Height: | Size: 928 B |
|
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 8.0 KiB |
@@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path d="M503 114.333v280c0 60.711-49.29 110-110 110H113c-60.711 0-110-49.289-110-110v-280c0-60.71 49.289-110 110-110h280c60.71 0 110 49.29 110 110z"/><path d="M342.065 189.759c1.886-2.42 3.541-4.63 5.289-6.77.81-1.007.74-1.771-.046-2.824-7.58-9.965-8.298-21.028-3.935-32.254 3.275-8.448 10.52-12.406 19.373-13.25 5.52-.521 10.936.046 15.959 2.73 6.596 3.53 10.438 8.912 11.688 16.341.995 5.926.81 11.712-.868 17.452-2.974 10.161-10.277 15.427-20.287 16.758-8.31 1.11-16.734 1.25-25.113 1.817-.648.046-1.308 0-2.06 0z" fill="#027aff"/><path d="M321.512 144.254h-50.064l-39.637 90.384h-56.036v-89.99H131v232.868h44.787v-98.103h78.973c13.598 0 26.015-7.927 31.744-20.252v118.355h44.787v-98.103c0-23.342-18.239-42.97-41.523-44.671v-.116h-24.593a45.577 45.577 0 0026.884-24.534l29.453-65.838z" fill="#fff"/></svg>
|
||||
|
After Width: | Height: | Size: 957 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" fill-rule="evenodd" style="flex:none;line-height:1" viewBox="0 0 55 24"><path d="M13.998 2h4.277L15.76 7.645a3.9 3.9 0 0 1-2.297 2.104h2.1v.01a3.834 3.834 0 0 1 3.548 3.83V22h-3.825V11.852a2.99 2.99 0 0 1-2.713 1.736H5.825V22H2V2.035h3.825v7.714h4.787L13.998 2zM25.93 2h-3.815v20h3.815V2zm23.468 0h3.815v20h-3.815V2zM28.936 22V2h3.855l4.888 7.828L42.557 2h3.836v20h-3.815V9.183l-4.896 7.855-4.93-7.898V22h-3.816z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 493 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" style="flex:none;line-height:1" viewBox="0 0 55 24"><path d="M13.998 2h4.277L15.76 7.645a3.9 3.9 0 0 1-2.297 2.104h2.1v.01a3.834 3.834 0 0 1 3.548 3.83V22h-3.825V11.852a2.99 2.99 0 0 1-2.713 1.736H5.825V22H2V2.035h3.825v7.714h4.787L13.998 2zM25.93 2h-3.815v20h3.815V2zm23.468 0h3.815v20h-3.815V2zM28.936 22V2h3.855l4.888 7.828L42.557 2h3.836v20h-3.815V9.183l-4.896 7.855-4.93-7.898V22h-3.816z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 481 B |
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1595 10228 c-360 -40 -727 -206 -1000 -452 -330 -297 -541 -714
|
||||
-585 -1161 -8 -78 -10 -1110 -8 -3570 4 -3236 5 -3465 21 -3545 62 -302 159
|
||||
-531 324 -763 79 -111 288 -318 401 -397 241 -169 506 -277 792 -322 126 -19
|
||||
7034 -19 7160 0 286 45 551 153 792 322 113 79 322 286 401 397 173 243 283
|
||||
511 329 803 19 126 19 7034 0 7160 -46 292 -156 560 -329 803 -79 111 -287
|
||||
317 -403 399 -112 80 -307 182 -440 231 -113 42 -288 82 -422 96 -123 14
|
||||
-6915 13 -7033 -1z m1729 -2534 c14 -14 16 -120 16 -1015 l0 -999 633 0 632 0
|
||||
470 1001 c258 551 475 1008 483 1015 11 12 94 14 484 12 422 -3 472 -5 481
|
||||
-19 8 -13 -35 -116 -198 -470 -371 -810 -527 -1143 -562 -1198 -90 -141 -250
|
||||
-266 -408 -321 -50 -17 -47 -18 305 -22 345 -5 358 -5 455 -31 121 -32 265
|
||||
-100 357 -168 153 -114 288 -291 348 -458 68 -186 63 -99 67 -1375 3 -867 1
|
||||
-1162 -8 -1172 -16 -19 -978 -21 -997 -2 -9 9 -12 334 -12 1400 0 763 -4 1388
|
||||
-9 1388 -4 0 -16 -30 -26 -67 -35 -128 -89 -219 -189 -318 -72 -72 -108 -99
|
||||
-176 -133 -164 -81 -87 -76 -1167 -80 l-963 -3 0 -1080 c0 -726 -3 -1087 -10
|
||||
-1100 -10 -18 -26 -19 -498 -19 -366 0 -491 3 -500 12 -17 17 -17 5209 0 5226
|
||||
9 9 133 12 494 12 425 0 484 -2 498 -16z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="79" viewBox="0 0 401 79" fill="none">
|
||||
<g clip-path="url(#clip0_274_2135)">
|
||||
<path d="M313.847 28.1592H304.374V61.5326H313.847V28.1592Z" fill="white"/>
|
||||
<path d="M313.847 17.1592H304.374V24.5385H313.847V17.1592Z" fill="white"/>
|
||||
<path d="M107.249 17.1592H97.3477V61.5318H127.583V53.0246H107.249V17.1592Z" fill="white"/>
|
||||
<path d="M147.151 25.3818C136.612 25.3818 128.27 33.5345 128.27 43.8086C128.27 54.0828 136.612 62.2569 147.151 62.2569C157.691 62.2569 166.103 54.1042 166.103 43.8247C166.103 33.5453 157.755 25.3818 147.151 25.3818ZM147.151 53.449C141.847 53.449 137.887 49.4102 137.887 43.7818C137.887 38.1533 141.847 34.1468 147.151 34.1468C152.456 34.1468 156.416 38.2553 156.416 43.7818C156.416 49.3082 152.456 53.449 147.151 53.449Z" fill="white"/>
|
||||
<path d="M205.834 54.0178C204.135 54.0178 202.651 53.0242 202.651 49.979V35.8058H211.685V28.158H202.651V18.5391H193.178V28.158H180.737V18.5391H171.263V28.158H166.104V35.8058H171.263V50.1187C171.263 58.1264 175.084 62.2403 182.151 62.2403C185.342 62.2466 188.465 61.3128 191.131 59.555L188.452 52.5408C187.111 53.4498 185.542 53.9651 183.924 54.0285C182.226 54.0285 180.742 53.0349 180.742 49.9898V35.8058H193.183V50.1187C193.183 58.1264 196.998 62.2403 204.071 62.2403C207.262 62.2456 210.385 61.3119 213.051 59.555L210.372 52.5408C209.027 53.4492 207.455 53.9609 205.834 54.0178Z" fill="white"/>
|
||||
<path d="M265.726 41.3117C264.28 31.3491 255.616 24.3028 246.094 25.6938C243.7 26.0214 241.395 26.825 239.314 28.0574C237.234 29.2898 235.419 30.9261 233.978 32.8705C232.537 34.8149 231.497 37.0282 230.921 39.3806C230.344 41.733 230.242 44.1771 230.62 46.5696C232.297 58.1434 242.226 63.5034 252.438 62.0103C257.063 61.3586 261.396 59.3584 264.896 56.2583L260.416 50.0337C257.859 52.2489 254.719 53.6774 251.372 54.1477C246.753 54.819 242.429 53.0735 240.607 48.4118L266.005 44.706C265.975 43.5703 265.882 42.4371 265.726 41.3117ZM239.557 42.1872C239.825 37.6382 242.901 34.1795 246.957 33.5941C249.018 33.2728 251.125 33.7157 252.883 34.8398C254.642 35.9639 255.932 37.692 256.51 39.7005L239.557 42.1872Z" fill="white"/>
|
||||
<path d="M368.564 41.3117C367.117 31.3491 358.448 24.3028 348.932 25.6938C346.537 26.0207 344.232 26.8239 342.151 28.056C340.07 29.2882 338.256 30.9246 336.814 32.8692C335.373 34.8137 334.333 37.0273 333.757 39.38C333.181 41.7327 333.079 44.177 333.458 46.5696C335.135 58.1434 345.058 63.5034 355.276 62.0103C359.9 61.3585 364.23 59.3582 367.728 56.2583L363.254 50.0337C360.695 52.2491 357.553 53.6775 354.204 54.1477C349.586 54.819 345.262 53.0735 343.44 48.4118L368.843 44.706C368.809 43.5705 368.716 42.4375 368.564 41.3117ZM342.395 42.1872C342.663 37.6382 345.733 34.1795 349.795 33.5941C351.853 33.2713 353.958 33.714 355.714 34.8387C357.47 35.9633 358.754 37.6924 359.327 39.7005L342.395 42.1872Z" fill="white"/>
|
||||
<path d="M329.402 17.1592H319.929V61.5264H329.402V17.1592Z" fill="white"/>
|
||||
<path d="M388.181 39.3456C384.929 38.6367 381.96 37.9975 381.96 36.0158C381.96 34.5281 384.012 33.5345 386.204 33.5345C389.626 33.5889 392.99 34.4383 396.03 36.0158L399.213 28.9264C395.259 26.5022 390.692 25.2716 386.059 25.3818C379.415 25.3818 372.342 29.2111 372.342 36.44C372.342 43.2447 378.07 45.5702 385.073 47.4231C388.111 48.277 391.155 48.7711 391.155 50.8979C391.155 53.0247 387.549 53.8733 385.352 53.8733C381.351 53.9514 377.449 52.6211 374.325 50.1138L370.928 57.4233C372.91 59.2654 377.786 62.2569 385.352 62.2569C391.931 62.2569 400.767 59.3513 400.767 50.6294C400.767 43.3843 394.214 40.7742 388.181 39.3456Z" fill="white"/>
|
||||
<path d="M226.334 28.1592H216.86V61.5326H226.334V28.1592Z" fill="white"/>
|
||||
<path d="M226.334 17.1592H216.86V24.5385H226.334V17.1592Z" fill="white"/>
|
||||
<path d="M269.761 61.5318H279.641V43.4003H296.396V34.9845H279.641V25.6502H299.997V17.1592H269.761V61.5318Z" fill="white"/>
|
||||
<path d="M59.0965 0.59082H20.5503C9.64568 0.59082 0.805664 9.45154 0.805664 20.3818V59.0185C0.805664 69.9487 9.64568 78.8094 20.5503 78.8094H59.0965C70.0011 78.8094 78.8411 69.9487 78.8411 59.0185V20.3818C78.8411 9.45154 70.0011 0.59082 59.0965 0.59082Z" fill="#00DDB3"/>
|
||||
<path d="M60.1139 18.1094C46.6811 18.1094 41.7034 27.7229 37.7009 35.446L35.0862 40.387C30.8479 48.5773 27.6814 53.5559 19.521 53.5559C19.0144 53.5559 18.5127 53.6559 18.0447 53.8502C17.5766 54.0446 17.1513 54.3294 16.793 54.6885C16.4348 55.0475 16.1505 55.4738 15.9566 55.943C15.7628 56.4121 15.6631 56.915 15.6631 57.4228C15.6645 58.4479 16.0714 59.4306 16.7946 60.1555C17.5178 60.8804 18.4983 61.2883 19.521 61.2897C32.9591 61.2897 37.9367 51.6761 41.9392 43.9531L44.5487 39.0121C48.7923 30.8218 51.9588 25.8432 60.1139 25.8432C60.6209 25.8439 61.1231 25.7444 61.5918 25.5503C62.0605 25.3563 62.4864 25.0716 62.8452 24.7125C63.204 24.3533 63.4888 23.9268 63.683 23.4573C63.8772 22.9878 63.977 22.4845 63.977 21.9763C63.9756 20.9502 63.568 19.9667 62.8437 19.2416C62.1193 18.5166 61.1375 18.1094 60.1139 18.1094Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_274_2135">
|
||||
<rect width="400" height="78.232" fill="white" transform="translate(0.805664 0.59082)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="79" viewBox="0 0 401 79" fill="none">
|
||||
<g clip-path="url(#clip0_274_2135)">
|
||||
<path d="M313.847 28.1592H304.374V61.5326H313.847V28.1592Z" fill="black"/>
|
||||
<path d="M313.847 17.1592H304.374V24.5385H313.847V17.1592Z" fill="black"/>
|
||||
<path d="M107.249 17.1592H97.3477V61.5318H127.583V53.0246H107.249V17.1592Z" fill="black"/>
|
||||
<path d="M147.151 25.3818C136.612 25.3818 128.27 33.5345 128.27 43.8086C128.27 54.0828 136.612 62.2569 147.151 62.2569C157.691 62.2569 166.103 54.1042 166.103 43.8247C166.103 33.5453 157.755 25.3818 147.151 25.3818ZM147.151 53.449C141.847 53.449 137.887 49.4102 137.887 43.7818C137.887 38.1533 141.847 34.1468 147.151 34.1468C152.456 34.1468 156.416 38.2553 156.416 43.7818C156.416 49.3082 152.456 53.449 147.151 53.449Z" fill="black"/>
|
||||
<path d="M205.834 54.0178C204.135 54.0178 202.651 53.0242 202.651 49.979V35.8058H211.685V28.158H202.651V18.5391H193.178V28.158H180.737V18.5391H171.263V28.158H166.104V35.8058H171.263V50.1187C171.263 58.1264 175.084 62.2403 182.151 62.2403C185.342 62.2466 188.465 61.3128 191.131 59.555L188.452 52.5408C187.111 53.4498 185.542 53.9651 183.924 54.0285C182.226 54.0285 180.742 53.0349 180.742 49.9898V35.8058H193.183V50.1187C193.183 58.1264 196.998 62.2403 204.071 62.2403C207.262 62.2456 210.385 61.3119 213.051 59.555L210.372 52.5408C209.027 53.4492 207.455 53.9609 205.834 54.0178Z" fill="black"/>
|
||||
<path d="M265.726 41.3117C264.28 31.3491 255.616 24.3028 246.094 25.6938C243.7 26.0214 241.395 26.825 239.314 28.0574C237.234 29.2898 235.419 30.9261 233.978 32.8705C232.537 34.8149 231.497 37.0282 230.921 39.3806C230.344 41.733 230.242 44.1771 230.62 46.5696C232.297 58.1434 242.226 63.5034 252.438 62.0103C257.063 61.3586 261.396 59.3584 264.896 56.2583L260.416 50.0337C257.859 52.2489 254.719 53.6774 251.372 54.1477C246.753 54.819 242.429 53.0735 240.607 48.4118L266.005 44.706C265.975 43.5703 265.882 42.4371 265.726 41.3117ZM239.557 42.1872C239.825 37.6382 242.901 34.1795 246.957 33.5941C249.018 33.2728 251.125 33.7157 252.883 34.8398C254.642 35.9639 255.932 37.692 256.51 39.7005L239.557 42.1872Z" fill="black"/>
|
||||
<path d="M368.564 41.3117C367.117 31.3491 358.448 24.3028 348.932 25.6938C346.537 26.0207 344.232 26.8239 342.151 28.056C340.07 29.2882 338.256 30.9246 336.814 32.8692C335.373 34.8137 334.333 37.0273 333.757 39.38C333.181 41.7327 333.079 44.177 333.458 46.5696C335.135 58.1434 345.058 63.5034 355.276 62.0103C359.9 61.3585 364.23 59.3582 367.728 56.2583L363.254 50.0337C360.695 52.2491 357.553 53.6775 354.204 54.1477C349.586 54.819 345.262 53.0735 343.44 48.4118L368.843 44.706C368.809 43.5705 368.716 42.4375 368.564 41.3117ZM342.395 42.1872C342.663 37.6382 345.733 34.1795 349.795 33.5941C351.853 33.2713 353.958 33.714 355.714 34.8387C357.47 35.9633 358.754 37.6924 359.327 39.7005L342.395 42.1872Z" fill="black"/>
|
||||
<path d="M329.402 17.1592H319.929V61.5264H329.402V17.1592Z" fill="black"/>
|
||||
<path d="M388.181 39.3456C384.929 38.6367 381.96 37.9975 381.96 36.0158C381.96 34.5281 384.012 33.5345 386.204 33.5345C389.626 33.5889 392.99 34.4383 396.03 36.0158L399.213 28.9264C395.259 26.5022 390.692 25.2716 386.059 25.3818C379.415 25.3818 372.342 29.2111 372.342 36.44C372.342 43.2447 378.07 45.5702 385.073 47.4231C388.111 48.277 391.155 48.7711 391.155 50.8979C391.155 53.0247 387.549 53.8733 385.352 53.8733C381.351 53.9514 377.449 52.6211 374.325 50.1138L370.928 57.4233C372.91 59.2654 377.786 62.2569 385.352 62.2569C391.931 62.2569 400.767 59.3513 400.767 50.6294C400.767 43.3843 394.214 40.7742 388.181 39.3456Z" fill="black"/>
|
||||
<path d="M226.334 28.1592H216.86V61.5326H226.334V28.1592Z" fill="black"/>
|
||||
<path d="M226.334 17.1592H216.86V24.5385H226.334V17.1592Z" fill="black"/>
|
||||
<path d="M269.761 61.5318H279.641V43.4003H296.396V34.9845H279.641V25.6502H299.997V17.1592H269.761V61.5318Z" fill="black"/>
|
||||
<path d="M59.0965 0.59082H20.5503C9.64568 0.59082 0.805664 9.45154 0.805664 20.3818V59.0185C0.805664 69.9487 9.64568 78.8094 20.5503 78.8094H59.0965C70.0011 78.8094 78.8411 69.9487 78.8411 59.0185V20.3818C78.8411 9.45154 70.0011 0.59082 59.0965 0.59082Z" fill="#00DDB3"/>
|
||||
<path d="M60.1139 18.1094C46.6811 18.1094 41.7034 27.7229 37.7009 35.446L35.0862 40.387C30.8479 48.5773 27.6814 53.5559 19.521 53.5559C19.0144 53.5559 18.5127 53.6559 18.0447 53.8502C17.5766 54.0446 17.1513 54.3294 16.793 54.6885C16.4348 55.0475 16.1505 55.4738 15.9566 55.943C15.7628 56.4121 15.6631 56.915 15.6631 57.4228C15.6645 58.4479 16.0714 59.4306 16.7946 60.1555C17.5178 60.8804 18.4983 61.2883 19.521 61.2897C32.9591 61.2897 37.9367 51.6761 41.9392 43.9531L44.5487 39.0121C48.7923 30.8218 51.9588 25.8432 60.1139 25.8432C60.6209 25.8439 61.1231 25.7444 61.5918 25.5503C62.0605 25.3563 62.4864 25.0716 62.8452 24.7125C63.204 24.3533 63.4888 23.9268 63.683 23.4573C63.8772 22.9878 63.977 22.4845 63.977 21.9763C63.9756 20.9502 63.568 19.9667 62.8437 19.2416C62.1193 18.5166 61.1375 18.1094 60.1139 18.1094Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_274_2135">
|
||||
<rect width="400" height="78.232" fill="white" transform="translate(0.805664 0.59082)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81" fill="none">
|
||||
<path d="M60.0722 0.258789H20.5557C9.37652 0.258789 0.313965 9.3213 0.313965 20.5005V60.017C0.313965 71.1962 9.37652 80.2587 20.5557 80.2587H60.0722C71.2514 80.2587 80.314 71.1962 80.314 60.017V20.5005C80.314 9.3213 71.2514 0.258789 60.0722 0.258789Z" fill="#00DDB3"/>
|
||||
<path d="M61.1157 18.1768C47.3448 18.1768 42.2418 28.0092 38.1385 35.9082L35.458 40.9617C31.113 49.3385 27.8668 54.4305 19.501 54.4305C18.9816 54.4305 18.4673 54.5328 17.9874 54.7316C17.5076 54.9303 17.0716 55.2216 16.7043 55.5889C16.3371 55.9561 16.0456 56.3921 15.8468 56.872C15.6481 57.3518 15.5459 57.8661 15.5459 58.3855V58.3855C15.5474 59.4339 15.9645 60.4391 16.7059 61.1804C17.4473 61.9218 18.4525 62.339 19.501 62.3404V62.3404C33.2774 62.3404 38.3803 52.508 42.4836 44.609L45.1587 39.5555C49.5092 31.1787 52.7554 26.0867 61.1157 26.0867C61.6356 26.0874 62.1504 25.9856 62.6309 25.7872C63.1113 25.5888 63.548 25.2976 63.9159 24.9302C64.2837 24.5629 64.5756 24.1267 64.7747 23.6465C64.9738 23.1663 65.0762 22.6516 65.0762 22.1317V22.1317C65.0747 21.0823 64.6568 20.0764 63.9143 19.3348C63.1717 18.5933 62.1652 18.1768 61.1157 18.1768V18.1768Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -1,6 +1,20 @@
|
||||
<svg width="1000" height="1000" viewBox="0 0 1000 1000" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="1000" height="1000" rx="64" fill="#041811"/>
|
||||
<path d="M328.655 428.699C329.076 371.36 351.816 316.439 392.051 275.585H391.977L236.638 430.924H236.712C236.134 431.379 235.589 431.874 235.081 432.407C197.303 470.136 174.398 520.224 170.571 573.478C166.744 626.732 182.251 679.58 214.246 722.324L371.142 565.428L372.773 563.87C343.531 524.929 328.016 477.394 328.655 428.699V428.699Z" fill="#0C8C5E"/>
|
||||
<path d="M705.844 589.451C676.112 618.588 638.793 638.785 598.139 647.739C557.485 656.693 515.133 654.044 475.912 640.094C455 632.671 435.347 622.094 417.632 608.73L416.001 610.361L259.104 767.183C301.865 799.098 354.685 814.556 407.905 810.73C461.126 806.904 511.191 784.05 548.947 746.347L550.504 744.79L705.844 589.451Z" fill="#0C8C5E"/>
|
||||
<path d="M772.428 430.924V209H550.505C521.359 208.971 492.494 214.701 465.569 225.86C438.644 237.019 414.189 253.389 393.609 274.028L392.051 275.585C364.925 303.124 345.516 337.312 335.773 374.72C353.41 370.153 371.535 367.738 389.753 367.528C438.45 366.954 485.971 382.491 524.924 411.72C559.933 437.828 586.429 473.715 601.073 514.859C615.998 556.911 617.961 602.475 606.709 645.655C644.123 635.929 678.315 616.518 705.844 589.377L707.401 587.894C728.049 567.305 744.423 542.838 755.583 515.9C766.742 488.961 772.467 460.082 772.428 430.924V430.924Z" fill="#18E299"/>
|
||||
</svg>
|
||||
<svg
|
||||
width="19"
|
||||
height="19"
|
||||
viewBox="0 0 19 19"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M18.367 7.28888V1.59755C18.367 0.986819 17.8715 0.5 17.2699 0.5H11.5812C10.6877 0.5 9.80295 0.677018 8.98017 1.01336C8.15738 1.35856 7.40539 1.85424 6.77724 2.49152L6.733 2.53578C5.90137 3.37664 5.30862 4.42108 5.00781 5.57174C5.54749 5.43012 6.10483 5.35931 6.6622 5.35046C8.14852 5.33276 9.60831 5.81073 10.7938 6.7047C11.8643 7.50131 12.6783 8.59885 13.1206 9.86458C13.5807 11.148 13.6337 12.5465 13.2887 13.8653C14.43 13.5644 15.4828 12.9714 16.3233 12.1393L16.3675 12.0951C16.9957 11.4667 17.4999 10.7143 17.845 9.89114C18.19 9.06797 18.3581 8.18285 18.3581 7.28888H18.367Z"
|
||||
fill="#18E299"
|
||||
/>
|
||||
<path
|
||||
d="M4.83793 7.193C4.84674 5.44706 5.54303 3.77167 6.76814 2.51953L2.03511 7.25472C2.01749 7.27236 1.99985 7.28117 1.98222 7.29881C0.827615 8.44513 0.131342 9.97945 0.0167623 11.6019C-0.0890033 13.1186 0.307609 14.6176 1.15373 15.8698C1.23444 15.9892 1.45343 16.0285 1.57682 15.9139L4.47656 13.0216C5.38438 12.1134 5.66643 10.7642 5.23455 9.55618C4.96132 8.80666 4.82912 8.00424 4.83793 7.193Z"
|
||||
fill="#0C8C5E"
|
||||
/>
|
||||
<path
|
||||
d="M16.341 12.0938C15.4332 12.9844 14.2962 13.6016 13.0623 13.875C11.8195 14.1483 10.5327 14.0689 9.33405 13.6457C9.33405 13.6457 9.32522 13.6457 9.31641 13.6457C8.10892 13.2136 6.76042 13.4958 5.8526 14.3952L2.95282 17.2875C2.82943 17.4109 2.84706 17.6137 2.99689 17.7107C4.24845 18.5484 5.74683 18.954 7.26281 18.8482C8.88455 18.7336 10.4093 18.037 11.5639 16.8818L11.608 16.8378L16.341 12.1026V12.0938Z"
|
||||
fill="#0C8C5E"
|
||||
/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,53 @@
|
||||
<svg
|
||||
width="104"
|
||||
height="24"
|
||||
viewBox="0 0 104 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M18.4725 9.60528V3.91396C18.4725 3.30323 17.977 2.81641 17.3754 2.81641H11.6867C10.7931 2.81641 9.90842 2.99342 9.08564 3.32977C8.26285 3.67497 7.51085 4.17064 6.88271 4.80793L6.83847 4.85219C6.00684 5.69305 5.41408 6.73749 5.11328 7.88815C5.65296 7.74653 6.2103 7.67572 6.76767 7.66687C8.25399 7.64916 9.71378 8.12713 10.8993 9.02111C11.9698 9.81771 12.7837 10.9153 13.2261 12.181C13.6861 13.4644 13.7392 14.8629 13.3942 16.1817C14.5354 15.8808 15.5883 15.2878 16.4288 14.4558L16.473 14.4115C17.1011 13.7831 17.6054 13.0307 17.9504 12.2075C18.2955 11.3844 18.4636 10.4993 18.4636 9.60528H18.4725Z"
|
||||
fill="#18E299"
|
||||
/>
|
||||
<path
|
||||
d="M4.9434 9.50941C4.95221 7.76347 5.64849 6.08807 6.87361 4.83594L2.14058 9.57113C2.12296 9.58876 2.10532 9.59758 2.08769 9.61522C0.933084 10.7615 0.23681 12.2959 0.122231 13.9183C0.0164654 15.435 0.413078 16.934 1.2592 18.1862C1.33991 18.3056 1.5589 18.3449 1.68229 18.2303L4.58202 15.338C5.48985 14.4298 5.7719 13.0806 5.34002 11.8726C5.06679 11.1231 4.93459 10.3207 4.9434 9.50941Z"
|
||||
fill="#0C8C5E"
|
||||
/>
|
||||
<path
|
||||
d="M16.4445 14.4121C15.5367 15.3027 14.3997 15.92 13.1658 16.1933C11.923 16.4667 10.6362 16.3873 9.43757 15.9641C9.43757 15.9641 9.42874 15.9641 9.41992 15.9641C8.21243 15.532 6.86394 15.8141 5.95612 16.7136L3.05634 19.6058C2.93295 19.7293 2.95057 19.9321 3.10041 20.0291C4.35197 20.8668 5.85035 21.2724 7.36632 21.1666C8.98806 21.052 10.5128 20.3553 11.6674 19.2002L11.7115 19.1561L16.4445 14.4209V14.4121Z"
|
||||
fill="#0C8C5E"
|
||||
/>
|
||||
<path
|
||||
d="M96.2355 23.5H92.6842L95.1868 17.8513L90.1816 6.60156H93.7568L96.6734 13.6537C96.7753 13.9002 97.1246 13.8997 97.2259 13.653L100.12 6.60156H103.719L96.2355 23.5Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M85.4483 18.5186V9.46164H83.041V6.60154H85.4483V5.05232C85.4483 3.63816 85.8773 2.5259 86.7353 1.71554C87.5933 0.90518 88.6818 0.5 90.0006 0.5C90.8109 0.5 91.5021 0.587392 92.0742 0.762175V3.64611C91.6928 3.5031 91.2479 3.4316 90.7394 3.4316C90.0244 3.4316 89.508 3.59049 89.1902 3.90828C88.8724 4.21018 88.7135 4.72659 88.7135 5.4575V6.60154H92.0742V9.46164H88.7135V18.5186H85.4483Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M80.1204 4.64714C79.5643 4.64714 79.0797 4.44852 78.6666 4.05129C78.2534 3.63816 78.0469 3.14559 78.0469 2.57357C78.0469 2.00155 78.2534 1.51692 78.6666 1.11969C79.0797 0.706563 79.5643 0.5 80.1204 0.5C80.7084 0.5 81.2009 0.706563 81.5982 1.11969C82.0113 1.51692 82.2178 2.00155 82.2178 2.57357C82.2178 3.14559 82.0113 3.63816 81.5982 4.05129C81.2009 4.44852 80.7084 4.64714 80.1204 4.64714ZM78.4997 18.5186V6.60154H81.765V18.5186H78.4997Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M72.8125 18.5182V0.642578H76.0778V18.5182H72.8125Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M69.1256 18.6621C67.7909 18.6621 66.6945 18.2966 65.8365 17.5657C64.9943 16.8189 64.5733 15.7464 64.5733 14.3481V9.46211H62.166V6.60201H64.5733V3.28906H67.8385V6.60201H71.1992V9.46211H67.8385V13.7046C67.8385 14.4355 67.9974 14.9598 68.3152 15.2776C68.633 15.5795 69.1494 15.7305 69.8644 15.7305C70.3729 15.7305 70.8178 15.659 71.1992 15.516V18.3999C70.6271 18.5747 69.9359 18.6621 69.1256 18.6621Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M49.9434 18.5191V6.60202H53.2086V7.47307C53.2086 7.62037 53.4091 7.6855 53.5066 7.57513C54.2346 6.75161 55.2713 6.33984 56.6169 6.33984C58.047 6.33984 59.1672 6.81653 59.9775 7.76989C60.8038 8.70737 61.2169 9.96263 61.2169 11.5357V18.5191H57.9516V12.0839C57.9516 11.21 57.7689 10.5347 57.4034 10.058C57.038 9.5654 56.5216 9.31911 55.8542 9.31911C55.0598 9.31911 54.4162 9.60512 53.9237 10.1771C53.447 10.7492 53.2086 11.5913 53.2086 12.7036V18.5191H49.9434Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M45.8783 4.64714C45.3221 4.64714 44.8375 4.44852 44.4244 4.05129C44.0113 3.63816 43.8047 3.14559 43.8047 2.57357C43.8047 2.00155 44.0113 1.51692 44.4244 1.11969C44.8375 0.706563 45.3221 0.5 45.8783 0.5C46.4662 0.5 46.9587 0.706563 47.356 1.11969C47.7691 1.51692 47.9757 2.00155 47.9757 2.57357C47.9757 3.14559 47.7691 3.63816 47.356 4.05129C46.9587 4.44852 46.4662 4.64714 45.8783 4.64714ZM44.2575 18.5186V6.60154H47.5228V18.5186H44.2575Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<path
|
||||
d="M38.7147 18.5191V12.1554C38.7147 10.2645 38.095 9.31911 36.8557 9.31911C36.1406 9.31911 35.5686 9.58923 35.1396 10.1295C34.7265 10.6697 34.504 11.4721 34.4722 12.5367V18.5191H31.207V12.1554C31.207 10.2645 30.5873 9.31911 29.3479 9.31911C28.617 9.31911 28.037 9.60512 27.608 10.1771C27.179 10.7492 26.9645 11.5913 26.9645 12.7036V18.5191H23.6992V6.60202H26.9645V7.48165C26.9645 7.62818 27.1615 7.69271 27.2578 7.58222C27.9791 6.75397 28.938 6.33984 30.1344 6.33984C31.7067 6.33984 32.8909 6.98895 33.687 8.28717C33.7498 8.38958 33.9044 8.38799 33.9668 8.28535C34.311 7.71964 34.7893 7.26975 35.4018 6.9357C36.1009 6.53846 36.808 6.33984 37.523 6.33984C38.9372 6.33984 40.0335 6.80858 40.8121 7.74606C41.5907 8.68353 41.98 9.97058 41.98 11.6072V18.5191H38.7147Z"
|
||||
fill="#ffff"
|
||||
/>
|
||||
<!-- With love, the mintlify team -->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
@@ -0,0 +1,53 @@
|
||||
<svg
|
||||
width="104"
|
||||
height="24"
|
||||
viewBox="0 0 104 24"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M18.4725 9.60528V3.91396C18.4725 3.30323 17.977 2.81641 17.3754 2.81641H11.6867C10.7931 2.81641 9.90842 2.99342 9.08564 3.32977C8.26285 3.67497 7.51085 4.17064 6.88271 4.80793L6.83847 4.85219C6.00684 5.69305 5.41408 6.73749 5.11328 7.88815C5.65296 7.74653 6.2103 7.67572 6.76767 7.66687C8.25399 7.64916 9.71378 8.12713 10.8993 9.02111C11.9698 9.81771 12.7837 10.9153 13.2261 12.181C13.6861 13.4644 13.7392 14.8629 13.3942 16.1817C14.5354 15.8808 15.5883 15.2878 16.4288 14.4558L16.473 14.4115C17.1011 13.7831 17.6054 13.0307 17.9504 12.2075C18.2955 11.3844 18.4636 10.4993 18.4636 9.60528H18.4725Z"
|
||||
fill="#18E299"
|
||||
/>
|
||||
<path
|
||||
d="M4.9434 9.50941C4.95221 7.76347 5.64849 6.08807 6.87361 4.83594L2.14058 9.57113C2.12296 9.58876 2.10532 9.59758 2.08769 9.61522C0.933084 10.7615 0.23681 12.2959 0.122231 13.9183C0.0164654 15.435 0.413078 16.934 1.2592 18.1862C1.33991 18.3056 1.5589 18.3449 1.68229 18.2303L4.58202 15.338C5.48985 14.4298 5.7719 13.0806 5.34002 11.8726C5.06679 11.1231 4.93459 10.3207 4.9434 9.50941Z"
|
||||
fill="#0C8C5E"
|
||||
/>
|
||||
<path
|
||||
d="M16.4445 14.4121C15.5367 15.3027 14.3997 15.92 13.1658 16.1933C11.923 16.4667 10.6362 16.3873 9.43757 15.9641C9.43757 15.9641 9.42874 15.9641 9.41992 15.9641C8.21243 15.532 6.86394 15.8141 5.95612 16.7136L3.05634 19.6058C2.93295 19.7293 2.95057 19.9321 3.10041 20.0291C4.35197 20.8668 5.85035 21.2724 7.36632 21.1666C8.98806 21.052 10.5128 20.3553 11.6674 19.2002L11.7115 19.1561L16.4445 14.4209V14.4121Z"
|
||||
fill="#0C8C5E"
|
||||
/>
|
||||
<path
|
||||
d="M96.2355 23.5H92.6842L95.1868 17.8513L90.1816 6.60156H93.7568L96.6734 13.6537C96.7753 13.9002 97.1246 13.8997 97.2259 13.653L100.12 6.60156H103.719L96.2355 23.5Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M85.4483 18.5186V9.46164H83.041V6.60154H85.4483V5.05232C85.4483 3.63816 85.8773 2.5259 86.7353 1.71554C87.5933 0.90518 88.6818 0.5 90.0006 0.5C90.8109 0.5 91.5021 0.587392 92.0742 0.762175V3.64611C91.6928 3.5031 91.2479 3.4316 90.7394 3.4316C90.0244 3.4316 89.508 3.59049 89.1902 3.90828C88.8724 4.21018 88.7135 4.72659 88.7135 5.4575V6.60154H92.0742V9.46164H88.7135V18.5186H85.4483Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M80.1204 4.64714C79.5643 4.64714 79.0797 4.44852 78.6666 4.05129C78.2534 3.63816 78.0469 3.14559 78.0469 2.57357C78.0469 2.00155 78.2534 1.51692 78.6666 1.11969C79.0797 0.706563 79.5643 0.5 80.1204 0.5C80.7084 0.5 81.2009 0.706563 81.5982 1.11969C82.0113 1.51692 82.2178 2.00155 82.2178 2.57357C82.2178 3.14559 82.0113 3.63816 81.5982 4.05129C81.2009 4.44852 80.7084 4.64714 80.1204 4.64714ZM78.4997 18.5186V6.60154H81.765V18.5186H78.4997Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M72.8125 18.5182V0.642578H76.0778V18.5182H72.8125Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M69.1256 18.6621C67.7909 18.6621 66.6945 18.2966 65.8365 17.5657C64.9943 16.8189 64.5733 15.7464 64.5733 14.3481V9.46211H62.166V6.60201H64.5733V3.28906H67.8385V6.60201H71.1992V9.46211H67.8385V13.7046C67.8385 14.4355 67.9974 14.9598 68.3152 15.2776C68.633 15.5795 69.1494 15.7305 69.8644 15.7305C70.3729 15.7305 70.8178 15.659 71.1992 15.516V18.3999C70.6271 18.5747 69.9359 18.6621 69.1256 18.6621Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M49.9434 18.5191V6.60202H53.2086V7.47307C53.2086 7.62037 53.4091 7.6855 53.5066 7.57513C54.2346 6.75161 55.2713 6.33984 56.6169 6.33984C58.047 6.33984 59.1672 6.81653 59.9775 7.76989C60.8038 8.70737 61.2169 9.96263 61.2169 11.5357V18.5191H57.9516V12.0839C57.9516 11.21 57.7689 10.5347 57.4034 10.058C57.038 9.5654 56.5216 9.31911 55.8542 9.31911C55.0598 9.31911 54.4162 9.60512 53.9237 10.1771C53.447 10.7492 53.2086 11.5913 53.2086 12.7036V18.5191H49.9434Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M45.8783 4.64714C45.3221 4.64714 44.8375 4.44852 44.4244 4.05129C44.0113 3.63816 43.8047 3.14559 43.8047 2.57357C43.8047 2.00155 44.0113 1.51692 44.4244 1.11969C44.8375 0.706563 45.3221 0.5 45.8783 0.5C46.4662 0.5 46.9587 0.706563 47.356 1.11969C47.7691 1.51692 47.9757 2.00155 47.9757 2.57357C47.9757 3.14559 47.7691 3.63816 47.356 4.05129C46.9587 4.44852 46.4662 4.64714 45.8783 4.64714ZM44.2575 18.5186V6.60154H47.5228V18.5186H44.2575Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<path
|
||||
d="M38.7147 18.5191V12.1554C38.7147 10.2645 38.095 9.31911 36.8557 9.31911C36.1406 9.31911 35.5686 9.58923 35.1396 10.1295C34.7265 10.6697 34.504 11.4721 34.4722 12.5367V18.5191H31.207V12.1554C31.207 10.2645 30.5873 9.31911 29.3479 9.31911C28.617 9.31911 28.037 9.60512 27.608 10.1771C27.179 10.7492 26.9645 11.5913 26.9645 12.7036V18.5191H23.6992V6.60202H26.9645V7.48165C26.9645 7.62818 27.1615 7.69271 27.2578 7.58222C27.9791 6.75397 28.938 6.33984 30.1344 6.33984C31.7067 6.33984 32.8909 6.98895 33.687 8.28717C33.7498 8.38958 33.9044 8.38799 33.9668 8.28535C34.311 7.71964 34.7893 7.26975 35.4018 6.9357C36.1009 6.53846 36.808 6.33984 37.523 6.33984C38.9372 6.33984 40.0335 6.80858 40.8121 7.74606C41.5907 8.68353 41.98 9.97058 41.98 11.6072V18.5191H38.7147Z"
|
||||
fill="#08090A"
|
||||
/>
|
||||
<!-- With love, the mintlify team -->
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -1,3 +0,0 @@
|
||||
<svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M47.8477 21.3779L44.9064 24.3192L41.9652 21.3779L44.9064 18.4366L33.143 6.67323L30.2017 9.6145L27.2605 6.67323L30.2017 3.73195L27.2605 0.790673L0.79067 27.2605L3.73195 30.2017L6.67322 27.2605L9.6145 30.2017L6.67322 33.143L18.4383 44.9081L21.3796 41.9668L24.3209 44.9081L21.3796 47.8494L24.3209 50.7907L50.7907 24.3209L47.8477 21.3779ZM12.5625 27.2672L9.6145 24.3192L12.5558 21.3779L15.497 24.3192L12.5625 27.2672ZM18.4451 21.3847L15.497 18.4366L18.4366 15.4971L21.3779 18.4383L18.4451 21.3847ZM24.3276 15.5021L21.3796 12.5541L24.3192 9.6145L27.2605 12.5558L24.3276 15.5021ZM27.2605 41.9652L24.3192 39.0239L27.2605 36.0826L30.2017 39.0239L27.2605 41.9652ZM33.143 36.0826L30.2017 33.1413L33.1413 30.2017L36.0826 33.143L33.143 36.0826ZM39.0256 30.2001L36.0843 27.2588L39.0239 24.3192L41.9652 27.2605L39.0256 30.2001Z" fill="#945DCC"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 944 B |
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>file_type_nginx</title><path d="M15.948,2h.065a10.418,10.418,0,0,1,.972.528Q22.414,5.65,27.843,8.774a.792.792,0,0,1,.414.788c-.008,4.389,0,8.777-.005,13.164a.813.813,0,0,1-.356.507q-5.773,3.324-11.547,6.644a.587.587,0,0,1-.657.037Q9.912,26.6,4.143,23.274a.7.7,0,0,1-.4-.666q0-6.582,0-13.163a.693.693,0,0,1,.387-.67Q9.552,5.657,14.974,2.535c.322-.184.638-.379.974-.535" style="fill:#019639"/><path d="M8.767,10.538q0,5.429,0,10.859a1.509,1.509,0,0,0,.427,1.087,1.647,1.647,0,0,0,2.06.206,1.564,1.564,0,0,0,.685-1.293c0-2.62-.005-5.24,0-7.86q3.583,4.29,7.181,8.568a2.833,2.833,0,0,0,2.6.782,1.561,1.561,0,0,0,1.251-1.371q.008-5.541,0-11.081a1.582,1.582,0,0,0-3.152,0c0,2.662-.016,5.321,0,7.982-2.346-2.766-4.663-5.556-7-8.332A2.817,2.817,0,0,0,10.17,9.033,1.579,1.579,0,0,0,8.767,10.538Z" style="fill:#fff"/></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="35.188 31.512 351.46 258.785"><path fill="#fff" d="M384.195 282.109c0 3.771-2.769 6.302-6.047 6.302v-.023c-3.371.023-6.089-2.508-6.089-6.278 0-3.769 2.718-6.293 6.089-6.293 3.279-.001 6.047 2.523 6.047 6.292zm2.453 0c0-5.175-4.02-8.179-8.5-8.179-4.511 0-8.531 3.004-8.531 8.179 0 5.172 4.021 8.188 8.531 8.188 4.481 0 8.5-3.016 8.5-8.188m-9.91.692h.91l2.109 3.703h2.316l-2.336-3.859c1.207-.086 2.2-.661 2.2-2.286 0-2.019-1.392-2.668-3.75-2.668h-3.411v8.813h1.961v-3.703m.001-1.492v-2.122h1.364c.742 0 1.753.06 1.753.965 0 .985-.523 1.157-1.398 1.157h-1.719M329.406 237.027l10.598 28.993H318.48l10.926-28.993zm-11.35-11.289-24.423 61.88h17.246l3.863-10.934h28.903l3.656 10.934h18.722l-24.605-61.888-23.362.008zm-49.033 61.903h17.497v-61.922l-17.5-.004.003 61.926zm-121.467-61.926-14.598 49.078-13.984-49.074-18.879-.004 19.972 61.926h25.207l20.133-61.926h-17.851zm70.725 13.484h7.52c10.91 0 17.966 4.898 17.966 17.609 0 12.714-7.056 17.613-17.966 17.613h-7.52v-35.222zm-17.35-13.484v61.926h28.366c15.113 0 20.048-2.512 25.384-8.148 3.769-3.957 6.207-12.641 6.207-22.134 0-8.707-2.063-16.468-5.66-21.304-6.481-8.649-15.817-10.34-29.75-10.34h-24.547zm-165.743-.086v62.012h17.645v-47.086l13.672.004c4.527 0 7.754 1.128 9.934 3.457 2.765 2.945 3.894 7.699 3.894 16.395v27.23h17.098v-34.262c0-24.453-15.586-27.75-30.836-27.75H35.188zm137.583.086.007 61.926h17.489v-61.926h-17.496z"/><path fill="#77B900" d="M82.211 102.414s22.504-33.203 67.437-36.638V53.73c-49.769 3.997-92.867 46.149-92.867 46.149s24.41 70.565 92.867 77.026v-12.804c-50.237-6.32-67.437-61.687-67.437-61.687zm67.437 36.223v11.726c-37.968-6.769-48.507-46.237-48.507-46.237s18.23-20.195 48.507-23.47v12.867c-.023 0-.039-.007-.058-.007-15.891-1.907-28.305 12.938-28.305 12.938s6.958 24.991 28.363 32.183m0-107.125V53.73c1.461-.112 2.922-.207 4.391-.257 56.582-1.907 93.449 46.406 93.449 46.406s-42.343 51.488-86.457 51.488c-4.043 0-7.828-.375-11.383-1.005v13.739c3.04.386 6.192.613 9.481.613 41.051 0 70.738-20.965 99.484-45.778 4.766 3.817 24.278 13.103 28.289 17.168-27.332 22.883-91.031 41.329-127.144 41.329-3.481 0-6.824-.211-10.11-.528v19.306H305.68V31.512H149.648zm0 49.144V65.777c1.446-.101 2.903-.179 4.391-.226 40.688-1.278 67.382 34.965 67.382 34.965s-28.832 40.043-59.746 40.043c-4.449 0-8.438-.715-12.028-1.922V93.523c15.84 1.914 19.028 8.911 28.551 24.786l21.18-17.859s-15.461-20.277-41.524-20.277c-2.833-.001-5.544.198-8.206.483"/></svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="35.188 31.512 351.46 258.785"><path d="M384.195 282.109c0 3.771-2.769 6.302-6.047 6.302v-.023c-3.371.023-6.089-2.508-6.089-6.278 0-3.769 2.718-6.293 6.089-6.293 3.279-.001 6.047 2.523 6.047 6.292zm2.453 0c0-5.175-4.02-8.179-8.5-8.179-4.511 0-8.531 3.004-8.531 8.179 0 5.172 4.021 8.188 8.531 8.188 4.481 0 8.5-3.016 8.5-8.188m-9.91.692h.91l2.109 3.703h2.316l-2.336-3.859c1.207-.086 2.2-.661 2.2-2.286 0-2.019-1.392-2.668-3.75-2.668h-3.411v8.813h1.961v-3.703m.001-1.492v-2.122h1.364c.742 0 1.753.06 1.753.965 0 .985-.523 1.157-1.398 1.157h-1.719M329.406 237.027l10.598 28.993H318.48l10.926-28.993zm-11.35-11.289-24.423 61.88h17.246l3.863-10.934h28.903l3.656 10.934h18.722l-24.605-61.888-23.362.008zm-49.033 61.903h17.497v-61.922l-17.5-.004.003 61.926zm-121.467-61.926-14.598 49.078-13.984-49.074-18.879-.004 19.972 61.926h25.207l20.133-61.926h-17.851zm70.725 13.484h7.52c10.91 0 17.966 4.898 17.966 17.609 0 12.714-7.056 17.613-17.966 17.613h-7.52v-35.222zm-17.35-13.484v61.926h28.366c15.113 0 20.048-2.512 25.384-8.148 3.769-3.957 6.207-12.641 6.207-22.134 0-8.707-2.063-16.468-5.66-21.304-6.481-8.649-15.817-10.34-29.75-10.34h-24.547zm-165.743-.086v62.012h17.645v-47.086l13.672.004c4.527 0 7.754 1.128 9.934 3.457 2.765 2.945 3.894 7.699 3.894 16.395v27.23h17.098v-34.262c0-24.453-15.586-27.75-30.836-27.75H35.188zm137.583.086.007 61.926h17.489v-61.926h-17.496z"/><path fill="#77B900" d="M82.211 102.414s22.504-33.203 67.437-36.638V53.73c-49.769 3.997-92.867 46.149-92.867 46.149s24.41 70.565 92.867 77.026v-12.804c-50.237-6.32-67.437-61.687-67.437-61.687zm67.437 36.223v11.726c-37.968-6.769-48.507-46.237-48.507-46.237s18.23-20.195 48.507-23.47v12.867c-.023 0-.039-.007-.058-.007-15.891-1.907-28.305 12.938-28.305 12.938s6.958 24.991 28.363 32.183m0-107.125V53.73c1.461-.112 2.922-.207 4.391-.257 56.582-1.907 93.449 46.406 93.449 46.406s-42.343 51.488-86.457 51.488c-4.043 0-7.828-.375-11.383-1.005v13.739c3.04.386 6.192.613 9.481.613 41.051 0 70.738-20.965 99.484-45.778 4.766 3.817 24.278 13.103 28.289 17.168-27.332 22.883-91.031 41.329-127.144 41.329-3.481 0-6.824-.211-10.11-.528v19.306H305.68V31.512H149.648zm0 49.144V65.777c1.446-.101 2.903-.179 4.391-.226 40.688-1.278 67.382 34.965 67.382 34.965s-28.832 40.043-59.746 40.043c-4.449 0-8.438-.715-12.028-1.922V93.523c15.84 1.914 19.028 8.911 28.551 24.786l21.18-17.859s-15.461-20.277-41.524-20.277c-2.833-.001-5.544.198-8.206.483"/></svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 164 30"><path d="M160.352 24.069v-.449h.288c.157 0 .371.012.371.204 0 .208-.11.245-.296.245h-.363m0 .315h.192l.447.784h.49l-.494-.816c.255-.019.465-.14.465-.484 0-.427-.295-.565-.793-.565h-.721v1.865h.414v-.784m2.098-.146c0-1.095-.851-1.73-1.8-1.73-.955 0-1.805.635-1.805 1.73s.85 1.733 1.805 1.733c.948 0 1.8-.638 1.8-1.733m-.52 0c0 .798-.587 1.334-1.28 1.334v-.006c-.713.006-1.289-.53-1.289-1.328 0-.797.577-1.331 1.289-1.331.694 0 1.28.534 1.28 1.331M96.374 5.707l.002 19.66h5.552V5.707h-5.554Zm-43.677-.026v19.686H58.3V10.086l4.37.014c1.437 0 2.43.345 3.123 1.084.879.936 1.237 2.444 1.237 5.205v8.978h5.427V14.49c0-7.763-4.948-8.81-9.789-8.81h-9.97l-.001.001Zm52.617.027v19.659h9.006c4.798 0 6.364-.798 8.057-2.587 1.198-1.256 1.971-4.014 1.971-7.027 0-2.763-.655-5.228-1.797-6.763-2.057-2.745-5.02-3.282-9.445-3.282h-7.792Zm5.508 4.28h2.387c3.463 0 5.703 1.556 5.703 5.591 0 4.037-2.24 5.592-5.703 5.592h-2.387V9.988Zm-22.453-4.28-4.634 15.58-4.44-15.579-5.993-.001 6.34 19.659h8.003l6.391-19.659h-5.667Zm38.563 19.659h5.553V5.709l-5.555-.001.002 19.659Zm15.564-19.652-7.753 19.645h5.475l1.227-3.472h9.175l1.161 3.472h5.944l-7.812-19.646-7.417.001ZM146.1 9.3l3.364 9.204h-6.833l3.47-9.204h-.001Z" style="fill:#fff"/><path d="M16.889 8.985V6.28c.262-.02.528-.033.798-.042 7.4-.232 12.255 6.359 12.255 6.359s-5.244 7.282-10.866 7.282a6.83 6.83 0 0 1-2.187-.35v-8.204c2.88.348 3.46 1.62 5.192 4.508l3.852-3.248s-2.812-3.688-7.552-3.688c-.515 0-1.008.036-1.492.088Zm0-8.938V4.09c.265-.021.531-.038.798-.048 10.29-.346 16.995 8.44 16.995 8.44s-7.7 9.364-15.723 9.364c-.735 0-1.424-.068-2.07-.183v2.498c.553.07 1.126.112 1.724.112 7.465 0 12.864-3.812 18.092-8.325.867.694 4.416 2.383 5.145 3.123-4.971 4.16-16.555 7.515-23.123 7.515a18.807 18.807 0 0 1-1.838-.096V30h28.375V.047H16.889Zm0 19.482v2.133c-6.905-1.23-8.822-8.408-8.822-8.408s3.316-3.674 8.822-4.269v2.34l-.011-.001c-2.89-.347-5.147 2.353-5.147 2.353s1.265 4.544 5.158 5.852ZM4.625 12.943s4.092-6.04 12.264-6.663V4.088C7.838 4.815 0 12.48 0 12.48s4.439 12.833 16.889 14.008V24.16C7.753 23.011 4.625 12.943 4.625 12.943Z" style="fill:#76b900"/></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 164 30"><path d="M160.352 24.069v-.449h.288c.157 0 .371.012.371.204 0 .208-.11.245-.296.245h-.363m0 .315h.192l.447.784h.49l-.494-.816c.255-.019.465-.14.465-.484 0-.427-.295-.565-.793-.565h-.721v1.865h.414v-.784m2.098-.146c0-1.095-.851-1.73-1.8-1.73-.955 0-1.805.635-1.805 1.73s.85 1.733 1.805 1.733c.948 0 1.8-.638 1.8-1.733m-.52 0c0 .798-.587 1.334-1.28 1.334v-.006c-.713.006-1.289-.53-1.289-1.328 0-.797.577-1.331 1.289-1.331.694 0 1.28.534 1.28 1.331M96.374 5.707l.002 19.66h5.552V5.707h-5.554Zm-43.677-.026v19.686H58.3V10.086l4.37.014c1.437 0 2.43.345 3.123 1.084.879.936 1.237 2.444 1.237 5.205v8.978h5.427V14.49c0-7.763-4.948-8.81-9.789-8.81h-9.97l-.001.001Zm52.617.027v19.659h9.006c4.798 0 6.364-.798 8.057-2.587 1.198-1.256 1.971-4.014 1.971-7.027 0-2.763-.655-5.228-1.797-6.763-2.057-2.745-5.02-3.282-9.445-3.282h-7.792Zm5.508 4.28h2.387c3.463 0 5.703 1.556 5.703 5.591 0 4.037-2.24 5.592-5.703 5.592h-2.387V9.988Zm-22.453-4.28-4.634 15.58-4.44-15.579-5.993-.001 6.34 19.659h8.003l6.391-19.659h-5.667Zm38.563 19.659h5.553V5.709l-5.555-.001.002 19.659Zm15.564-19.652-7.753 19.645h5.475l1.227-3.472h9.175l1.161 3.472h5.944l-7.812-19.646-7.417.001ZM146.1 9.3l3.364 9.204h-6.833l3.47-9.204h-.001Z" style="fill:#000"/><path d="M16.889 8.985V6.28c.262-.02.528-.033.798-.042 7.4-.232 12.255 6.359 12.255 6.359s-5.244 7.282-10.866 7.282a6.83 6.83 0 0 1-2.187-.35v-8.204c2.88.348 3.46 1.62 5.192 4.508l3.852-3.248s-2.812-3.688-7.552-3.688c-.515 0-1.008.036-1.492.088Zm0-8.938V4.09c.265-.021.531-.038.798-.048 10.29-.346 16.995 8.44 16.995 8.44s-7.7 9.364-15.723 9.364c-.735 0-1.424-.068-2.07-.183v2.498c.553.07 1.126.112 1.724.112 7.465 0 12.864-3.812 18.092-8.325.867.694 4.416 2.383 5.145 3.123-4.971 4.16-16.555 7.515-23.123 7.515a18.807 18.807 0 0 1-1.838-.096V30h28.375V.047H16.889Zm0 19.482v2.133c-6.905-1.23-8.822-8.408-8.822-8.408s3.316-3.674 8.822-4.269v2.34l-.011-.001c-2.89-.347-5.147 2.353-5.147 2.353s1.265 4.544 5.158 5.852ZM4.625 12.943s4.092-6.04 12.264-6.663V4.088C7.838 4.815 0 12.48 0 12.48s4.439 12.833 16.889 14.008V24.16C7.753 23.011 4.625 12.943 4.625 12.943Z" style="fill:#76b900"/></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 2744.833 2553.333"><path fill="#ca64ea" d="M2106.5 2553.333H755.212c-64.55 0-116.879-52.328-116.879-116.879V116.879C638.333 52.328 690.662 0 755.212 0h1872.742c64.551 0 116.879 52.328 116.879 116.879v521.454z"/><path fill="#ae4bd5" d="m2744.833 1276.667-319.167 191.5-319.167-191.5V638.333h638.333z"/><path fill="#9332bf" d="m2744.833 1915-319.167 191.5L2106.5 1915v-638.333h638.333z"/><path fill="#7719aa" d="M2106.5 1915h638.333v518.646c0 66.102-53.586 119.688-119.688 119.688H2106.5z"/><path d="M1414.994 510.667h-776.66V2106.5h776.66c64.534-.21 116.796-52.473 117.006-117.006V627.673c-.21-64.533-52.473-116.796-117.006-117.006" opacity=".2"/><path d="M1351.16 574.5H638.333v1595.833h712.827c64.534-.21 116.796-52.473 117.006-117.006V691.507c-.209-64.534-52.472-116.797-117.006-117.007" opacity=".2"/><path d="M1351.16 574.5H638.333v1468.167h712.827c64.534-.21 116.796-52.473 117.006-117.006V691.507c-.209-64.534-52.472-116.797-117.006-117.007" opacity=".5"/><path d="M1287.327 574.5H638.333v1468.167h648.993c64.534-.21 116.796-52.473 117.007-117.006V691.507c-.21-64.534-52.473-116.797-117.006-117.007" opacity=".5"/><linearGradient id="a" x1="243.961" x2="1160.372" y1="2072.26" y2="485.074" gradientTransform="matrix(1 0 0 -1 0 2555.333)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#8324b3"/><stop offset=".5" style="stop-color:#7a1bac"/><stop offset="1" style="stop-color:#621197"/></linearGradient><path fill="url(#a)" d="M117.007 574.5h1170.32c64.621 0 117.007 52.386 117.007 117.007v1170.32c0 64.621-52.386 117.007-117.007 117.007H117.007C52.386 1978.833 0 1926.448 0 1861.827V691.507C0 626.886 52.386 574.5 117.007 574.5"/><path fill="#fff" d="M384.66 896.348h158.626l311.698 504.283q21.257 33.895 31.917 54.577h2.043a768 768 0 0 1-4.596-103.41v-455.45h135.327v760.638H871.197l-323.38-518.263a403 403 0 0 1-28.853-53.556h-2.553c3.26 37.74 4.602 75.62 4.021 113.496v458.323H384.66z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="64" fill="none" viewBox="0 0 57 64">
|
||||
<g fill="#fff" clip-path="url(#a)">
|
||||
<path d="M28.667 0 .953 16v32l27.714 16 10.392-6V46l-10.392 6-17.32-10V22l17.32-10 17.32 10v40l10.393-6V16z"/>
|
||||
<path d="M18.275 26v12l10.392 6 10.392-6V26l-10.392-6z"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#fff" d="M.664 0h56v64h-56z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 431 B |
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="57" height="64" fill="none" viewBox="0 0 57 64">
|
||||
<g clip-path="url(#a)">
|
||||
<path fill="#dc244c" d="M28.335 0 .62 16v32l27.714 16 10.392-6V46l-10.392 6-17.32-10V22l17.32-10 17.32 10v40l10.393-6V16z"/>
|
||||
<path fill="#dc244c" d="M17.943 26v12l10.392 6 10.392-6V26l-10.392-6z"/>
|
||||
<path fill="#bd0c3e" d="M38.727 46v12l-10.392 6V52zm17.321-30v40l-10.393 6V22z"/>
|
||||
<path fill="#ff516b" d="m56.048 16-10.393 6-17.32-10-17.32 10L.62 16 28.335 0z"/>
|
||||
<path fill="#dc244c" d="M28.335 52v12L.62 48V16l10.394 6v20z"/>
|
||||
<path fill="#ff516b" d="m38.727 26-10.392 6-10.392-6 10.392-6z"/>
|
||||
<path fill="#dc244c" d="M28.335 32v12l-10.392-6V26z"/>
|
||||
<path fill="#bd0c3e" d="M38.727 26v12l-10.392 6V32z"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#fff" d="M.332 0h56v64h-56z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 876 B |
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="241" height="64" fill="none" viewBox="0 0 241 64">
|
||||
<g clip-path="url(#a)">
|
||||
<path fill="#dc244c" d="M28.214 0 .5 16v32l27.714 16 10.392-6V46l-10.392 6-17.32-10V22l17.32-10 17.32 10v40l10.393-6V16z"/>
|
||||
<path fill="#dc244c" d="M17.822 26v12l10.392 6 10.392-6V26l-10.392-6z"/>
|
||||
<path fill="#9e0d38" d="M38.606 46v12l-10.392 6V52zm17.321-30v40l-10.393 6V22z"/>
|
||||
<path fill="#ff516b" d="m55.927 16-10.393 6-17.32-10-17.32 10L.5 16 28.214 0z"/>
|
||||
<path fill="#dc244c" d="M28.214 52v12L.5 48V16l10.394 6v20z"/>
|
||||
<path fill="#ff516b" d="m38.606 26-10.392 6-10.392-6 10.392-6z"/>
|
||||
<path fill="#dc244c" d="M28.214 32v12l-10.392-6V26z"/>
|
||||
<path fill="#9e0d38" d="M38.606 26v12l-10.392 6V32z"/>
|
||||
<path fill="#fff" d="M106.565 40.173q1.244-3.452 1.245-8.016V32q0-6.279-2.256-10.56c-1.504-2.854-3.626-5.008-6.355-6.46q-4.101-2.18-9.651-2.18-4.154 0-7.55 1.22-3.397 1.218-5.76 3.657-2.361 2.438-3.657 6.019T71.285 32v.157q0 6.072 2.205 10.195 2.204 4.127 6.304 6.227 4.099 2.103 9.757 2.103h22.489v-5.917h-7.987q1.578-1.987 2.522-4.592zm-21.481 3.891q-1.973-.7-3.373-2.051a8.55 8.55 0 0 1-2.103-3.245q-.7-1.895-.7-4.333V29.35q0-3.01 1.168-5.318 1.165-2.309 3.555-3.632 2.386-1.325 5.968-1.325 2.646.002 4.669.752 2.024.755 3.347 2.128a8.7 8.7 0 0 1 1.971 3.27c.432 1.265.65 2.637.65 4.125v5.085q0 3.219-1.245 5.527-1.247 2.308-3.632 3.555-2.385 1.244-5.76 1.245-2.543 0-4.515-.701zm47.472-16.682c-.66-1.488-1.738-2.672-3.245-3.555q-2.257-1.325-5.059-1.325-2.44.002-4.41.83a8.7 8.7 0 0 0-3.373 2.518q-1.402 1.686-2.128 4.307-.728 2.621-.726 6.15v.986q0 4.256 1.142 7.395 1.143 3.14 3.504 4.826c1.575 1.123 3.587 1.686 6.045 1.686q2.803 0 5.034-1.296 2.232-1.297 3.216-3.58h.361l.365 4.358h6.435v-37.83h-6.797v14.53zm.361 11.728q0 3.063-1.635 4.8-1.635 1.738-4.384 1.738-1.867.002-3.245-.726-1.377-.728-2.102-2.154-.729-1.426-.727-3.45v-4.93c0-1.351.244-2.49.727-3.425a5.04 5.04 0 0 1 2.102-2.153q1.373-.753 3.245-.752 1.871 0 3.19.777 1.325.78 2.077 2.23.753 1.455.752 3.476zm53.495-6.85q0-3.321-1.376-5.45-1.378-2.127-3.917-3.216-2.543-1.091-6.227-1.092-3.894 0-6.644 1.117-2.748 1.119-4.23 3.216-1.478 2.102-1.478 5.06h6.124q0-1.869 1.479-2.906 1.478-1.037 4.176-1.037 1.712.001 2.905.467 1.195.467 1.818 1.453.624.985.624 2.646v1.245l-8.045 1.037q-2.127.26-3.865.909-1.739.648-2.983 1.737a7.2 7.2 0 0 0-1.894 2.596q-.649 1.506-.65 3.475v.157q-.001 3.425 2.413 5.475t6.253 2.051q2.337.001 4.176-.598 1.843-.597 3.19-1.712a7.1 7.1 0 0 0 2.023-2.672h.518l.467 4.464h8.925v-4.826h-3.789V32.259zm-6.746 9.497a4.67 4.67 0 0 1-.934 2.361q-.78 1.014-2.077 1.584t-2.957.57q-2.232.001-3.424-.934-1.195-.935-1.194-2.49v-.778q0-1.712 1.271-2.518 1.272-.803 3.449-1.062l5.863-.83v4.1zm34.451-18.032q-2.154-1.22-5.11-1.22c-1.971 0-3.815.493-5.319 1.479q-2.256 1.479-3.139 3.917h-.467l-.467-4.877h-6.33v27.658h6.797V35.27q-.001-2.178.726-3.814.725-1.637 2.103-2.515 1.373-.883 3.347-.883 1.712 0 2.931.595t1.92 1.997q.7 1.4.701 3.89v16.138h6.746v-17.02q0-3.79-1.143-6.253-1.141-2.463-3.296-3.683zm26.378 4.797V23.02h-7.111v-8.77h-6.796v8.77h-6.176v5.502h6.176v16.656q0 2.439 1.296 3.97 1.295 1.532 4.256 1.53h8.044v-5.344h-6.796V28.522h7.11zm-82.301-5.812q-2.697 0-4.8 1.168-2.102 1.166-3.037 3.815h-.208l-.31-4.618h-5.863v27.607h6.487V35.58q.105-2.18.96-3.683.854-1.504 2.515-2.31 1.66-.805 4.15-.804.519.001.96.026.441.027.752.025V22.71h-1.609z"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#fff" d="M.5 0h240v64H.5z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="241" height="64" fill="none" viewBox="0 0 241 64">
|
||||
<g clip-path="url(#a)">
|
||||
<path fill="#dc244c" d="M28.214 0 .5 16v32l27.714 16 10.392-6V46l-10.392 6-17.32-10V22l17.32-10 17.32 10v40l10.393-6V16z"/>
|
||||
<path fill="#dc244c" d="M17.822 26v12l10.392 6 10.392-6V26l-10.392-6z"/>
|
||||
<path fill="#9e0d38" d="M38.606 46v12l-10.392 6V52zm17.321-30v40l-10.393 6V22z"/>
|
||||
<path fill="#ff516b" d="m55.927 16-10.393 6-17.32-10-17.32 10L.5 16 28.214 0z"/>
|
||||
<path fill="#dc244c" d="M28.214 52v12L.5 48V16l10.394 6v20z"/>
|
||||
<path fill="#ff516b" d="m38.606 26-10.392 6-10.392-6 10.392-6z"/>
|
||||
<path fill="#dc244c" d="M28.214 32v12l-10.392-6V26z"/>
|
||||
<path fill="#9e0d38" d="M38.606 26v12l-10.392 6V32z"/>
|
||||
<path fill="#0b0f19" d="M106.565 40.173q1.244-3.452 1.245-8.016V32q0-6.279-2.256-10.56c-1.504-2.854-3.626-5.008-6.355-6.46q-4.101-2.18-9.651-2.18-4.154 0-7.55 1.22-3.397 1.218-5.76 3.657-2.361 2.438-3.657 6.019T71.285 32v.157q0 6.072 2.205 10.195 2.204 4.127 6.304 6.227 4.099 2.103 9.757 2.103h22.489v-5.917h-7.987q1.578-1.987 2.522-4.592zm-21.481 3.891q-1.973-.7-3.373-2.051a8.55 8.55 0 0 1-2.103-3.245q-.7-1.895-.7-4.333V29.35q0-3.01 1.168-5.318 1.165-2.309 3.555-3.632 2.386-1.325 5.968-1.325 2.646.002 4.669.752 2.024.755 3.347 2.128a8.7 8.7 0 0 1 1.971 3.27c.432 1.265.65 2.637.65 4.125v5.085q0 3.219-1.245 5.527-1.247 2.308-3.632 3.555-2.385 1.244-5.76 1.245-2.543 0-4.515-.701zm47.472-16.682c-.66-1.488-1.738-2.672-3.245-3.555q-2.257-1.325-5.059-1.325-2.44.002-4.41.83a8.7 8.7 0 0 0-3.373 2.518q-1.402 1.686-2.128 4.307-.728 2.621-.726 6.15v.986q0 4.256 1.142 7.395 1.143 3.14 3.504 4.826c1.575 1.123 3.587 1.686 6.045 1.686q2.803 0 5.034-1.296 2.232-1.297 3.216-3.58h.361l.365 4.358h6.435v-37.83h-6.797v14.53zm.361 11.728q0 3.063-1.635 4.8-1.635 1.738-4.384 1.738-1.867.002-3.245-.726-1.377-.728-2.102-2.154-.729-1.426-.727-3.45v-4.93c0-1.351.244-2.49.727-3.425a5.04 5.04 0 0 1 2.102-2.153q1.373-.753 3.245-.752 1.871 0 3.19.777 1.325.78 2.077 2.23.753 1.455.752 3.476zm53.495-6.85q0-3.321-1.376-5.45-1.378-2.127-3.917-3.216-2.543-1.091-6.227-1.092-3.894 0-6.644 1.117-2.748 1.119-4.23 3.216-1.478 2.102-1.478 5.06h6.124q0-1.869 1.479-2.906 1.478-1.037 4.176-1.037 1.712.001 2.905.467 1.195.467 1.818 1.453.624.985.624 2.646v1.245l-8.045 1.037q-2.127.26-3.865.909-1.739.648-2.983 1.737a7.2 7.2 0 0 0-1.894 2.596q-.649 1.506-.65 3.475v.157q-.001 3.425 2.413 5.475t6.253 2.051q2.337.001 4.176-.598 1.843-.597 3.19-1.712a7.1 7.1 0 0 0 2.023-2.672h.518l.467 4.464h8.925v-4.826h-3.789V32.259zm-6.746 9.497a4.67 4.67 0 0 1-.934 2.361q-.78 1.014-2.077 1.584t-2.957.57q-2.232.001-3.424-.934-1.195-.935-1.194-2.49v-.778q0-1.712 1.271-2.518 1.272-.803 3.449-1.062l5.863-.83v4.1zm34.451-18.032q-2.154-1.22-5.11-1.22c-1.971 0-3.815.493-5.319 1.479q-2.256 1.479-3.139 3.917h-.467l-.467-4.877h-6.33v27.658h6.797V35.27q-.001-2.178.726-3.814.725-1.637 2.103-2.515 1.373-.883 3.347-.883 1.712 0 2.931.595t1.92 1.997q.7 1.4.701 3.89v16.138h6.746v-17.02q0-3.79-1.143-6.253-1.141-2.463-3.296-3.683zm26.378 4.797V23.02h-7.111v-8.77h-6.796v8.77h-6.176v5.502h6.176v16.656q0 2.439 1.296 3.97 1.295 1.532 4.256 1.53h8.044v-5.344h-6.796V28.522h7.11zm-82.301-5.812q-2.697 0-4.8 1.168-2.102 1.166-3.037 3.815h-.208l-.31-4.618h-5.863v27.607h6.487V35.58q.105-2.18.96-3.683.854-1.504 2.515-2.31 1.66-.805 4.15-.804.519.001.96.026.441.027.752.025V22.71h-1.609z"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#fff" d="M.5 0h240v64H.5z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
@@ -1,4 +0,0 @@
|
||||
<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet">
|
||||
<circle cx="128" cy="128" r="114" stroke="#FFF" stroke-width="20" fill="none" />
|
||||
<path d="M97.637 121.69c27.327-22.326 54.058-45.426 81.98-67.097-14.646 22.505-29.708 44.711-44.354 67.215-12.562.06-25.123.06-37.626-.119zM120.737 134.132c12.621 0 25.183 0 37.745.179-27.505 22.206-54.117 45.484-82.099 67.096 14.646-22.505 29.708-44.77 44.354-67.275z" fill="#FFF"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 473 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#FFF" viewBox="0 0 64 64"><path d="M63.988 31.295c-.174-10.7-6.14-21.118-15.37-26.604C41.346.162 32.16-1.057 23.886 1.033 11.433 4.168 1.505 15.446.243 28.3c-1.568 12.14 4.572 24.766 15.065 30.992 10.276 6.444 24.253 6.183 34.3-.6 9.057-5.878 14.674-16.6 14.37-27.388zM33.77 59.25c-14.543 1.437-28.607-10.885-29-25.472-1.1-11.843 6.705-23.556 17.852-27.475C38.254.033 57.456 11.615 59.067 28.38c2.526 15.064-10.014 30.4-25.297 30.87zM24.2 30.38l21.03-17.2-11.364 17.243c-3.222 0-6.444 0-9.666-.044zm5.913 3.18 9.666.044-21.03 17.243L30.113 33.56z"/></svg>
|
||||
|
After Width: | Height: | Size: 601 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#010101" viewBox="0 0 64 64"><path d="M63.988 31.295c-.174-10.7-6.14-21.118-15.37-26.604C41.346.162 32.16-1.057 23.886 1.033 11.433 4.168 1.505 15.446.243 28.3c-1.568 12.14 4.572 24.766 15.065 30.992 10.276 6.444 24.253 6.183 34.3-.6 9.057-5.878 14.674-16.6 14.37-27.388zM33.77 59.25c-14.543 1.437-28.607-10.885-29-25.472-1.1-11.843 6.705-23.556 17.852-27.475C38.254.033 57.456 11.615 59.067 28.38c2.526 15.064-10.014 30.4-25.297 30.87zM24.2 30.38l21.03-17.2-11.364 17.243c-3.222 0-6.444 0-9.666-.044zm5.913 3.18 9.666.044-21.03 17.243L30.113 33.56z"/></svg>
|
||||
|
After Width: | Height: | Size: 604 B |
@@ -1,4 +0,0 @@
|
||||
<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet">
|
||||
<circle cx="128" cy="128" r="114" stroke="#010101" stroke-width="20" fill="none" />
|
||||
<path d="M97.637 121.69c27.327-22.326 54.058-45.426 81.98-67.097-14.646 22.505-29.708 44.711-44.354 67.215-12.562.06-25.123.06-37.626-.119zM120.737 134.132c12.621 0 25.183 0 37.745.179-27.505 22.206-54.117 45.484-82.099 67.096 14.646-22.505 29.708-44.77 44.354-67.275z" fill="#010101"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 478 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="max-height:500px" viewBox="6.104 10.544 107.759 38.999"><path fill="#FFF" d="M45.2 29.57c-.106-6.514-3.734-12.843-9.348-16.18-4.422-2.754-10-3.495-15.04-2.224-7.573 1.907-13.6 8.765-14.38 16.577-.953 7.388 2.78 15.067 9.162 18.854 6.25 3.92 14.75 3.76 20.867-.37 5.508-3.575 8.924-10.1 8.74-16.656zm-18.377 17c-8.844.874-17.398-6.62-17.636-15.5-.662-7.203 4.078-14.326 10.857-16.7 9.506-3.813 21.184 3.23 22.164 13.426 1.536 9.162-6.1 18.483-15.385 18.775zm-5.826-17.555 12.8-10.46-6.9 10.486c-1.96 0-3.92 0-5.88-.026zm3.6 1.933 5.88.026-12.8 10.486 6.9-10.513zM51.065 35.91c.648.367 1.62.627 2.7.627 2.356 0 3.61-1.167 3.61-2.766-.022-1.318-.756-2.14-2.356-2.7-1.124-.41-1.556-.67-1.556-1.232 0-.54.432-.93 1.232-.93a3.8 3.8 0 0 1 1.88.52l.432-1.578c-.52-.28-1.36-.52-2.356-.52-2.053 0-3.35 1.2-3.35 2.788-.022 1.037.713 1.988 2.442 2.593 1.102.39 1.448.692 1.448 1.297 0 .583-.432.972-1.426.972-.8 0-1.772-.324-2.27-.627zm11.39-8.623c-2.68 0-4.582 1.794-4.582 4.7 0 2.83 1.923 4.56 4.43 4.56 2.248 0 4.538-1.448 4.538-4.71.022-2.68-1.75-4.538-4.387-4.538zm-.043 1.642c1.534 0 2.14 1.578 2.14 2.96 0 1.794-.886 3.047-2.16 3.047-1.36 0-2.204-1.297-2.204-3.004 0-1.47.627-3.004 2.226-3.004zm11.735 5.49a4.49 4.49 0 0 1-1.772.346c-1.534 0-2.7-1.037-2.7-2.853-.022-1.62.994-2.874 2.7-2.874.8 0 1.318.173 1.686.346l.41-1.664c-.52-.238-1.34-.41-2.16-.41-3.112 0-4.927 2.075-4.927 4.733 0 2.745 1.794 4.517 4.56 4.517 1.102 0 2.03-.238 2.507-.454zm3.436-10.978h-2.248v12.923h2.248V33.34l.756-.886 2.55 3.912h2.745l-3.74-5.23 3.285-3.63h-2.7l-2.14 2.853c-.238.303-.497.692-.713 1.037h-.043zM91.24 32.54c.043-.194.065-.52.065-.95 0-1.945-.95-4.322-3.825-4.322-2.83 0-4.322 2.312-4.322 4.776 0 2.7 1.686 4.473 4.56 4.473 1.275 0 2.334-.238 3.1-.54l-.324-1.556c-.67.26-1.426.41-2.464.41-1.426 0-2.68-.692-2.723-2.29zm-5.92-1.556c.086-.908.67-2.16 2.053-2.16 1.49 0 1.86 1.34 1.837 2.16zm7.413-5.49v2H91.48v1.664h1.275v4.17c0 1.167.216 1.967.692 2.464.41.454 1.102.735 1.923.735.713 0 1.297-.086 1.62-.216l-.043-1.707c-.194.065-.497.108-.864.108-.864 0-1.145-.562-1.145-1.642v-3.912h2.14v-1.664h-2.14v-2.55zM99 36.56c.843 0 1.383-.627 1.383-1.448 0-.864-.562-1.448-1.383-1.448-.8 0-1.383.605-1.383 1.448 0 .82.562 1.448 1.383 1.448zm4.668-.216v-8.86h-2.248v8.86zm-1.124-12.556c-.756 0-1.253.52-1.253 1.2 0 .67.497 1.2 1.232 1.2.778 0 1.275-.52 1.275-1.2-.022-.67-.497-1.2-1.253-1.2zm6.786 3.5c-2.68 0-4.582 1.794-4.582 4.7 0 2.83 1.923 4.56 4.43 4.56 2.248 0 4.538-1.448 4.538-4.71.022-2.68-1.75-4.538-4.387-4.538zm-.043 1.642c1.534 0 2.14 1.578 2.14 2.96 0 1.794-.886 3.047-2.16 3.047-1.36 0-2.204-1.297-2.204-3.004 0-1.47.627-3.004 2.226-3.004z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="max-height:500px" viewBox="6.104 10.544 107.759 38.999"><path fill="#010101" d="M45.2 29.57c-.106-6.514-3.734-12.843-9.348-16.18-4.422-2.754-10-3.495-15.04-2.224-7.573 1.907-13.6 8.765-14.38 16.577-.953 7.388 2.78 15.067 9.162 18.854 6.25 3.92 14.75 3.76 20.867-.37 5.508-3.575 8.924-10.1 8.74-16.656zm-18.377 17c-8.844.874-17.398-6.62-17.636-15.5-.662-7.203 4.078-14.326 10.857-16.7 9.506-3.813 21.184 3.23 22.164 13.426 1.536 9.162-6.1 18.483-15.385 18.775zm-5.826-17.555 12.8-10.46-6.9 10.486c-1.96 0-3.92 0-5.88-.026zm3.6 1.933 5.88.026-12.8 10.486 6.9-10.513zM51.065 35.91c.648.367 1.62.627 2.7.627 2.356 0 3.61-1.167 3.61-2.766-.022-1.318-.756-2.14-2.356-2.7-1.124-.41-1.556-.67-1.556-1.232 0-.54.432-.93 1.232-.93a3.8 3.8 0 0 1 1.88.52l.432-1.578c-.52-.28-1.36-.52-2.356-.52-2.053 0-3.35 1.2-3.35 2.788-.022 1.037.713 1.988 2.442 2.593 1.102.39 1.448.692 1.448 1.297 0 .583-.432.972-1.426.972-.8 0-1.772-.324-2.27-.627zm11.39-8.623c-2.68 0-4.582 1.794-4.582 4.7 0 2.83 1.923 4.56 4.43 4.56 2.248 0 4.538-1.448 4.538-4.71.022-2.68-1.75-4.538-4.387-4.538zm-.043 1.642c1.534 0 2.14 1.578 2.14 2.96 0 1.794-.886 3.047-2.16 3.047-1.36 0-2.204-1.297-2.204-3.004 0-1.47.627-3.004 2.226-3.004zm11.735 5.49a4.49 4.49 0 0 1-1.772.346c-1.534 0-2.7-1.037-2.7-2.853-.022-1.62.994-2.874 2.7-2.874.8 0 1.318.173 1.686.346l.41-1.664c-.52-.238-1.34-.41-2.16-.41-3.112 0-4.927 2.075-4.927 4.733 0 2.745 1.794 4.517 4.56 4.517 1.102 0 2.03-.238 2.507-.454zm3.436-10.978h-2.248v12.923h2.248V33.34l.756-.886 2.55 3.912h2.745l-3.74-5.23 3.285-3.63h-2.7l-2.14 2.853c-.238.303-.497.692-.713 1.037h-.043zM91.24 32.54c.043-.194.065-.52.065-.95 0-1.945-.95-4.322-3.825-4.322-2.83 0-4.322 2.312-4.322 4.776 0 2.7 1.686 4.473 4.56 4.473 1.275 0 2.334-.238 3.1-.54l-.324-1.556c-.67.26-1.426.41-2.464.41-1.426 0-2.68-.692-2.723-2.29zm-5.92-1.556c.086-.908.67-2.16 2.053-2.16 1.49 0 1.86 1.34 1.837 2.16zm7.413-5.49v2H91.48v1.664h1.275v4.17c0 1.167.216 1.967.692 2.464.41.454 1.102.735 1.923.735.713 0 1.297-.086 1.62-.216l-.043-1.707c-.194.065-.497.108-.864.108-.864 0-1.145-.562-1.145-1.642v-3.912h2.14v-1.664h-2.14v-2.55zM99 36.56c.843 0 1.383-.627 1.383-1.448 0-.864-.562-1.448-1.383-1.448-.8 0-1.383.605-1.383 1.448 0 .82.562 1.448 1.383 1.448zm4.668-.216v-8.86h-2.248v8.86zm-1.124-12.556c-.756 0-1.253.52-1.253 1.2 0 .67.497 1.2 1.232 1.2.778 0 1.275-.52 1.275-1.2-.022-.67-.497-1.2-1.253-1.2zm6.786 3.5c-2.68 0-4.582 1.794-4.582 4.7 0 2.83 1.923 4.56 4.43 4.56 2.248 0 4.538-1.448 4.538-4.71.022-2.68-1.75-4.538-4.387-4.538zm-.043 1.642c1.534 0 2.14 1.578 2.14 2.96 0 1.794-.886 3.047-2.16 3.047-1.36 0-2.204-1.297-2.204-3.004 0-1.47.627-3.004 2.226-3.004z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#f50"/><path d="m59 270-3 22 3 22c0 2 3 2 3 0l3-22-3-22c0-3-3-3-3 0zm18-14c0-3-3-3-3 0l-5 36 4 35c0 3 4 3 4 0l4-35zm59-30-3 66 2 40c0 8 7 8 7 0l4-40-4-66c0-5-6-5-6 0zm-31 22-4 44 3 40c0 6 5 6 5 0l4-40-4-44c0-3-4-3-4 0zm70 84 3-40-3-88c0-6-7-6-7 0l-3 88 2 40c0 8 8 8 8 0zm68 0 2-40-2-102c0-7-10-7-10 0l-2 102 2 40c0 8 10 8 10 0zm-34 0 3-40-3-89c0-6-9-6-9 0l-2 89 2 40c0 8 9 8 9 0zm-83 0 3-40-3-41c0-3-6-3-6 0l-3 41 3 40c0 7 6 7 6 0zm-33 0 4-40-4-43c0-3-4-3-4 0l-4 43 4 40c0 4 4 4 4 0zm124-125-2 85 1 40c0 8 10 8 10 0l2-40-2-85c0-7-9-7-9 0zm-58 125 3-40-3-81c0-6-7-6-7 0l-3 81 2 40c0 8 8 8 8 0zm33 0 3-40-3-91c0-6-8-6-8 0l-3 91 3 40c0 8 8 8 8 0zm196-89c-5-57-64-94-118-73-4 2-5 3-5 6v156c0 3 2 6 5 6h137c27 0 49-22 49-49 0-37-35-57-68-46zm-138-62-3 111 3 40c0 8 10 8 10 0l3-40-3-111c0-7-10-7-10 0z" fill="#fff"/></svg>
|
||||
|
Before Width: | Height: | Size: 924 B |
@@ -0,0 +1 @@
|
||||
<svg id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 266.79 243.84"><defs><style>.cls-1{fill:#fff;}.cls-2{clip-path:url(#clip-path);}.cls-3{clip-path:url(#clip-path-2);}</style><clipPath id="clip-path"><polygon class="cls-1" points="200.76 83.27 136.29 46.43 136.29 197.41 162.05 182.45 162.05 139.98 181.5 151.23 181.39 122.18 162.05 111.13 162.05 94.26 200.85 116.68 200.76 83.27"/></clipPath><clipPath id="clip-path-2"><polygon class="cls-1" points="66.03 83.27 130.5 46.43 130.5 197.41 104.74 182.45 104.74 94.26 65.94 116.68 66.03 83.27"/></clipPath></defs><title>WhiteWhite Icon</title><polygon class="cls-1" points="200.76 83.27 136.29 46.43 136.29 197.41 162.05 182.45 162.05 139.98 181.5 151.23 181.39 122.18 162.05 111.13 162.05 94.26 200.85 116.68 200.76 83.27"/><g class="cls-2"><rect class="cls-1" x="60.08" y="45.88" width="158.31" height="151.72"/></g><polygon class="cls-1" points="66.03 83.27 130.5 46.43 130.5 197.41 104.74 182.45 104.74 94.26 65.94 116.68 66.03 83.27"/><g class="cls-3"><rect class="cls-1" x="59" y="45.88" width="158.31" height="151.72"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 266.79 269.02"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{fill:url(#linear-gradient);}.cls-4{clip-path:url(#clip-path-2);}.cls-5{fill:url(#linear-gradient-2);}</style><clipPath id="clip-path"><polygon class="cls-1" points="200.76 95.86 136.29 59.02 136.29 210 162.05 195.04 162.05 152.57 181.5 163.82 181.39 134.77 162.05 123.72 162.05 106.85 200.85 129.27 200.76 95.86"/></clipPath><linearGradient id="linear-gradient" x1="60.08" y1="134.33" x2="218.39" y2="134.33" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff6f00"/><stop offset="1" stop-color="#ffa800"/></linearGradient><clipPath id="clip-path-2"><polygon class="cls-1" points="66.03 95.86 130.5 59.02 130.5 210 104.74 195.04 104.74 106.85 65.94 129.27 66.03 95.86"/></clipPath><linearGradient id="linear-gradient-2" x1="59" y1="134.33" x2="217.32" y2="134.33" xlink:href="#linear-gradient"/></defs><title>FullColorPrimary Icon</title><g class="cls-2"><rect class="cls-3" x="60.08" y="58.47" width="158.31" height="151.72"/></g><g class="cls-4"><rect class="cls-5" x="59" y="58.47" width="158.31" height="151.72"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 685.02 229.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m155.46 88.44-44.08-25.18v103.24l17.61-10.23v-29.05l13.3 7.7-.07-19.86-13.23-7.56v-11.54l26.53 15.33z"/></clipPath><clipPath id="b"><path d="m63.33 88.44 44.09-25.18v103.24l-17.61-10.23v-60.31l-26.54 15.33z"/></clipPath><path d="m155.46 88.44-44.08-25.18v103.24l17.61-10.23v-29.05l13.3 7.7-.07-19.86-13.23-7.56v-11.54l26.53 15.33z" fill="#fff"/><g clip-path="url(#a)"><path d="m59.26 62.88h108.26v103.75h-108.26z" fill="#fff"/></g><path d="m63.33 88.44 44.09-25.18v103.24l-17.61-10.23v-60.31l-26.54 15.33z" fill="#fff"/><g clip-path="url(#b)"><path d="m58.53 62.88h108.26v103.75h-108.26z" fill="#fff"/></g><g fill="#fff"><path d="m235.46 95.27h-19.73v54.4h-10.9v-54.4h-19.55v-8.86h50.18z"/><path d="m248.55 150.54q-10 0-16.27-6.33t-6.28-16.83v-1.3a28.19 28.19 0 0 1 2.72-12.58 20.67 20.67 0 0 1 7.62-8.63 20.2 20.2 0 0 1 11-3.08q9.6 0 14.84 6.12t5.23 17.34v4.26h-30.72a14.09 14.09 0 0 0 3.88 9.21 11.69 11.69 0 0 0 8.58 3.39 14.3 14.3 0 0 0 11.85-5.87l5.69 5.43a19 19 0 0 1 -7.53 6.54 23.62 23.62 0 0 1 -10.61 2.33zm-1.26-40.28a8.91 8.91 0 0 0 -7 3 15.76 15.76 0 0 0 -3.41 8.47h20.12v-.73q-.35-5.3-2.82-8a8.82 8.82 0 0 0 -6.89-2.74z"/><path d="m285.39 102.66.3 5.43a16.91 16.91 0 0 1 13.69-6.3q14.69 0 14.94 16.81v31.07h-10.55v-30.46q0-4.47-1.94-6.62c-1.29-1.44-3.39-2.16-6.32-2.16a10.16 10.16 0 0 0 -9.51 5.78v33.46h-10.56v-47z"/><path d="m348.58 136.89a4.79 4.79 0 0 0 -2.32-4.3 24.78 24.78 0 0 0 -7.72-2.6 39.84 39.84 0 0 1 -9-2.87q-7.91-3.83-7.91-11.08a12.52 12.52 0 0 1 5.13-10.17q5.13-4.08 13-4.08 8.43 0 13.62 4.17a13.22 13.22 0 0 1 5.2 10.82h-10.52a6.48 6.48 0 0 0 -2.26-5.06 8.65 8.65 0 0 0 -6-2 9.4 9.4 0 0 0 -5.67 1.6 5.09 5.09 0 0 0 -2.19 4.3 4.26 4.26 0 0 0 2 3.78c1.36.9 4.12 1.81 8.26 2.72a39 39 0 0 1 9.75 3.26 13.84 13.84 0 0 1 5.26 4.54 11.62 11.62 0 0 1 1.71 6.43 12.24 12.24 0 0 1 -5.25 10.27q-5.26 3.94-13.78 3.94a24.28 24.28 0 0 1 -10.29-2.09 17 17 0 0 1 -7-5.73 13.61 13.61 0 0 1 -2.52-7.87h10.25a7.47 7.47 0 0 0 2.83 5.76 10.94 10.94 0 0 0 6.91 2q4.17 0 6.34-1.59a4.89 4.89 0 0 0 2.17-4.15z"/><path d="m364.4 125.73a27.77 27.77 0 0 1 2.73-12.45 20.1 20.1 0 0 1 7.69-8.52 21.74 21.74 0 0 1 11.39-3q9.51 0 15.44 6.12t6.41 16.25v2.48a28 28 0 0 1 -2.67 12.43 19.77 19.77 0 0 1 -7.64 8.47 21.84 21.84 0 0 1 -11.5 3q-9.94 0-15.92-6.63t-6-17.66zm10.55.91q0 7.26 3 11.36a9.74 9.74 0 0 0 8.34 4.11 9.63 9.63 0 0 0 8.32-4.17q3-4.17 3-12.21 0-7.12-3.06-11.3a9.78 9.78 0 0 0 -8.32-4.17 9.67 9.67 0 0 0 -8.21 4.11c-2.02 2.73-3.02 6.83-3.02 12.27z"/><path d="m439.87 112.3a26.4 26.4 0 0 0 -4.31-.34q-7.24 0-9.77 5.56v32.15h-10.56v-47h10.08l.26 5.25q3.82-6.12 10.6-6.12a9.82 9.82 0 0 1 3.74.61z"/><path d="m484 122.86h-25.45v26.81h-11v-63.26h40.18v8.86h-29.18v18.81h25.45z"/><path d="m504.86 149.67h-10.55v-63.4h10.55z"/><path d="m512.6 125.73a27.64 27.64 0 0 1 2.74-12.45 20 20 0 0 1 7.69-8.52 21.68 21.68 0 0 1 11.38-3q9.51 0 15.44 6.12t6.41 16.25v2.48a27.88 27.88 0 0 1 -2.68 12.43 19.77 19.77 0 0 1 -7.64 8.47 21.83 21.83 0 0 1 -11.49 3q-10 0-15.93-6.63t-6-17.66zm10.56.91q0 7.26 3 11.36a9.75 9.75 0 0 0 8.35 4.11 9.65 9.65 0 0 0 8.32-4.17q3-4.17 3-12.21 0-7.12-3.06-11.3a9.78 9.78 0 0 0 -8.32-4.17 9.67 9.67 0 0 0 -8.21 4.11c-2.07 2.73-3.08 6.83-3.08 12.27z"/><path d="m604 135.11 7.47-32.45h10.3l-12.82 47h-8.69l-10.08-32.28-9.9 32.28h-8.69l-12.86-47h10.27l7.6 32.1 9.64-32.1h7.95z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 685.02 229.75"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{fill:url(#linear-gradient);}.cls-4{clip-path:url(#clip-path-2);}.cls-5{fill:url(#linear-gradient-2);}.cls-6{fill:#425066;}</style><clipPath id="clip-path"><polygon class="cls-1" points="155.46 88.44 111.38 63.26 111.38 166.5 128.99 156.27 128.99 127.22 142.29 134.92 142.22 115.06 128.99 107.5 128.99 95.96 155.52 111.29 155.46 88.44"/></clipPath><linearGradient id="linear-gradient" x1="59.26" y1="114.75" x2="167.52" y2="114.75" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff6f00"/><stop offset="1" stop-color="#ffa800"/></linearGradient><clipPath id="clip-path-2"><polygon class="cls-1" points="63.33 88.44 107.42 63.26 107.42 166.5 89.81 156.27 89.81 95.96 63.27 111.29 63.33 88.44"/></clipPath><linearGradient id="linear-gradient-2" x1="58.53" y1="114.75" x2="166.79" y2="114.75" xlink:href="#linear-gradient"/></defs><title>FullColorPrimary Horizontal</title><g class="cls-2"><rect class="cls-3" x="59.26" y="62.88" width="108.26" height="103.75"/></g><g class="cls-4"><rect class="cls-5" x="58.53" y="62.88" width="108.26" height="103.75"/></g><path class="cls-6" d="M235.43,95.25H215.71v54.39H204.8V95.25H185.25V86.39h50.18Z"/><path class="cls-6" d="M248.52,150.51q-10,0-16.27-6.32T226,127.36v-1.31a28.25,28.25,0,0,1,2.72-12.58,20.7,20.7,0,0,1,7.62-8.62,20.16,20.16,0,0,1,11-3.08q9.6,0,14.84,6.12t5.24,17.34v4.25H236.66a14.05,14.05,0,0,0,3.89,9.21,11.66,11.66,0,0,0,8.58,3.39A14.3,14.3,0,0,0,261,136.22l5.69,5.43a19.08,19.08,0,0,1-7.54,6.54A23.59,23.59,0,0,1,248.52,150.51Zm-1.26-40.27a8.88,8.88,0,0,0-7,3,15.76,15.76,0,0,0-3.41,8.47H257V121c-.23-3.53-1.17-6.21-2.83-8A8.8,8.8,0,0,0,247.26,110.24Z"/><path class="cls-6" d="M285.36,102.63l.31,5.44a16.88,16.88,0,0,1,13.68-6.3q14.68,0,14.95,16.81v31.06H303.74V119.19c0-3-.64-5.19-1.93-6.63s-3.4-2.15-6.32-2.15a10.19,10.19,0,0,0-9.52,5.78v33.45H275.41v-47Z"/><path class="cls-6" d="M348.55,136.87a4.78,4.78,0,0,0-2.32-4.3,24.76,24.76,0,0,0-7.71-2.61,39.6,39.6,0,0,1-9-2.87q-7.9-3.81-7.9-11.07a12.52,12.52,0,0,1,5.12-10.17q5.13-4.08,13-4.08,8.43,0,13.62,4.17a13.22,13.22,0,0,1,5.19,10.81H348a6.51,6.51,0,0,0-2.26-5.06,8.67,8.67,0,0,0-6-2,9.36,9.36,0,0,0-5.67,1.61,5.08,5.08,0,0,0-2.2,4.3,4.27,4.27,0,0,0,2,3.78c1.36.9,4.11,1.8,8.25,2.72a39,39,0,0,1,9.75,3.26,13.77,13.77,0,0,1,5.26,4.54,11.52,11.52,0,0,1,1.72,6.43,12.24,12.24,0,0,1-5.26,10.27c-3.5,2.62-8.1,3.93-13.77,3.93a24.33,24.33,0,0,1-10.3-2.08,16.92,16.92,0,0,1-7-5.74,13.56,13.56,0,0,1-2.52-7.86h10.26a7.39,7.39,0,0,0,2.82,5.75,11,11,0,0,0,6.91,2q4.17,0,6.34-1.59A4.91,4.91,0,0,0,348.55,136.87Z"/><path class="cls-6" d="M364.37,125.7a27.63,27.63,0,0,1,2.74-12.44,20,20,0,0,1,7.69-8.52,21.68,21.68,0,0,1,11.38-3q9.51,0,15.45,6.12t6.4,16.25l.05,2.48A28,28,0,0,1,405.41,139a19.73,19.73,0,0,1-7.65,8.47,21.83,21.83,0,0,1-11.49,3q-10,0-15.93-6.62t-6-17.66Zm10.56.92q0,7.24,3,11.36a10.46,10.46,0,0,0,16.66-.07q3-4.17,3-12.21,0-7.12-3.06-11.29a10.33,10.33,0,0,0-16.53-.07Q374.92,118.45,374.93,126.62Z"/><path class="cls-6" d="M439.84,112.28a26.27,26.27,0,0,0-4.3-.35q-7.26,0-9.78,5.56v32.15H415.2v-47h10.08l.27,5.26q3.81-6.12,10.6-6.12a10,10,0,0,1,3.73.6Z"/><path class="cls-6" d="M484,122.84H458.52v26.8h-11V86.39h40.19v8.86h-29.2v18.81H484Z"/><path class="cls-6" d="M504.84,149.64H494.28V86.25h10.56Z"/><path class="cls-6" d="M512.57,125.7a27.63,27.63,0,0,1,2.74-12.44,20,20,0,0,1,7.69-8.52,21.7,21.7,0,0,1,11.38-3q9.52,0,15.45,6.12t6.41,16.25l0,2.48A28,28,0,0,1,553.61,139a19.67,19.67,0,0,1-7.65,8.47,21.83,21.83,0,0,1-11.49,3q-9.94,0-15.92-6.62t-6-17.66Zm10.56.92q0,7.24,3,11.36a9.74,9.74,0,0,0,8.34,4.1,9.64,9.64,0,0,0,8.32-4.17q3-4.17,3-12.21,0-7.12-3.07-11.29a10.33,10.33,0,0,0-16.53-.07Q523.13,118.45,523.13,126.62Z"/><path class="cls-6" d="M603.92,135.09l7.48-32.46h10.29l-12.81,47h-8.69l-10.08-32.28-9.91,32.28h-8.69l-12.86-47H569l7.6,32.11,9.65-32.11h7.95Z"/></svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
@@ -1 +0,0 @@
|
||||
<svg width="800px" height="800px" viewBox="-9 0 274 274" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid"><g><path d="M145.726081,42.0651946 L145.726081,84.1347419 L218.586952,126.204312 L218.586952,84.1347419 L145.726081,42.0651946 Z M-1.98726454e-07,84.1347419 L-1.98726454e-07,126.204312 L36.4304238,147.234755 L36.4304238,105.169527 L-1.98726454e-07,84.1347419 Z M109.291294,105.169527 L72.8608701,126.204312 L72.8608701,252.404316 L109.291294,273.439101 L109.291294,189.304303 L145.726081,210.339088 L145.726081,168.26954 L109.291294,147.234755 L109.291294,105.169527 Z" fill="#E55B2D"></path><path d="M145.726081,42.0651946 L36.4304238,105.169527 L36.4304238,147.234755 L109.291294,105.169527 L109.291294,147.234755 L145.726081,126.204312 L145.726081,42.0651946 Z M255.021717,63.0999794 L218.586952,84.1347419 L218.586952,126.204312 L255.021717,105.169527 L255.021717,63.0999794 Z M182.156505,147.234755 L145.726081,168.26954 L145.726081,210.339088 L182.156505,189.304303 L182.156505,147.234755 Z M145.726081,210.339088 L109.291294,189.304303 L109.291294,273.439101 L145.726081,252.404316 L145.726081,210.339088 Z" fill="#ED8E24"></path><path d="M145.726081,-3.41864288e-05 L-1.98726454e-07,84.1347419 L36.4304238,105.169527 L145.726081,42.0651946 L218.586952,84.1347419 L255.021717,63.0999794 L145.726081,-3.41864288e-05 Z M145.726081,126.204312 L109.291294,147.234755 L145.726081,168.26954 L182.156505,147.234755 L145.726081,126.204312 Z" fill="#F8BF3C"></path></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128"><path fill="#F5F5EB" d="M57.833 1.195A1.381 1.381 0 0 1 59.204 0h9.592c.685 0 1.27.51 1.363 1.195l5.585 40.948a1.382 1.382 0 0 1-1.594 1.549l-9.923-1.654a1.387 1.387 0 0 0-.455 0l-9.922 1.654a1.379 1.379 0 0 1-1.595-1.55l5.578-40.947Zm68.896 72.911A1.385 1.385 0 0 0 128 72.729v-9.471c0-.713-.547-1.309-1.256-1.376l-62.617-5.87a1.333 1.333 0 0 0-.254 0l-62.617 5.87A1.38 1.38 0 0 0 0 63.258v9.471c0 .718.555 1.317 1.263 1.377l46.232 3.852c.323.027.631.169.862.4l3.313 3.31c.216.215.347.496.393.798l5.778 44.331A1.386 1.386 0 0 0 59.212 128h9.576c.693 0 1.279-.515 1.364-1.203l5.785-44.331c.039-.302.177-.583.393-.798l3.313-3.31c.23-.231.531-.373.862-.4l46.224-3.852Z"/></svg>
|
||||
|
After Width: | Height: | Size: 774 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128"><path fill="#14140F" d="M57.833 1.195A1.381 1.381 0 0 1 59.204 0h9.592c.685 0 1.27.51 1.363 1.195l5.585 40.948a1.382 1.382 0 0 1-1.594 1.549l-9.923-1.654a1.387 1.387 0 0 0-.455 0l-9.922 1.654a1.379 1.379 0 0 1-1.595-1.55l5.578-40.947Zm68.896 72.911A1.385 1.385 0 0 0 128 72.729v-9.471c0-.713-.547-1.309-1.256-1.376l-62.617-5.87a1.333 1.333 0 0 0-.254 0l-62.617 5.87A1.38 1.38 0 0 0 0 63.258v9.471c0 .718.555 1.317 1.263 1.377l46.232 3.852c.323.027.631.169.862.4l3.313 3.31c.216.215.347.496.393.798l5.778 44.331A1.386 1.386 0 0 0 59.212 128h9.576c.693 0 1.279-.515 1.364-1.203l5.785-44.331c.039-.302.177-.583.393-.798l3.313-3.31c.23-.231.531-.373.862-.4l46.224-3.852Z"/></svg>
|
||||
|
After Width: | Height: | Size: 774 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="110" height="27" fill="none" viewBox="0 0 110 27"><g fill="#F5F5EB" clip-path="url(#a)"><path d="M37.416 11.144a.12.12 0 0 0-.116.088l-2.454 8.869h-.643l-2.478-8.87a.12.12 0 0 0-.116-.087h-2.464a.12.12 0 0 0-.115.154l3.217 10.896a.12.12 0 0 0 .115.086h4.3a.12.12 0 0 0 .115-.086l3.218-10.896a.12.12 0 0 0-.115-.154h-2.464Zm8.296-.384h-.002c-3.383 0-5.67 2.42-5.67 5.963 0 3.544 2.36 5.916 5.767 5.916 2.639 0 4.82-1.656 5.265-3.908a.118.118 0 0 0-.117-.14H48.61a.124.124 0 0 0-.115.082c-.422 1.12-1.407 1.715-2.711 1.715-1.788 0-2.931-1.149-3.122-3.065h8.346a.12.12 0 0 0 .12-.113 7.6 7.6 0 0 0-.006-.941c-.119-3.473-2.168-5.508-5.408-5.508h-.001Zm-2.932 4.598c.358-1.652 1.358-2.515 2.907-2.515 1.55 0 2.55.91 2.764 2.515H42.78Zm12.27-8.767h-2.405a.12.12 0 0 0-.12.12v15.446c0 .067.054.12.12.12h2.405a.12.12 0 0 0 .12-.12V6.711a.12.12 0 0 0-.12-.12Zm20.326 4.169h-.002c-3.384 0-5.67 2.419-5.67 5.963s2.359 5.916 5.767 5.916c2.638 0 4.819-1.656 5.264-3.908a.118.118 0 0 0-.116-.14h-2.346a.123.123 0 0 0-.115.081c-.422 1.122-1.407 1.716-2.711 1.716-1.788 0-2.931-1.15-3.122-3.065h8.346a.12.12 0 0 0 .12-.113 7.39 7.39 0 0 0-.007-.941c-.118-3.473-2.168-5.508-5.408-5.508Zm-2.932 4.598c.357-1.652 1.357-2.515 2.907-2.515s2.55.91 2.764 2.515h-5.671Zm23.112.429 4.442-4.559a.053.053 0 0 0 .015-.035.052.052 0 0 0-.052-.052h-3.185a.122.122 0 0 0-.087.037l-4.35 4.513v-8.98a.12.12 0 0 0-.12-.12h-2.404a.12.12 0 0 0-.12.12v15.446c0 .067.054.12.12.12h2.405a.12.12 0 0 0 .12-.12V17.81h1.568l3.21 4.418a.12.12 0 0 0 .097.05h2.946a.09.09 0 0 0 .072-.143l-4.677-6.348ZM63.347 10.76c-1.78 0-3.05 1.3-3.264 1.872h-.516v-1.368a.12.12 0 0 0-.12-.12H57.13a.121.121 0 0 0-.121.126c.022.443.041 1.129.041 1.933v13.506c0 .066.054.12.12.12h2.381a.12.12 0 0 0 .12-.12v-5.287h.516c.492.776 1.704 1.24 3.035 1.24 3.36 0 5.504-2.659 5.504-5.963 0-3.305-1.95-5.94-5.38-5.94Zm-.554 9.58c-1.906 0-3.264-1.462-3.264-3.641 0-2.18 1.358-3.593 3.264-3.593 1.906 0 3.217 1.413 3.217 3.593 0 2.18-1.334 3.64-3.217 3.64Zm-34.938-9.071a.12.12 0 0 0-.12-.12h-2.38a.12.12 0 0 0-.121.12v.994h-.516c-.57-1.03-1.704-1.528-3.034-1.528-3.36 0-5.505 2.658-5.505 5.963s1.95 5.939 5.38 5.939c1.781 0 2.793-.905 3.264-1.584h.516v1.08c0 .066.054.12.12.12h2.317a.12.12 0 0 0 .12-.127 41.784 41.784 0 0 1-.041-1.932V11.27Zm-5.743 9.022c-1.858 0-3.217-1.413-3.217-3.592 0-2.18 1.334-3.64 3.217-3.64 1.884 0 3.265 1.46 3.265 3.64s-1.358 3.592-3.265 3.592ZM5.054 7.534a.12.12 0 0 0-.12-.12H2.528a.12.12 0 0 0-.12.12v3.604H.12a.12.12 0 0 0-.12.12v1.915c0 .066.054.12.12.12h2.29v6.788a2.27 2.27 0 0 0 2.263 2.274h2.823a.12.12 0 0 0 .12-.12V20.3a.12.12 0 0 0-.12-.12H5.053v-6.888h2.975a.12.12 0 0 0 .12-.12v-1.915a.12.12 0 0 0-.12-.12H5.054V7.534Zm7.568 4.758h-.516L12.1 11.26a.12.12 0 0 0-.12-.12h-2.4a.12.12 0 0 0-.12.126c.022.5.043 1.207.043 1.933v8.956c0 .067.053.12.12.12h2.404a.12.12 0 0 0 .12-.12v-5.412c0-2.13 1.192-3.304 3.194-3.304.194 0 .388.016.582.035a.12.12 0 0 0 .133-.12v-2.22c0-.053-.036-.1-.088-.112a3.917 3.917 0 0 0-.536-.068c-1.233.035-2.272.364-2.809 1.337v.001Zm72.575 0h-.516l-.006-1.033a.12.12 0 0 0-.12-.12h-2.4a.12.12 0 0 0-.12.127c.022.5.042 1.207.042 1.933v8.956c0 .066.054.12.12.12h2.405a.12.12 0 0 0 .12-.12v-5.412c0-2.131 1.192-3.304 3.194-3.304.194 0 .388.015.582.034a.12.12 0 0 0 .132-.12v-2.219c0-.053-.035-.1-.087-.112a3.917 3.917 0 0 0-.536-.068c-1.233.035-2.272.364-2.81 1.337v.001ZM103.355.104a.12.12 0 0 1 .119-.104h.836a.12.12 0 0 1 .118.104l.487 3.565c.01.08-.06.148-.139.135l-.864-.144a.123.123 0 0 0-.04 0l-.864.144a.12.12 0 0 1-.139-.135l.486-3.565Zm5.998 6.348a.12.12 0 0 0 .111-.12v-.825a.12.12 0 0 0-.109-.12l-5.452-.51h-.022l-5.452.51a.12.12 0 0 0-.11.12v.825a.12.12 0 0 0 .11.12l4.026.335a.12.12 0 0 1 .075.035l.288.288a.123.123 0 0 1 .035.07l.503 3.86a.12.12 0 0 0 .119.104h.834a.12.12 0 0 0 .119-.105l.503-3.86a.129.129 0 0 1 .034-.069l.289-.288a.118.118 0 0 1 .075-.035l4.024-.335Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h110v26.829H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="110" height="27" fill="none" viewBox="0 0 110 27"><g fill="#14140F" clip-path="url(#a)"><path d="M37.416 11.144a.12.12 0 0 0-.116.088l-2.454 8.869h-.643l-2.478-8.87a.12.12 0 0 0-.116-.087h-2.464a.12.12 0 0 0-.115.154l3.217 10.896a.12.12 0 0 0 .115.086h4.3a.12.12 0 0 0 .115-.086l3.218-10.896a.12.12 0 0 0-.115-.154h-2.464Zm8.296-.384h-.002c-3.383 0-5.67 2.42-5.67 5.963 0 3.544 2.36 5.916 5.767 5.916 2.639 0 4.82-1.656 5.265-3.908a.118.118 0 0 0-.117-.14H48.61a.124.124 0 0 0-.115.082c-.422 1.12-1.407 1.715-2.711 1.715-1.788 0-2.931-1.149-3.122-3.065h8.346a.12.12 0 0 0 .12-.113 7.6 7.6 0 0 0-.006-.941c-.119-3.473-2.168-5.508-5.408-5.508h-.001Zm-2.932 4.598c.358-1.652 1.358-2.515 2.907-2.515 1.55 0 2.55.91 2.764 2.515H42.78Zm12.27-8.767h-2.405a.12.12 0 0 0-.12.12v15.446c0 .067.054.12.12.12h2.405a.12.12 0 0 0 .12-.12V6.711a.12.12 0 0 0-.12-.12Zm20.326 4.169h-.002c-3.384 0-5.67 2.419-5.67 5.963s2.359 5.916 5.767 5.916c2.638 0 4.819-1.656 5.264-3.908a.118.118 0 0 0-.116-.14h-2.346a.123.123 0 0 0-.115.081c-.422 1.122-1.407 1.716-2.711 1.716-1.788 0-2.931-1.15-3.122-3.065h8.346a.12.12 0 0 0 .12-.113 7.39 7.39 0 0 0-.007-.941c-.118-3.473-2.168-5.508-5.408-5.508Zm-2.932 4.598c.357-1.652 1.357-2.515 2.907-2.515s2.55.91 2.764 2.515h-5.671Zm23.112.429 4.442-4.559a.053.053 0 0 0 .015-.035.052.052 0 0 0-.052-.052h-3.185a.122.122 0 0 0-.087.037l-4.35 4.513v-8.98a.12.12 0 0 0-.12-.12h-2.404a.12.12 0 0 0-.12.12v15.446c0 .067.054.12.12.12h2.405a.12.12 0 0 0 .12-.12V17.81h1.568l3.21 4.418a.12.12 0 0 0 .097.05h2.946a.09.09 0 0 0 .072-.143l-4.677-6.348ZM63.347 10.76c-1.78 0-3.05 1.3-3.264 1.872h-.516v-1.368a.12.12 0 0 0-.12-.12H57.13a.121.121 0 0 0-.121.126c.022.443.041 1.129.041 1.933v13.506c0 .066.054.12.12.12h2.381a.12.12 0 0 0 .12-.12v-5.287h.516c.492.776 1.704 1.24 3.035 1.24 3.36 0 5.504-2.659 5.504-5.963 0-3.305-1.95-5.94-5.38-5.94Zm-.554 9.58c-1.906 0-3.264-1.462-3.264-3.641 0-2.18 1.358-3.593 3.264-3.593 1.906 0 3.217 1.413 3.217 3.593 0 2.18-1.334 3.64-3.217 3.64Zm-34.938-9.071a.12.12 0 0 0-.12-.12h-2.38a.12.12 0 0 0-.121.12v.994h-.516c-.57-1.03-1.704-1.528-3.035-1.528-3.36 0-5.504 2.658-5.504 5.963s1.95 5.939 5.38 5.939c1.781 0 2.793-.905 3.264-1.584h.516v1.08c0 .066.054.12.12.12h2.317a.12.12 0 0 0 .12-.127 41.784 41.784 0 0 1-.041-1.932V11.27Zm-5.743 9.022c-1.858 0-3.217-1.413-3.217-3.592 0-2.18 1.334-3.64 3.217-3.64 1.884 0 3.265 1.46 3.265 3.64s-1.358 3.592-3.265 3.592ZM5.054 7.534a.12.12 0 0 0-.12-.12H2.528a.12.12 0 0 0-.12.12v3.604H.12a.12.12 0 0 0-.12.12v1.915c0 .066.054.12.12.12h2.29v6.788a2.27 2.27 0 0 0 2.263 2.274h2.823a.12.12 0 0 0 .12-.12V20.3a.12.12 0 0 0-.12-.12H5.053v-6.888h2.975a.12.12 0 0 0 .12-.12v-1.915a.12.12 0 0 0-.12-.12H5.054V7.534Zm7.568 4.758h-.516L12.1 11.26a.12.12 0 0 0-.12-.12h-2.4a.12.12 0 0 0-.12.126c.022.5.043 1.207.043 1.933v8.956c0 .067.053.12.12.12h2.404a.12.12 0 0 0 .12-.12v-5.412c0-2.13 1.192-3.304 3.194-3.304.194 0 .388.016.582.035a.12.12 0 0 0 .133-.12v-2.22c0-.053-.036-.1-.088-.112a3.917 3.917 0 0 0-.536-.068c-1.233.035-2.272.364-2.809 1.337v.001Zm72.575 0h-.516l-.006-1.033a.12.12 0 0 0-.12-.12h-2.4a.12.12 0 0 0-.12.127c.022.5.042 1.207.042 1.933v8.956c0 .066.054.12.12.12h2.405a.12.12 0 0 0 .12-.12v-5.412c0-2.131 1.192-3.304 3.194-3.304.194 0 .388.015.582.034a.12.12 0 0 0 .132-.12v-2.219c0-.053-.035-.1-.087-.112a3.917 3.917 0 0 0-.536-.068c-1.233.035-2.272.364-2.81 1.337v.001ZM103.355.104a.12.12 0 0 1 .119-.104h.836a.12.12 0 0 1 .118.104l.487 3.565c.01.08-.06.148-.139.135l-.864-.144a.123.123 0 0 0-.04 0l-.864.144a.12.12 0 0 1-.139-.135l.486-3.565Zm5.998 6.348a.12.12 0 0 0 .111-.12v-.825a.12.12 0 0 0-.109-.12l-5.452-.51h-.022l-5.452.51a.12.12 0 0 0-.11.12v.825a.12.12 0 0 0 .11.12l4.026.335a.12.12 0 0 1 .075.035l.288.288a.123.123 0 0 1 .035.07l.503 3.86a.12.12 0 0 0 .119.104h.834a.12.12 0 0 0 .119-.105l.503-3.86a.129.129 0 0 1 .034-.069l.289-.288a.118.118 0 0 1 .075-.035l4.024-.335Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h110v26.829H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#fff" fill-rule="evenodd" d="M38.687 36.698c-1.131 0-2.048.917-2.048 2.048V61.52c0 1.131.917 2.048 2.048 2.048H61.46c1.13 0 2.048-.917 2.048-2.048V38.746c0-1.13-.917-2.048-2.048-2.048H38.687ZM22.259 20.443c-1.036 0-1.876.84-1.876 1.875v55.63c0 1.036.84 1.876 1.876 1.876h55.63c1.036 0 1.875-.84 1.875-1.876v-55.63c0-1.036-.84-1.875-1.875-1.875h-55.63Z" clip-rule="evenodd"/><path fill="url(#a)" d="M0 51.064v36.17c0 2.427.677 4.696 1.853 6.627l13.04-13.04V51.064H0Z"/><path fill="url(#b)" d="m5.946 98.028 12.93-12.93c.09.005.181.008.273.008H47.64V100H12.766c-2.508 0-4.847-.723-6.82-1.972Z"/><path fill="url(#c)" d="M53.481 100h33.753C94.284 100 100 94.284 100 87.234V12.766C100 5.716 94.284 0 87.234 0h-36.17v14.894H80.85a4.255 4.255 0 0 1 4.255 4.255V80.85a4.255 4.255 0 0 1-4.255 4.255h-27.37V100Z"/><defs><linearGradient id="a" x1="54.917" x2="5.699" y1="7.031" y2="55.915" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="b" x1="54.917" x2="5.699" y1="7.031" y2="55.915" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="c" x1="54.917" x2="5.699" y1="7.031" y2="55.915" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#000" fill-rule="evenodd" d="M38.687 36.698c-1.131 0-2.048.917-2.048 2.048V61.52c0 1.131.917 2.048 2.048 2.048H61.46c1.13 0 2.048-.917 2.048-2.048V38.746c0-1.13-.917-2.048-2.048-2.048H38.687ZM22.259 20.443c-1.036 0-1.876.84-1.876 1.875v55.63c0 1.036.84 1.876 1.876 1.876h55.63c1.036 0 1.875-.84 1.875-1.876v-55.63c0-1.036-.84-1.875-1.875-1.875h-55.63Z" clip-rule="evenodd"/><path fill="url(#a)" d="M0 51.064v36.17c0 2.427.677 4.696 1.853 6.627l13.04-13.04V51.064H0Z"/><path fill="url(#b)" d="m5.946 98.028 12.93-12.93c.09.005.181.008.273.008H47.64V100H12.766c-2.508 0-4.847-.723-6.82-1.972Z"/><path fill="url(#c)" d="M53.481 100h33.753C94.284 100 100 94.284 100 87.234V12.766C100 5.716 94.284 0 87.234 0h-36.17v14.894H80.85a4.255 4.255 0 0 1 4.255 4.255V80.85a4.255 4.255 0 0 1-4.255 4.255h-27.37V100Z"/><defs><linearGradient id="a" x1="54.917" x2="5.699" y1="7.031" y2="55.915" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="b" x1="54.917" x2="5.699" y1="7.031" y2="55.915" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="c" x1="54.917" x2="5.699" y1="7.031" y2="55.915" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 486 72"><path fill="#fff" d="M140.111 25.544v-8.438H99.448v8.438h15.35v28.058h9.963V25.544h15.35ZM163.087 54.16c12.504 0 19.366-6.353 19.366-16.824v-20.23h-9.962V36.37c0 5.846-3.05 9.15-9.404 9.15s-9.404-3.304-9.404-9.15V17.107h-9.962v20.23c0 10.471 6.862 16.825 19.366 16.825ZM197.704 41.504h9.912l7.827 12.098h11.437l-8.844-13.165c4.981-1.78 8.031-5.744 8.031-11.132 0-7.828-5.846-12.2-14.741-12.2h-23.585v36.497h9.963V41.504Zm0-7.878v-8.184h13.114c3.507 0 5.439 1.525 5.439 4.117 0 2.44-1.932 4.067-5.439 4.067h-13.114ZM230.702 53.602h26.076c8.133 0 12.809-3.863 12.809-10.319 0-4.32-2.745-7.268-5.998-8.59 2.237-1.067 4.982-3.609 4.982-7.624 0-6.456-4.575-9.963-12.657-9.963h-25.212v36.496Zm9.556-22.213v-6.201h14.639c2.745 0 4.27 1.067 4.27 3.1 0 2.034-1.525 3.101-4.27 3.101h-14.639Zm0 7.472h15.554c2.694 0 4.168 1.322 4.168 3.304 0 1.983-1.474 3.304-4.168 3.304h-15.554v-6.608ZM293.946 16.496c-12.758 0-21.959 7.98-21.959 18.858 0 10.877 9.201 18.858 21.959 18.858s21.908-7.98 21.908-18.858-9.15-18.858-21.908-18.858Zm0 8.641c6.709 0 11.742 3.965 11.742 10.217 0 6.252-5.033 10.217-11.742 10.217-6.71 0-11.742-3.965-11.742-10.217 0-6.252 5.032-10.217 11.742-10.217ZM330.211 41.962h13.267c8.895 0 14.74-4.27 14.74-12.403 0-8.183-5.845-12.453-14.74-12.453h-23.23v36.496h9.963v-11.64Zm0-8.286v-8.234h12.707c3.559 0 5.49 1.525 5.49 4.117 0 2.542-1.931 4.117-5.49 4.117h-12.707ZM371.553 17.106 353.61 53.602h10.572l3.304-6.862h19.163l3.304 6.862h10.929l-17.893-36.496h-11.436Zm5.591 9.76 5.693 11.894H371.4l5.744-11.895ZM398.786 35.354c0 10.877 9.099 18.858 21.806 18.858 10.166 0 17.231-4.575 20.027-11.945l-9.098-4.067c-1.424 4.27-5.134 7.37-10.929 7.37-6.506 0-11.64-3.964-11.64-10.216 0-6.252 5.134-10.217 11.64-10.217 5.795 0 9.505 3.1 10.929 7.37l9.098-4.066c-2.796-7.37-9.861-11.945-20.027-11.945-12.707 0-21.806 7.98-21.806 18.858ZM454.18 17.106h-9.962v36.496h9.962v-9.099l6.507-5.845 12.656 14.944H486l-18.146-21.349 16.875-15.147h-13.571L454.18 32.507V17.106Z"/><path fill="#fff" fill-rule="evenodd" d="M27.723 26.298c-.81 0-1.467.657-1.467 1.467v16.32c0 .81.657 1.468 1.467 1.468h16.32c.81 0 1.467-.657 1.467-1.468v-16.32c0-.81-.657-1.467-1.467-1.467h-16.32ZM15.95 14.649c-.742 0-1.344.602-1.344 1.344v39.864c0 .743.602 1.344 1.344 1.344h39.864c.742 0 1.344-.601 1.344-1.344V15.993c0-.742-.602-1.344-1.344-1.344H15.951Z" clip-rule="evenodd"/><path fill="url(#a)" d="M0 36.592v25.92c0 1.739.485 3.365 1.328 4.749l9.345-9.345V36.592H0Z"/><path fill="url(#b)" d="m4.261 70.247 9.266-9.266c.064.004.13.006.195.006H34.14V71.66H9.149a9.105 9.105 0 0 1-4.888-1.413Z"/><path fill="url(#c)" d="M38.324 71.66h24.188a9.148 9.148 0 0 0 9.148-9.148V9.148A9.148 9.148 0 0 0 62.512 0h-25.92v10.673h21.346a3.05 3.05 0 0 1 3.05 3.05v44.215a3.05 3.05 0 0 1-3.05 3.05H38.324V71.66Z"/><defs><linearGradient id="a" x1="39.353" x2="4.084" y1="5.039" y2="40.069" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="b" x1="39.353" x2="4.084" y1="5.039" y2="40.069" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="c" x1="39.353" x2="4.084" y1="5.039" y2="40.069" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 486 72"><path fill="#000" d="M140.111 25.544v-8.438H99.448v8.438h15.35v28.058h9.963V25.544h15.35ZM163.087 54.16c12.504 0 19.366-6.353 19.366-16.824v-20.23h-9.962V36.37c0 5.846-3.05 9.15-9.404 9.15s-9.404-3.304-9.404-9.15V17.107h-9.962v20.23c0 10.471 6.862 16.825 19.366 16.825ZM197.704 41.504h9.912l7.827 12.098h11.437l-8.844-13.165c4.981-1.78 8.031-5.744 8.031-11.132 0-7.828-5.846-12.2-14.741-12.2h-23.585v36.497h9.963V41.504Zm0-7.878v-8.184h13.114c3.507 0 5.439 1.525 5.439 4.117 0 2.44-1.932 4.067-5.439 4.067h-13.114ZM230.702 53.602h26.076c8.133 0 12.809-3.863 12.809-10.319 0-4.32-2.745-7.268-5.998-8.59 2.237-1.067 4.982-3.609 4.982-7.624 0-6.456-4.575-9.963-12.657-9.963h-25.212v36.496Zm9.556-22.213v-6.201h14.639c2.745 0 4.27 1.067 4.27 3.1 0 2.034-1.525 3.101-4.27 3.101h-14.639Zm0 7.472h15.554c2.694 0 4.168 1.322 4.168 3.304 0 1.983-1.474 3.304-4.168 3.304h-15.554v-6.608ZM293.946 16.496c-12.758 0-21.959 7.98-21.959 18.858 0 10.877 9.201 18.858 21.959 18.858s21.908-7.98 21.908-18.858-9.15-18.858-21.908-18.858Zm0 8.641c6.709 0 11.742 3.965 11.742 10.217 0 6.252-5.033 10.217-11.742 10.217-6.71 0-11.742-3.965-11.742-10.217 0-6.252 5.032-10.217 11.742-10.217ZM330.211 41.962h13.267c8.895 0 14.74-4.27 14.74-12.403 0-8.183-5.845-12.453-14.74-12.453h-23.23v36.496h9.963v-11.64Zm0-8.286v-8.234h12.707c3.559 0 5.49 1.525 5.49 4.117 0 2.542-1.931 4.117-5.49 4.117h-12.707ZM371.553 17.106 353.61 53.602h10.572l3.304-6.862h19.163l3.304 6.862h10.929l-17.893-36.496h-11.436Zm5.591 9.76 5.693 11.894H371.4l5.744-11.895ZM398.786 35.354c0 10.877 9.099 18.858 21.806 18.858 10.166 0 17.231-4.575 20.027-11.945l-9.098-4.067c-1.424 4.27-5.134 7.37-10.929 7.37-6.506 0-11.64-3.964-11.64-10.216 0-6.252 5.134-10.217 11.64-10.217 5.795 0 9.505 3.1 10.929 7.37l9.098-4.066c-2.796-7.37-9.861-11.945-20.027-11.945-12.707 0-21.806 7.98-21.806 18.858ZM454.18 17.106h-9.962v36.496h9.962v-9.099l6.507-5.845 12.656 14.944H486l-18.146-21.349 16.875-15.147h-13.571L454.18 32.507V17.106Z"/><path fill="#000" fill-rule="evenodd" d="M27.723 26.298c-.81 0-1.467.657-1.467 1.467v16.32c0 .81.657 1.468 1.467 1.468h16.32c.81 0 1.467-.657 1.467-1.468v-16.32c0-.81-.657-1.467-1.467-1.467h-16.32ZM15.95 14.649c-.742 0-1.344.602-1.344 1.344v39.864c0 .743.602 1.344 1.344 1.344h39.864c.742 0 1.344-.601 1.344-1.344V15.993c0-.742-.602-1.344-1.344-1.344H15.951Z" clip-rule="evenodd"/><path fill="url(#a)" d="M0 36.592v25.92c0 1.739.485 3.365 1.328 4.749l9.345-9.345V36.592H0Z"/><path fill="url(#b)" d="m4.261 70.247 9.266-9.266c.064.004.13.006.195.006H34.14V71.66H9.149a9.105 9.105 0 0 1-4.888-1.413Z"/><path fill="url(#c)" d="M38.324 71.66h24.188a9.148 9.148 0 0 0 9.148-9.148V9.148A9.148 9.148 0 0 0 62.512 0h-25.92v10.673h21.346a3.05 3.05 0 0 1 3.05 3.05v44.215a3.05 3.05 0 0 1-3.05 3.05H38.324V71.66Z"/><defs><linearGradient id="a" x1="39.353" x2="4.084" y1="5.039" y2="40.069" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="b" x1="39.353" x2="4.084" y1="5.039" y2="40.069" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient><linearGradient id="c" x1="39.353" x2="4.084" y1="5.039" y2="40.069" gradientUnits="userSpaceOnUse"><stop stop-color="#0096FF"/><stop offset="1" stop-color="#FF1E56"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |