🛠️ Merge branch 'main' of github.com:pheralb/svgl into dev

This commit is contained in:
pheralb
2025-08-29 13:49:00 +01:00
20 changed files with 105 additions and 33 deletions
+29 -29
View File
@@ -119,62 +119,62 @@ pnpm install
- **Simple logo**: - **Simple logo**:
```json ```ts
{ {
"title": "Title", title: 'Title',
"category": "Category", category: 'Category',
"route": "/library/your_logo.svg", route: '/library/your_logo.svg',
"url": "Website" url: 'Website'
} }
``` ```
- **Logo + wordmark** version: - **Logo + wordmark** version:
```json ```ts
{ {
"title": "Title", title: 'Title',
"category": "Category", category: 'Category',
"route": "/library/your_logo.svg", route: '/library/your_logo.svg',
"wordmark": "/library/your_logo_wordmark.svg", wordmark: '/library/your_logo_wordmark.svg',
"url": "Website" url: 'Website'
} }
``` ```
- **Logo + wordmark** & **light + dark mode**: - **Logo + wordmark** & **light + dark mode**:
```json ```ts
{ {
"title": "Title", title: 'Title',
"category": "Category", category: 'Category',
"route": { route: {
"light": "/library/your_logo_light.svg", light: '/library/your_logo_light.svg',
"dark": "/library/your_logo_dark.svg" dark: '/library/your_logo_dark.svg'
}, },
"wordmark": { wordmark: {
"light": "/library/your_wordmark-logo_light.svg", light: '/library/your_wordmark-logo_light.svg',
"dark": "/library/your_wordmark-logo_dark.svg" dark: '/library/your_wordmark-logo_dark.svg'
}, },
"url": "Website" url: 'Website'
} }
``` ```
- **Add brand guidelines**: - **Add brand guidelines**:
```json ```ts
{ {
"title": "Title", title: 'Title',
"category": "Category", category: 'Category',
"route": "/library/your_logo.svg", route: '/library/your_logo.svg',
"wordmark": "/library/your_logo_wordmark.svg", wordmark: '/library/your_logo_wordmark.svg',
"brandUrl": "https://assets.website.com/brand-guidelines", brandUrl: 'https://assets.website.com/brand-guidelines',
"url": "Website" url: 'Website'
} }
``` ```
> [!NOTE] > [!NOTE]
> >
> - The list of categories is here: [`src/types/categories.ts`](https://github.com/pheralb/svgl/blob/main/src/types/categories.ts). You can add a new category if you need it. > - The list of categories is here: [`src/types/categories.ts`](https://github.com/pheralb/svgl/blob/main/src/types/categories.ts). You can add a new category if you need it.
> - You can add multiple categories to the same logo, for example: `"category": ["Social", "Design"]`. > - You can add multiple categories to the same logo, for example: `category: ['Social', 'Design']`.
And create a pull request with your logo 🚀. And create a pull request with your logo 🚀.
+56 -2
View File
@@ -30,8 +30,16 @@ export const svgs: iSVG[] = [
{ {
title: "Windsurf", title: "Windsurf",
category: ["Software", "AI"], category: ["Software", "AI"],
route: "/library/windsurf-logo.svg", route: {
url: "https://codeium.com/windsurf", light: "/library/windsurf-light.svg",
dark: "/library/windsurf-dark.svg",
},
wordmark: {
light: "/library/windsurf-wordmark-light.svg",
dark: "/library/windsurf-wordmark-dark.svg",
},
url: "https://windsurf.com/editor",
brandUrl: "https://windsurf.com/brand",
}, },
{ {
title: "Mattermost", title: "Mattermost",
@@ -3811,4 +3819,50 @@ export const svgs: iSVG[] = [
route: "/library/heptabase.svg", route: "/library/heptabase.svg",
url: "https://heptabase.com/", url: "https://heptabase.com/",
}, },
{
title: "UnJS",
category: "Library",
route: "/library/unjs.svg",
url: "https://unjs.io/",
},
{
title: "PowerSync",
category: ["Sync Engine", "Database", "Library"],
route: "/library/powersync.svg",
wordmark: {
light: "/library/powersync-wordmark-light.svg",
dark: "/library/powersync-wordmark-dark.svg",
},
url: "https://powersync.com/",
},
{
title: "n8n",
category: ["Platform", "Automation", "AI"],
route: "/library/n8n.svg",
wordmark: {
dark: "/library/n8n-wordmark-dark.svg",
light: "/library/n8n-wordmark-light.svg",
},
url: "https://n8n.io/",
},
{
title: "Kibo UI",
category: "Library",
route: {
light: "/library/kibo-ui-light.svg",
dark: "/library/kibo-ui-dark.svg",
},
url: "https://kibo-ui.com/",
},
{
title: "Ahrefs",
category: "Platform",
route: "/library/ahrefs.svg",
wordmark: {
dark: "/library/ahrefs-wordmark-dark.svg",
light: "/library/ahrefs-wordmark-light.svg",
},
url: "https://ahrefs.com/",
brandUrl: "https://ahrefs.com/logo",
},
]; ];
+4 -1
View File
@@ -31,4 +31,7 @@ export type tCategory =
| "Config" | "Config"
| "Secrets" | "Secrets"
| "IaC" | "IaC"
| "Analytics"; | "Analytics"
| "Sync Engine"
| "Platform"
| "Automation";
+1
View File
@@ -0,0 +1 @@
<svg height="206" viewBox="0 0 806 206" width="806" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h806v206h-806z"/></clipPath><g clip-path="url(#a)"><path d="m13.77 81.03h79.32v22.14l-29.83 2.28c-48.17 3.57-63.26 16.26-63.26 51.74v7.16c0 26.02 18.36 41.64 46.55 41.64 22.28 0 35-5.21 50.81-21.24h2.55v16.93h31.79v-155.21h-117.93zm79.31 74.85c-9.72 9.77-24.58 16.28-36.71 16.28-13.11 0-18.67-4.89-18.36-15.62.33-14.98 5.83-18.55 31.11-20.83l23.92-2.28z" fill="#f80"/><g fill="#fff"><path d="m758.81 109.02-23.61-2.32c-13.11-1.29-16.39-4.56-16.39-14.96 0-11.72 4.59-14.65 22.95-14.65 16.39 0 20.98 2.61 23.34 13.67h36.71c-.99-37.11-12.46-46.53-58.02-46.53-49.82 0-62.22 9.42-62.22 47.51 0 34.75 9.18 44.25 46.22 47.82l19.35 1.93c17.36 1.64 21.62 4.89 21.62 15.31 0 12.68-5.25 15.95-26.54 15.95-18.69 0-23.61-2.93-24.58-14.98h-37.16c.97 38.4 12.78 48.17 59.99 48.17 52.5 0 65.55-10.41 65.55-52.73 0-31.51-9.51-40.62-47.19-44.19z"/><path d="m562.14 111.96c0-50.2-17.38-67.69-67.2-67.69s-68.51 22.76-68.51 79.39c0 61.78 17.05 82.34 72.12 82.34 39.65 0 56.39-12.03 61.93-45.89h-37.68c-4.26 10.42-8.85 12.7-24.91 12.7-24.25 0-30.49-6.83-31.79-35.79h93.34c1.61-8.26 2.51-16.64 2.7-25.06zm-95.71-5.54c.33-21.8 9.18-29.94 30.14-29.94s28.2 8.15 28.86 29.94z"/><path d="m260.92 46.55h-61.29v-46.55h-39.01v201.77h39.01v-120.42h55.71v120.42h39.01v-123.66h-33.43v-31.57z"/><path d="m584.09 53.36v148.41h39.01v-122.09h46.86v-33.13h-46.86v-4.25c.33-9.11 2.62-11.7 10.17-11.7h42.6v-30.6h-45.89c-31.13 0-45.89 9.44-45.89 53.36z"/><path d="m323.18 201.77h39.01v-118.79h58.02v-36.43h-97.03z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+1
View File
@@ -0,0 +1 @@
<svg height="206" viewBox="0 0 806 206" width="806" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h806v206h-806z"/></clipPath><g clip-path="url(#a)"><path d="m13.77 81.03h79.32v22.14l-29.83 2.28c-48.17 3.57-63.26 16.26-63.26 51.74v7.16c0 26.02 18.36 41.64 46.55 41.64 22.28 0 35-5.21 50.81-21.24h2.55v16.93h31.79v-155.21h-117.93zm79.31 74.85c-9.72 9.77-24.58 16.28-36.71 16.28-13.11 0-18.67-4.89-18.36-15.62.33-14.98 5.83-18.55 31.11-20.83l23.92-2.28z" fill="#f80"/><g fill="#054ada"><path d="m758.81 109.02-23.61-2.32c-13.11-1.29-16.39-4.56-16.39-14.96 0-11.72 4.59-14.65 22.95-14.65 16.39 0 20.98 2.61 23.34 13.67h36.71c-.99-37.11-12.46-46.53-58.02-46.53-49.82 0-62.22 9.42-62.22 47.51 0 34.75 9.18 44.25 46.22 47.82l19.35 1.93c17.36 1.64 21.62 4.89 21.62 15.31 0 12.68-5.25 15.95-26.54 15.95-18.69 0-23.61-2.93-24.58-14.98h-37.16c.97 38.4 12.78 48.17 59.99 48.17 52.5 0 65.55-10.41 65.55-52.73 0-31.51-9.51-40.62-47.19-44.19z"/><path d="m562.14 111.96c0-50.2-17.38-67.69-67.2-67.69s-68.51 22.76-68.51 79.39c0 61.78 17.05 82.34 72.12 82.34 39.65 0 56.39-12.03 61.93-45.89h-37.68c-4.26 10.42-8.85 12.7-24.91 12.7-24.25 0-30.49-6.83-31.79-35.79h93.34c1.61-8.26 2.51-16.64 2.7-25.06zm-95.71-5.54c.33-21.8 9.18-29.94 30.14-29.94s28.2 8.15 28.86 29.94z"/><path d="m260.92 46.55h-61.29v-46.55h-39.01v201.77h39.01v-120.42h55.71v120.42h39.01v-123.66h-33.43v-31.57z"/><path d="m584.09 53.36v148.41h39.01v-122.09h46.86v-33.13h-46.86v-4.25c.33-9.11 2.62-11.7 10.17-11.7h42.6v-30.6h-45.89c-31.13 0-45.89 9.44-45.89 53.36z"/><path d="m323.18 201.77h39.01v-118.79h58.02v-36.43h-97.03z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="128" height="128" fill="none" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><path d="m24 8v24h64v16l-26.104 0.456c-35.096 3.256-45.896 11.624-45.896 36.504v6.512c0 19.064 14.328 28.528 32 28.528 7.984 0 16.32-1.56 25.04-5.976l14.96-6.024v12h24v-112zm64 76-18.112 7.472c-6.296 3.488-12.832 5.344-17.92 5.344-6.288 0-11.968-1.136-11.968-8.816v-5.12c0.48-8.136 7.376-11.176 26.256-13.032l21.744-1.848z" fill="#f80"/></svg>

After

Width:  |  Height:  |  Size: 442 B

+1
View File
@@ -0,0 +1 @@
<svg fill="none" height="116" viewBox="0 0 117 116" width="117" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m29.8378 0h87.0002v29 58l-29.0002 29v-87h-87.000031zm-29.000031 95.7389v-37.7389h37.738831zm58.000031 20.2611h-37.249l37.249-37.2488z" fill="#fff" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 302 B

+1
View File
@@ -0,0 +1 @@
<svg fill="none" height="116" viewBox="0 0 117 116" width="117" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m29.8378 0h87.0002v29 58l-29.0002 29v-87h-87.000031zm-29.000031 95.7389v-37.7389h37.738831zm58.000031 20.2611h-37.249l37.249-37.2488z" fill="#000" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 302 B

+1
View File
@@ -0,0 +1 @@
<svg width="87" height="24" viewBox="0 0 87 24" xmlns="http://www.w3.org/2000/svg"><path fill="#ea4b71" fill-rule="evenodd" clip-rule="evenodd" d="M47.9855 4.8C47.9855 7.45098 45.8365 9.6 43.1855 9.6C40.949 9.6 39.0696 8.0703 38.5368 6H31.8352C30.662 6 29.6607 6.84822 29.4678 8.00544L29.2706 9.18912C29.0832 10.313 28.5147 11.2911 27.7108 12C28.5147 12.7089 29.0832 13.687 29.2706 14.8109L29.4678 15.9946C29.6607 17.1518 30.662 18 31.8352 18H33.7368C34.2696 15.9297 36.149 14.4 38.3855 14.4C41.0365 14.4 43.1855 16.549 43.1855 19.2C43.1855 21.851 41.0365 24 38.3855 24C36.149 24 34.2696 22.4703 33.7368 20.4H31.8352C29.4888 20.4 27.4863 18.7036 27.1005 16.3891L26.9032 15.2054C26.7104 14.0482 25.7091 13.2 24.5359 13.2H22.5782C21.979 15.1681 20.1495 16.6 17.9855 16.6C15.8216 16.6 13.9921 15.1681 13.3929 13.2H10.5782C9.97901 15.1681 8.14949 16.6 5.98554 16.6C3.33458 16.6 1.18555 14.4509 1.18555 11.8C1.18555 9.14904 3.33458 7.00002 5.98554 7.00002C8.29361 7.00002 10.2212 8.62902 10.6812 10.8H13.2899C13.7499 8.62902 15.6775 7.00002 17.9855 7.00002C20.2936 7.00002 22.2212 8.62902 22.6812 10.8H24.5359C25.7091 10.8 26.7104 9.95178 26.9032 8.79456L27.1005 7.61088C27.4863 5.29638 29.4888 3.6 31.8352 3.6H38.5368C39.0696 1.52973 40.949 0 43.1855 0C45.8365 0 47.9855 2.14903 47.9855 4.8ZM45.5855 4.8C45.5855 6.12546 44.511 7.2 43.1855 7.2C41.8601 7.2 40.7855 6.12546 40.7855 4.8C40.7855 3.47452 41.8601 2.4 43.1855 2.4C44.511 2.4 45.5855 3.47452 45.5855 4.8ZM5.98554 14.2C7.31105 14.2 8.38553 13.1255 8.38553 11.8C8.38553 10.4745 7.31105 9.40002 5.98554 9.40002C4.66006 9.40002 3.58554 10.4745 3.58554 11.8C3.58554 13.1255 4.66006 14.2 5.98554 14.2ZM17.9855 14.2C19.311 14.2 20.3855 13.1255 20.3855 11.8C20.3855 10.4745 19.311 9.40002 17.9855 9.40002C16.6601 9.40002 15.5855 10.4745 15.5855 11.8C15.5855 13.1255 16.6601 14.2 17.9855 14.2ZM38.3855 21.6C39.711 21.6 40.7855 20.5255 40.7855 19.2C40.7855 17.8745 39.711 16.8 38.3855 16.8C37.0601 16.8 35.9855 17.8745 35.9855 19.2C35.9855 20.5255 37.0601 21.6 38.3855 21.6Z"></path><path fill="#fff" fill-rule="evenodd" clip-rule="evenodd" d="M71.7381 11.4027V11.2852C72.5997 10.8544 73.4613 10.1104 73.4613 8.64206C73.4613 6.52754 71.7183 5.25488 69.3105 5.25488C66.8433 5.25488 65.0811 6.60584 65.0811 8.68118C65.0811 10.0909 65.9037 10.8544 66.8043 11.2852V11.4027C65.8059 11.7551 64.6113 12.8124 64.6113 14.5744C64.6113 16.7086 66.3735 18.1966 69.2907 18.1966C72.2079 18.1966 73.9113 16.7086 73.9113 14.5744C73.9113 12.8124 72.7365 11.7747 71.7381 11.4027ZM69.2907 7.05614C70.2699 7.05614 70.9941 7.68266 70.9941 8.73992C70.9941 9.79718 70.2501 10.4238 69.2907 10.4238C68.3313 10.4238 67.5285 9.79718 67.5285 8.73992C67.5285 7.6631 68.2923 7.05614 69.2907 7.05614ZM69.2907 16.317C68.1549 16.317 67.2351 15.5926 67.2351 14.3591C67.2351 13.2431 67.9983 12.4012 69.2709 12.4012C70.5243 12.4012 71.2881 13.2235 71.2881 14.3983C71.2881 15.5926 70.4067 16.317 69.2907 16.317ZM52.7871 18.0004H55.2933V12.6945C55.2933 10.952 56.3505 10.1884 57.5448 10.1884C58.7195 10.1884 59.6398 10.9715 59.6398 12.577V18.0004H62.1456V12.068C62.1456 9.50314 60.6576 8.01514 58.328 8.01514C56.8596 8.01514 56.0372 8.60248 55.4498 9.36604H55.2933L55.0779 8.21092H52.7871V18.0004ZM78.9632 18.0004H76.457V8.21092H78.7478L78.9632 9.36604H79.1198C79.7072 8.60248 80.5298 8.01514 81.998 8.01514C84.3278 8.01514 85.8158 9.50314 85.8158 12.068V18.0004H83.3096V12.577C83.3096 10.9715 82.3898 10.1884 81.215 10.1884C80.0204 10.1884 78.9632 10.952 78.9632 12.6945V18.0004Z"></path></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="87" height="24" viewBox="0 0 87 24" xmlns="http://www.w3.org/2000/svg"><path fill="#ea4b71" fill-rule="evenodd" clip-rule="evenodd" d="M47.9855 4.8C47.9855 7.45098 45.8365 9.6 43.1855 9.6C40.949 9.6 39.0696 8.0703 38.5368 6H31.8352C30.662 6 29.6607 6.84822 29.4678 8.00544L29.2706 9.18912C29.0832 10.313 28.5147 11.2911 27.7108 12C28.5147 12.7089 29.0832 13.687 29.2706 14.8109L29.4678 15.9946C29.6607 17.1518 30.662 18 31.8352 18H33.7368C34.2696 15.9297 36.149 14.4 38.3855 14.4C41.0365 14.4 43.1855 16.549 43.1855 19.2C43.1855 21.851 41.0365 24 38.3855 24C36.149 24 34.2696 22.4703 33.7368 20.4H31.8352C29.4888 20.4 27.4863 18.7036 27.1005 16.3891L26.9032 15.2054C26.7104 14.0482 25.7091 13.2 24.5359 13.2H22.5782C21.979 15.1681 20.1495 16.6 17.9855 16.6C15.8216 16.6 13.9921 15.1681 13.3929 13.2H10.5782C9.97901 15.1681 8.14949 16.6 5.98554 16.6C3.33458 16.6 1.18555 14.4509 1.18555 11.8C1.18555 9.14904 3.33458 7.00002 5.98554 7.00002C8.29361 7.00002 10.2212 8.62902 10.6812 10.8H13.2899C13.7499 8.62902 15.6775 7.00002 17.9855 7.00002C20.2936 7.00002 22.2212 8.62902 22.6812 10.8H24.5359C25.7091 10.8 26.7104 9.95178 26.9032 8.79456L27.1005 7.61088C27.4863 5.29638 29.4888 3.6 31.8352 3.6H38.5368C39.0696 1.52973 40.949 0 43.1855 0C45.8365 0 47.9855 2.14903 47.9855 4.8ZM45.5855 4.8C45.5855 6.12546 44.511 7.2 43.1855 7.2C41.8601 7.2 40.7855 6.12546 40.7855 4.8C40.7855 3.47452 41.8601 2.4 43.1855 2.4C44.511 2.4 45.5855 3.47452 45.5855 4.8ZM5.98554 14.2C7.31105 14.2 8.38553 13.1255 8.38553 11.8C8.38553 10.4745 7.31105 9.40002 5.98554 9.40002C4.66006 9.40002 3.58554 10.4745 3.58554 11.8C3.58554 13.1255 4.66006 14.2 5.98554 14.2ZM17.9855 14.2C19.311 14.2 20.3855 13.1255 20.3855 11.8C20.3855 10.4745 19.311 9.40002 17.9855 9.40002C16.6601 9.40002 15.5855 10.4745 15.5855 11.8C15.5855 13.1255 16.6601 14.2 17.9855 14.2ZM38.3855 21.6C39.711 21.6 40.7855 20.5255 40.7855 19.2C40.7855 17.8745 39.711 16.8 38.3855 16.8C37.0601 16.8 35.9855 17.8745 35.9855 19.2C35.9855 20.5255 37.0601 21.6 38.3855 21.6Z"></path><path fill="#000" fill-rule="evenodd" clip-rule="evenodd" d="M71.7381 11.4027V11.2852C72.5997 10.8544 73.4613 10.1104 73.4613 8.64206C73.4613 6.52754 71.7183 5.25488 69.3105 5.25488C66.8433 5.25488 65.0811 6.60584 65.0811 8.68118C65.0811 10.0909 65.9037 10.8544 66.8043 11.2852V11.4027C65.8059 11.7551 64.6113 12.8124 64.6113 14.5744C64.6113 16.7086 66.3735 18.1966 69.2907 18.1966C72.2079 18.1966 73.9113 16.7086 73.9113 14.5744C73.9113 12.8124 72.7365 11.7747 71.7381 11.4027ZM69.2907 7.05614C70.2699 7.05614 70.9941 7.68266 70.9941 8.73992C70.9941 9.79718 70.2501 10.4238 69.2907 10.4238C68.3313 10.4238 67.5285 9.79718 67.5285 8.73992C67.5285 7.6631 68.2923 7.05614 69.2907 7.05614ZM69.2907 16.317C68.1549 16.317 67.2351 15.5926 67.2351 14.3591C67.2351 13.2431 67.9983 12.4012 69.2709 12.4012C70.5243 12.4012 71.2881 13.2235 71.2881 14.3983C71.2881 15.5926 70.4067 16.317 69.2907 16.317ZM52.7871 18.0004H55.2933V12.6945C55.2933 10.952 56.3505 10.1884 57.5448 10.1884C58.7195 10.1884 59.6398 10.9715 59.6398 12.577V18.0004H62.1456V12.068C62.1456 9.50314 60.6576 8.01514 58.328 8.01514C56.8596 8.01514 56.0372 8.60248 55.4498 9.36604H55.2933L55.0779 8.21092H52.7871V18.0004ZM78.9632 18.0004H76.457V8.21092H78.7478L78.9632 9.36604H79.1198C79.7072 8.60248 80.5298 8.01514 81.998 8.01514C84.3278 8.01514 85.8158 9.50314 85.8158 12.068V18.0004H83.3096V12.577C83.3096 10.9715 82.3898 10.1884 81.215 10.1884C80.0204 10.1884 78.9632 10.952 78.9632 12.6945V18.0004Z"></path></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="228" height="120" viewBox="0 0 228 120" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M204 48C192.817 48 183.42 40.3514 180.756 30H153.248C147.382 30 142.376 34.241 141.412 40.0272L140.425 45.9456C139.489 51.5648 136.646 56.4554 132.626 60C136.646 63.5446 139.489 68.4352 140.425 74.0544L141.412 79.9728C142.376 85.759 147.382 90 153.248 90H156.756C159.42 79.6486 168.817 72 180 72C193.255 72 204 82.7452 204 96C204 109.255 193.255 120 180 120C168.817 120 159.42 112.351 156.756 102H153.248C141.516 102 131.504 93.5181 129.575 81.9456L128.588 76.0272C127.624 70.241 122.618 66 116.752 66H107.244C104.58 76.3514 95.183 84 84 84C72.817 84 63.4204 76.3514 60.7561 66H47.2439C44.5796 76.3514 35.183 84 24 84C10.7452 84 0 73.2548 0 60C0 46.7452 10.7452 36 24 36C35.183 36 44.5796 43.6486 47.2439 54H60.7561C63.4204 43.6486 72.817 36 84 36C95.183 36 104.58 43.6486 107.244 54H116.752C122.618 54 127.624 49.759 128.588 43.9728L129.575 38.0544C131.504 26.4819 141.516 18 153.248 18L180.756 18C183.42 7.64864 192.817 0 204 0C217.255 0 228 10.7452 228 24C228 37.2548 217.255 48 204 48ZM204 36C210.627 36 216 30.6274 216 24C216 17.3726 210.627 12 204 12C197.373 12 192 17.3726 192 24C192 30.6274 197.373 36 204 36ZM24 72C30.6274 72 36 66.6274 36 60C36 53.3726 30.6274 48 24 48C17.3726 48 12 53.3726 12 60C12 66.6274 17.3726 72 24 72ZM96 60C96 66.6274 90.6274 72 84 72C77.3726 72 72 66.6274 72 60C72 53.3726 77.3726 48 84 48C90.6274 48 96 53.3726 96 60ZM192 96C192 102.627 186.627 108 180 108C173.373 108 168 102.627 168 96C168 89.3726 173.373 84 180 84C186.627 84 192 89.3726 192 96Z" fill="#ea4b71"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="192" fill="none" viewBox="0 0 70 48"><path fill="url(#a)" d="m68.3875 25.6594-8.1758-13.7965c-1.0071-1.6996-2.8677-2.7462-4.8819-2.7462h-8.424c-.7233 0-1.1756.76287-.8139 1.3734l1.8284 3.0862c.3361.5661.9561.9152 1.6271.9152h3.6816c1.3426 0 2.5832.6981 3.2548 1.831l6.0757 10.2527c.6716 1.1329.6716 2.5285 0 3.6614l-6.0757 10.2527c-.6709 1.1329-1.9122 1.8311-3.2548 1.8311H41.0777c-1.3426 0-2.5832-.6982-3.2548-1.8311L24.6813 18.313c-.3617-.6105.0906-1.3728.8139-1.3728h3.6809c.7233 0 1.1755-.7628.8139-1.3727l-1.8284-3.0862c-.3362-.5661-.9561-.9152-1.6278-.9152h-7.951c-.6716 0-1.2916.3491-1.6277.9152l-3.9755 6.709c-.3355.5661-.3355 1.2643 0 1.831l1.8284 3.0862c.3616.6099 1.2654.6099 1.6277 0l1.8405-3.1058c.3617-.6099 1.2655-.6099 1.6271 0L34.095 44.9502c1.0071 1.6997 2.8677 2.7462 4.8826 2.7462h16.3515c2.0142 0 3.8748-1.0472 4.8826-2.7462l8.1758-13.7964c1.0071-1.6997 1.0071-3.7935 0-5.4925v-.0019Z"/><path fill="url(#b)" d="M21.7933 34.935c-.3355-.5667-.9561-.9152-1.6271-.9152h-3.6816c-1.3426 0-2.5832-.6981-3.2549-1.831L7.15412 21.9361c-.67164-1.1329-.67164-2.5286 0-3.6614L13.2297 8.02196c.6717-1.13287 1.9123-1.83103 3.2549-1.83103h12.1519c1.3426 0 2.5832.69816 3.2549 1.83103L45.033 30.1983c.3616.6105-.0906 1.3727-.8139 1.3727h-3.6809c-.7233 0-1.1756.7629-.8139 1.3728l1.8284 3.0862c.3354.5667.9561.9152 1.6271.9152h7.9509c.6717 0 1.2917-.3491 1.6271-.9152l3.9755-6.709c.3362-.5661.3362-1.2643 0-1.831l-1.8284-3.0862c-.3616-.6099-1.2654-.6099-1.6271 0l-1.8404 3.1064c-.3617.6099-1.2655.6099-1.6278 0L35.6179 3.56238C34.6108 1.8634 32.7502.816162 30.736.816162H14.3845c-2.0143 0-3.8749 1.047238-4.88199 2.746218L1.32675 17.3588c-1.00712 1.699-1.00712 3.7928 0 5.4925l8.17576 13.7964c1.00709 1.6997 2.86839 2.7462 4.88259 2.7462h8.4241c.7233 0 1.1748-.7628.8138-1.3727l-1.829-3.0862h-.0007Z"/><defs><linearGradient id="a" x1="17.4274" x2="63.6811" y1="11.6845" y2="39.0946" gradientUnits="userSpaceOnUse"><stop stop-color="#0055FF"/><stop offset="1" stop-color="#00D5FF"/></linearGradient><linearGradient id="b" x1="52.2868" x2="6.03308" y1="36.8262" y2="9.41672" gradientUnits="userSpaceOnUse"><stop stop-color="#0055FF"/><stop offset="1" stop-color="#AA00FF"/></linearGradient></defs></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="#ecdc5a"/><path d="m49.531 39.264c0.6069 0.8036 0.8749 1.7208 0.9878 2.6858 0.0609 0.5205 0.0786 1.0482 0.0806 1.5728 0.0084 2.2087 2e-3 4.4175 0.0047 6.6262 7e-4 0.5087-0.165 0.9205-0.6318 1.1724-0.7337 0.396-1.6298-0.12-1.646-0.9536-0.0105-0.533-0.0016-1.0663-0.0022-1.5995-0.0021-1.9455 0.0036-3.8911-0.0112-5.8366-0.0053-0.7048-0.1396-1.3893-0.5318-1.9958-0.4179-0.6462-1.0272-0.9961-1.7812-1.0819-1.548-0.1764-2.8278 0.3344-3.8161 1.544-0.424 0.5192-0.5923 1.1289-0.5916 1.7939 0.0023 2.361 0.0029 4.7221-2e-4 7.0832-0.0011 0.823-0.7454 1.3641-1.5257 1.1184-0.4449-0.14-0.7377-0.5776-0.7511-1.1301-0.0051-0.2145-8e-4 -0.4292-8e-4 -0.6439 0-3.4412 0.0013-6.8825-0.0017-10.324-3e-4 -0.4594 0.1356-0.8502 0.5334-1.1044 0.3581-0.2287 0.746-0.2472 1.1254-0.0529 0.3872 0.1983 0.5917 0.5282 0.6199 0.9635 0.0057 0.0888 8e-4 0.1783 8e-4 0.3009 0.0755-0.0614 0.1327-0.1037 0.1851-0.1512 0.9699-0.8798 2.0921-1.4564 3.402-1.5747 1.5104-0.1365 2.9291 0.1023 4.0556 1.2479 0.1017 0.1034 0.1922 0.2177 0.2961 0.3393z" fill="#111827"/><path d="m35.178 38.02c0.6261 0.1088 1.0031 0.5342 1.0023 1.1753-0.0027 2.5549 0.0271 5.111-0.0459 7.664-0.0498 1.7414-0.8349 3.1359-2.3782 4.0327-0.6535 0.3798-1.3708 0.5846-2.1212 0.6729-0.9712 0.1143-1.9406 0.0977-2.8816-0.1753-1.4951-0.4338-2.6095-1.3251-3.2066-2.8016-0.3148-0.7784-0.4036-1.5938-0.4062-2.4207-0.0071-2.3127-0.0041-4.6255-0.0016-6.9382 8e-4 -0.7577 0.5132-1.2527 1.24-1.2101 0.5867 0.0343 1.0352 0.5646 1.0367 1.2397 0.0032 1.371-2e-4 2.7421 0.0014 4.1131 0.0012 1.0594-0.0052 2.119 0.0135 3.1781 0.0092 0.523 0.1332 1.0288 0.388 1.4925 0.3553 0.647 0.8995 1.0542 1.6092 1.2469 0.9356 0.2539 1.866 0.2416 2.7697-0.1149 0.9275-0.3657 1.4444-1.0879 1.6177-2.0518 0.0657-0.3653 0.0851-0.743 0.0864-1.1152 0.0076-2.2504 3e-3 -4.5008 0.0043-6.7512 4e-4 -0.6275 0.2999-1.0596 0.8434-1.2041 0.1304-0.0347 0.2731-0.0232 0.4287-0.0321z" fill="#111827"/></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+1
View File
@@ -0,0 +1 @@
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M897.246 286.869H889.819C850.735 286.808 819.017 318.46 819.017 357.539V515.589C819.017 547.15 792.93 572.716 761.882 572.716C743.436 572.716 725.02 563.433 714.093 547.85L552.673 317.304C539.28 298.16 517.486 286.747 493.895 286.747C457.094 286.747 423.976 318.034 423.976 356.657V515.619C423.976 547.181 398.103 572.746 366.842 572.746C348.335 572.746 329.949 563.463 319.021 547.881L138.395 289.882C134.316 284.038 125.154 286.93 125.154 294.052V431.892C125.154 438.862 127.285 445.619 131.272 451.34L309.037 705.2C319.539 720.204 335.033 731.344 352.9 735.392C397.616 745.557 438.77 711.135 438.77 667.278V508.406C438.77 476.845 464.339 451.279 495.904 451.279H495.995C515.02 451.279 532.857 460.562 543.785 476.145L705.235 706.661C718.659 725.835 739.327 737.218 763.983 737.218C801.606 737.218 833.841 705.9 833.841 667.308V508.376C833.841 476.815 859.41 451.249 890.975 451.249H897.276C901.233 451.249 904.43 448.053 904.43 444.097V294.021C904.43 290.065 901.233 286.869 897.276 286.869H897.246Z" fill="#0b100f"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

-1
View File
@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="166" height="263" fill="none" viewBox="0 0 166 263"><g filter="url(#a)"><path fill="#58E5BB" d="M42.086 128.474 28.427 90.089c-2.383-6.696 2.436-13.802 9.291-13.48 76.537 3.589 115.804 31.534 112.144 112.12-13.311-56.28-77.153-60.255-107.776-60.255Z"/></g><g filter="url(#b)"><path fill="#58E5BB" d="M21.453 57.833 7.236 20.639C4.662 13.908 9.478 6.6 16.44 6.683c78.163.938 132.738 6.243 132.738 110.722-13.311-56.28-97.101-59.572-127.725-59.572Z"/></g><g filter="url(#c)"><path fill="#58E5BB" d="m63.245 201.377-14.653-41.075c-2.376-6.661 2.376-13.751 9.196-13.388 62.444 3.327 93.677 30.587 90.06 110.239-13.311-56.28-53.76-55.776-84.604-55.776Z"/></g><defs><filter id="a" width="122.286" height="116.131" x="27.81" y="76.598" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="shape" result="effect1_innerShadow_15473_4390"/></filter><filter id="b" width="142.645" height="114.724" x="6.533" y="6.682" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="shape" result="effect1_innerShadow_15473_4390"/></filter><filter id="c" width="100.158" height="114.252" x="47.972" y="146.9" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="shape" result="effect1_innerShadow_15473_4390"/></filter></defs></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB