Compare commits
139 Commits
dev
...
3c8886bd23
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c8886bd23 | |||
| e6b1a82bc7 | |||
| cb51b5aa29 | |||
| 32332503a9 | |||
| c805b623c7 | |||
| 85e430c6b9 | |||
| 88f473d595 | |||
| 367481f6e8 | |||
| 605bbe52e7 | |||
| 272d5ac54c | |||
| 19b56344c0 | |||
| b244638dd1 | |||
| 4217033082 | |||
| a0c6920d35 | |||
| 7d4ed63dd6 | |||
| cab8409791 | |||
| d00a29d448 | |||
| 21af2505cd | |||
| 5c17f597c1 | |||
| 1ede8ab657 | |||
| 07c02deada | |||
| 66a9c23c28 | |||
| d49a57429a | |||
| bbc289012e | |||
| 70a722512f | |||
| 5f162035fa | |||
| eabbf027ff | |||
| db80b509cb | |||
| bca4fd8fb4 | |||
| bbd47f6869 | |||
| 5674b27db9 | |||
| 14bad31c36 | |||
| c3757181b5 | |||
| fad74405ef | |||
| f5389c36b5 | |||
| 5c1ce9f4b7 | |||
| 404c9f5aeb | |||
| c4b1d8b152 | |||
| 59bdd9c73a | |||
| dd6741e221 | |||
| b9f013ad1c | |||
| 88cf3e6a97 | |||
| 98ffd67bd7 | |||
| ca57dbcc4f | |||
| a6a86f4cd7 | |||
| ab5a98b2c9 | |||
| 7f9f87b8bb | |||
| 86760a1c59 | |||
| e8272a347d | |||
| 962865f3ab | |||
| 9cdbc4353d | |||
| 2c32265127 | |||
| b473c7ca0e | |||
| bd7813693b | |||
| 2ef7bfc3ce | |||
| 57bdd6920f | |||
| c2e1c46a7f | |||
| 1a8f437d2e | |||
| 377f54823f | |||
| cb15c04a42 | |||
| cd136257b7 | |||
| bd67c7b1f7 | |||
| 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: 'Zyft',
|
||||
category: 'Library',
|
||||
route: '/library/zyft.svg',
|
||||
url: 'https://zyft.com'
|
||||
},
|
||||
{
|
||||
title: "Perspective",
|
||||
@@ -188,6 +212,13 @@ export const svgs: iSVG[] = [
|
||||
route: "/library/lua.svg",
|
||||
url: "https://lua.org/",
|
||||
},
|
||||
{
|
||||
"title": "Mercado Libre",
|
||||
"category": ["Marketplace", "Platform"],
|
||||
"route": "/library/mercado-libre.svg",
|
||||
"wordmark": "/library/mercado-libre-wordmark.svg",
|
||||
"url": "https://www.mercadolibre.com"
|
||||
},
|
||||
{
|
||||
title: "Mercado Pago",
|
||||
category: "Payment",
|
||||
@@ -331,7 +362,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Visual Studio Code",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/vscode.svg",
|
||||
url: "https://code.visualstudio.com/",
|
||||
brandUrl: "https://code.visualstudio.com/brand",
|
||||
@@ -439,9 +470,10 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Facebook",
|
||||
category: "Social",
|
||||
route: "/library/facebook.svg",
|
||||
url: "https://www.facebook.com/",
|
||||
brandUrl: "https://about.meta.com/brand/resources/facebook/logo/",
|
||||
route: "/library/facebook-icon.svg",
|
||||
wordmark: "/library/facebook-wordmark.svg",
|
||||
url: "https://www.facebook.com",
|
||||
brandUrl: "https://about.meta.com/brand/resources/facebook/logo",
|
||||
},
|
||||
{
|
||||
title: "Twitter",
|
||||
@@ -502,10 +534,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 +557,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 +601,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",
|
||||
@@ -573,6 +629,16 @@ export const svgs: iSVG[] = [
|
||||
wordmark: "/library/google-wordmark.svg",
|
||||
url: "https://www.google.com/",
|
||||
},
|
||||
{
|
||||
title: "Google Play",
|
||||
category: ["Marketplace", "Platform", "Software", "Google"],
|
||||
route: "/library/googleplay.svg",
|
||||
wordmark: {
|
||||
light: "/library/googleplay-wordmark-light.svg",
|
||||
dark: "/library/googleplay-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://play.google.com",
|
||||
},
|
||||
{
|
||||
title: "Framer",
|
||||
category: "Software",
|
||||
@@ -585,8 +651,9 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Netflix",
|
||||
category: "Entertainment",
|
||||
route: "/library/netflix.svg",
|
||||
url: "https://www.netflix.com/",
|
||||
route: "/library/netflix-icon.svg",
|
||||
wordmark: "/library/netflix-wordmark.svg",
|
||||
url: "https://www.netflix.com",
|
||||
brandUrl: "https://brand.netflix.com/en/assets/logos",
|
||||
},
|
||||
{
|
||||
@@ -621,8 +688,10 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "WhatsApp",
|
||||
category: "Social",
|
||||
route: "/library/whatsapp.svg",
|
||||
url: "https://web.whatsapp.com/",
|
||||
route: "/library/whatsapp-icon.svg",
|
||||
wordmark: "/library/whatsapp-wordmark.svg",
|
||||
url: "https://web.whatsapp.com",
|
||||
brandUrl: "https://www.meta.com/brand/resources/whatsapp/whatsapp-brand",
|
||||
},
|
||||
{
|
||||
title: "Headless UI",
|
||||
@@ -657,9 +726,15 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "MongoDB",
|
||||
category: "Database",
|
||||
route: "/library/mongodb.svg",
|
||||
wordmark: "/library/mongodb-wordmark.svg",
|
||||
url: "https://www.mongodb.com/",
|
||||
route: {
|
||||
light: "/library/mongodb-icon-light.svg",
|
||||
dark: "/library/mongodb-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/mongodb-wordmark-light.svg",
|
||||
dark: "/library/mongodb-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.mongodb.com",
|
||||
brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources",
|
||||
},
|
||||
{
|
||||
@@ -692,7 +767,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Visual Studio",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/visual-studio.svg",
|
||||
url: "https://visualstudio.microsoft.com",
|
||||
},
|
||||
@@ -945,10 +1020,88 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Microsoft Azure",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/azure.svg",
|
||||
url: "https://azure.microsoft.com/",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Access",
|
||||
category: ["Database", "Microsoft"],
|
||||
route: "/library/microsoft-access.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/access",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Clipchamp",
|
||||
category: ["Software", "Design", "Entertainment", "Microsoft"],
|
||||
route: "/library/microsoft-clipchamp.svg",
|
||||
url: "https://clipchamp.com/",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Copilot",
|
||||
category: ["AI", "Software", "Devtool", "Microsoft"],
|
||||
route: "/library/microsoft-copilot.svg",
|
||||
url: "https://copilot.microsoft.com/",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Defender",
|
||||
category: ["Cybersecurity", "Software", "Microsoft"],
|
||||
route: "/library/microsoft-defender.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Designer",
|
||||
category: ["Design", "AI", "Software", "Microsoft"],
|
||||
route: "/library/microsoft-designer.svg",
|
||||
url: "https://designer.microsoft.com/",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Editor",
|
||||
category: ["Software", "AI", "Microsoft"],
|
||||
route: "/library/microsoft-editor.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/microsoft-editor",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Excel",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/microsoft-excel.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/excel",
|
||||
},
|
||||
{
|
||||
title: "Microsoft OneDrive",
|
||||
category: ["Hosting", "Software", "Microsoft"],
|
||||
route: "/library/microsoft-onedrive.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage",
|
||||
},
|
||||
{
|
||||
title: "Microsoft OneNote",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/microsoft-onenote.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/onenote/digital-note-taking-app",
|
||||
},
|
||||
{
|
||||
title: "Microsoft PowerPoint",
|
||||
category: ["Software", "Design", "Microsoft"],
|
||||
route: "/library/microsoft-powerpoint.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/powerpoint",
|
||||
},
|
||||
{
|
||||
title: "Microsoft SharePoint",
|
||||
category: ["Hosting", "Software", "Community", "Microsoft"],
|
||||
route: "/library/microsoft-sharepoint.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/sharepoint/collaboration-software",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Teams",
|
||||
category: ["Software", "Community", "Microsoft"],
|
||||
route: "/library/microsoft-teams.svg",
|
||||
url: "https://www.microsoft.com/microsoft-teams/group-chat-software",
|
||||
},
|
||||
{
|
||||
title: "Microsoft Word",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/microsoft-word.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/word",
|
||||
},
|
||||
{
|
||||
title: "Heroku",
|
||||
category: "Software",
|
||||
@@ -1020,6 +1173,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",
|
||||
@@ -1095,8 +1254,16 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "MySQL",
|
||||
category: "Database",
|
||||
route: "/library/mysql.svg",
|
||||
url: "https://www.mysql.com/",
|
||||
route: {
|
||||
light: "/library/mysql-icon-light.svg",
|
||||
dark: "/library/mysql-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/mysql-wordmark-light.svg",
|
||||
dark: "/library/mysql-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.mysql.com",
|
||||
brandUrl: "https://www.mysql.com/about/legal/logos.html",
|
||||
},
|
||||
{
|
||||
title: "Parcel",
|
||||
@@ -1114,6 +1281,10 @@ export const svgs: iSVG[] = [
|
||||
title: "PostgreSQL",
|
||||
category: "Database",
|
||||
route: "/library/postgresql.svg",
|
||||
wordmark: {
|
||||
light: "/library/postgresql-wordmark-light.svg",
|
||||
dark: "/library/postgresql-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.postgresql.org/",
|
||||
},
|
||||
{
|
||||
@@ -1303,9 +1474,15 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://www.apple.com",
|
||||
},
|
||||
{
|
||||
title: "App Store",
|
||||
category: ["Marketplace", "Software", "Platform"],
|
||||
route: "/library/appstore.svg",
|
||||
url: "https://www.apple.com/app-store/",
|
||||
},
|
||||
{
|
||||
title: "Windows",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/windows.svg",
|
||||
url: "https://www.microsoft.com/windows",
|
||||
},
|
||||
@@ -1323,9 +1500,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",
|
||||
@@ -1478,7 +1663,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Microsoft",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/microsoft.svg",
|
||||
url: "https://www.microsoft.com/",
|
||||
},
|
||||
@@ -1677,10 +1862,8 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "Instagram",
|
||||
category: "Social",
|
||||
route: {
|
||||
light: "/library/instagram.svg",
|
||||
dark: "/library/instagram_dark.svg",
|
||||
},
|
||||
route: "/library/instagram-icon.svg",
|
||||
wordmark: "/library/instagram-wordmark.svg",
|
||||
url: "https://www.instagram.com/",
|
||||
brandUrl: "https://about.instagram.com/brand",
|
||||
},
|
||||
@@ -1692,7 +1875,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Microsoft SQL Server ",
|
||||
category: "Database",
|
||||
category: ["Database", "Microsoft"],
|
||||
route: "/library/sql-server.svg",
|
||||
url: "https://www.microsoft.com/en-us/sql-server/",
|
||||
},
|
||||
@@ -1943,7 +2126,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Edge",
|
||||
category: "Browser",
|
||||
category: ["Browser", "Microsoft"],
|
||||
route: "/library/edge.svg",
|
||||
url: "https://www.microsoft.com/en-us/edge",
|
||||
},
|
||||
@@ -2038,12 +2221,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",
|
||||
@@ -2417,10 +2594,10 @@ export const svgs: iSVG[] = [
|
||||
url: "https://www.gmail.com",
|
||||
},
|
||||
{
|
||||
title: "Outlook",
|
||||
category: "Software",
|
||||
route: "/library/outlook.svg",
|
||||
url: "https://www.outlook.com",
|
||||
title: "Microsoft Outlook",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/microsoft-outlook.svg",
|
||||
url: "https://www.microsoft.com/microsoft-365/outlook/email-and-calendar-software-application",
|
||||
},
|
||||
{
|
||||
title: "Slack",
|
||||
@@ -2733,8 +2910,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",
|
||||
@@ -2744,7 +2930,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "C#",
|
||||
category: "Language",
|
||||
category: ["Language", "Microsoft"],
|
||||
route: "/library/csharp.svg",
|
||||
url: "https://dotnet.microsoft.com/languages/csharp",
|
||||
},
|
||||
@@ -2843,8 +3029,15 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: "TikTok",
|
||||
category: "Social",
|
||||
route: "/library/tiktok.svg",
|
||||
url: "https://www.tiktok.com/",
|
||||
route: {
|
||||
light: "/library/tiktok-icon-light.svg",
|
||||
dark: "/library/tiktok-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/tiktok-wordmark-light.svg",
|
||||
dark: "/library/tiktok-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://www.tiktok.com",
|
||||
},
|
||||
{
|
||||
title: "Ngrok",
|
||||
@@ -2930,7 +3123,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "Microsoft Todo",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/microsoft-todo.svg",
|
||||
url: "https://to-do.office.com/",
|
||||
},
|
||||
@@ -3084,6 +3277,12 @@ export const svgs: iSVG[] = [
|
||||
wordmark: "/library/svg_wordmark.svg",
|
||||
url: "https://www.w3.org/TR/SVG/",
|
||||
},
|
||||
{
|
||||
title: "PDF",
|
||||
category: ["Library", "Design", "Education"],
|
||||
route: "/library/pdf.svg",
|
||||
url: "https://www.adobe.com/acrobat.html",
|
||||
},
|
||||
{
|
||||
title: "Todoist",
|
||||
category: "Software",
|
||||
@@ -3391,13 +3590,13 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: "PowerToys",
|
||||
category: "Software",
|
||||
category: ["Software", "Microsoft"],
|
||||
route: "/library/powertoys.svg",
|
||||
url: "https://learn.microsoft.com/en-us/windows/powertoys/",
|
||||
},
|
||||
{
|
||||
title: "PowerShell",
|
||||
category: "Language",
|
||||
category: ["Language", "Microsoft"],
|
||||
route: "/library/powershell.svg",
|
||||
url: "https://learn.microsoft.com/en-us/powershell/",
|
||||
},
|
||||
@@ -3426,6 +3625,12 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: "https://typegpu.com",
|
||||
},
|
||||
{
|
||||
title: "Microsoft .NET",
|
||||
category: ["Framework", "Library", "Devtool", "Microsoft"],
|
||||
route: "/library/dotnet.svg",
|
||||
url: "https://dotnet.microsoft.com",
|
||||
},
|
||||
{
|
||||
title: "dotenv",
|
||||
category: ["Config", "Library", "Devtool"],
|
||||
@@ -3520,13 +3725,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",
|
||||
@@ -3733,14 +3942,14 @@ export const svgs: iSVG[] = [
|
||||
title: "Clerk",
|
||||
category: ["Software", "Authentication"],
|
||||
route: {
|
||||
light: "/library/clerk-light.svg",
|
||||
dark: "/library/clerk-dark.svg",
|
||||
light: "/library/clerk-icon-light.svg",
|
||||
dark: "/library/clerk-icon-dark.svg",
|
||||
},
|
||||
wordmark: {
|
||||
light: "/library/clerk-wordmark-light.svg",
|
||||
dark: "/library/clerk-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://clerk.com/",
|
||||
url: "https://clerk.com",
|
||||
brandUrl: "https://clerk.com/design",
|
||||
},
|
||||
{
|
||||
@@ -3864,13 +4073,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 +4197,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 +4208,95 @@ 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/",
|
||||
},
|
||||
{
|
||||
title: 'Soldera',
|
||||
category: ['Platform', 'Analytics', 'Marketplace', 'Software'],
|
||||
route: {
|
||||
light: '/library/soldera-icon-light.svg',
|
||||
dark: '/library/soldera-icon.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/soldera-wordmark-light.svg',
|
||||
dark: '/library/soldera-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://www.soldera.org'
|
||||
},
|
||||
{
|
||||
title: "Dribbble",
|
||||
category: ["Design", "Community", "Platform"],
|
||||
route: "/library/dribbble.svg",
|
||||
wordmark: {
|
||||
light: "/library/dribbble-wordmark-light.svg",
|
||||
dark: "/library/dribbble-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://dribbble.com/",
|
||||
}
|
||||
];
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -34,4 +34,5 @@ export type Category =
|
||||
| "Sync Engine"
|
||||
| "Platform"
|
||||
| "Automation"
|
||||
| "Nuxt";
|
||||
| "Nuxt"
|
||||
| "Microsoft";
|
||||
|
||||
@@ -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" xml:space="preserve" viewBox="0 0 800 800"><linearGradient id="a" x1="400.05" x2="400.05" y1="798.772" y2="-1.228" gradientTransform="matrix(1 0 0 -1 0 798.772)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#18bffb"/><stop offset="1" style="stop-color:#2072f3"/></linearGradient><path fill="url(#a)" d="M638.4 0H161.6C72.3 0 0 72.3 0 161.6v476.9C0 727.7 72.3 800 161.6 800h476.9c89.2 0 161.6-72.3 161.6-161.6V161.6C800 72.3 727.7 0 638.4 0z"/><path fill="#FFF" d="m396.6 183.8 16.2-28c10-17.5 32.3-23.4 49.8-13.4s23.4 32.3 13.4 49.8L319.9 462.4h112.9c36.6 0 57.1 43 41.2 72.8H143c-20.2 0-36.4-16.2-36.4-36.4s16.2-36.4 36.4-36.4h92.8l118.8-205.9-37.1-64.4c-10-17.5-4.1-39.6 13.4-49.8 17.5-10 39.6-4.1 49.8 13.4l15.9 28.1zM256.2 572.7l-35 60.7c-10 17.5-32.3 23.4-49.8 13.4S148 614.5 158 597l26-45c29.4-9.1 53.3-2.1 72.2 20.7zm301.4-110.1h94.7c20.2 0 36.4 16.2 36.4 36.4s-16.2 36.4-36.4 36.4h-52.6l35.5 61.6c10 17.5 4.1 39.6-13.4 49.8-17.5 10-39.6 4.1-49.8-13.4-59.8-103.7-104.7-181.3-134.5-233-30.5-52.6-8.7-105.4 12.8-123.3 23.9 41 59.6 102.9 107.3 185.5z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 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 |
@@ -1 +0,0 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m21.47 20.829 -2.881 -2.881a0.572 0.572 0 0 0 -0.7 -0.084 6.854 6.854 0 0 1 -7.081 0 0.576 0.576 0 0 0 -0.7 0.084l-2.881 2.881a0.576 0.576 0 0 0 -0.103 0.69 0.57 0.57 0 0 0 0.166 0.186 12 12 0 0 0 14.113 0 0.58 0.58 0 0 0 0.239 -0.423 0.576 0.576 0 0 0 -0.172 -0.453Zm0.002 -17.668 -2.88 2.88a0.569 0.569 0 0 1 -0.701 0.084A6.857 6.857 0 0 0 8.724 8.08a6.862 6.862 0 0 0 -1.222 3.692 6.86 6.86 0 0 0 0.978 3.764 0.573 0.573 0 0 1 -0.083 0.699l-2.881 2.88a0.567 0.567 0 0 1 -0.864 -0.063A11.993 11.993 0 0 1 6.771 2.7a11.99 11.99 0 0 1 14.637 -0.405 0.566 0.566 0 0 1 0.232 0.418 0.57 0.57 0 0 1 -0.168 0.448Zm-7.118 12.261a3.427 3.427 0 1 0 0 -6.854 3.427 3.427 0 0 0 0 6.854Z" fill="#fff" stroke-width="1"></path></svg>
|
||||
|
Before Width: | Height: | Size: 823 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><circle cx="64" cy="64" r="20" fill="#fff"/><path fill="#fff" fill-opacity=".4" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#fff" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.322-1.32 3.37-1.53 5.033-.678A35.847 35.847 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||
|
After Width: | Height: | Size: 836 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><circle cx="64" cy="64" r="20" fill="#6C47FF"/><path fill="#BAB1FF" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#6C47FF" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.322-1.32 3.37-1.53 5.033-.678A35.847 35.847 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||
|
After Width: | Height: | Size: 827 B |
@@ -1 +0,0 @@
|
||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m21.47 20.829 -2.881 -2.881a0.572 0.572 0 0 0 -0.7 -0.084 6.854 6.854 0 0 1 -7.081 0 0.576 0.576 0 0 0 -0.7 0.084l-2.881 2.881a0.576 0.576 0 0 0 -0.103 0.69 0.57 0.57 0 0 0 0.166 0.186 12 12 0 0 0 14.113 0 0.58 0.58 0 0 0 0.239 -0.423 0.576 0.576 0 0 0 -0.172 -0.453Zm0.002 -17.668 -2.88 2.88a0.569 0.569 0 0 1 -0.701 0.084A6.857 6.857 0 0 0 8.724 8.08a6.862 6.862 0 0 0 -1.222 3.692 6.86 6.86 0 0 0 0.978 3.764 0.573 0.573 0 0 1 -0.083 0.699l-2.881 2.88a0.567 0.567 0 0 1 -0.864 -0.063A11.993 11.993 0 0 1 6.771 2.7a11.99 11.99 0 0 1 14.637 -0.405 0.566 0.566 0 0 1 0.232 0.418 0.57 0.57 0 0 1 -0.168 0.448Zm-7.118 12.261a3.427 3.427 0 1 0 0 -6.854 3.427 3.427 0 0 0 0 6.854Z" fill="#111" stroke-width="1"></path></svg>
|
||||
|
Before Width: | Height: | Size: 823 B |
@@ -1,6 +1 @@
|
||||
<svg width="110" height="32" viewBox="0 0 110 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<ellipse cx="16.0003" cy="16" rx="4.99998" ry="5" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
||||
<path d="M25.0091 27.8382C25.4345 28.2636 25.3918 28.9679 24.8919 29.3027C22.3488 31.0062 19.2899 31.9997 15.9991 31.9997C12.7082 31.9997 9.64935 31.0062 7.10616 29.3027C6.60633 28.9679 6.56361 28.2636 6.98901 27.8382L10.6429 24.1843C10.9732 23.854 11.4855 23.8019 11.9012 24.0148C13.1303 24.6445 14.5232 24.9997 15.9991 24.9997C17.4749 24.9997 18.8678 24.6445 20.0969 24.0148C20.5126 23.8019 21.0249 23.854 21.3552 24.1843L25.0091 27.8382Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
||||
<path opacity="0.6" d="M24.8928 2.697C25.3926 3.0318 25.4353 3.73609 25.0099 4.16149L21.356 7.81544C21.0258 8.14569 20.5134 8.19785 20.0978 7.98491C18.8687 7.35525 17.4758 7 15.9999 7C11.0294 7 6.99997 11.0294 6.99997 16C6.99997 17.4759 7.35522 18.8688 7.98488 20.0979C8.19782 20.5136 8.14565 21.0259 7.81541 21.3561L4.16147 25.0101C3.73607 25.4355 3.03178 25.3927 2.69698 24.8929C0.993522 22.3497 0 19.2909 0 16C0 7.16344 7.16341 0 15.9999 0C19.2908 0 22.3496 0.993529 24.8928 2.697Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.405 21.2489C100.421 21.2324 100.442 21.2231 100.465 21.2231C100.493 21.2231 100.518 21.2375 100.533 21.2613L105.275 28.8821C105.321 28.9554 105.401 29 105.487 29L109.75 29C109.946 29 110.066 28.7848 109.963 28.6183L103.457 18.1226C103.399 18.0278 103.41 17.9056 103.485 17.823L109.752 10.908C109.898 10.7473 109.784 10.4901 109.567 10.4901H105.12C105.05 10.4901 104.983 10.5194 104.936 10.5711L97.6842 18.4755C97.5301 18.6435 97.25 18.5345 97.25 18.3065V3.25C97.25 3.11193 97.138 3 97 3H93.25C93.1119 3 93 3.11193 93 3.25V28.75C93 28.8881 93.1119 29 93.25 29L97 29C97.138 29 97.25 28.8881 97.25 28.75V24.7373C97.25 24.6741 97.2739 24.6132 97.317 24.567L100.405 21.2489ZM52.2502 3.25C52.2502 3.11193 52.3621 3 52.5002 3H56.2501C56.3882 3 56.5001 3.11193 56.5001 3.25V28.75C56.5001 28.8881 56.3882 29 56.2501 29H52.5002C52.3621 29 52.2502 28.8881 52.2502 28.75V3.25ZM46.958 23.5912C46.8584 23.5052 46.7094 23.5117 46.6137 23.602C46.0293 24.1537 45.3447 24.595 44.5947 24.9028C43.7719 25.2407 42.8873 25.4108 41.995 25.4028C41.2415 25.4252 40.4913 25.2963 39.7906 25.0241C39.09 24.7519 38.4537 24.3422 37.9209 23.8202C36.9531 22.8322 36.396 21.4215 36.396 19.7399C36.396 16.3735 38.6356 14.0709 41.995 14.0709C42.896 14.0585 43.7888 14.241 44.6094 14.6052C45.3533 14.9355 46.0214 15.4077 46.5748 15.9934C46.6694 16.0936 46.8266 16.1052 46.9309 16.015L49.4625 13.8244C49.5659 13.7349 49.5785 13.5786 49.4873 13.4767C47.583 11.3488 44.5997 10.25 41.7627 10.25C36.0506 10.25 32.0003 14.1031 32.0003 19.7719C32.0003 22.5756 33.0069 24.9365 34.7044 26.6036C36.402 28.2707 38.8203 29.25 41.6108 29.25C45.1097 29.25 47.9259 27.9082 49.577 26.187C49.6739 26.086 49.6632 25.9252 49.5572 25.8338L46.958 23.5912ZM77.1575 20.9877C77.1436 21.1129 77.0371 21.2066 76.9111 21.2066H63.7746C63.615 21.2066 63.4961 21.3546 63.5377 21.5087C64.1913 23.9314 66.1398 25.3973 68.7994 25.3973C69.6959 25.4161 70.5846 25.2317 71.3968 24.8582C72.1536 24.5102 72.8249 24.0068 73.3659 23.3828C73.4314 23.3073 73.5454 23.2961 73.622 23.3602L76.2631 25.6596C76.3641 25.7476 76.3782 25.8999 76.2915 26.0021C74.697 27.8832 72.1135 29.25 68.5683 29.25C63.1142 29.25 59.0001 25.4731 59.0001 19.7348C59.0001 16.9197 59.9693 14.559 61.5847 12.8921C62.4374 12.0349 63.4597 11.3584 64.5882 10.9043C65.7168 10.4502 66.9281 10.2281 68.1473 10.2517C73.6753 10.2517 77.25 14.1394 77.25 19.5075C77.2431 20.0021 77.2123 20.4961 77.1575 20.9877ZM63.6166 17.5038C63.5702 17.6581 63.6894 17.8084 63.8505 17.8084H72.5852C72.7467 17.8084 72.8659 17.6572 72.8211 17.5021C72.2257 15.4416 70.7153 14.0666 68.3696 14.0666C67.6796 14.0447 66.993 14.1696 66.3565 14.4326C65.7203 14.6957 65.149 15.0908 64.6823 15.5907C64.1914 16.1473 63.8285 16.7998 63.6166 17.5038ZM90.2473 10.2527C90.3864 10.2512 90.5 10.3636 90.5 10.5027V14.7013C90.5 14.8469 90.3762 14.9615 90.2311 14.9508C89.8258 14.9207 89.4427 14.8952 89.1916 14.8952C85.9204 14.8952 84 17.1975 84 20.2195V28.75C84 28.8881 83.8881 29 83.75 29H80C79.862 29 79.75 28.8881 79.75 28.75V10.7623C79.75 10.6242 79.862 10.5123 80 10.5123H83.75C83.8881 10.5123 84 10.6242 84 10.7623V13.287C84 13.3013 84.0116 13.3128 84.0258 13.3128C84.034 13.3128 84.0416 13.3089 84.0465 13.3024C85.5124 11.3448 87.676 10.2559 89.9617 10.2559L90.2473 10.2527Z" fill="white" style="fill:white;fill:white;fill-opacity:1;"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 441 128"><path fill="#fff" d="M166.971 40.917c11.605 0 23.824 4.606 31.392 13.519a.14.14 0 0 1-.015.196l-11.393 9.858a.141.141 0 0 1-.198-.013 24.393 24.393 0 0 0-8.422-6.174 24.897 24.897 0 0 0-10.437-2.133c-13.41 0-22.35 9.192-22.35 22.63 0 6.713 2.223 12.345 6.087 16.29a22.093 22.093 0 0 0 7.464 4.805 22.461 22.461 0 0 0 8.799 1.511 26.7 26.7 0 0 0 10.378-1.996 26.24 26.24 0 0 0 8.635-5.752.141.141 0 0 1 .192-.007l11.645 10.047a.14.14 0 0 1 .013.2c-6.497 7.175-17.999 12.866-32.397 12.866-11.139 0-20.793-3.91-27.569-10.565C132.019 99.545 128 90.12 128 78.928c0-22.63 16.169-38.01 38.971-38.01Zm105.326.007c22.067 0 36.337 15.52 36.337 36.95a61.277 61.277 0 0 1-.457 6.659.141.141 0 0 1-.14.123h-54.261a.14.14 0 0 0-.136.171c2.321 10.287 10.27 16.557 21.26 16.557 3.579.075 7.126-.66 10.369-2.151a23.251 23.251 0 0 0 8.236-6.335.14.14 0 0 1 .199-.019l.447.373 11.163 9.719a.14.14 0 0 1 .018.194c-6.316 7.834-16.808 13.599-31.355 13.599-21.772 0-38.196-15.077-38.196-37.983 0-11.238 3.87-20.663 10.319-27.317a35.7 35.7 0 0 1 11.989-7.934 36.2 36.2 0 0 1 14.208-2.606Zm-46.636-28.948a.14.14 0 0 1 .141.14v103.509a.14.14 0 0 1-.141.141h-16.684a.14.14 0 0 1-.141-.141V12.117c0-.078.063-.141.141-.141h16.684Zm135.724 28.943a.14.14 0 0 1 .142.14v18.553c0 .081-.07.146-.151.14-1.944-.147-3.88-.29-5.072-.29-13.058 0-20.725 9.19-20.725 21.253v34.91a.14.14 0 0 1-.141.141h-16.683a.14.14 0 0 1-.141-.141v-73.52a.14.14 0 0 1 .141-.14h16.683a.14.14 0 0 1 .141.14V53.04c0 .057.047.103.104.103a.105.105 0 0 0 .083-.041c5.851-7.815 14.488-12.162 23.613-12.162l2.006-.022Zm26.947-28.943a.14.14 0 0 1 .141.14v63.165c0 .129.157.19.244.095l30.691-33.455a.142.142 0 0 1 .104-.046h20.063c.122 0 .187.145.105.236l-26.752 29.515a.142.142 0 0 0-.016.17l27.119 43.755a.14.14 0 0 1-.119.215h-19.033a.14.14 0 0 1-.12-.067l-19.234-30.912a.14.14 0 0 0-.119-.066h-.18a.144.144 0 0 0-.104.045l-12.612 13.55a.14.14 0 0 0-.037.096v17.213a.14.14 0 0 1-.141.141h-16.685a.14.14 0 0 1-.14-.141V12.117a.14.14 0 0 1 .14-.141h16.685ZM273.184 56.153a19.44 19.44 0 0 0-8.036 1.46 19.154 19.154 0 0 0-6.683 4.624 20.438 20.438 0 0 0-4.538 8.68.14.14 0 0 0 .135.173h37.036a.14.14 0 0 0 .135-.174c-2.156-8.804-8.293-14.763-18.049-14.763Z"/><circle cx="64" cy="64" r="20" fill="#fff"/><path fill="#fff" fill-opacity=".4" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#fff" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.321-1.32 3.37-1.53 5.033-.678A35.846 35.846 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -1,6 +1 @@
|
||||
<svg width="110" height="32" viewBox="0 0 110 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<ellipse cx="16.0003" cy="16" rx="4.99998" ry="5" fill="#6C47FF" style="fill:#6C47FF;fill:color(display-p3 0.4235 0.2784 1.0000);fill-opacity:1;"/>
|
||||
<path d="M25.0091 27.8382C25.4345 28.2636 25.3918 28.9679 24.8919 29.3027C22.3488 31.0062 19.2899 31.9997 15.999 31.9997C12.7082 31.9997 9.64934 31.0062 7.10615 29.3027C6.60632 28.9679 6.56361 28.2636 6.989 27.8382L10.6429 24.1843C10.9732 23.854 11.4855 23.8019 11.9012 24.0148C13.1302 24.6445 14.5232 24.9997 15.999 24.9997C17.4749 24.9997 18.8678 24.6445 20.0969 24.0148C20.5126 23.8019 21.0249 23.854 21.3552 24.1843L25.0091 27.8382Z" fill="#6C47FF" style="fill:#6C47FF;fill:color(display-p3 0.4235 0.2784 1.0000);fill-opacity:1;"/>
|
||||
<path d="M24.8928 2.697C25.3926 3.0318 25.4353 3.73609 25.0099 4.16149L21.356 7.81544C21.0258 8.14569 20.5134 8.19785 20.0978 7.98491C18.8687 7.35525 17.4758 7 15.9999 7C11.0294 7 6.99997 11.0294 6.99997 16C6.99997 17.4759 7.35522 18.8688 7.98488 20.0979C8.19782 20.5136 8.14565 21.0259 7.81541 21.3561L4.16147 25.0101C3.73607 25.4355 3.03178 25.3927 2.69698 24.8929C0.993522 22.3497 0 19.2909 0 16C0 7.16344 7.16341 0 15.9999 0C19.2908 0 22.3496 0.993529 24.8928 2.697Z" fill="#BAB1FF" style="fill:#BAB1FF;fill:color(display-p3 0.7294 0.6941 1.0000);fill-opacity:1;"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.405 21.2489C100.421 21.2324 100.442 21.2231 100.465 21.2231C100.493 21.2231 100.518 21.2375 100.533 21.2613L105.275 28.8821C105.321 28.9554 105.401 29 105.487 29L109.75 29C109.946 29 110.066 28.7848 109.963 28.6183L103.457 18.1226C103.399 18.0278 103.41 17.9056 103.485 17.823L109.752 10.908C109.898 10.7473 109.784 10.4901 109.567 10.4901H105.12C105.05 10.4901 104.983 10.5194 104.936 10.5711L97.6842 18.4755C97.5301 18.6435 97.25 18.5345 97.25 18.3065V3.25C97.25 3.11193 97.138 3 97 3H93.25C93.1119 3 93 3.11193 93 3.25V28.75C93 28.8881 93.1119 29 93.25 29L97 29C97.138 29 97.25 28.8881 97.25 28.75V24.7373C97.25 24.6741 97.2739 24.6132 97.317 24.567L100.405 21.2489ZM52.2502 3.25C52.2502 3.11193 52.3621 3 52.5002 3H56.2501C56.3882 3 56.5001 3.11193 56.5001 3.25V28.75C56.5001 28.8881 56.3882 29 56.2501 29H52.5002C52.3621 29 52.2502 28.8881 52.2502 28.75V3.25ZM46.958 23.5912C46.8584 23.5052 46.7094 23.5117 46.6137 23.602C46.0293 24.1537 45.3447 24.595 44.5947 24.9028C43.7719 25.2407 42.8873 25.4108 41.995 25.4028C41.2415 25.4252 40.4913 25.2963 39.7906 25.0241C39.09 24.7519 38.4537 24.3422 37.9209 23.8202C36.9531 22.8322 36.396 21.4215 36.396 19.7399C36.396 16.3735 38.6356 14.0709 41.995 14.0709C42.896 14.0585 43.7888 14.241 44.6094 14.6052C45.3533 14.9355 46.0214 15.4077 46.5748 15.9934C46.6694 16.0936 46.8266 16.1052 46.9309 16.015L49.4625 13.8244C49.5659 13.7349 49.5785 13.5786 49.4873 13.4767C47.583 11.3488 44.5997 10.25 41.7627 10.25C36.0506 10.25 32.0003 14.1031 32.0003 19.7719C32.0003 22.5756 33.0069 24.9365 34.7044 26.6036C36.402 28.2707 38.8203 29.25 41.6108 29.25C45.1097 29.25 47.9259 27.9082 49.577 26.187C49.6739 26.086 49.6632 25.9252 49.5572 25.8338L46.958 23.5912ZM77.1575 20.9877C77.1436 21.1129 77.0371 21.2066 76.9111 21.2066H63.7746C63.615 21.2066 63.4961 21.3546 63.5377 21.5087C64.1913 23.9314 66.1398 25.3973 68.7994 25.3973C69.6959 25.4161 70.5846 25.2317 71.3968 24.8582C72.1536 24.5102 72.8249 24.0068 73.3659 23.3828C73.4314 23.3073 73.5454 23.2961 73.622 23.3602L76.2631 25.6596C76.3641 25.7476 76.3782 25.8999 76.2915 26.0021C74.697 27.8832 72.1135 29.25 68.5683 29.25C63.1142 29.25 59.0001 25.4731 59.0001 19.7348C59.0001 16.9197 59.9693 14.559 61.5847 12.8921C62.4374 12.0349 63.4597 11.3584 64.5882 10.9043C65.7168 10.4502 66.9281 10.2281 68.1473 10.2517C73.6753 10.2517 77.25 14.1394 77.25 19.5075C77.2431 20.0021 77.2123 20.4961 77.1575 20.9877ZM63.6166 17.5038C63.5702 17.6581 63.6894 17.8084 63.8505 17.8084H72.5852C72.7467 17.8084 72.8659 17.6572 72.8211 17.5021C72.2257 15.4416 70.7153 14.0666 68.3696 14.0666C67.6796 14.0447 66.993 14.1696 66.3565 14.4326C65.7203 14.6957 65.149 15.0908 64.6823 15.5907C64.1914 16.1473 63.8285 16.7998 63.6166 17.5038ZM90.2473 10.2527C90.3864 10.2512 90.5 10.3636 90.5 10.5027V14.7013C90.5 14.8469 90.3762 14.9615 90.2311 14.9508C89.8258 14.9207 89.4427 14.8952 89.1916 14.8952C85.9204 14.8952 84 17.1975 84 20.2195V28.75C84 28.8881 83.8881 29 83.75 29H80C79.862 29 79.75 28.8881 79.75 28.75V10.7623C79.75 10.6242 79.862 10.5123 80 10.5123H83.75C83.8881 10.5123 84 10.6242 84 10.7623V13.287C84 13.3013 84.0116 13.3128 84.0258 13.3128C84.034 13.3128 84.0416 13.3089 84.0465 13.3024C85.5124 11.3448 87.676 10.2559 89.9617 10.2559L90.2473 10.2527Z" fill="#131316" style="fill:#131316;fill:color(display-p3 0.0745 0.0745 0.0863);fill-opacity:1;"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 441 128"><path fill="#131316" d="M166.971 40.917c11.605 0 23.824 4.606 31.392 13.519a.14.14 0 0 1-.015.196l-11.393 9.858a.141.141 0 0 1-.198-.013 24.393 24.393 0 0 0-8.422-6.174 24.897 24.897 0 0 0-10.437-2.133c-13.41 0-22.35 9.192-22.35 22.63 0 6.713 2.223 12.345 6.087 16.29a22.093 22.093 0 0 0 7.464 4.805 22.461 22.461 0 0 0 8.799 1.511 26.7 26.7 0 0 0 10.378-1.996 26.24 26.24 0 0 0 8.635-5.752.141.141 0 0 1 .192-.007l11.645 10.047a.14.14 0 0 1 .013.2c-6.497 7.175-17.999 12.866-32.397 12.866-11.139 0-20.793-3.91-27.569-10.565C132.019 99.545 128 90.12 128 78.928c0-22.63 16.169-38.01 38.971-38.01Zm105.326.007c22.067 0 36.337 15.52 36.337 36.95a61.277 61.277 0 0 1-.457 6.659.141.141 0 0 1-.14.123h-54.261a.14.14 0 0 0-.136.171c2.321 10.287 10.27 16.557 21.26 16.557 3.579.075 7.126-.66 10.369-2.151a23.251 23.251 0 0 0 8.236-6.335.14.14 0 0 1 .199-.019l.447.373 11.163 9.719a.14.14 0 0 1 .018.194c-6.316 7.834-16.808 13.599-31.355 13.599-21.772 0-38.196-15.077-38.196-37.983 0-11.238 3.87-20.663 10.319-27.317a35.7 35.7 0 0 1 11.989-7.934 36.2 36.2 0 0 1 14.208-2.606Zm-46.636-28.948a.14.14 0 0 1 .141.14v103.509a.14.14 0 0 1-.141.141h-16.684a.14.14 0 0 1-.141-.141V12.117c0-.078.063-.141.141-.141h16.684Zm135.724 28.943a.14.14 0 0 1 .142.14v18.553c0 .081-.07.146-.151.14-1.944-.147-3.88-.29-5.072-.29-13.058 0-20.725 9.19-20.725 21.253v34.91a.14.14 0 0 1-.141.141h-16.683a.14.14 0 0 1-.141-.141v-73.52a.14.14 0 0 1 .141-.14h16.683a.14.14 0 0 1 .141.14V53.04c0 .057.047.103.104.103a.105.105 0 0 0 .083-.041c5.851-7.815 14.488-12.162 23.613-12.162l2.006-.022Zm26.947-28.943a.14.14 0 0 1 .141.14v63.165c0 .129.157.19.244.095l30.691-33.455a.142.142 0 0 1 .104-.046h20.063c.122 0 .187.145.105.236l-26.752 29.515a.142.142 0 0 0-.016.17l27.119 43.755a.14.14 0 0 1-.119.215h-19.033a.14.14 0 0 1-.12-.067l-19.234-30.912a.14.14 0 0 0-.119-.066h-.18a.144.144 0 0 0-.104.045l-12.612 13.55a.14.14 0 0 0-.037.096v17.213a.14.14 0 0 1-.141.141h-16.685a.14.14 0 0 1-.14-.141V12.117a.14.14 0 0 1 .14-.141h16.685ZM273.184 56.153a19.44 19.44 0 0 0-8.036 1.46 19.154 19.154 0 0 0-6.683 4.624 20.438 20.438 0 0 0-4.538 8.68.14.14 0 0 0 .135.173h37.036a.14.14 0 0 0 .135-.174c-2.156-8.804-8.293-14.763-18.049-14.763Z"/><circle cx="64" cy="64" r="20" fill="#6C47FF"/><path fill="#BAB1FF" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#6C47FF" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.321-1.32 3.37-1.53 5.033-.678A35.846 35.846 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -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 |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
@@ -0,0 +1 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="#ffabe7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 15.9976C3 8.8228 8.81861 3 16 3C23.1819 3 29 8.82805 29 16.0024C29 23.1772 23.1814 29 16 29H14.9455V28.9531C8.2617 28.416 3 22.8178 3 15.9976ZM16.3233 26.8867C22.1898 26.7156 26.891 21.9051 26.891 16.0024C26.891 9.99097 22.0156 5.1086 16 5.1086C9.98391 5.1086 5.10898 9.98681 5.10898 15.9976C5.10898 22.0082 9.98834 26.8867 16 26.8867H16.3233Z" fill="#b8509a"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7367 6.4736C10.5922 6.42811 10.4423 6.38094 10.2861 6.32797L10.9637 4.33118C11.026 4.3523 11.1381 4.38804 11.2689 4.42976C11.504 4.50472 11.7997 4.599 11.9758 4.66251L11.9852 4.66592L11.9946 4.66951C12.0428 4.68793 12.0945 4.70746 12.1486 4.72794C12.4214 4.83111 12.758 4.9584 13.0391 5.08986L13.0516 5.0957L13.1073 5.12355C13.2396 5.18522 13.4382 5.2799 13.6037 5.35876C13.6966 5.40304 13.779 5.44232 13.8333 5.46798L13.8585 5.47985L13.883 5.49304C13.8887 5.49611 13.8954 5.49969 13.9029 5.50373C13.9599 5.53426 14.0662 5.59114 14.1682 5.65347L14.1962 5.67057L14.2041 5.67611C14.2156 5.68281 14.2314 5.69176 14.2509 5.7026C14.2679 5.71208 14.2843 5.72109 14.3007 5.7301C14.3039 5.73187 14.3071 5.73364 14.3103 5.73541C14.3193 5.74038 14.3296 5.74603 14.3388 5.75116L14.3395 5.75152C14.3441 5.75413 14.3561 5.76078 14.3698 5.76882C14.3823 5.77598 14.4014 5.78691 14.4254 5.8006C14.4987 5.84244 14.6172 5.91007 14.7273 5.9745C14.8406 6.04087 15.0136 6.1431 15.1416 6.23283C15.2787 6.31705 15.4295 6.42148 15.5299 6.49101C15.548 6.50354 15.5644 6.51493 15.5788 6.52487C15.656 6.57187 15.7316 6.62516 15.7842 6.66284C15.8594 6.71675 15.9413 6.77782 16.016 6.83397C16.0505 6.85991 16.082 6.88371 16.1118 6.9062C16.1514 6.93611 16.188 6.96372 16.2244 6.99099C16.2545 7.0135 16.2796 7.03205 16.2998 7.04675C16.3098 7.05402 16.3176 7.05959 16.3234 7.06371C16.3284 7.06724 16.3308 7.06883 16.3309 7.06892L16.3584 7.08723L16.3849 7.10738C17.5487 7.99395 18.5851 9.03555 19.4697 10.1964L19.4706 10.1975L19.4714 10.1986C20.4493 11.4888 21.2214 12.921 21.7569 14.4452C23.3523 18.9013 22.8831 24.0495 20.3756 28.1134L18.5807 27.0063C20.7416 23.5041 21.1577 19.0256 19.7704 15.1532L19.7692 15.15L19.7681 15.1468C19.3059 13.8303 18.6385 12.5911 17.7913 11.4731C17.0248 10.4675 16.1297 9.56695 15.128 8.80088C15.0726 8.76245 15.0112 8.71685 14.9609 8.67926C14.9229 8.65083 14.8782 8.61709 14.8341 8.58383C14.8045 8.5615 14.7752 8.53937 14.7484 8.51923C14.676 8.46479 14.6102 8.41586 14.5558 8.37683C14.5072 8.34206 14.487 8.32922 14.4872 8.32902C14.4872 8.32901 14.4873 8.32905 14.4874 8.32913L14.456 8.31148L14.4194 8.28665C14.3656 8.25009 14.3176 8.2169 14.2736 8.18647C14.1771 8.11967 14.0998 8.06619 14.0213 8.01962L13.97 7.98913L13.9224 7.95304C13.9254 7.95529 13.9251 7.95514 13.921 7.95236C13.9131 7.94715 13.8914 7.93273 13.8508 7.9075C13.7973 7.87429 13.7316 7.8351 13.6614 7.79401C13.5619 7.73573 13.4713 7.68402 13.3996 7.64312C13.3661 7.62403 13.3368 7.6073 13.3126 7.59336L13.3105 7.59211C13.3067 7.59004 13.3013 7.58703 13.2931 7.58252C13.2906 7.58112 13.2878 7.57961 13.2849 7.578C13.2686 7.56904 13.2469 7.55707 13.2247 7.54474C13.1988 7.53033 13.1674 7.51262 13.1368 7.49472C13.12 7.48492 13.0888 7.46656 13.0539 7.44389C13.011 7.4183 12.9649 7.39355 12.9101 7.36409C12.9092 7.36365 12.9084 7.36321 12.9076 7.36278C12.842 7.33172 12.7604 7.29279 12.6737 7.25146C12.5106 7.17371 12.3297 7.08746 12.2041 7.02905L12.1906 7.02276L12.1338 6.99439C11.9347 6.90208 11.6963 6.81171 11.4293 6.71048C11.3713 6.68848 11.3119 6.66596 11.2513 6.6428C11.0867 6.58373 10.9158 6.52995 10.7367 6.4736ZM13.3128 7.59342C13.314 7.59407 13.3145 7.59437 13.3145 7.59438ZM13.3128 7.59342C13.314 7.59407 13.3145 7.59437 13.3145 7.59438Z" fill="#b8509a"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.1774 11.4919C18.3601 10.9172 21.2971 9.13207 23.3058 6.59106L24.9603 7.89856C22.639 10.8351 19.2503 12.8992 15.5519 13.567L15.5517 13.567C13.7102 13.899 11.8181 13.9102 9.97124 13.5716C8.12939 13.2433 6.35208 12.5821 4.74463 11.6168L5.83052 9.8092C7.21568 10.641 8.75086 11.2125 10.3439 11.4962L10.3466 11.4967L10.3494 11.4972C11.9374 11.7886 13.5744 11.7809 15.1772 11.4919" fill="#b8509a"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.54309 26.6889C11.3436 17.5014 20.7066 12.4275 28.364 14.5146L27.8093 16.5489C21.3092 14.7773 13.1728 19.1338 11.6127 27.0943L9.54309 26.6889Z" fill="#b8509a"/></svg>
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -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 |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 666.667 666.667"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 700h700V0H0Z"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 -133.333 800)"><path d="M0 0c0 138.071-111.929 250-250 250S-500 138.071-500 0c0-117.245 80.715-215.622 189.606-242.638v166.242h-51.552V0h51.552v32.919c0 85.092 38.508 124.532 122.048 124.532 15.838 0 43.167-3.105 54.347-6.211V81.986c-5.901.621-16.149.932-28.882.932-40.993 0-56.832-15.528-56.832-55.9V0h81.659l-14.028-76.396h-67.631v-171.773C-95.927-233.218 0-127.818 0 0" style="fill:#0866ff;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="translate(600 350)"/><path d="m0 0 14.029 76.396H-67.63v27.019c0 40.372 15.838 55.899 56.831 55.899 12.733 0 22.981-.31 28.882-.931v69.253c-11.18 3.106-38.509 6.212-54.347 6.212-83.539 0-122.048-39.441-122.048-124.533V76.396h-51.552V0h51.552v-166.242a250.559 250.559 0 0 1 60.394-7.362c10.254 0 20.358.632 30.288 1.831V0Z" style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="translate(447.918 273.604)"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="102.28 102.2 886 158.33"><path fill="#0866FF" d="M881.583 257.897h29.48v-47.696l41.137 47.696h36.072l-47.89-54.969 40.909-47.663h-32.825l-37.403 43.93v-96.982l-29.48 3.864v151.82Zm-67.988-105.261c-32.728 0-55.455 22.013-55.455 53.929s22.727 53.929 55.455 53.929c32.727 0 55.455-22.013 55.455-53.929s-22.728-53.929-55.455-53.929Zm0 82.728c-15.163 0-25.552-11.721-25.552-28.799s10.389-28.799 25.552-28.799c15.162 0 25.552 11.721 25.552 28.799s-10.39 28.799-25.552 28.799Zm-119.807-82.728c-32.727 0-55.455 22.013-55.455 53.929s22.728 53.929 55.455 53.929c32.728 0 55.455-22.013 55.455-53.929s-22.727-53.929-55.455-53.929Zm0 82.728c-15.162 0-25.552-11.721-25.552-28.799s10.39-28.799 25.552-28.799c15.163 0 25.552 11.721 25.552 28.799s-10.389 28.799-25.552 28.799Zm-112.826-82.728c-13.636 0-24.935 5.357-32.013 15.162v-65.585l-29.513 3.831v151.82h26.169l.519-15.844c6.981 11.818 19.481 18.474 34.838 18.474 27.988 0 48.475-22.728 48.475-53.929 0-31.202-20.39-53.929-48.475-53.929Zm-6.98 82.728c-15.163 0-25.552-11.721-25.552-28.799s10.389-28.799 25.552-28.799c15.162 0 25.552 11.721 25.552 28.799s-10.39 28.799-25.552 28.799Zm-113.638 1.331c-15.649 0-26.883-7.273-30.714-19.805h72.63c.715-3.831 1.202-8.377 1.202-11.429 0-33.02-18.475-52.825-49.514-52.825-31.331 0-53.02 22.013-53.02 53.929 0 32.338 22.728 53.929 56.462 53.929 17.467 0 34.448-5.844 45.065-15.552l-10.617-18.701c-10.292 7.11-20.39 10.454-31.494 10.454Zm-6.591-61.137c13.637 0 22.338 8.279 22.338 21.104v.098h-47.078c2.825-13.604 11.623-21.202 24.74-21.202Zm-98.994 84.968c15.26 0 30.195-5.844 40.714-15.974l-11.526-19.383c-8.182 6.364-17.467 9.805-26.266 9.805-16.364 0-27.273-11.429-27.273-28.377s10.909-28.377 27.273-28.377c8.084 0 16.883 2.922 24.026 8.085l11.721-19.806c-9.481-8.571-24.156-13.831-38.702-13.831-32.013 0-54.643 22.338-54.643 53.929.032 31.494 22.662 53.929 54.676 53.929Zm-93.735-105.261-.519 15.975c-6.981-11.916-19.481-18.572-34.838-18.572-28.085 0-48.475 22.728-48.475 53.929 0 31.202 20.52 53.929 48.475 53.929 15.357 0 27.889-6.656 34.838-18.474l.519 15.844h26.169V155.265h-26.169Zm-28.377 80.099c-15.162 0-25.552-11.721-25.552-28.799s10.39-28.799 25.552-28.799c15.163 0 25.552 11.721 25.552 28.799s-10.422 28.799-25.552 28.799Zm-57.663-79.906h-26.526v-8.767c0-13.117 5.13-18.149 18.442-18.149 4.123 0 7.467.097 9.383.292v-22.5c-3.637-1.007-12.5-2.013-17.63-2.013-27.111 0-39.611 12.792-39.611 40.422v10.682h-16.753v24.806h16.753v77.631h29.448v-77.599h21.949l4.545-24.805Z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" fill="url(#a)" height="40" width="40"><defs><linearGradient x1="50%" x2="50%" y1="97.078%" y2="0%" id="a"><stop offset="0%" stop-color="#0062E0"/><stop offset="100%" stop-color="#19AFFF"/></linearGradient></defs><path d="M15 35.8C6.5 34.3 0 26.9 0 18 0 8.1 8.1 0 18 0s18 8.1 18 18c0 8.9-6.5 16.3-15 17.8l-1-.8h-4l-1 .8z"/><path fill="#FFF" d="m25 23 .8-5H21v-3.5c0-1.4.5-2.5 2.7-2.5H26V7.4c-1.3-.2-2.7-.4-4-.4-4.1 0-7 2.5-7 7v4h-4.5v5H15v12.7c1 .2 2 .3 3 .3s2-.1 3-.3V23h4z"/></svg>
|
||||
|
Before Width: | Height: | Size: 542 B |
|
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 8.0 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.28 32"><g data-name="Capa 2"><g data-name="Capa 1"><path d="m159.36 13.46-3 7.64h-.09l-3.13-7.64h-2.83L155 24.14l-2.68 5.94h2.75l7.23-16.62zm-21.2-6.34h-2.62v17.62h2.62zm-9.86 0H122v17.62h2.64v-6.67h3.67a5.59 5.59 0 0 0 5.78-5.47 5.6 5.6 0 0 0-5.79-5.48Zm.07 8.49h-3.73v-6h3.74a3 3 0 0 1 0 6Zm16.25-2.53a4.94 4.94 0 0 0-4.69 2.7l2.34 1a2.48 2.48 0 0 1 2.4-1.28 2.52 2.52 0 0 1 2.76 2.27v.18a5.73 5.73 0 0 0-2.73-.69c-2.51 0-5.07 1.38-5.07 4 0 2.36 2.05 3.88 4.37 3.88a3.66 3.66 0 0 0 3.34-1.72h.1v1.36H150V18c0-3.13-2.34-4.87-5.36-4.87Zm-.31 9.66c-.86 0-2.06-.44-2.06-1.5 0-1.36 1.49-1.88 2.79-1.88a4.67 4.67 0 0 1 2.4.59 3.19 3.19 0 0 1-3.13 2.79Zm-94.82 2.38A9.46 9.46 0 0 1 40 15.81a9.46 9.46 0 0 1 9.49-9.31 8.91 8.91 0 0 1 6.41 2.57l-1.81 1.79A6.51 6.51 0 0 0 49.49 9a6.77 6.77 0 0 0 0 13.54 6.25 6.25 0 0 0 4.72-1.87 5.26 5.26 0 0 0 1.39-3.2h-6.11V15h8.6a8.38 8.38 0 0 1 .13 1.59 8.37 8.37 0 0 1-2.21 6 8.57 8.57 0 0 1-6.52 2.53Zm22.03-6a5.94 5.94 0 1 1-11.87 0 5.94 5.94 0 1 1 11.87 0zm-2.6 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.9 0a5.93 5.93 0 1 1-11.86 0 5.93 5.93 0 1 1 11.86 0zm-2.59 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.57-5.63v10.77c0 4.42-2.63 6.24-5.73 6.24a5.75 5.75 0 0 1-5.34-3.5L89 26a3.33 3.33 0 0 0 3 2.13c2 0 3.22-1.23 3.22-3.52v-.86h-.1A4.12 4.12 0 0 1 92 25.12a6 6 0 0 1 0-12 4.18 4.18 0 0 1 3.16 1.34h.1v-1h2.54Zm-2.33 5.66a3.39 3.39 0 0 0-3.21-3.66 3.48 3.48 0 0 0-3.36 3.66 3.45 3.45 0 0 0 3.36 3.61 3.35 3.35 0 0 0 3.21-3.61Zm6.96-12.01v17.61h-2.64V7.14Zm10.4 13.96 2.06 1.36a6 6 0 0 1-5 2.66 5.81 5.81 0 0 1-5.89-6 5.52 5.52 0 0 1 10.75-2.18l.27.69-8 3.31a3.07 3.07 0 0 0 2.92 1.82 3.44 3.44 0 0 0 2.89-1.66zm-6.31-2.16 5.38-2.22a2.34 2.34 0 0 0-2.24-1.27 3.29 3.29 0 0 0-3.14 3.49z" style="fill:#fff"/><path d="M13.54 15.28.12 29.34a3.64 3.64 0 0 0 5.33 2.16l15.1-8.6z" style="fill:#ea4335"/><path d="m27.11 12.89-6.53-3.74-7.35 6.45 7.38 7.28 6.48-3.7a3.55 3.55 0 0 0 0-6.29z" style="fill:#fbbc04"/><path d="M.12 2.66a3.46 3.46 0 0 0-.12.92v24.84a3.66 3.66 0 0 0 .12.92L14 15.64Z" style="fill:#4285f4"/><path d="m13.64 16 6.94-6.85L5.5.51A3.72 3.72 0 0 0 3.63 0 3.64 3.64 0 0 0 .12 2.65Z" style="fill:#34a853"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.28 32"><g data-name="Capa 2"><g data-name="Capa 1"><path d="m159.36 13.46-3 7.64h-.09l-3.13-7.64h-2.83L155 24.14l-2.68 5.94h2.75l7.23-16.62zm-21.2-6.34h-2.62v17.62h2.62zm-9.86 0H122v17.62h2.64v-6.67h3.67a5.59 5.59 0 0 0 5.78-5.47 5.6 5.6 0 0 0-5.79-5.48Zm.07 8.49h-3.73v-6h3.74a3 3 0 0 1 0 6Zm16.25-2.53a4.94 4.94 0 0 0-4.69 2.7l2.34 1a2.48 2.48 0 0 1 2.4-1.28 2.52 2.52 0 0 1 2.76 2.27v.18a5.73 5.73 0 0 0-2.73-.69c-2.51 0-5.07 1.38-5.07 4 0 2.36 2.05 3.88 4.37 3.88a3.66 3.66 0 0 0 3.34-1.72h.1v1.36H150V18c0-3.13-2.34-4.87-5.36-4.87Zm-.31 9.66c-.86 0-2.06-.44-2.06-1.5 0-1.36 1.49-1.88 2.79-1.88a4.67 4.67 0 0 1 2.4.59 3.19 3.19 0 0 1-3.13 2.79Zm-94.82 2.38A9.46 9.46 0 0 1 40 15.81a9.46 9.46 0 0 1 9.49-9.31 8.91 8.91 0 0 1 6.41 2.57l-1.81 1.79A6.51 6.51 0 0 0 49.49 9a6.77 6.77 0 0 0 0 13.54 6.25 6.25 0 0 0 4.72-1.87 5.26 5.26 0 0 0 1.39-3.2h-6.11V15h8.6a8.38 8.38 0 0 1 .13 1.59 8.37 8.37 0 0 1-2.21 6 8.57 8.57 0 0 1-6.52 2.53Zm22.03-6a5.94 5.94 0 1 1-11.87 0 5.94 5.94 0 1 1 11.87 0zm-2.6 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.9 0a5.93 5.93 0 1 1-11.86 0 5.93 5.93 0 1 1 11.86 0zm-2.59 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.57-5.63v10.77c0 4.42-2.63 6.24-5.73 6.24a5.75 5.75 0 0 1-5.34-3.5L89 26a3.33 3.33 0 0 0 3 2.13c2 0 3.22-1.23 3.22-3.52v-.86h-.1A4.12 4.12 0 0 1 92 25.12a6 6 0 0 1 0-12 4.18 4.18 0 0 1 3.16 1.34h.1v-1h2.54Zm-2.33 5.66a3.39 3.39 0 0 0-3.21-3.66 3.48 3.48 0 0 0-3.36 3.66 3.45 3.45 0 0 0 3.36 3.61 3.35 3.35 0 0 0 3.21-3.61Zm6.96-12.01v17.61h-2.64V7.14Zm10.4 13.96 2.06 1.36a6 6 0 0 1-5 2.66 5.81 5.81 0 0 1-5.89-6 5.52 5.52 0 0 1 10.75-2.18l.27.69-8 3.31a3.07 3.07 0 0 0 2.92 1.82 3.44 3.44 0 0 0 2.89-1.66zm-6.31-2.16 5.38-2.22a2.34 2.34 0 0 0-2.24-1.27 3.29 3.29 0 0 0-3.14 3.49z" style="fill:#5f6368"/><path d="M13.54 15.28.12 29.34a3.64 3.64 0 0 0 5.33 2.16l15.1-8.6z" style="fill:#ea4335"/><path d="m27.11 12.89-6.53-3.74-7.35 6.45 7.38 7.28 6.48-3.7a3.55 3.55 0 0 0 0-6.29z" style="fill:#fbbc04"/><path d="M.12 2.66a3.46 3.46 0 0 0-.12.92v24.84a3.66 3.66 0 0 0 .12.92L14 15.64Z" style="fill:#4285f4"/><path d="m13.64 16 6.94-6.85L5.5.51A3.72 3.72 0 0 0 3.63 0 3.64 3.64 0 0 0 .12 2.65Z" style="fill:#34a853"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 466 511.98"><g fill-rule="nonzero"><path fill="#EA4335" d="M199.9 237.8 1.4 470.17c7.22 24.57 30.16 41.81 55.8 41.81 11.16 0 20.93-2.79 29.3-8.37l244.16-139.46L199.9 237.8z"/><path fill="#FBBC04" d="m433.91 205.1-104.65-60-111.61 110.22 113.01 108.83 104.64-58.6c18.14-9.77 30.7-29.3 30.7-50.23-1.4-20.93-13.95-40.46-32.09-50.22z"/><path fill="#34A853" d="M199.42 273.45 329.27 145.1 87.9 8.37C79.53 2.79 68.36 0 57.2 0 30.7 0 6.98 18.14 1.4 41.86l198.02 231.59z"/><path fill="#4285F4" d="M1.39 41.86C0 46.04 0 51.63 0 57.2v397.64c0 5.57 0 9.76 1.4 15.34l216.27-214.86L1.39 41.86z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 793 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="#e10098"><style>svg{fill:color(display-p3 0.8824 0 0.5961);}</style><path fill-rule="evenodd" clip-rule="evenodd" d="M50 6.90308L87.323 28.4515V71.5484L50 93.0968L12.677 71.5484V28.4515L50 6.90308ZM16.8647 30.8693V62.5251L44.2795 15.0414L16.8647 30.8693ZM50 13.5086L18.3975 68.2457H81.6025L50 13.5086ZM77.4148 72.4334H22.5852L50 88.2613L77.4148 72.4334ZM83.1353 62.5251L55.7205 15.0414L83.1353 30.8693V62.5251Z"/><circle cx="50" cy="9.3209" r="8.82"/><circle cx="85.2292" cy="29.6605" r="8.82"/><circle cx="85.2292" cy="70.3396" r="8.82"/><circle cx="50" cy="90.6791" r="8.82"/><circle cx="14.7659" cy="70.3396" r="8.82"/><circle cx="14.7659" cy="29.6605" r="8.82"/></svg>
|
||||
<svg id="svgl_graphql" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="#e10098"><style>#svgl_graphql{fill:color(display-p3 0.8824 0 0.5961);}</style><path fill-rule="evenodd" clip-rule="evenodd" d="M50 6.90308L87.323 28.4515V71.5484L50 93.0968L12.677 71.5484V28.4515L50 6.90308ZM16.8647 30.8693V62.5251L44.2795 15.0414L16.8647 30.8693ZM50 13.5086L18.3975 68.2457H81.6025L50 13.5086ZM77.4148 72.4334H22.5852L50 88.2613L77.4148 72.4334ZM83.1353 62.5251L55.7205 15.0414L83.1353 30.8693V62.5251Z"/><circle cx="50" cy="9.3209" r="8.82"/><circle cx="85.2292" cy="29.6605" r="8.82"/><circle cx="85.2292" cy="70.3396" r="8.82"/><circle cx="50" cy="90.6791" r="8.82"/><circle cx="14.7659" cy="70.3396" r="8.82"/><circle cx="14.7659" cy="29.6605" r="8.82"/></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 769 B |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#0A0A08" d="M128 23.064c34.177 0 38.225.13 51.722.745 12.48.57 19.258 2.655 23.769 4.408 5.974 2.322 10.238 5.096 14.717 9.575 4.48 4.479 7.253 8.743 9.575 14.717 1.753 4.511 3.838 11.289 4.408 23.768.615 13.498.745 17.546.745 51.723 0 34.178-.13 38.226-.745 51.723-.57 12.48-2.655 19.257-4.408 23.768-2.322 5.974-5.096 10.239-9.575 14.718-4.479 4.479-8.743 7.253-14.717 9.574-4.511 1.753-11.289 3.839-23.769 4.408-13.495.616-17.543.746-51.722.746-34.18 0-38.228-.13-51.723-.746-12.48-.57-19.257-2.655-23.768-4.408-5.974-2.321-10.239-5.095-14.718-9.574-4.479-4.48-7.253-8.744-9.574-14.718-1.753-4.51-3.839-11.288-4.408-23.768-.616-13.497-.746-17.545-.746-51.723 0-34.177.13-38.225.746-51.722.57-12.48 2.655-19.258 4.408-23.769 2.321-5.974 5.095-10.238 9.574-14.717 4.48-4.48 8.744-7.253 14.718-9.575 4.51-1.753 11.288-3.838 23.768-4.408 13.497-.615 17.545-.745 51.723-.745M128 0C93.237 0 88.878.147 75.226.77c-13.625.622-22.93 2.786-31.071 5.95-8.418 3.271-15.556 7.648-22.672 14.764C14.367 28.6 9.991 35.738 6.72 44.155 3.555 52.297 1.392 61.602.77 75.226.147 88.878 0 93.237 0 128c0 34.763.147 39.122.77 52.774.622 13.625 2.785 22.93 5.95 31.071 3.27 8.417 7.647 15.556 14.763 22.672 7.116 7.116 14.254 11.492 22.672 14.763 8.142 3.165 17.446 5.328 31.07 5.95 13.653.623 18.012.77 52.775.77s39.122-.147 52.774-.77c13.624-.622 22.929-2.785 31.07-5.95 8.418-3.27 15.556-7.647 22.672-14.763 7.116-7.116 11.493-14.254 14.764-22.672 3.164-8.142 5.328-17.446 5.95-31.07.623-13.653.77-18.012.77-52.775s-.147-39.122-.77-52.774c-.622-13.624-2.786-22.929-5.95-31.07-3.271-8.418-7.648-15.556-14.764-22.672C227.4 14.368 220.262 9.99 211.845 6.72c-8.142-3.164-17.447-5.328-31.071-5.95C167.122.147 162.763 0 128 0Zm0 62.27C91.698 62.27 62.27 91.7 62.27 128c0 36.302 29.428 65.73 65.73 65.73 36.301 0 65.73-29.428 65.73-65.73 0-36.301-29.429-65.73-65.73-65.73Zm0 108.397c-23.564 0-42.667-19.103-42.667-42.667S104.436 85.333 128 85.333s42.667 19.103 42.667 42.667-19.103 42.667-42.667 42.667Zm83.686-110.994c0 8.484-6.876 15.36-15.36 15.36-8.483 0-15.36-6.876-15.36-15.36 0-8.483 6.877-15.36 15.36-15.36 8.484 0 15.36 6.877 15.36 15.36Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#fff" d="M128 23.064c34.177 0 38.225.13 51.722.745 12.48.57 19.258 2.655 23.769 4.408 5.974 2.322 10.238 5.096 14.717 9.575 4.48 4.479 7.253 8.743 9.575 14.717 1.753 4.511 3.838 11.289 4.408 23.768.615 13.498.745 17.546.745 51.723 0 34.178-.13 38.226-.745 51.723-.57 12.48-2.655 19.257-4.408 23.768-2.322 5.974-5.096 10.239-9.575 14.718-4.479 4.479-8.743 7.253-14.717 9.574-4.511 1.753-11.289 3.839-23.769 4.408-13.495.616-17.543.746-51.722.746-34.18 0-38.228-.13-51.723-.746-12.48-.57-19.257-2.655-23.768-4.408-5.974-2.321-10.239-5.095-14.718-9.574-4.479-4.48-7.253-8.744-9.574-14.718-1.753-4.51-3.839-11.288-4.408-23.768-.616-13.497-.746-17.545-.746-51.723 0-34.177.13-38.225.746-51.722.57-12.48 2.655-19.258 4.408-23.769 2.321-5.974 5.095-10.238 9.574-14.717 4.48-4.48 8.744-7.253 14.718-9.575 4.51-1.753 11.288-3.838 23.768-4.408 13.497-.615 17.545-.745 51.723-.745M128 0C93.237 0 88.878.147 75.226.77c-13.625.622-22.93 2.786-31.071 5.95-8.418 3.271-15.556 7.648-22.672 14.764C14.367 28.6 9.991 35.738 6.72 44.155 3.555 52.297 1.392 61.602.77 75.226.147 88.878 0 93.237 0 128c0 34.763.147 39.122.77 52.774.622 13.625 2.785 22.93 5.95 31.071 3.27 8.417 7.647 15.556 14.763 22.672 7.116 7.116 14.254 11.492 22.672 14.763 8.142 3.165 17.446 5.328 31.07 5.95 13.653.623 18.012.77 52.775.77s39.122-.147 52.774-.77c13.624-.622 22.929-2.785 31.07-5.95 8.418-3.27 15.556-7.647 22.672-14.763 7.116-7.116 11.493-14.254 14.764-22.672 3.164-8.142 5.328-17.446 5.95-31.07.623-13.653.77-18.012.77-52.775s-.147-39.122-.77-52.774c-.622-13.624-2.786-22.929-5.95-31.07-3.271-8.418-7.648-15.556-14.764-22.672C227.4 14.368 220.262 9.99 211.845 6.72c-8.142-3.164-17.447-5.328-31.071-5.95C167.122.147 162.763 0 128 0Zm0 62.27C91.698 62.27 62.27 91.7 62.27 128c0 36.302 29.428 65.73 65.73 65.73 36.301 0 65.73-29.428 65.73-65.73 0-36.301-29.429-65.73-65.73-65.73Zm0 108.397c-23.564 0-42.667-19.103-42.667-42.667S104.436 85.333 128 85.333s42.667 19.103 42.667 42.667-19.103 42.667-42.667 42.667Zm83.686-110.994c0 8.484-6.876 15.36-15.36 15.36-8.483 0-15.36-6.876-15.36-15.36 0-8.483 6.877-15.36 15.36-15.36 8.484 0 15.36 6.877 15.36 15.36Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.2 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 |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" data-name="Слой 1" viewBox="0 0 437.5 500"><defs><radialGradient id="b" cx="-699.58" cy="815.89" r="12.5" data-name="Безымянный градиент 2" fx="-699.58" fy="815.89" gradientTransform="matrix(0 15 38.73 0 -31347.2 10806.25)" gradientUnits="userSpaceOnUse"><stop offset=".21" stop-color="#560b14"/><stop offset=".6" stop-color="#560b14" stop-opacity="0"/></radialGradient><radialGradient id="d" cx="-707.25" cy="815.89" r="12.5" data-name="Безымянный градиент 4" fx="-707.25" fy="815.89" gradientTransform="matrix(0 15 38.73 0 -31347.2 10796.25)" gradientUnits="userSpaceOnUse"><stop offset=".21" stop-color="#560b14"/><stop offset=".75" stop-color="#560b14" stop-opacity="0"/></radialGradient><radialGradient id="f" cx="-714.92" cy="815.89" r="12.5" data-name="Безымянный градиент 6" fx="-714.92" fy="815.89" gradientTransform="matrix(0 15 38.73 0 -31347.2 10786.25)" gradientUnits="userSpaceOnUse"><stop offset=".21" stop-color="#ff9fb2"/><stop offset=".63" stop-color="#ff9fb2" stop-opacity="0"/></radialGradient><radialGradient id="h" cx="-699.09" cy="798.2" r="12.5" data-name="Безымянный градиент 8" fx="-699.09" fy="798.2" gradientTransform="scale(22.63 -22.63) rotate(-45 -1325.567 -449.97)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e82c58"/><stop offset=".94" stop-color="#aa1d2d"/></radialGradient><radialGradient id="i" cx="-682.94" cy="855.76" r="12.5" data-name="Безымянный градиент 9" fx="-682.94" fy="855.76" gradientTransform="matrix(0 11.2 12.75 0 -10811 8006.4)" gradientUnits="userSpaceOnUse"><stop offset=".58" stop-color="#ff5778" stop-opacity="0"/><stop offset=".97" stop-color="#ff9fb2"/></radialGradient><linearGradient id="a" x1="437.5" x2="62.5" y1="95.75" y2="95.75" data-name="Безымянный градиент" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9c0d55"/><stop offset=".51" stop-color="#a61727"/><stop offset="1" stop-color="#8a1421"/></linearGradient><linearGradient id="c" x1="437.5" x2="62.5" y1="220.75" y2="220.75" data-name="Безымянный градиент 3" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f24a9d"/><stop offset=".51" stop-color="#e82c41"/><stop offset="1" stop-color="#ca2134"/></linearGradient><linearGradient id="e" x1="437.5" x2="62.5" y1="345.75" y2="345.75" data-name="Безымянный градиент 5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f97dbd"/><stop offset=".51" stop-color="#fb5b6c"/><stop offset="1" stop-color="#f83f54"/></linearGradient><linearGradient id="g" x1="271.29" x2="223.89" y1="519.33" y2="341.57" data-name="Безымянный градиент 7" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f97dbd"/><stop offset=".9" stop-color="#ff9fb2"/></linearGradient></defs><path d="M437.5 312.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 472.02 62.5 437.5v-125h375Z" style="fill:url(#a)"/><path d="M437.5 312.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 472.02 62.5 437.5v-125h375Z" style="fill:url(#b);fill-opacity:.7"/><path d="M437.5 187.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 347.02 62.5 312.5v-125h375Z" style="fill:url(#c)"/><path d="M437.5 187.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 347.02 62.5 312.5v-125h375Z" style="fill:url(#d);fill-opacity:.3"/><path d="M437.5 62.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 222.02 62.5 187.5v-125h375Z" style="fill:url(#e)"/><path d="M437.5 62.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 222.02 62.5 187.5v-125h375Z" style="fill:url(#f);fill-opacity:.4"/><path d="M250 125C146.45 125 62.5 97.02 62.5 62.5S146.45 0 250 0s187.5 27.98 187.5 62.5S353.55 125 250 125Z" style="fill:url(#g)"/><rect width="200" height="200" y="237.5" rx="40.62" ry="40.62" style="fill:url(#h)"/><rect width="200" height="200" y="237.5" rx="40.62" ry="40.62" style="fill:url(#i);fill-opacity:.5"/><path d="m44.2 394.63 40.97-114.31h30.53l40.02 114.31h-27.1l-7.89-22.88H78.8l-7.73 22.88H44.21Zm40.5-43.92h29.89l-12.2-39.93c-.43-1.43-.82-2.74-1.2-3.91a74.27 74.27 0 0 1-1.12-4.22h-.64c-.32 1.33-.67 2.63-1.04 3.91-.37 1.27-.8 2.66-1.28 4.15l-12.43 40.01Z" style="fill:#fff"/></svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="2 4 43.998 40"><path fill="url(#a)" d="M34.142 7.325A4.63 4.63 0 0 0 29.7 4h-1.35a4.63 4.63 0 0 0-4.554 3.794L21.48 20.407l.575-1.965a4.63 4.63 0 0 1 4.444-3.33h7.853l3.294 1.282 3.175-1.283h-.926a4.63 4.63 0 0 1-4.443-3.325l-1.31-4.461z"/><path fill="url(#b)" d="M14.33 40.656A4.63 4.63 0 0 0 18.779 44h2.87a4.63 4.63 0 0 0 4.629-4.51l.312-12.163-.654 2.233a4.63 4.63 0 0 1-4.443 3.329h-7.919l-2.823-1.532-3.057 1.532h.912a4.63 4.63 0 0 1 4.447 3.344l1.279 4.423z"/><path fill="url(#c)" d="M29.5 4H13.46c-4.583 0-7.332 6.057-9.165 12.113C2.123 23.29-.72 32.885 7.503 32.885h6.925a4.63 4.63 0 0 0 4.456-3.358 2078.617 2078.617 0 0 1 4.971-17.156c.843-2.843 1.544-5.284 2.621-6.805C27.08 4.714 28.086 4 29.5 4z"/><path fill="url(#d)" d="M29.5 4H13.46c-4.583 0-7.332 6.057-9.165 12.113C2.123 23.29-.72 32.885 7.503 32.885h6.925a4.63 4.63 0 0 0 4.456-3.358 2078.617 2078.617 0 0 1 4.971-17.156c.843-2.843 1.544-5.284 2.621-6.805C27.08 4.714 28.086 4 29.5 4z"/><path fill="url(#e)" d="M18.498 44h16.04c4.582 0 7.332-6.058 9.165-12.115 2.171-7.177 5.013-16.775-3.208-16.775h-6.926a4.63 4.63 0 0 0-4.455 3.358 2084.036 2084.036 0 0 1-4.972 17.16c-.842 2.843-1.544 5.285-2.62 6.806-.604.852-1.61 1.566-3.024 1.566z"/><path fill="url(#f)" d="M18.498 44h16.04c4.582 0 7.332-6.058 9.165-12.115 2.171-7.177 5.013-16.775-3.208-16.775h-6.926a4.63 4.63 0 0 0-4.455 3.358 2084.036 2084.036 0 0 1-4.972 17.16c-.842 2.843-1.544 5.285-2.62 6.806-.604.852-1.61 1.566-3.024 1.566z"/><defs><radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="matrix(-10.96051 -13.38922 12.59013 -10.30637 38.005 20.514)" gradientUnits="userSpaceOnUse"><stop offset=".096" stop-color="#00AEFF"/><stop offset=".773" stop-color="#2253CE"/><stop offset="1" stop-color="#0736C4"/></radialGradient><radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="rotate(51.84 -28.201 27.85) scale(15.9912 15.5119)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB657"/><stop offset=".634" stop-color="#FF5F3D"/><stop offset=".923" stop-color="#C02B3C"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="rotate(109.274 16.301 20.802) scale(38.3873 45.9867)" gradientUnits="userSpaceOnUse"><stop offset=".066" stop-color="#8C48FF"/><stop offset=".5" stop-color="#F2598A"/><stop offset=".896" stop-color="#FFB152"/></radialGradient><linearGradient id="c" x1="12.5" x2="14.788" y1="7.5" y2="33.975" gradientUnits="userSpaceOnUse"><stop offset=".156" stop-color="#0D91E1"/><stop offset=".487" stop-color="#52B471"/><stop offset=".652" stop-color="#98BD42"/><stop offset=".937" stop-color="#FFC800"/></linearGradient><linearGradient id="d" x1="14.5" x2="15.75" y1="4" y2="32.885" gradientUnits="userSpaceOnUse"><stop stop-color="#3DCBFF"/><stop offset=".247" stop-color="#0588F7" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="42.586" x2="42.569" y1="13.346" y2="21.215" gradientUnits="userSpaceOnUse"><stop offset=".058" stop-color="#F8ADFA"/><stop offset=".708" stop-color="#A86EDD" stop-opacity="0"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 512 512"><g clip-path="url(#a)"><g clip-path="url(#b)"><path fill="url(#c)" fill-rule="evenodd" d="M440 415.811V247.996H240v8c-106.039 0-192 85.961-192 192v32c0 17.673 14.327 32 32 32h160c80.929 0 153.088-37.553 200-96.185Z" clip-rule="evenodd"/><path fill="url(#d)" fill-opacity=".5" fill-rule="evenodd" d="M440 415.811V247.996H240v8c-106.039 0-192 85.961-192 192v32c0 17.673 14.327 32 32 32h160c80.929 0 153.088-37.553 200-96.185Z" clip-rule="evenodd"/><path fill="url(#e)" d="M240-.004H80c-17.673 0-32 14.327-32 32v32c0 106.039 85.961 192 192 192h72c70.692 0 128 57.308 128 128 0 13.657-2.139 26.814-6.1 39.155 38.699-44.85 62.1-103.269 62.1-167.155 0-141.385-114.615-256-256-256Z"/><path fill="url(#f)" fill-opacity=".5" d="M240-.004H80c-17.673 0-32 14.327-32 32v32c0 106.039 85.961 192 192 192h72c70.692 0 128 57.308 128 128 0 13.657-2.139 26.814-6.1 39.155 38.699-44.85 62.1-103.269 62.1-167.155 0-141.385-114.615-256-256-256Z"/></g></g><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(-39.174 769.69 197.887) scale(417.938 512.42)" gradientUnits="userSpaceOnUse"><stop offset=".045" stop-color="#AD7DFF"/><stop offset=".328" stop-color="#6864F6"/><stop offset=".571" stop-color="#5750E2"/><stop offset=".809" stop-color="#3E36B1"/><stop offset="1" stop-color="#261D82"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="rotate(-160.304 281.777 209.998) scale(481.906)" gradientUnits="userSpaceOnUse"><stop offset=".706" stop-color="#AC80FF" stop-opacity="0"/><stop offset=".921" stop-color="#BD96FF"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="rotate(38.202 1.73 77.015) scale(570.097 471.102)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC470"/><stop offset=".251" stop-color="#FF835C"/><stop offset=".584" stop-color="#F24A9D"/><stop offset=".871" stop-color="#B339F0"/><stop offset="1" stop-color="#C354FF"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(-365.33125 -254.66907 241.84112 -346.92913 231.792 366.661)" gradientUnits="userSpaceOnUse"><stop offset=".709" stop-color="#FFB357" stop-opacity="0"/><stop offset=".942" stop-color="#FFB357"/></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h512v512H0z"/></clipPath><clipPath id="b"><path fill="#fff" d="M0 0h512v512H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0.467 0.473 46.061 47.05"><g clip-path="url(#a)"><path fill="#103F91" d="M26.049 34.242H8.64v8.192h17.408a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096Z"/><path fill="#185ABD" d="M42.432 11.715H24v8.192h18.432a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096ZM34.24 22.977H16.832v8.192H34.24a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096Z"/><mask id="b" width="39" height="32" x="8" y="11" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M30.145 38.339a4.108 4.108 0 0 1-4.096 4.096H8.64v-8.192h17.408a4.108 4.108 0 0 1 4.096 4.096Zm12.288-26.624H24v8.192h18.432a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096ZM34.24 22.979H16.833v8.192H34.24a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096Z"/></mask><g mask="url(#b)"><path fill="#fff" d="M1.934 47.044c-.205 0-.589-.153-.691-.23-.154-.128-.307-.358-.307-.435l1.1-3.584-.281-.205c-.077-.051-.103-.154-.077-.256l2.304-7.68L26.049 4.42l2.407-3.302c.102-.102.128-.102.307-.102.69.05 5.785 2.97 7.552 5.401.153.205.153.256.153.282l-2.227 3.097-.205.282-21.99 30.26-6.58 4.71c-.025.025-.076.025-.102.025a.196.196 0 0 1-.128-.051l-.281-.154-3.021 2.253v-.077Z" opacity=".48"/><path fill="#fff" d="M1.934 47.044c-.205 0-.589-.153-.691-.23-.154-.128-.307-.358-.307-.435l1.1-3.584-.281-.205c-.077-.051-.103-.154-.077-.256l2.304-7.68L26.049 4.42l2.407-3.302c.102-.102.128-.102.307-.102.69.05 5.785 2.97 7.552 5.401.153.205.153.256.153.282l-2.227 3.097-.205.282-21.99 30.26-6.58 4.71c-.025.025-.076.025-.102.025a.196.196 0 0 1-.128-.051l-.281-.154-3.021 2.253v-.077Z" opacity=".24"/></g><path fill="#41A5EE" d="M2.65 45.2 20.52 24.797l13.26-16.742-7.218-4.532-.896.538L3.52 34.397l-2.33 7.782a.73.73 0 0 0 .282.794L2.65 45.2Z"/><path fill="#2B7CD3" d="M4.953 45.453c.256.154.563.154.794-.025l6.656-4.736 22.041-30.336-3.917-4.352-27.724 38.4 2.15 1.05Z"/><path fill="#103F91" d="m34.445 10.33 2.432-3.354c.205-.281.102-.537-.154-.896C34.907 3.572 29.48.397 28.763.474c-.333.026-.41.026-.691.282l-2.432 3.353 8.806 6.221ZM4.415 42.18l-2.944.793-.999 3.328c-.05.282.256.691.487.87.23.18.947.462 1.254.308l2.765-2.048c-.026.026-.563-3.251-.563-3.251Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h48v48H0z"/></clipPath></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="4 6 35 35.999"><path fill="url(#a)" d="M9 33.545A6.545 6.545 0 0 1 15.546 27H39v11.727a3.273 3.273 0 0 1-3.273 3.272l-20.592-.005A6.136 6.136 0 0 1 9 35.858v-2.313Z"/><path fill="url(#b)" d="m25 14.5 14-.5v12.727A3.273 3.273 0 0 1 35.727 30H25V14.5Z"/><path fill="url(#c)" d="M9.005 11.999a6 6 0 0 1 6-5.999H35.5A3.5 3.5 0 0 1 39 9.5v5a3.5 3.5 0 0 1-3.5 3.5h-3a3.5 3.5 0 0 0-3.5 3.5v5a3.5 3.5 0 0 1-3.5 3.5H15a6 6 0 0 0-6 6l.005-24.001Z"/><path fill="url(#d)" d="M9.005 11.999a6 6 0 0 1 6-5.999H35.5A3.5 3.5 0 0 1 39 9.5v5a3.5 3.5 0 0 1-3.5 3.5h-3a3.5 3.5 0 0 0-3.5 3.5v5a3.5 3.5 0 0 1-3.5 3.5H15a6 6 0 0 0-6 6l.005-24.001Z"/><rect width="16" height="16" x="4" y="23" fill="url(#e)" rx="3.25"/><rect width="16" height="16" x="4" y="23" fill="url(#f)" fill-opacity=".8" rx="3.25"/><path fill="#fff" d="M16.11 35.571h-2.077l-3.766-5.642c-.107-.17-.196-.317-.268-.44a4.047 4.047 0 0 1-.166-.319h-.025c.008.162.015.366.019.612.004.247.006.536.006.867v4.922H7.89V26.43h2.217l3.626 5.464c.077.123.151.248.223.376.077.123.147.246.21.37h.026a8.595 8.595 0 0 1-.019-.472 39.862 39.862 0 0 1-.006-.784v-4.954h1.943v9.142Z"/><defs><radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="matrix(47.5733 0 0 20.0481 38.125 42)" gradientUnits="userSpaceOnUse"><stop offset=".159" stop-color="#A931D8"/><stop offset=".566" stop-color="#6E1996"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="matrix(-15.08083 24.62608 -43.30136 -26.51744 41.158 4.198)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC7A3"/><stop offset=".831" stop-color="#DE67FD" stop-opacity="0"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="rotate(45 -25.763 16.328) scale(22.6274)" gradientUnits="userSpaceOnUse"><stop offset=".072" stop-color="#AC13EB"/><stop offset=".879" stop-color="#580087"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(0 11.2 -12.9 0 12 32.6)" gradientUnits="userSpaceOnUse"><stop offset=".585" stop-color="#841FB0" stop-opacity="0"/><stop offset=".969" stop-color="#D373FC"/></radialGradient><linearGradient id="b" x1="45.284" x2="28.013" y1="22.752" y2="14.022" gradientUnits="userSpaceOnUse"><stop offset=".217" stop-color="#CA59F7"/><stop offset=".888" stop-color="#691A90"/></linearGradient><linearGradient id="c" x1="40.327" x2="9.007" y1="13.764" y2="13.764" gradientUnits="userSpaceOnUse"><stop offset=".807" stop-color="#DE66FF"/><stop offset="1" stop-color="#FCB1FF"/></linearGradient></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 6.5 KiB |