🎨 Alternative color versions added

This commit is contained in:
svensken94 2023-12-12 13:37:14 +03:00
parent 27758972e3
commit 26283bd49d
51 changed files with 187 additions and 127 deletions

View File

@ -33,7 +33,10 @@ export const svgs: iSVG[] = [
id: 5,
title: 'Vercel',
category: 'Hosting',
route: '/library/vercel.svg',
route: {
light: '/library/vercel.svg',
dark: '/library/vercel_dark.svg'
},
url: 'https://vercel.com/'
},
{
@ -173,7 +176,10 @@ export const svgs: iSVG[] = [
id: 25,
title: 'Deno',
category: 'Library',
route: '/library/deno.svg',
route: {
light: '/library/deno.svg',
dark: '/library/deno_dark.svg'
},
url: 'https://deno.land/'
},
{
@ -264,7 +270,10 @@ export const svgs: iSVG[] = [
id: 38,
title: 'Astro',
category: 'Framework',
route: '/library/astro.svg',
route: {
light: '/library/astro.svg',
dark: '/library/astro_dark.svg'
},
url: 'https://astro.build/'
},
{
@ -278,7 +287,10 @@ export const svgs: iSVG[] = [
id: 40,
title: 'Framer',
category: 'Software',
route: '/library/framer.svg',
route: {
light: '/library/framer.svg',
dark: '/library/framer_dark.svg'
},
url: 'https://framer.com/'
},
{
@ -383,7 +395,10 @@ export const svgs: iSVG[] = [
id: 55,
title: 'Payload CMS',
category: 'CMS',
route: '/library/payload.svg',
route: {
light: '/library/payload.svg',
dark: '/library/payload_dark.svg'
},
url: 'https://payloadcms.com'
},
{
@ -418,14 +433,20 @@ export const svgs: iSVG[] = [
id: 60,
title: 'Express.js',
category: 'Framework',
route: '/library/expressjs.svg',
route: {
light: '/library/expressjs.svg',
dark: '/library/expressjs_dark.svg'
},
url: 'https://expressjs.com'
},
{
id: 61,
title: 'Fastify',
category: 'Framework',
route: '/library/fastify.svg',
route: {
light: '/library/fastify.svg',
dark: '/library/fastify_dark.svg'
},
url: 'https://www.fastify.io'
},
{
@ -439,7 +460,10 @@ export const svgs: iSVG[] = [
id: 63,
title: 'jQuery',
category: 'Language',
route: '/library/jquery.svg',
route: {
light: '/library/jquery.svg',
dark: '/library/jquery_dark.svg'
},
url: 'https://jquery.com'
},
{
@ -474,7 +498,10 @@ export const svgs: iSVG[] = [
id: 68,
title: 'Arc',
category: 'Social',
route: '/library/arc.svg',
route: {
light: '/library/arc.svg',
dark: '/library/arc_dark.svg'
},
url: 'https://arc.dev'
},
{
@ -509,14 +536,20 @@ export const svgs: iSVG[] = [
id: 73,
title: 'Github Copilot',
category: 'Software',
route: '/library/copilot.svg',
route: {
light: '/library/copilot.svg',
dark: '/library/copilot_dark.svg'
},
url: 'https://github.com/features/copilot'
},
{
id: 74,
title: 'Railway',
category: 'Software',
route: '/library/railway.svg',
route: {
light: '/library/railway.svg',
dark: '/library/railway_dark.svg'
},
url: 'https://railway.app/'
},
{
@ -537,14 +570,20 @@ export const svgs: iSVG[] = [
id: 77,
title: 'GoDaddy',
category: 'Hosting',
route: '/library/godaddy.svg',
route: {
light: '/library/godaddy.svg',
dark: '/library/godaddy_dark.svg'
},
url: 'https://www.godaddy.com/'
},
{
id: 78,
title: 'Udemy',
category: 'Education',
route: '/library/udemy.svg',
route: {
light: '/library/udemy.svg',
dark: '/library/udemy_dark.svg'
},
url: 'https://www.udemy.com/'
},
{
@ -565,14 +604,20 @@ export const svgs: iSVG[] = [
id: 81,
title: 'Prisma',
category: 'Software',
route: '/library/prisma.svg',
route: {
light: '/library/prisma.svg',
dark: '/library/prisma_dark.svg'
},
url: 'https://prisma.io/'
},
{
id: 82,
title: 'Go',
category: 'Language',
route: '/library/golang.svg',
route: {
light: '/library/golang.svg',
dark: '/library/golang_dark.svg'
},
url: 'https://go.dev/'
},
{
@ -649,7 +694,10 @@ export const svgs: iSVG[] = [
id: 93,
title: 'PlanetScale',
category: 'Database',
route: '/library/planetscale.svg',
route: {
light: '/library/planetscale.svg',
dark: '/library/planetscale_dark.svg'
},
url: 'https://planetscale.com/'
},
{
@ -894,7 +942,10 @@ export const svgs: iSVG[] = [
id: 128,
title: 'Unity',
category: 'Software',
route: '/library/unity.svg',
route: {
light: '/library/unity.svg',
dark: '/library/unity_dark.svg'
},
url: 'https://unity.com/'
},
{
@ -985,7 +1036,10 @@ export const svgs: iSVG[] = [
id: 141,
title: 'Apple',
category: 'Software',
route: '/library/apple.svg',
route: {
light: '/library/apple.svg',
dark: '/library/apple_dark.svg'
},
url: 'https://www.apple.com'
},
{
@ -1216,7 +1270,10 @@ export const svgs: iSVG[] = [
id: 174,
title: 'Php',
category: 'Language',
route: '/library/php.svg',
route: {
light: '/library/php.svg',
dark: '/library/php_dark.svg'
},
url: 'https://www.php.net/'
},
{
@ -1328,7 +1385,10 @@ export const svgs: iSVG[] = [
id: 190,
title: 'OpenAI',
category: 'AI',
route: '/library/openai.svg',
route: {
light: '/library/openai.svg',
dark: '/library/openai_dark.svg'
},
url: 'https://openai.com/'
},
{
@ -1342,14 +1402,20 @@ export const svgs: iSVG[] = [
id: 192,
title: 'Threads',
category: 'Social',
route: '/library/threads.svg',
route: {
light: '/library/threads.svg',
dark: '/library/threads_dark.svg'
},
url: 'https://threads.net/'
},
{
id: 193,
title: 'Instagram',
category: 'Social',
route: '/library/instagram.svg',
route: {
light: '/library/instagram.svg',
dark: '/library/instagram_dark.svg'
},
url: 'https://www.instagram.com/'
},
{
@ -1503,7 +1569,10 @@ export const svgs: iSVG[] = [
id: 215,
title: 'X',
category: 'Social',
route: '/library/x.svg',
route: {
light: '/library/x.svg',
dark: '/library/x_dark.svg'
},
url: 'https://x.com'
},
{
@ -1601,7 +1670,10 @@ export const svgs: iSVG[] = [
id: 4929293,
title: 'Unreal Engine',
category: 'Software',
route: '/library/unreal_engine.svg',
route: {
light: '/library/unreal_engine.svg',
dark: '/library/unreal_engine_dark.svg'
},
url: 'https://www.unrealengine.com/'
},
{
@ -1685,21 +1757,30 @@ export const svgs: iSVG[] = [
id: 24525,
title: 'Roblox',
category: 'Software',
route: '/library/roblox.svg',
route: {
dark: '/library/roblox.svg',
light: '/library/roblox_light.svg'
},
url: 'https://www.roblox.com/'
},
{
id: 68067,
title: 'Stately.ai',
category: 'Software',
route: '/library/stately.svg',
route: {
light: '/library/stately.svg',
dark: '/library/stately_dark.svg'
},
url: 'https://stately.ai/'
},
{
id: 233,
title: 'XState',
category: 'Library',
route: '/library/xstate.svg',
route: {
light: '/library/xstate.svg',
dark: '/library/xstate_dark.svg'
},
url: 'https://github.com/statelyai/xstate'
},
{
@ -1755,7 +1836,10 @@ export const svgs: iSVG[] = [
id: 241,
title: 'Patreon',
category: 'Software',
route: '/library/patreon.svg',
route: {
light: '/library/patreon.svg',
dark: '/library/patreon_dark.svg'
},
url: 'https://www.patreon.com/'
},
{
@ -1797,14 +1881,20 @@ export const svgs: iSVG[] = [
id: 2342453,
title: 'Documenso',
category: 'Software',
route: '/library/documenso.svg',
route: {
light: '/library/documenso.svg',
dark: '/library/documenso_dark.svg'
},
url: 'https://documenso.com'
},
{
id: 326851,
title: 'Bash',
category: 'Language',
route: '/library/bash.svg',
route: {
light: '/library/bash.svg',
dark: '/library/bash_dark.svg'
},
url: 'https://www.gnu.org/software/bash/'
},
{
@ -1853,14 +1943,20 @@ export const svgs: iSVG[] = [
id: 754396,
title: 'R',
category: 'Language',
route: '/library/r.svg',
route: {
light: '/library/r.svg',
dark: '/library/r_dark.svg'
},
url: 'https://www.r-project.org/'
},
{
id: 783625,
title: 'Rust',
category: 'Language',
route: '/library/rust.svg',
route: {
light: '/library/rust.svg',
dark: '/library/rust_dark.svg'
},
url: 'https://www.rust-lang.org/'
},
{
@ -1874,7 +1970,10 @@ export const svgs: iSVG[] = [
id: 233,
title: 'Instatus',
category: 'Software',
route: '/library/instatus.svg',
route: {
light: '/library/instatus.svg',
dark: '/library/instatus_dark.svg'
},
url: 'https://instatus.com'
},
{
@ -1936,7 +2035,10 @@ export const svgs: iSVG[] = [
id: 248,
title: 'shadcn/ui',
category: 'Library',
route: '/library/shadcn-ui.svg',
route: {
light: '/library/shadcn-ui.svg',
dark: '/library/shadcn-ui_dark.svg'
},
url: 'https://ui.shadcn.com/'
}
];

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="209" height="256" viewBox="0 0 814 1000"><path fill="#fff" d="M788.1 340.9c-5.8 4.5-108.2 62.2-108.2 190.5 0 148.4 130.3 200.9 134.2 202.2-.6 3.2-20.7 71.9-68.7 141.9-42.8 61.6-87.5 123.1-155.5 123.1s-85.5-39.5-164-39.5c-76.5 0-103.7 40.8-165.9 40.8s-105.6-57-155.5-127C46.7 790.7 0 663 0 541.8c0-194.4 126.4-297.5 250.8-297.5 66.1 0 121.2 43.4 162.7 43.4 39.5 0 101.1-46 176.3-46 28.5 0 130.9 2.6 198.3 99.2zm-234-181.5c31.1-36.9 53.1-88.1 53.1-139.3 0-7.1-.6-14.3-1.9-20.1-50.6 1.9-110.8 33.7-147.1 75.8-28.5 32.4-55.1 83.6-55.1 135.5 0 7.8 1.3 15.6 1.9 18.1 3.2.6 8.4 1.3 13.6 1.3 45.4 0 102.5-30.4 135.5-71.3z"/></svg>

After

Width:  |  Height:  |  Size: 690 B

View File

@ -0,0 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="682.667" height="682.667" viewBox="0 0 512 512"><path fill="#fff" d="M236.5.6C233.8.8 225.4 1.9 218 3 147 13.5 83.2 54.1 42.8 114.5c-40.7 60.9-53 138.1-33.3 209.8C26.1 385.1 66 438.4 121 473.4c9.8 6.2 34.9 18.5 47.3 23 13.7 5.1 34.1 10.2 50.9 12.7 20.4 3.2 53.2 3.2 73.6 0 28.2-4.3 50.2-11.2 75.7-23.6 24.8-12.1 45.1-26.4 64.9-45.5 59.9-58.1 87.9-139.8 75.7-221.5C498.5 147 458 83.3 397.5 42.8c-29.9-20-66.2-34-103-39.8-12.7-2-45.9-3.4-58-2.4zM400.8 175c16.1 1.7 43.2 8.2 43.2 10.4 0 .9-12 38.8-12.4 39.3-.1.1-3.7-.9-7.9-2.2-20.3-6.2-46.9-7.7-67.5-3.6C293 231.3 245.1 283.7 238 348.1c-1.4 13-2.4 16.2-6.3 20.6-7.7 8.7-21.3 9.6-29.6 2-3.1-2.9-7.1-11.4-7.1-15.2 0-6.4-4.2-20.4-9-30-10.1-20.2-26.1-34.1-48-41.7-9-3-10.3-3.2-24-3.3-11.4 0-16.1.4-22 2-4.1 1.1-7.9 2-8.4 2s-3.7-8.8-7.2-19.5c-4.5-14-6-19.7-5.1-20.2 1.8-1.1 16-4.8 23-6 9.7-1.6 32-1.3 41.2.7 26.5 5.6 46.7 16.5 65.6 35.6l10.6 10.7 3.2-6.7c8.7-17.7 21.4-35.2 35.9-49.8 39.6-39.9 95.3-60.1 150-54.3z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1 @@
<svg 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>

After

Width:  |  Height:  |  Size: 964 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 32 32"><path fill="#fff" fill-rule="evenodd" d="M28.057 6.53 17.952.532a3.8 3.8 0 0 0-3.88 0L3.965 6.53A4.03 4.03 0 0 0 2 10.002v11.996a4.03 4.03 0 0 0 1.948 3.472l10.105 5.998a3.8 3.8 0 0 0 3.88 0L28.04 25.47a4.03 4.03 0 0 0 1.948-3.472V10.002a4.03 4.03 0 0 0-1.93-3.472zM20.23 25.262v.86a.318.318 0 0 1-.148.265l-.512.293c-.08.042-.148 0-.148-.113v-.847a1.66 1.66 0 0 1-1.164.113c-.062-.042-.086-.122-.056-.2l.183-.78a.322.322 0 0 1 .102-.17.18.18 0 0 1 .05-.035.11.11 0 0 1 .08 0 1.41 1.41 0 0 0 1.059-.134 1.41 1.41 0 0 0 .79-1.21c0-.438-.24-.62-.82-.625-.734 0-1.4-.14-1.43-1.224a3.137 3.137 0 0 1 1.186-2.4v-.872a.34.34 0 0 1 .148-.268l.494-.314c.08-.042.148 0 .148.116v.872a1.61 1.61 0 0 1 .967-.116c.07.04.098.128.064.2l-.173.773a.325.325 0 0 1-.138.195c-.02.012-.05.008-.074 0a1.28 1.28 0 0 0-.931.152 1.17 1.17 0 0 0-.706 1.037c0 .395.208.515.907.53.935 0 1.337.423 1.348 1.362a3.346 3.346 0 0 1-1.228 2.53zm5.293-1.45a.201.201 0 0 1-.078.194L22.9 25.558c-.024.02-.06.023-.087.007s-.04-.05-.033-.08v-.66a.184.184 0 0 1 .116-.162l2.516-1.507c.024-.02.06-.023.087-.007s.04.05.033.08v.582zM27.288 9.06l-9.562 5.906c-1.193.706-2.07 1.478-2.07 2.914v11.778c0 .86.353 1.4.882 1.58a3.14 3.14 0 0 1-.53.053 3.13 3.13 0 0 1-1.595-.441L4.308 24.853A3.3 3.3 0 0 1 2.706 22V10.002a3.304 3.304 0 0 1 1.602-2.858l10.105-5.998c.98-.58 2.196-.58 3.176 0l10.105 5.998c.833.504 1.4 1.35 1.552 2.3-.328-.713-1.083-.9-1.962-.395h.003z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 208"><path fill="#fff" d="M205.3 31.4c14 14.8 20 35.2 22.5 63.6 6.6 0 12.8 1.5 17 7.2l7.8 10.6c2.2 3 3.4 6.6 3.4 10.4v28.7a12 12 0 0 1-4.8 9.5C215.9 187.2 172.3 208 128 208c-49 0-98.2-28.3-123.2-46.6a12 12 0 0 1-4.8-9.5v-28.7c0-3.8 1.2-7.4 3.4-10.5l7.8-10.5c4.2-5.7 10.4-7.2 17-7.2 2.5-28.4 8.4-48.8 22.5-63.6C77.3 3.2 112.6 0 127.6 0h.4c14.7 0 50.4 2.9 77.3 31.4ZM128 78.7c-3 0-6.5.2-10.3.6a27.1 27.1 0 0 1-6 12.1 45 45 0 0 1-32 13c-6.8 0-13.9-1.5-19.7-5.2-5.5 1.9-10.8 4.5-11.2 11-.5 12.2-.6 24.5-.6 36.8 0 6.1 0 12.3-.2 18.5 0 3.6 2.2 6.9 5.5 8.4C79.9 185.9 105 192 128 192s48-6 74.5-18.1a9.4 9.4 0 0 0 5.5-8.4c.3-18.4 0-37-.8-55.3-.4-6.6-5.7-9.1-11.2-11-5.8 3.7-13 5.1-19.7 5.1a45 45 0 0 1-32-12.9 27.1 27.1 0 0 1-6-12.1c-3.4-.4-6.9-.5-10.3-.6Zm-27 44c5.8 0 10.5 4.6 10.5 10.4v19.2a10.4 10.4 0 0 1-20.8 0V133c0-5.8 4.6-10.4 10.4-10.4Zm53.4 0c5.8 0 10.4 4.6 10.4 10.4v19.2a10.4 10.4 0 0 1-20.8 0V133c0-5.8 4.7-10.4 10.4-10.4Zm-73-94.4c-11.2 1.1-20.6 4.8-25.4 10-10.4 11.3-8.2 40.1-2.2 46.2A31.2 31.2 0 0 0 75 91.7c6.8 0 19.6-1.5 30.1-12.2 4.7-4.5 7.5-15.7 7.2-27-.3-9.1-2.9-16.7-6.7-19.9-4.2-3.6-13.6-5.2-24.2-4.3Zm69 4.3c-3.8 3.2-6.4 10.8-6.7 19.9-.3 11.3 2.5 22.5 7.2 27a41.7 41.7 0 0 0 30 12.2c8.9 0 17-2.9 21.3-7.2 6-6.1 8.2-34.9-2.2-46.3-4.8-5-14.2-8.8-25.4-9.9-10.6-1-20 .7-24.2 4.3ZM128 56c-2.6 0-5.6.2-9 .5.4 1.7.5 3.7.7 5.7 0 1.5 0 3-.2 4.5 3.2-.3 6-.3 8.5-.3 2.6 0 5.3 0 8.5.3-.2-1.6-.2-3-.2-4.5.2-2 .3-4 .7-5.7-3.4-.3-6.4-.5-9-.5Z"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -1,19 +1 @@
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.07 6.25832C23.333 6.92796 22.5176 7.71453 21.5857 8.63408C20.9957 9.09732 20.2682 9.35873 19.5117 9.37328L16.3896 9.43332L17.2992 8.52369C22.815 3.0079 25.5729 0.25 29 0.25C32.4271 0.25 35.185 3.00789 40.7008 8.52368L41.6087 9.43166L38.5937 9.37486C37.7437 9.35885 36.9292 9.03109 36.3051 8.45388L34.4972 6.78198C34.3255 6.6212 34.1581 6.46631 33.9946 6.31712L33.897 6.22687L33.8953 6.22687C33.2778 5.667 32.7153 5.18958 32.1851 4.78508C30.6538 3.6167 29.7624 3.35263 29 3.35263C28.2376 3.35263 27.3462 3.6167 25.8149 4.78508C25.2783 5.19451 24.7085 5.67864 24.0821 6.24737L24.0814 6.24737L24.07 6.25832Z" fill="white"/>
<path d="M51.6826 24.0051C51.5337 23.8419 51.3791 23.6748 51.2187 23.5035L49.5459 21.6946C48.9691 21.0709 48.6413 20.2571 48.6249 19.4077L48.5667 16.3896L49.4763 17.2992C54.9921 22.815 57.75 25.5729 57.75 29C57.75 32.4271 54.9921 35.185 49.4763 40.7008L48.5667 41.6104L48.6249 38.5923C48.6413 37.7429 48.9691 36.9291 49.5459 36.3054L51.2185 34.4968C51.379 34.3253 51.5337 34.1581 51.6827 33.9948L51.7731 33.897V33.8953C52.333 33.2778 52.8104 32.7153 53.2149 32.1851C54.3833 30.6538 54.6474 29.7624 54.6474 29C54.6474 28.2376 54.3833 27.3462 53.2149 25.8149C52.8104 25.2847 52.333 24.7222 51.7731 24.1047V24.103L51.6826 24.0051Z" fill="white"/>
<path d="M33.9601 51.7143C34.1446 51.5464 34.334 51.3711 34.5289 51.1883L36.3054 49.5457C36.9294 48.9687 37.7435 48.6411 38.5932 48.6249L41.6096 48.5675L40.7008 49.4763C35.185 54.9921 32.4271 57.75 29 57.75C25.5729 57.75 22.815 54.9921 17.2992 49.4763L16.3896 48.5667L19.4141 48.6248C20.2599 48.641 21.0705 48.9659 21.6934 49.5383L22.9131 50.6592C24.0267 51.726 24.9626 52.5647 25.8149 53.2149C27.3462 54.3833 28.2376 54.6474 29 54.6474C29.7624 54.6474 30.6538 54.3833 32.1851 53.2149C32.7217 52.8055 33.2915 52.3214 33.9179 51.7526H33.9187L33.9601 51.7143Z" fill="white"/>
<path d="M6.26202 33.9341C6.44675 34.1373 6.64036 34.3465 6.8432 34.5625L8.4547 36.3051C9.03166 36.929 9.35938 37.7431 9.37562 38.5927L9.43332 41.6104L8.52369 40.7008C3.0079 35.185 0.25 32.4271 0.25 29C0.25 25.5729 3.00789 22.815 8.52368 17.2992L9.43249 16.3904L9.37539 19.4067C9.3593 20.2567 9.03143 21.0711 8.45413 21.6952L6.79271 23.4913C6.62762 23.6675 6.46871 23.8392 6.3158 24.0069L6.22687 24.103L6.22687 24.1047C5.66699 24.7222 5.18958 25.2847 4.78508 25.8149C3.6167 27.3462 3.35263 28.2376 3.35263 29C3.35263 29.7624 3.6167 30.6538 4.78508 32.1851C5.1946 32.7219 5.67887 33.2918 6.24777 33.9184L6.24777 33.9187L6.26202 33.9341Z" fill="white"/>
<path d="M6.24777 24.0804L8.45413 21.6952C8.96576 21.1421 9.28147 20.4395 9.35788 19.6951C9.36697 18.4688 9.38705 17.3991 9.43129 16.4536L9.43374 16.3242L9.43774 16.3202C9.47846 15.5034 9.53816 14.7805 9.62565 14.1297C9.88231 12.2207 10.3259 11.4037 10.865 10.8646C11.4041 10.3255 12.2211 9.88195 14.1301 9.62529C14.7929 9.53618 15.5306 9.4759 16.3661 9.43513L16.3675 9.43374L16.4131 9.43287C17.3923 9.38614 18.5054 9.36574 19.7886 9.35686C20.5626 9.2798 21.2914 8.94412 21.8545 8.39979L24.0813 6.24742H22.7951C14.9946 6.24742 11.0944 6.24742 8.67108 8.67072C6.24777 11.094 6.24777 14.9943 6.24777 22.7948V24.0804Z" fill="white"/>
<path d="M6.24777 33.9187V35.2053C6.24777 43.0058 6.24777 46.9061 8.67108 49.3294C11.0944 51.7527 14.9946 51.7527 22.7951 51.7527H35.2057C43.0062 51.7527 46.9064 51.7527 49.3297 49.3294C51.753 46.9061 51.753 43.0058 51.753 35.2053V33.9187L49.5459 36.3054C49.0356 36.8571 48.7203 37.5577 48.643 38.3C48.6337 39.5529 48.613 40.6424 48.5668 41.603L48.5663 41.6325L48.5654 41.6334C48.5246 42.4693 48.4643 43.2073 48.3752 43.8704C48.1185 45.7794 47.6749 46.5964 47.1358 47.1355C46.5967 47.6746 45.7797 48.1181 43.8707 48.3748C43.2197 48.4623 42.4965 48.522 41.6793 48.5628L41.6758 48.5663L41.5626 48.5684C40.6127 48.6132 39.5373 48.6334 38.3032 48.6426C37.5597 48.7193 36.858 49.0347 36.3054 49.5457L33.9187 51.7526L24.103 51.7526L21.6934 49.5383C21.1424 49.032 20.4445 48.7193 19.7052 48.6426C18.4558 48.6334 17.3688 48.6129 16.4101 48.5671L16.3675 48.5663L16.3662 48.565C15.5307 48.5242 14.7929 48.4639 14.1301 48.3748C12.2211 48.1181 11.4041 47.6746 10.865 47.1355C10.3259 46.5964 9.88231 45.7794 9.62565 43.8704C9.53653 43.2075 9.47625 42.4698 9.43548 41.6342L9.43374 41.6325L9.43265 41.5753C9.38742 40.6221 9.36703 39.5422 9.35786 38.3022C9.281 37.559 8.96554 36.8575 8.4547 36.3051L6.24777 33.9187Z" fill="white"/>
<path d="M48.643 19.7C48.7203 20.4423 49.0356 21.1428 49.5459 21.6946L51.753 24.0813V22.7948C51.753 14.9943 51.753 11.094 49.3297 8.67072C46.9064 6.24742 43.0062 6.24742 35.2057 6.24742H33.9192L36.3051 8.45388C36.8586 8.96577 37.5618 9.28147 38.3067 9.35754C39.5257 9.36658 40.5898 9.38648 41.531 9.4302L41.7192 9.43374L41.725 9.43963C42.5235 9.4803 43.2319 9.5394 43.8707 9.62529C45.7797 9.88195 46.5967 10.3255 47.1358 10.8646C47.6749 11.4037 48.1185 12.2207 48.3752 14.1297C48.4643 14.7928 48.5246 15.5307 48.5654 16.3666L48.5663 16.3675L48.5668 16.3971C48.613 17.3577 48.6337 18.4471 48.643 19.7Z" fill="white"/>
<path d="M26.6453 15.2538L24.5526 17.0299C24.1792 17.3469 23.7112 17.5312 23.2219 17.554L19.7195 17.7172L21.5458 15.8909C25.071 12.3656 26.8336 10.603 29.0239 10.603C31.2142 10.603 32.9768 12.3656 36.502 15.8909L38.3172 17.706L34.7657 17.5521C34.2678 17.5305 33.7917 17.3417 33.4143 17.0162L31.8345 15.6533C31.2799 15.1314 30.8096 14.7189 30.3805 14.3915C29.5014 13.7207 29.168 13.7055 29.0239 13.7055C28.8799 13.7055 28.5465 13.7207 27.6674 14.3915C27.6533 14.4022 27.6393 14.413 27.6252 14.4239L27.6232 14.4238L27.6024 14.4414C27.3079 14.6698 26.9934 14.9381 26.6453 15.2538Z" fill="white"/>
<path d="M43.4935 27.471C42.8957 26.7152 42.0376 25.8229 40.7954 24.5736C40.5923 24.2491 40.4753 23.8751 40.4596 23.4874L40.306 19.6948L42.1106 21.4994C45.6358 25.0247 47.3985 26.7873 47.3985 28.9776C47.3985 31.1678 45.6358 32.9304 42.1106 36.4557L40.2963 38.27L40.4711 34.6452C40.4954 34.1415 40.6908 33.6612 41.025 33.2835L42.352 31.784C42.7709 31.3388 43.1192 30.9479 43.4095 30.589L43.573 30.4043V30.3824C43.5854 30.3662 43.5978 30.3502 43.61 30.3341C44.2808 29.455 44.296 29.1216 44.296 28.9776C44.296 28.8335 44.2808 28.5001 43.61 27.621C43.5978 27.6049 43.5854 27.5889 43.573 27.5727V27.5545L43.4935 27.471Z" fill="white"/>
<path d="M14.4826 27.5691L16.902 24.9381C17.2447 24.5655 17.4494 24.0868 17.4821 23.5816L17.616 21.5163C17.6363 20.8624 17.6699 20.31 17.7254 19.8285L17.7349 19.682L17.7445 19.6725C17.7466 19.6559 17.7488 19.6394 17.751 19.6229C17.8983 18.527 18.1233 18.2805 18.2251 18.1786C18.327 18.0767 18.5736 17.8518 19.6695 17.7044C20.0213 17.6571 20.4118 17.6233 20.8544 17.5991L23.8259 17.3059C24.3027 17.2589 24.7513 17.0586 25.1046 16.7352L27.6159 14.4361H25.0583C20.0729 14.4361 17.5802 14.4361 16.0314 15.9848C14.712 17.3043 14.5166 19.3088 14.4877 22.9561C14.4826 23.59 14.4826 24.2735 14.4826 25.0117L14.4826 27.5627V27.5691Z" fill="white"/>
<path d="M14.4826 30.386V30.3952L14.4826 32.9434C14.4826 33.6816 14.4826 34.3651 14.4877 34.999C14.5166 38.6463 14.7119 40.6509 16.0314 41.9703C17.3509 43.2898 19.3554 43.4851 23.0028 43.5141C23.6366 43.5191 24.3201 43.5191 25.0583 43.5191H27.6059H30.4384H32.99C33.728 43.5191 34.4114 43.5191 35.0451 43.5141C38.6927 43.4852 40.6974 43.2898 42.0169 41.9703C43.5657 40.4216 43.5657 37.9289 43.5657 32.9434V30.3783L40.9873 33.1741C40.7295 33.4537 40.5498 33.7928 40.462 34.1575C40.457 35.9697 40.4324 37.2297 40.3142 38.1998L40.313 38.2515L40.3071 38.2574C40.3039 38.2825 40.3006 38.3075 40.2973 38.3322C40.15 39.4282 39.925 39.6747 39.8231 39.7766C39.7213 39.8784 39.4747 40.1034 38.3788 40.2507C38.3541 40.2541 38.3291 40.2573 38.304 40.2605L38.2979 40.2666L38.2111 40.2719C37.6594 40.3374 37.0141 40.3733 36.2282 40.3929L34.4602 40.5008C33.9569 40.5316 33.4791 40.7331 33.1058 41.072L30.4107 43.5191H27.5938L24.8997 41.0003C24.5451 40.6688 24.0925 40.4638 23.612 40.4147C23.4039 40.4139 23.2033 40.4127 23.0098 40.4112C21.5576 40.3995 20.5048 40.363 19.6695 40.2507C18.5736 40.1034 18.327 39.8784 18.2251 39.7766C18.1233 39.6747 17.8983 39.4282 17.751 38.3322C17.7488 38.3158 17.7466 38.2993 17.7445 38.2828L17.7349 38.2732L17.734 38.2524L17.7304 38.1697C17.6321 37.3441 17.6002 36.3092 17.5899 34.9063L17.5744 34.5469C17.5703 34.4505 17.5598 34.355 17.5434 34.2608C17.4714 33.8486 17.2836 33.463 16.9993 33.1507L14.4826 30.386Z" fill="white"/>
<path d="M40.4361 21.6459L40.5814 23.6165C40.6181 24.1136 40.8212 24.5837 41.158 24.9511L43.5657 27.5768V25.0117C43.5657 20.0263 43.5657 17.5336 42.0169 15.9848C40.4681 14.4361 37.9754 14.4361 32.99 14.4361H30.4104L32.9941 16.7897C33.3562 17.1196 33.8173 17.3201 34.3055 17.3601L37.3018 17.6052C37.5881 17.6223 37.8522 17.6436 38.098 17.6704L38.3195 17.6885L38.3288 17.6978C38.3455 17.7 38.3622 17.7022 38.3788 17.7044C39.4747 17.8518 39.7213 18.0767 39.8231 18.1786C39.925 18.2805 40.15 18.527 40.2973 19.6229C40.3724 20.1817 40.4136 20.8379 40.4361 21.6459Z" fill="white"/>
<path d="M17.7437 38.2621L17.734 38.2524L17.7349 38.2732L17.7445 38.2828L17.7437 38.2621Z" fill="white"/>
<path d="M19.7418 40.2602L23.0098 40.4112C21.5992 40.3998 20.5654 40.3651 19.7418 40.2602Z" fill="white"/>
<path d="M17.6049 34.6945C17.5987 34.5474 17.578 34.4022 17.5434 34.2608C17.5598 34.355 17.5703 34.4505 17.5744 34.5469L17.5899 34.9063C17.6002 36.3092 17.6321 37.3441 17.7304 38.1697L17.734 38.2524L17.7437 38.2621L17.6049 34.6945Z" fill="white"/>
<path d="M10.6494 28.9776C10.6494 30.8436 11.9288 32.3993 14.4877 34.999C14.4826 34.3651 14.4826 33.6816 14.4826 32.9434L14.4826 30.3952L14.4772 30.389L14.4772 30.3854C14.464 30.3682 14.4508 30.3511 14.4379 30.3341C13.7671 29.455 13.7518 29.1216 13.7518 28.9776C13.7518 28.8335 13.7671 28.5001 14.4379 27.621C14.4526 27.6016 14.4675 27.5822 14.4826 27.5627L14.4826 25.0117C14.4826 24.2735 14.4826 23.59 14.4877 22.9561C11.9288 25.5558 10.6494 27.1115 10.6494 28.9776Z" fill="white"/>
<path d="M27.6674 43.5636C27.6549 43.5541 27.6425 43.5446 27.63 43.5349H27.6232L27.6059 43.5191H25.0583C24.3201 43.5191 23.6366 43.5191 23.0028 43.5141C25.6023 46.0727 27.1579 47.3521 29.0239 47.3521C30.8899 47.3521 32.4455 46.0727 35.0451 43.5141C34.4114 43.5191 33.728 43.5191 32.99 43.5191H30.4384C30.419 43.5341 30.3997 43.5489 30.3805 43.5636C29.5014 44.2344 29.168 44.2496 29.0239 44.2496C28.8799 44.2496 28.5465 44.2344 27.6674 43.5636Z" fill="white"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><path fill="#000" fill-rule="evenodd" d="M128.1 46.8c-8.23 0-15.1 5.65-26.57 16.94-16.1.13-24.95.99-30.77 6.81-5.82 5.83-6.69 14.68-6.81 30.77C52.65 112.8 47 119.67 47 127.9c0 8.24 5.65 15.1 16.95 26.58.12 16.1.99 24.95 6.8 30.77 5.83 5.82 14.68 6.68 30.78 6.81C113 203.36 119.87 209 128.1 209c8.24 0 15.1-5.65 26.58-16.94 16.1-.13 24.95-.99 30.77-6.81 5.83-5.83 6.69-14.67 6.82-30.77 11.3-11.48 16.94-18.34 16.94-26.58 0-8.23-5.65-15.1-16.94-26.57-.13-16.1-1-24.95-6.82-30.78-5.82-5.82-14.67-6.68-30.77-6.81-11.47-11.3-18.34-16.94-26.58-16.94zm6.13 145.28h.12l-.26.2c-3.88 2.96-5.35 3.03-5.99 3.03-.63 0-2.1-.07-5.98-3.03l-.17-.13h-.03l-.07-.07h-.06l-11.89-11.11a9.78 9.78 0 00-5.68-2.59l-2.66-.01-14.42-.67-.32-.04c-4.84-.65-5.93-1.65-6.38-2.1-.45-.44-1.44-1.53-2.1-6.37l-.02-.22-.62-15.84a9.78 9.78 0 00-.27-1.9 9.78 9.78 0 00-2.4-4.91l-11.1-12.2v.04l-.03-.03v-.01l-.04-.06-.13-.17c-2.96-3.88-3.03-5.35-3.03-5.99 0-.64.07-2.1 3.03-5.99l.2-.25v.02l10.67-11.6a9.78 9.78 0 002.56-6l.6-9.11c.08-2.89.23-5.33.48-7.45l.04-.65.04-.04.01-.09.02-.13c.65-4.84 1.64-5.92 2.1-6.37.44-.45 1.53-1.45 6.37-2.1l.11-.01.08-.01.13-.02-.1.1 15.46-.72a9.78 9.78 0 004.89-1.58 9.78 9.78 0 003.42-2.03l11.08-10.15h-.03l.06-.06h.01l.19-.14c3.88-2.96 5.35-3.03 5.98-3.03.64 0 2.11.07 6 3.03l.1.08.06.05.09.07h-.13l11.4 10.39c.91.82 1.96 1.46 3.09 1.9a9.78 9.78 0 004.74 1.46l15.67.68-.08-.08h.1l.04.04.22.03c4.83.65 5.92 1.65 6.37 2.1.45.45 1.44 1.53 2.1 6.37 0 .1.02.21.04.32l.67 16.74a9.8 9.8 0 001.48 4.8l.28.27.96.97.36.42 10.63 11.59v-.13l.03.03v.08l.1.12.07.1c2.96 3.87 3.02 5.34 3.02 5.98 0 .64-.06 2.1-3.02 5.99l-.17.21v.1l-.03.04v-.16l-11.38 12.34a9.78 9.78 0 00-2.32 4.34c0 1.16 0 2.26-.02 3.32l-.71 14.84.05-.05-.03.16-.02.16c-.65 4.84-1.64 5.93-2.09 6.38-.45.44-1.54 1.44-6.37 2.09l-.33.04-.03.03-.38.02c-2.44.3-5.29.45-8.76.54l-7.8.47a9.78 9.78 0 00-5.98 2.52l-11.9 10.8z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M169.58 27.6C151.63 9.95 140.88 1.11 128 1.11c-12.89 0-23.63 8.84-41.58 26.51-25.2.2-39.04 1.55-48.15 10.66S27.81 61.23 27.61 86.41C9.94 104.37 1.11 115.11 1.11 128c0 12.89 8.83 23.63 26.5 41.59.2 25.18 1.55 39.03 10.66 48.14s22.96 10.46 48.15 10.66c17.95 17.67 28.7 26.5 41.58 26.5 12.89 0 23.63-8.83 41.58-26.5 25.2-.2 39.04-1.55 48.15-10.66s10.46-22.96 10.66-48.15c17.67-17.95 26.5-28.7 26.5-41.58 0-12.89-8.83-23.63-26.5-41.58-.2-25.2-1.55-39.04-10.66-48.15s-22.96-10.46-48.15-10.66zM94.01 39a15.3 15.3 0 01-7.89 2.37l-13.88.27c-3.7.18-6.95.45-9.87.84-8.43 1.14-12.03 3.1-14.41 5.47-2.38 2.38-4.34 5.99-5.47 14.42-.4 2.87-.65 6.06-.83 9.66l-.02.02-.26 13.6a15.3 15.3 0 01-4.07 10.1l-7.33 7.94-2.1 2.26v.01l-.4.43a117.3 117.3 0 00-6.36 7.55c-5.16 6.76-6.32 10.7-6.32 14.06 0 3.37 1.16 7.3 6.32 14.06 1.8 2.37 3.95 4.88 6.46 7.65l.06.07 9.68 10.46a15.3 15.3 0 014.06 10.1l.26 13.42c.19 3.7.45 6.95.85 9.88 1.13 8.42 3.09 12.03 5.47 14.4 2.38 2.39 5.98 4.34 14.4 5.48 2.93.39 6.19.66 9.88.84h.1l13.35.26a16.17 16.17 0 012.08.18 15.3 15.3 0 017.98 3.85l10.64 9.78h43.32l.18-.17 10.36-9.58a15.3 15.3 0 0110.1-4.06l13.6-.26.01-.01c3.61-.18 6.8-.45 9.68-.83 8.42-1.14 12.03-3.1 14.4-5.47 2.39-2.38 4.34-5.99 5.48-14.42.4-2.92.66-6.18.84-9.87v-.14l.26-13.28a15.29 15.29 0 014.06-10.1l9.84-10.63a117.6 117.6 0 006.36-7.55c5.16-6.76 6.32-10.7 6.32-14.06 0-3.36-1.16-7.3-6.32-14.06a117.6 117.6 0 00-6.36-7.55l-.1-.1-9.73-10.53a15.26 15.26 0 01-4.07-10.1l-.26-13.28v-.14c-.18-3.7-.45-6.95-.84-9.87-1.14-8.43-3.1-12.04-5.47-14.42-2.38-2.38-5.99-4.33-14.41-5.47-2.82-.38-5.95-.64-9.47-.82l-.03-.02-13.8-.26c-.42 0-.84-.03-1.26-.08h-.04l-.1-.01a15.3 15.3 0 01-8.7-3.98l-7.98-7.38-2.65-2.45a120.52 120.52 0 00-7.55-6.36c-6.76-5.16-10.7-6.32-14.06-6.32-3.36 0-7.3 1.16-14.06 6.32-2.37 1.8-4.88 3.94-7.65 6.45l-.05.05-9.78 9.45A15.3 15.3 0 0194.01 39zm19.93 195.88a118.1 118.1 0 01-7.65-6.45h43.42a117.82 117.82 0 01-7.65 6.45c-6.76 5.16-10.7 6.32-14.06 6.32-3.36 0-7.3-1.16-14.06-6.32z" clip-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><path fill="#fff" fill-rule="evenodd" d="M128.1 46.8c-8.23 0-15.1 5.65-26.57 16.94-16.1.13-24.95.99-30.77 6.81-5.82 5.83-6.69 14.68-6.81 30.77C52.65 112.8 47 119.67 47 127.9c0 8.24 5.65 15.1 16.95 26.58.12 16.1.99 24.95 6.8 30.77 5.83 5.82 14.68 6.68 30.78 6.81C113 203.36 119.87 209 128.1 209c8.24 0 15.1-5.65 26.58-16.94 16.1-.13 24.95-.99 30.77-6.81 5.83-5.83 6.69-14.67 6.82-30.77 11.3-11.48 16.94-18.34 16.94-26.58 0-8.23-5.65-15.1-16.94-26.57-.13-16.1-1-24.95-6.82-30.78-5.82-5.82-14.67-6.68-30.77-6.81-11.47-11.3-18.34-16.94-26.58-16.94zm6.13 145.28h.12l-.26.2c-3.88 2.96-5.35 3.03-5.99 3.03-.63 0-2.1-.07-5.98-3.03l-.17-.13h-.03l-.07-.07h-.06l-11.89-11.11a9.78 9.78 0 00-5.68-2.59l-2.66-.01-14.42-.67-.32-.04c-4.84-.65-5.93-1.65-6.38-2.1-.45-.44-1.44-1.53-2.1-6.37l-.02-.22-.62-15.84a9.78 9.78 0 00-.27-1.9 9.78 9.78 0 00-2.4-4.91l-11.1-12.2v.04l-.03-.03v-.01l-.04-.06-.13-.17c-2.96-3.88-3.03-5.35-3.03-5.99 0-.64.07-2.1 3.03-5.99l.2-.25v.02l10.67-11.6a9.78 9.78 0 002.56-6l.6-9.11c.08-2.89.23-5.33.48-7.45l.04-.65.04-.04.01-.09.02-.13c.65-4.84 1.64-5.92 2.1-6.37.44-.45 1.53-1.45 6.37-2.1l.11-.01.08-.01.13-.02-.1.1 15.46-.72a9.78 9.78 0 004.89-1.58 9.78 9.78 0 003.42-2.03l11.08-10.15h-.03l.06-.06h.01l.19-.14c3.88-2.96 5.35-3.03 5.98-3.03.64 0 2.11.07 6 3.03l.1.08.06.05.09.07h-.13l11.4 10.39c.91.82 1.96 1.46 3.09 1.9a9.78 9.78 0 004.74 1.46l15.67.68-.08-.08h.1l.04.04.22.03c4.83.65 5.92 1.65 6.37 2.1.45.45 1.44 1.53 2.1 6.37 0 .1.02.21.04.32l.67 16.74a9.8 9.8 0 001.48 4.8l.28.27.96.97.36.42 10.63 11.59v-.13l.03.03v.08l.1.12.07.1c2.96 3.87 3.02 5.34 3.02 5.98 0 .64-.06 2.1-3.02 5.99l-.17.21v.1l-.03.04v-.16l-11.38 12.34a9.78 9.78 0 00-2.32 4.34c0 1.16 0 2.26-.02 3.32l-.71 14.84.05-.05-.03.16-.02.16c-.65 4.84-1.64 5.93-2.09 6.38-.45.44-1.54 1.44-6.37 2.09l-.33.04-.03.03-.38.02c-2.44.3-5.29.45-8.76.54l-7.8.47a9.78 9.78 0 00-5.98 2.52l-11.9 10.8z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M169.58 27.6C151.63 9.95 140.88 1.11 128 1.11c-12.89 0-23.63 8.84-41.58 26.51-25.2.2-39.04 1.55-48.15 10.66S27.81 61.23 27.61 86.41C9.94 104.37 1.11 115.11 1.11 128c0 12.89 8.83 23.63 26.5 41.59.2 25.18 1.55 39.03 10.66 48.14s22.96 10.46 48.15 10.66c17.95 17.67 28.7 26.5 41.58 26.5 12.89 0 23.63-8.83 41.58-26.5 25.2-.2 39.04-1.55 48.15-10.66s10.46-22.96 10.66-48.15c17.67-17.95 26.5-28.7 26.5-41.58 0-12.89-8.83-23.63-26.5-41.58-.2-25.2-1.55-39.04-10.66-48.15s-22.96-10.46-48.15-10.66zM94.01 39a15.3 15.3 0 01-7.89 2.37l-13.88.27c-3.7.18-6.95.45-9.87.84-8.43 1.14-12.03 3.1-14.41 5.47-2.38 2.38-4.34 5.99-5.47 14.42-.4 2.87-.65 6.06-.83 9.66l-.02.02-.26 13.6a15.3 15.3 0 01-4.07 10.1l-7.33 7.94-2.1 2.26v.01l-.4.43a117.3 117.3 0 00-6.36 7.55c-5.16 6.76-6.32 10.7-6.32 14.06 0 3.37 1.16 7.3 6.32 14.06 1.8 2.37 3.95 4.88 6.46 7.65l.06.07 9.68 10.46a15.3 15.3 0 014.06 10.1l.26 13.42c.19 3.7.45 6.95.85 9.88 1.13 8.42 3.09 12.03 5.47 14.4 2.38 2.39 5.98 4.34 14.4 5.48 2.93.39 6.19.66 9.88.84h.1l13.35.26a16.17 16.17 0 012.08.18 15.3 15.3 0 017.98 3.85l10.64 9.78h43.32l.18-.17 10.36-9.58a15.3 15.3 0 0110.1-4.06l13.6-.26.01-.01c3.61-.18 6.8-.45 9.68-.83 8.42-1.14 12.03-3.1 14.4-5.47 2.39-2.38 4.34-5.99 5.48-14.42.4-2.92.66-6.18.84-9.87v-.14l.26-13.28a15.29 15.29 0 014.06-10.1l9.84-10.63a117.6 117.6 0 006.36-7.55c5.16-6.76 6.32-10.7 6.32-14.06 0-3.36-1.16-7.3-6.32-14.06a117.6 117.6 0 00-6.36-7.55l-.1-.1-9.73-10.53a15.26 15.26 0 01-4.07-10.1l-.26-13.28v-.14c-.18-3.7-.45-6.95-.84-9.87-1.14-8.43-3.1-12.04-5.47-14.42-2.38-2.38-5.99-4.33-14.41-5.47-2.82-.38-5.95-.64-9.47-.82l-.03-.02-13.8-.26c-.42 0-.84-.03-1.26-.08h-.04l-.1-.01a15.3 15.3 0 01-8.7-3.98l-7.98-7.38-2.65-2.45a120.52 120.52 0 00-7.55-6.36c-6.76-5.16-10.7-6.32-14.06-6.32-3.36 0-7.3 1.16-14.06 6.32-2.37 1.8-4.88 3.94-7.65 6.45l-.05.05-9.78 9.45A15.3 15.3 0 0194.01 39zm19.93 195.88a118.1 118.1 0 01-7.65-6.45h43.42a117.82 117.82 0 01-7.65 6.45c-6.76 5.16-10.7 6.32-14.06 6.32-3.36 0-7.3-1.16-14.06-6.32z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="64" height="64"><path fill="#fff" d="M32 24.795c-1.164.296-1.884.013-2.53-.957l-4.594-6.356-.664-.88-5.365 7.257c-.613.873-1.256 1.253-2.4.944l6.87-9.222-6.396-8.33c1.1-.214 1.86-.105 2.535.88l4.765 6.435 4.8-6.4c.615-.873 1.276-1.205 2.38-.883l-2.48 3.288-3.36 4.375c-.4.5-.345.842.023 1.325L32 24.795zM.008 15.427l.562-2.764C2.1 7.193 8.37 4.92 12.694 8.3c2.527 1.988 3.155 4.8 3.03 7.95H1.48c-.214 5.67 3.867 9.092 9.07 7.346 1.825-.613 2.9-2.042 3.438-3.83.273-.896.725-1.036 1.567-.78-.43 2.236-1.4 4.104-3.45 5.273-3.063 1.75-7.435 1.184-9.735-1.248C1 21.6.434 19.812.18 17.9c-.04-.316-.12-.617-.18-.92q.008-.776.008-1.552zm1.498-.38h12.872c-.084-4.1-2.637-7.012-6.126-7.037-3.83-.03-6.58 2.813-6.746 7.037z"/></svg>

After

Width:  |  Height:  |  Size: 789 B

View File

@ -0,0 +1 @@
<svg height="1611" preserveAspectRatio="xMidYMid" width="2500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 167.509"><path fill="#fff" d="M247.942 23.314 256 2.444l-.35-1.293-79.717 21.003C184.433 9.86 181.513 0 181.513 0s-25.457 16.257-44.709 15.832c-19.251-.426-25.457-5.564-54.977 3.853-29.52 9.41-37.86 38.295-46.419 44.5S0 90.603 0 90.603l.058.359 24.207-7.707S17.625 89.51 3.52 108.52l-.659-.609.025.134s11.336 17.324 22.463 14.121c1.118-.325 2.377-.859 3.753-1.56 4.48 2.495 10.327 4.947 16.783 5.622 0 0-4.37-5.08-8.016-10.86.984-.634 1.994-1.293 3.02-1.96l-.476.334 9.217 3.386-1.017-8.666c.033-.017.058-.042.091-.059l9.059 3.328-1.126-7.882a76.868 76.868 0 0 1 3.436-1.693l9.443-35.717 39.045-26.634-3.103 7.808c-7.916 19.468-22.78 24.064-22.78 24.064l-6.206 2.352c-4.612 5.455-6.556 6.798-8.14 25.107 3.72-.934 7.273-1.16 10.492-.292 16.683 4.496 22.463 24.599 17.967 30.162-1.126 1.393-3.803 3.77-7.181 6.565h-6.773l-.092 5.488c-.234.184-.467.359-.693.542h-6.89l-.083 5.355c-.609.468-1.218.918-1.801 1.36-6.473.133-14.673-5.514-14.673-5.514 0 5.139 4.28 13.046 4.28 13.046s.283-.133.758-.367c-.417.309-.65.476-.65.476s17.324 11.552 28.235 7.273c9.7-3.804 34.816-23.606 56.495-32.981l65.603-17.283 8.65-22.413-49.997 13.17V83.597l58.664-15.457 8.65-22.413-67.297 17.734V43.324z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<svg width="256" height="384" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M0 0h256v128H128L0 0Zm0 128h128l128 128H128v128L0 256V128Z"/></svg>

After

Width:  |  Height:  |  Size: 184 B

View File

@ -1,4 +1 @@
<svg viewBox="0 0 166 34" class="logo-mark" xmlns="http://www.w3.org/2000/svg">
<path class="path-mobile" d="M30.82 1.45c-3.7-2.31-8.6-1.77-12.96.98-4.35-2.75-9.24-3.3-12.95-.98-5.87 3.67-6.58 13.11-1.59 21.1 3.68 5.88 9.43 9.33 14.55 9.27 5.12.06 10.87-3.39 14.54-9.27 4.99-7.99 4.28-17.43-1.59-21.1zM6.02 20.86a19.11 19.11 0 0 1-2.3-5.27 15.07 15.07 0 0 1-.5-4.97c.22-2.95 1.42-5.24 3.38-6.47 1.96-1.22 4.54-1.3 7.3-.2.42.17.83.36 1.22.57a22.5 22.5 0 0 0-3.95 4.75C8.14 14.12 7.2 19.5 8.27 23.8a19.72 19.72 0 0 1-2.25-2.95zm26-5.27a19.16 19.16 0 0 1-2.3 5.27 19.73 19.73 0 0 1-2.25 2.96c.94-3.86.3-8.58-2.02-13a.58.58 0 0 0-.83-.24l-7.23 4.52a.59.59 0 0 0-.19.81l1.06 1.7a.59.59 0 0 0 .82.18l4.68-2.92a15.07 15.07 0 0 1 .92 6.33c-.23 2.95-1.43 5.25-3.38 6.47a6.6 6.6 0 0 1-3.35.97h-.15a6.6 6.6 0 0 1-3.35-.97c-1.96-1.22-3.16-3.52-3.38-6.47a15.1 15.1 0 0 1 .5-4.97 19.67 19.67 0 0 1 6.02-9.65 15.1 15.1 0 0 1 4.25-2.63c2.74-1.09 5.34-1.02 7.3.2 1.95 1.23 3.15 3.53 3.37 6.48a15.1 15.1 0 0 1-.49 4.96z"/>
<path class="path-desktop" d="M74.06 12.9a7.23 7.23 0 0 0-7.34 7.2c0 4 3.28 7.11 7.34 7.11a7.19 7.19 0 0 0 7.37-7.12c0-4.03-3.27-7.2-7.37-7.2zm0 10.55c-1.87 0-3.29-1.51-3.29-3.39s1.42-3.4 3.3-3.4c1.9 0 3.32 1.54 3.32 3.41a3.31 3.31 0 0 1-3.33 3.38zM90.58 7.36h-7.46a.6.6 0 0 0-.62.61v18.21a.6.6 0 0 0 .61.65h7.47c5.98 0 10.13-3.97 10.13-9.76 0-5.82-4.15-9.7-10.13-9.7zm.18 15.62h-4.09V11.2h4.09c3.3 0 5.59 2.47 5.59 5.86 0 3.34-2.28 5.92-5.59 5.92zm24.82-9.7h-2.8a.63.63 0 0 0-.6.62v.83c-.63-1.06-2.08-1.84-3.87-1.84-3.5 0-6.79 2.76-6.79 7.15 0 4.37 3.25 7.17 6.76 7.17 1.8 0 3.28-.78 3.92-1.83v.86a.59.59 0 0 0 .58.58h2.8a.57.57 0 0 0 .6-.58V13.9a.6.6 0 0 0-.6-.62zm-6.53 10.2c-1.86 0-3.26-1.43-3.26-3.41s1.4-3.41 3.26-3.41c1.86 0 3.25 1.42 3.25 3.4 0 1.99-1.4 3.42-3.25 3.42zm22.3-16.12h-2.82a.6.6 0 0 0-.6.59v6.72c-.65-1-2.12-1.78-3.95-1.78-3.48 0-6.7 2.76-6.7 7.15 0 4.37 3.25 7.17 6.75 7.17 1.8 0 3.17-.78 3.92-1.83v.86c0 .32.26.58.58.58h2.81a.57.57 0 0 0 .59-.58V7.95a.57.57 0 0 0-.59-.59zm-6.54 16.15c-1.85 0-3.24-1.44-3.24-3.44s1.4-3.45 3.24-3.45c1.85 0 3.24 1.44 3.24 3.45 0 2-1.39 3.44-3.24 3.44zM147.1 7.36h-2.8a.6.6 0 0 0-.62.59v6.72c-.64-1-2.11-1.78-3.94-1.78-3.48 0-6.7 2.76-6.7 7.15 0 4.37 3.25 7.17 6.75 7.17 1.8 0 3.17-.78 3.92-1.83v.86a.59.59 0 0 0 .59.58h2.8a.57.57 0 0 0 .58-.58V7.95a.57.57 0 0 0-.58-.59zm-6.53 16.15c-1.86 0-3.24-1.44-3.24-3.44s1.39-3.45 3.24-3.45c1.84 0 3.23 1.44 3.23 3.45 0 2-1.38 3.44-3.23 3.44zm21.9-9.28-4.19 14.37c-.8 2.56-2.61 4.09-5.42 4.09a6.77 6.77 0 0 1-3.35-.78c-.53-.3-.97-.58-.97-1.03 0-.27.09-.41.25-.67l.83-1.25c.24-.35.41-.46.66-.46a.96.96 0 0 1 .56.2 3 3 0 0 0 1.75.62c.86 0 1.52-.27 1.88-1.3l.36-1.2h-1.7c-.42 0-.65-.25-.75-.58l-3.75-12c-.14-.48-.01-.95.68-.95h2.96c.36 0 .6.12.77.64l2.77 9.67 2.59-9.67c.08-.34.3-.64.75-.64h2.8c.55 0 .72.38.52.94zm-96.8 4.28v7.67a.63.63 0 0 1-.64.64h-2.31a.62.62 0 0 1-.64-.64v-2.01c-1.47 1.85-4.03 3.02-6.92 3.02-5.44 0-9.68-4.08-9.68-9.9 0-6.05 4.58-10.22 10.37-10.22 4.28 0 7.7 1.84 9.22 5.54a.84.84 0 0 1 .07.3c0 .18-.12.31-.5.44l-2.7 1.04a.7.7 0 0 1-.5.01.78.78 0 0 1-.33-.37 5.67 5.67 0 0 0-5.36-3.1c-3.45 0-5.92 2.7-5.92 6.19 0 3.39 2.1 6.17 6.02 6.17 2.06 0 3.7-.97 4.47-2.04h-2.45a.63.63 0 0 1-.63-.63v-2.09a.63.63 0 0 1 .63-.63h7.16a.6.6 0 0 1 .64.6z"/>
</svg>
<svg viewBox="0 0 166 34" class="prefix__logo-mark" xmlns="http://www.w3.org/2000/svg"><path class="prefix__path-mobile" d="M30.82 1.45c-3.7-2.31-8.6-1.77-12.96.98-4.35-2.75-9.24-3.3-12.95-.98-5.87 3.67-6.58 13.11-1.59 21.1 3.68 5.88 9.43 9.33 14.55 9.27 5.12.06 10.87-3.39 14.54-9.27 4.99-7.99 4.28-17.43-1.59-21.1zM6.02 20.86a19.11 19.11 0 01-2.3-5.27 15.07 15.07 0 01-.5-4.97c.22-2.95 1.42-5.24 3.38-6.47 1.96-1.22 4.54-1.3 7.3-.2.42.17.83.36 1.22.57a22.5 22.5 0 00-3.95 4.75C8.14 14.12 7.2 19.5 8.27 23.8a19.72 19.72 0 01-2.25-2.95zm26-5.27a19.16 19.16 0 01-2.3 5.27 19.73 19.73 0 01-2.25 2.96c.94-3.86.3-8.58-2.02-13a.58.58 0 00-.83-.24l-7.23 4.52a.59.59 0 00-.19.81l1.06 1.7a.59.59 0 00.82.18l4.68-2.92a15.07 15.07 0 01.92 6.33c-.23 2.95-1.43 5.25-3.38 6.47a6.6 6.6 0 01-3.35.97h-.15a6.6 6.6 0 01-3.35-.97c-1.96-1.22-3.16-3.52-3.38-6.47a15.1 15.1 0 01.5-4.97 19.67 19.67 0 016.02-9.65 15.1 15.1 0 014.25-2.63c2.74-1.09 5.34-1.02 7.3.2 1.95 1.23 3.15 3.53 3.37 6.48a15.1 15.1 0 01-.49 4.96z"/><path class="prefix__path-desktop" d="M74.06 12.9a7.23 7.23 0 00-7.34 7.2c0 4 3.28 7.11 7.34 7.11a7.19 7.19 0 007.37-7.12c0-4.03-3.27-7.2-7.37-7.2zm0 10.55c-1.87 0-3.29-1.51-3.29-3.39s1.42-3.4 3.3-3.4c1.9 0 3.32 1.54 3.32 3.41a3.31 3.31 0 01-3.33 3.38zM90.58 7.36h-7.46a.6.6 0 00-.62.61v18.21a.6.6 0 00.61.65h7.47c5.98 0 10.13-3.97 10.13-9.76 0-5.82-4.15-9.7-10.13-9.7zm.18 15.62h-4.09V11.2h4.09c3.3 0 5.59 2.47 5.59 5.86 0 3.34-2.28 5.92-5.59 5.92zm24.82-9.7h-2.8a.63.63 0 00-.6.62v.83c-.63-1.06-2.08-1.84-3.87-1.84-3.5 0-6.79 2.76-6.79 7.15 0 4.37 3.25 7.17 6.76 7.17 1.8 0 3.28-.78 3.92-1.83v.86a.59.59 0 00.58.58h2.8a.57.57 0 00.6-.58V13.9a.6.6 0 00-.6-.62zm-6.53 10.2c-1.86 0-3.26-1.43-3.26-3.41s1.4-3.41 3.26-3.41c1.86 0 3.25 1.42 3.25 3.4 0 1.99-1.4 3.42-3.25 3.42zm22.3-16.12h-2.82a.6.6 0 00-.6.59v6.72c-.65-1-2.12-1.78-3.95-1.78-3.48 0-6.7 2.76-6.7 7.15 0 4.37 3.25 7.17 6.75 7.17 1.8 0 3.17-.78 3.92-1.83v.86c0 .32.26.58.58.58h2.81a.57.57 0 00.59-.58V7.95a.57.57 0 00-.59-.59zm-6.54 16.15c-1.85 0-3.24-1.44-3.24-3.44s1.4-3.45 3.24-3.45c1.85 0 3.24 1.44 3.24 3.45 0 2-1.39 3.44-3.24 3.44zM147.1 7.36h-2.8a.6.6 0 00-.62.59v6.72c-.64-1-2.11-1.78-3.94-1.78-3.48 0-6.7 2.76-6.7 7.15 0 4.37 3.25 7.17 6.75 7.17 1.8 0 3.17-.78 3.92-1.83v.86a.59.59 0 00.59.58h2.8a.57.57 0 00.58-.58V7.95a.57.57 0 00-.58-.59zm-6.53 16.15c-1.86 0-3.24-1.44-3.24-3.44s1.39-3.45 3.24-3.45c1.84 0 3.23 1.44 3.23 3.45 0 2-1.38 3.44-3.23 3.44zm21.9-9.28l-4.19 14.37c-.8 2.56-2.61 4.09-5.42 4.09a6.77 6.77 0 01-3.35-.78c-.53-.3-.97-.58-.97-1.03 0-.27.09-.41.25-.67l.83-1.25c.24-.35.41-.46.66-.46a.96.96 0 01.56.2 3 3 0 001.75.62c.86 0 1.52-.27 1.88-1.3l.36-1.2h-1.7c-.42 0-.65-.25-.75-.58l-3.75-12c-.14-.48-.01-.95.68-.95h2.96c.36 0 .6.12.77.64l2.77 9.67 2.59-9.67c.08-.34.3-.64.75-.64h2.8c.55 0 .72.38.52.94zm-96.8 4.28v7.67a.63.63 0 01-.64.64h-2.31a.62.62 0 01-.64-.64v-2.01c-1.47 1.85-4.03 3.02-6.92 3.02-5.44 0-9.68-4.08-9.68-9.9 0-6.05 4.58-10.22 10.37-10.22 4.28 0 7.7 1.84 9.22 5.54a.84.84 0 01.07.3c0 .18-.12.31-.5.44l-2.7 1.04a.7.7 0 01-.5.01.78.78 0 01-.33-.37 5.67 5.67 0 00-5.36-3.1c-3.45 0-5.92 2.7-5.92 6.19 0 3.39 2.1 6.17 6.02 6.17 2.06 0 3.7-.97 4.47-2.04h-2.45a.63.63 0 01-.63-.63v-2.09a.63.63 0 01.63-.63h7.16a.6.6 0 01.64.6z"/></svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1 @@
<svg viewBox="0 0 166 34" class="prefix__logo-mark" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" class="prefix__path-mobile" d="M30.82 1.45c-3.7-2.31-8.6-1.77-12.96.98-4.35-2.75-9.24-3.3-12.95-.98-5.87 3.67-6.58 13.11-1.59 21.1 3.68 5.88 9.43 9.33 14.55 9.27 5.12.06 10.87-3.39 14.54-9.27 4.99-7.99 4.28-17.43-1.59-21.1zM6.02 20.86a19.11 19.11 0 01-2.3-5.27 15.07 15.07 0 01-.5-4.97c.22-2.95 1.42-5.24 3.38-6.47 1.96-1.22 4.54-1.3 7.3-.2.42.17.83.36 1.22.57a22.5 22.5 0 00-3.95 4.75C8.14 14.12 7.2 19.5 8.27 23.8a19.72 19.72 0 01-2.25-2.95zm26-5.27a19.16 19.16 0 01-2.3 5.27 19.73 19.73 0 01-2.25 2.96c.94-3.86.3-8.58-2.02-13a.58.58 0 00-.83-.24l-7.23 4.52a.59.59 0 00-.19.81l1.06 1.7a.59.59 0 00.82.18l4.68-2.92a15.07 15.07 0 01.92 6.33c-.23 2.95-1.43 5.25-3.38 6.47a6.6 6.6 0 01-3.35.97h-.15a6.6 6.6 0 01-3.35-.97c-1.96-1.22-3.16-3.52-3.38-6.47a15.1 15.1 0 01.5-4.97 19.67 19.67 0 016.02-9.65 15.1 15.1 0 014.25-2.63c2.74-1.09 5.34-1.02 7.3.2 1.95 1.23 3.15 3.53 3.37 6.48a15.1 15.1 0 01-.49 4.96z"/><path fill="#fff" class="prefix__path-desktop" d="M74.06 12.9a7.23 7.23 0 00-7.34 7.2c0 4 3.28 7.11 7.34 7.11a7.19 7.19 0 007.37-7.12c0-4.03-3.27-7.2-7.37-7.2zm0 10.55c-1.87 0-3.29-1.51-3.29-3.39s1.42-3.4 3.3-3.4c1.9 0 3.32 1.54 3.32 3.41a3.31 3.31 0 01-3.33 3.38zM90.58 7.36h-7.46a.6.6 0 00-.62.61v18.21a.6.6 0 00.61.65h7.47c5.98 0 10.13-3.97 10.13-9.76 0-5.82-4.15-9.7-10.13-9.7zm.18 15.62h-4.09V11.2h4.09c3.3 0 5.59 2.47 5.59 5.86 0 3.34-2.28 5.92-5.59 5.92zm24.82-9.7h-2.8a.63.63 0 00-.6.62v.83c-.63-1.06-2.08-1.84-3.87-1.84-3.5 0-6.79 2.76-6.79 7.15 0 4.37 3.25 7.17 6.76 7.17 1.8 0 3.28-.78 3.92-1.83v.86a.59.59 0 00.58.58h2.8a.57.57 0 00.6-.58V13.9a.6.6 0 00-.6-.62zm-6.53 10.2c-1.86 0-3.26-1.43-3.26-3.41s1.4-3.41 3.26-3.41c1.86 0 3.25 1.42 3.25 3.4 0 1.99-1.4 3.42-3.25 3.42zm22.3-16.12h-2.82a.6.6 0 00-.6.59v6.72c-.65-1-2.12-1.78-3.95-1.78-3.48 0-6.7 2.76-6.7 7.15 0 4.37 3.25 7.17 6.75 7.17 1.8 0 3.17-.78 3.92-1.83v.86c0 .32.26.58.58.58h2.81a.57.57 0 00.59-.58V7.95a.57.57 0 00-.59-.59zm-6.54 16.15c-1.85 0-3.24-1.44-3.24-3.44s1.4-3.45 3.24-3.45c1.85 0 3.24 1.44 3.24 3.45 0 2-1.39 3.44-3.24 3.44zM147.1 7.36h-2.8a.6.6 0 00-.62.59v6.72c-.64-1-2.11-1.78-3.94-1.78-3.48 0-6.7 2.76-6.7 7.15 0 4.37 3.25 7.17 6.75 7.17 1.8 0 3.17-.78 3.92-1.83v.86a.59.59 0 00.59.58h2.8a.57.57 0 00.58-.58V7.95a.57.57 0 00-.58-.59zm-6.53 16.15c-1.86 0-3.24-1.44-3.24-3.44s1.39-3.45 3.24-3.45c1.84 0 3.23 1.44 3.23 3.45 0 2-1.38 3.44-3.23 3.44zm21.9-9.28l-4.19 14.37c-.8 2.56-2.61 4.09-5.42 4.09a6.77 6.77 0 01-3.35-.78c-.53-.3-.97-.58-.97-1.03 0-.27.09-.41.25-.67l.83-1.25c.24-.35.41-.46.66-.46a.96.96 0 01.56.2 3 3 0 001.75.62c.86 0 1.52-.27 1.88-1.3l.36-1.2h-1.7c-.42 0-.65-.25-.75-.58l-3.75-12c-.14-.48-.01-.95.68-.95h2.96c.36 0 .6.12.77.64l2.77 9.67 2.59-9.67c.08-.34.3-.64.75-.64h2.8c.55 0 .72.38.52.94zm-96.8 4.28v7.67a.63.63 0 01-.64.64h-2.31a.62.62 0 01-.64-.64v-2.01c-1.47 1.85-4.03 3.02-6.92 3.02-5.44 0-9.68-4.08-9.68-9.9 0-6.05 4.58-10.22 10.37-10.22 4.28 0 7.7 1.84 9.22 5.54a.84.84 0 01.07.3c0 .18-.12.31-.5.44l-2.7 1.04a.7.7 0 01-.5.01.78.78 0 01-.33-.37 5.67 5.67 0 00-5.36-3.1c-3.45 0-5.92 2.7-5.92 6.19 0 3.39 2.1 6.17 6.02 6.17 2.06 0 3.7-.97 4.47-2.04h-2.45a.63.63 0 01-.63-.63v-2.09a.63.63 0 01.63-.63h7.16a.6.6 0 01.64.6z"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="78" viewBox="0 0 207 78" width="207"><g fill="#fff" fill-rule="evenodd"><path d="m16.2 24.1c-.4 0-.5-.2-.3-.5l2.1-2.7c.2-.3.7-.5 1.1-.5h35.7c.4 0 .5.3.3.6l-1.7 2.6c-.2.3-.7.6-1 .6z"/><path d="m1.1 33.3c-.4 0-.5-.2-.3-.5l2.1-2.7c.2-.3.7-.5 1.1-.5h45.6c.4 0 .6.3.5.6l-.8 2.4c-.1.4-.5.6-.9.6z"/><path d="m25.3 42.5c-.4 0-.5-.3-.3-.6l1.4-2.5c.2-.3.6-.6 1-.6h20c.4 0 .6.3.6.7l-.2 2.4c0 .4-.4.7-.7.7z"/><g transform="translate(55)"><path d="m74.1 22.3c-6.3 1.6-10.6 2.8-16.8 4.4-1.5.4-1.6.5-2.9-1-1.5-1.7-2.6-2.8-4.7-3.8-6.3-3.1-12.4-2.2-18.1 1.5-6.8 4.4-10.3 10.9-10.2 19 .1 8 5.6 14.6 13.5 15.7 6.8.9 12.5-1.5 17-6.6.9-1.1 1.7-2.3 2.7-3.7-3.6 0-8.1 0-19.3 0-2.1 0-2.6-1.3-1.9-3 1.3-3.1 3.7-8.3 5.1-10.9.3-.6 1-1.6 2.5-1.6h36.4c-.2 2.7-.2 5.4-.6 8.1-1.1 7.2-3.8 13.8-8.2 19.6-7.2 9.5-16.6 15.4-28.5 17-9.8 1.3-18.9-.6-26.9-6.6-7.4-5.6-11.6-13-12.7-22.2-1.3-10.9 1.9-20.7 8.5-29.3 7.1-9.3 16.5-15.2 28-17.3 9.4-1.7 18.4-.6 26.5 4.9 5.3 3.5 9.1 8.3 11.6 14.1.6.9.2 1.4-1 1.7z"/><path d="m107.2 77.6c-9.1-.2-17.4-2.8-24.4-8.8-5.9-5.1-9.6-11.6-10.8-19.3-1.8-11.3 1.3-21.3 8.1-30.2 7.3-9.6 16.1-14.6 28-16.7 10.2-1.8 19.8-.8 28.5 5.1 7.9 5.4 12.8 12.7 14.1 22.3 1.7 13.5-2.2 24.5-11.5 33.9-6.6 6.7-14.7 10.9-24 12.8-2.7.5-5.4.6-8 .9zm23.8-40.4c-.1-1.3-.1-2.3-.3-3.3-1.8-9.9-10.9-15.5-20.4-13.3-9.3 2.1-15.3 8-17.5 17.4-1.8 7.8 2 15.7 9.2 18.9 5.5 2.4 11 2.1 16.3-.6 7.9-4.1 12.2-10.5 12.7-19.1z" fill-rule="nonzero"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1 @@
<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>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,13 +1 @@
<svg viewBox="0 0 53 63" fill="none" xmlns="http://www.w3.org/2000/svg">
<g>
<path
d="M18.3245 56.4997C12.981 54.3996 8.32995 50.4582 5.41811 44.9942C-1.07496 32.8101 3.5385 17.6693 15.7226 11.1763C27.5885 4.8527 42.2589 9.0633 49.0145 20.542C45.815 27.9588 40.7095 35.7957 33.9658 43.0901C28.9906 48.4716 23.6512 52.9872 18.3245 56.4997Z"
fill="black" />
<path
d="M1.1553 62.4083C-1.627 60.316 1.05773 53.3722 4.53167 48.6593L5.6068 50.1773C4.31552 53.226 2.06451 59.4244 11.3079 52.2767C20.5512 45.1291 36.0411 25.2105 42.6911 13.1964C48.0111 3.58517 42.2574 5.86794 38.8063 8.07736L37.2929 7.26354C40.7993 3.86578 46.9079 -0.226393 49.8312 1.05997C56.1727 3.85043 51.4503 21.9979 37.19 39.5949C22.9296 57.1918 5.0808 65.3602 1.1553 62.4083Z"
fill="black" />
<path
d="M52.3358 30.5196C53.4106 40.3776 48.5221 50.3499 39.2357 55.2987C36.0764 56.9824 32.7184 57.9193 29.3638 58.171C32.5965 52.1448 36.9548 45.9614 42.3064 40.0818C45.5381 36.5314 48.914 33.3311 52.3358 30.5196Z"
fill="black" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 216 256"><g fill="#000" clip-path="url(#prefix__a)"><path d="M74.46 229.59a101.18 101.18 0 01-52.44-46.76C-4.37 133.33 14.38 71.8 63.89 45.41c48.22-25.7 107.83-8.58 135.28 38.06-13 30.14-33.75 61.99-61.15 91.63-20.22 21.86-41.91 40.21-63.56 54.49z"/><path d="M4.7 253.6c-11.31-8.5-.4-36.72 13.71-55.87l4.37 6.17c-5.24 12.38-14.4 37.57 23.17 8.53 37.56-29.05 100.5-109.99 127.52-158.8 21.62-39.06-1.76-29.79-15.78-20.8l-6.15-3.31C165.79 15.7 190.6-.92 202.49 4.3c25.77 11.34 6.58 85.08-51.37 156.58C93.17 232.4 20.65 265.6 4.7 253.6zm207.97-129.58a101.61 101.61 0 01-53.24 100.69 101.2 101.2 0 01-40.11 11.67c13.14-24.49 30.85-49.62 52.6-73.5a391 391 0 0140.75-38.86z"/></g><defs><clipPath id="prefix__a"><path fill="#fff" d="M0 0h215.37v256H0z"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 835 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 216 256"><g fill="#fff" clip-path="url(#prefix__a)"><path d="M74.46 229.59a101.18 101.18 0 01-52.44-46.76C-4.37 133.33 14.38 71.8 63.89 45.41c48.22-25.7 107.83-8.58 135.28 38.06-13 30.14-33.75 61.99-61.15 91.63-20.22 21.86-41.91 40.21-63.56 54.49z"/><path d="M4.7 253.6c-11.31-8.5-.4-36.72 13.71-55.87l4.37 6.17c-5.24 12.38-14.4 37.57 23.17 8.53 37.56-29.05 100.5-109.99 127.52-158.8 21.62-39.06-1.76-29.79-15.78-20.8l-6.15-3.31C165.79 15.7 190.6-.92 202.49 4.3c25.77 11.34 6.58 85.08-51.37 156.58C93.17 232.4 20.65 265.6 4.7 253.6zm207.97-129.58a101.61 101.61 0 01-53.24 100.69 101.2 101.2 0 01-40.11 11.67c13.14-24.49 30.85-49.62 52.6-73.5a391 391 0 0140.75-38.86z"/></g><defs><clipPath id="prefix__a"><path fill="#fff" d="M0 0h215.37v256H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 835 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="260" preserveAspectRatio="xMidYMid" viewBox="0 0 256 260"><path fill="#fff" d="M239.184 106.203a64.716 64.716 0 0 0-5.576-53.103C219.452 28.459 191 15.784 163.213 21.74A65.586 65.586 0 0 0 52.096 45.22a64.716 64.716 0 0 0-43.23 31.36c-14.31 24.602-11.061 55.634 8.033 76.74a64.665 64.665 0 0 0 5.525 53.102c14.174 24.65 42.644 37.324 70.446 31.36a64.72 64.72 0 0 0 48.754 21.744c28.481.025 53.714-18.361 62.414-45.481a64.767 64.767 0 0 0 43.229-31.36c14.137-24.558 10.875-55.423-8.083-76.483Zm-97.56 136.338a48.397 48.397 0 0 1-31.105-11.255l1.535-.87 51.67-29.825a8.595 8.595 0 0 0 4.247-7.367v-72.85l21.845 12.636c.218.111.37.32.409.563v60.367c-.056 26.818-21.783 48.545-48.601 48.601Zm-104.466-44.61a48.345 48.345 0 0 1-5.781-32.589l1.534.921 51.722 29.826a8.339 8.339 0 0 0 8.441 0l63.181-36.425v25.221a.87.87 0 0 1-.358.665l-52.335 30.184c-23.257 13.398-52.97 5.431-66.404-17.803ZM23.549 85.38a48.499 48.499 0 0 1 25.58-21.333v61.39a8.288 8.288 0 0 0 4.195 7.316l62.874 36.272-21.845 12.636a.819.819 0 0 1-.767 0L41.353 151.53c-23.211-13.454-31.171-43.144-17.804-66.405v.256Zm179.466 41.695-63.08-36.63L161.73 77.86a.819.819 0 0 1 .768 0l52.233 30.184a48.6 48.6 0 0 1-7.316 87.635v-61.391a8.544 8.544 0 0 0-4.4-7.213Zm21.742-32.69-1.535-.922-51.619-30.081a8.39 8.39 0 0 0-8.492 0L99.98 99.808V74.587a.716.716 0 0 1 .307-.665l52.233-30.133a48.652 48.652 0 0 1 72.236 50.391v.205ZM88.061 139.097l-21.845-12.585a.87.87 0 0 1-.41-.614V65.685a48.652 48.652 0 0 1 79.757-37.346l-1.535.87-51.67 29.825a8.595 8.595 0 0 0-4.246 7.367l-.051 72.697Zm11.868-25.58 28.138-16.217 28.188 16.218v32.434l-28.086 16.218-28.188-16.218-.052-32.434Z"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 40" class="logomark"><path fill="#fff" d="M35.975 11.392c0 .312.021.627-.004.937-.03.361-.082.722-.149 1.08a22.535 22.535 0 0 1-.331 1.512 8.59 8.59 0 0 1-.359 1.084c-.313.767-.66 1.518-1.117 2.21-.282.427-.57.849-.864 1.266a4.12 4.12 0 0 1-.37.431c-.225.238-.442.483-.686.695a13.5 13.5 0 0 1-1.123.905c-.356.25-.756.431-1.12.674-.404.268-.866.384-1.296.587-.384.18-.795.24-1.186.38-.498.18-1.021.222-1.531.331-.544.117-1.097.203-1.643.315-.449.09-.894.198-1.34.298-.254.056-.51.098-.756.173-.304.093-.6.214-.896.324-.201.072-.412.126-.604.219-.28.14-.544.315-.823.464-.457.242-.838.585-1.184.96-.292.32-.546.681-.8 1.036-.418.587-.706 1.244-.964 1.916-.254.657-.487 1.322-.725 1.986-.221.625-.43 1.252-.655 1.875-.197.543-.407 1.079-.618 1.615a13.447 13.447 0 0 1-1.12 2.215c-.331.531-.685 1.049-1.142 1.478-.366.343-.72.704-1.17.944-.446.24-.906.448-1.4.557a6.636 6.636 0 0 1-1.807.129c-.229-.012-.455-.075-.684-.117-.137-.026-.276-.047-.409-.089-.112-.035-.215-.097-.322-.151-.302-.147-.624-.264-.9-.448a8.802 8.802 0 0 1-.96-.776c-.554-.492-.97-1.103-1.342-1.74a13.04 13.04 0 0 1-.681-1.319c-.192-.436-.336-.893-.492-1.345a24.916 24.916 0 0 1-.34-1.063c-.092-.317-.165-.641-.243-.963-.073-.298-.15-.594-.212-.895-.112-.536-.215-1.073-.32-1.609a35.827 35.827 0 0 1-.133-.68c-.06-.34-.114-.681-.171-1.022-.044-.254-.092-.506-.13-.76-.044-.28-.08-.56-.124-.839-.036-.242-.078-.483-.112-.725-.032-.226-.06-.452-.089-.678a70.143 70.143 0 0 1-.094-.73c-.03-.236-.055-.471-.082-.707a19421 19421 0 0 1-.096-.818c-.011-.098-.023-.193-.03-.291-.034-.401-.068-.804-.1-1.208-.02-.25-.04-.501-.05-.75-.021-.39-.042-.777-.05-1.166C.01 18.46.001 17.819 0 17.18c0-.378.002-.755.027-1.13.026-.392.08-.784.122-1.176.034-.312.064-.622.105-.934.023-.175.064-.348.1-.52.092-.432.176-.863.281-1.292.076-.31.181-.61.266-.916.157-.571.393-1.11.623-1.653.106-.25.236-.49.368-.725.186-.329.366-.66.576-.97.259-.378.533-.744.823-1.098.275-.336.567-.66.873-.965.24-.24.512-.448.77-.665.254-.212.501-.433.77-.624.412-.296.835-.576 1.263-.849.249-.158.514-.294.774-.434.405-.219.81-.44 1.22-.648.26-.13.527-.244.794-.354.683-.277 1.364-.557 2.055-.816.46-.17.932-.303 1.399-.452.24-.077.475-.161.717-.229.2-.056.402-.086.604-.133.22-.05.434-.119.656-.16.299-.059.603-.1.907-.147.34-.052.679-.105 1.02-.152.139-.019.283-.02.425-.03.47-.026.944-.054 1.414-.077.188-.01.382-.051.565-.019.443.08.889.017 1.332.05.428.03.853.076 1.278.127.306.038.608.103.914.15.268.04.535.065.802.107.215.035.43.081.645.128.46.103.919.196 1.374.317.404.11.797.275 1.204.37.469.113.899.332 1.351.479.462.149.86.424 1.3.608.515.217.96.546 1.418.858.347.238.685.492 1 .77.467.41.92.836 1.356 1.28.258.26.478.564.713.85.38.464.658.993.928 1.523.215.424.393.874.537 1.329.12.373.156.774.245 1.156.098.42.096.844.073 1.27l-.012.008Z"></path></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1 @@
<svg width="256" height="305" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M116.204 0 256 84.031v159.5l-105.265 60.896v-159.5L10.772 61.008 116.204 0ZM105.49 171.121v124.463L0 232.13l105.489-61.008Z"/></svg>

After

Width:  |  Height:  |  Size: 249 B

View File

@ -1,5 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 100 50">
<path d="m7.579 10.123 14.204 0c4.169 0.035 7.19 1.237 9.063 3.604 1.873 2.367 2.491 5.6 1.855 9.699-0.247 1.873-0.795 3.71-1.643 5.512-0.813 1.802-1.943 3.427-3.392 4.876-1.767 1.837-3.657 3.003-5.671 3.498-2.014 0.495-4.099 0.742-6.254 0.742l-6.36 0-2.014 10.07-7.367 0 7.579-38.001 0 0m6.201 6.042-3.18 15.9c0.212 0.035 0.424 0.053 0.636 0.053 0.247 0 0.495 0 0.742 0 3.392 0.035 6.219-0.3 8.48-1.007 2.261-0.742 3.781-3.321 4.558-7.738 0.636-3.71 0-5.848-1.908-6.413-1.873-0.565-4.222-0.83-7.049-0.795-0.424 0.035-0.83 0.053-1.219 0.053-0.353 0-0.724 0-1.113 0l0.053-0.053"/>
<path d="m41.093 0 7.314 0-2.067 10.123 6.572 0c3.604 0.071 6.289 0.813 8.056 2.226 1.802 1.413 2.332 4.099 1.59 8.056l-3.551 17.649-7.42 0 3.392-16.854c0.353-1.767 0.247-3.021-0.318-3.763-0.565-0.742-1.784-1.113-3.657-1.113l-5.883-0.053-4.346 21.783-7.314 0 7.632-38.054 0 0"/>
<path d="m70.412 10.123 14.204 0c4.169 0.035 7.19 1.237 9.063 3.604 1.873 2.367 2.491 5.6 1.855 9.699-0.247 1.873-0.795 3.71-1.643 5.512-0.813 1.802-1.943 3.427-3.392 4.876-1.767 1.837-3.657 3.003-5.671 3.498-2.014 0.495-4.099 0.742-6.254 0.742l-6.36 0-2.014 10.07-7.367 0 7.579-38.001 0 0m6.201 6.042-3.18 15.9c0.212 0.035 0.424 0.053 0.636 0.053 0.247 0 0.495 0 0.742 0 3.392 0.035 6.219-0.3 8.48-1.007 2.261-0.742 3.781-3.321 4.558-7.738 0.636-3.71 0-5.848-1.908-6.413-1.873-0.565-4.222-0.83-7.049-0.795-0.424 0.035-0.83 0.053-1.219 0.053-0.353 0-0.724 0-1.113 0l0.053-0.053"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 100 50"><path d="M7.579 10.123h14.204c4.169.035 7.19 1.237 9.063 3.604 1.873 2.367 2.491 5.6 1.855 9.699-.247 1.873-.795 3.71-1.643 5.512a16.385 16.385 0 01-3.392 4.876c-1.767 1.837-3.657 3.003-5.671 3.498a26.11 26.11 0 01-6.254.742h-6.36l-2.014 10.07H0l7.579-38.001m6.201 6.042l-3.18 15.9c.212.035.424.053.636.053h.742c3.392.035 6.219-.3 8.48-1.007 2.261-.742 3.781-3.321 4.558-7.738.636-3.71 0-5.848-1.908-6.413-1.873-.565-4.222-.83-7.049-.795-.424.035-.83.053-1.219.053h-1.113l.053-.053M41.093 0h7.314L46.34 10.123h6.572c3.604.071 6.289.813 8.056 2.226 1.802 1.413 2.332 4.099 1.59 8.056l-3.551 17.649h-7.42L54.979 21.2c.353-1.767.247-3.021-.318-3.763s-1.784-1.113-3.657-1.113l-5.883-.053-4.346 21.783h-7.314L41.093 0M70.412 10.123h14.204c4.169.035 7.19 1.237 9.063 3.604 1.873 2.367 2.491 5.6 1.855 9.699-.247 1.873-.795 3.71-1.643 5.512a16.385 16.385 0 01-3.392 4.876c-1.767 1.837-3.657 3.003-5.671 3.498a26.11 26.11 0 01-6.254.742h-6.36L70.2 48.124h-7.367l7.579-38.001m6.201 6.042l-3.18 15.9c.212.035.424.053.636.053h.742c3.392.035 6.219-.3 8.48-1.007 2.261-.742 3.781-3.321 4.558-7.738.636-3.71 0-5.848-1.908-6.413-1.873-.565-4.222-.83-7.049-.795-.424.035-.83.053-1.219.053H76.56l.053-.053"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 100 50"><path fill="#fff" d="M7.579 10.123h14.204c4.169.035 7.19 1.237 9.063 3.604 1.873 2.367 2.491 5.6 1.855 9.699-.247 1.873-.795 3.71-1.643 5.512a16.385 16.385 0 01-3.392 4.876c-1.767 1.837-3.657 3.003-5.671 3.498a26.11 26.11 0 01-6.254.742h-6.36l-2.014 10.07H0l7.579-38.001m6.201 6.042l-3.18 15.9c.212.035.424.053.636.053h.742c3.392.035 6.219-.3 8.48-1.007 2.261-.742 3.781-3.321 4.558-7.738.636-3.71 0-5.848-1.908-6.413-1.873-.565-4.222-.83-7.049-.795-.424.035-.83.053-1.219.053h-1.113l.053-.053M41.093 0h7.314L46.34 10.123h6.572c3.604.071 6.289.813 8.056 2.226 1.802 1.413 2.332 4.099 1.59 8.056l-3.551 17.649h-7.42L54.979 21.2c.353-1.767.247-3.021-.318-3.763s-1.784-1.113-3.657-1.113l-5.883-.053-4.346 21.783h-7.314L41.093 0M70.412 10.123h14.204c4.169.035 7.19 1.237 9.063 3.604 1.873 2.367 2.491 5.6 1.855 9.699-.247 1.873-.795 3.71-1.643 5.512a16.385 16.385 0 01-3.392 4.876c-1.767 1.837-3.657 3.003-5.671 3.498a26.11 26.11 0 01-6.254.742h-6.36L70.2 48.124h-7.367l7.579-38.001m6.201 6.042l-3.18 15.9c.212.035.424.053.636.053h.742c3.392.035 6.219-.3 8.48-1.007 2.261-.742 3.781-3.321 4.558-7.738.636-3.71 0-5.848-1.908-6.413-1.873-.565-4.222-.83-7.049-.795-.424.035-.83.053-1.219.053H76.56l.053-.053"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,3 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256">
<path d="M256 128a128 128 0 0 1-128 128ZM128 0c52 0 96.7 31 116.8 75.5L75.5 244.8c-7.3-3.3-14.2-7.2-20.7-11.7L160 128H128l-90.5 90.5A128 128 0 0 1 128 0Z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path d="M256 128a128 128 0 01-128 128zM128 0c52 0 96.7 31 116.8 75.5L75.5 244.8c-7.3-3.3-14.2-7.2-20.7-11.7L160 128h-32l-90.5 90.5A128 128 0 01128 0z"/></svg>

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 252 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#fff" d="M256 128a128 128 0 01-128 128zM128 0c52 0 96.7 31 116.8 75.5L75.5 244.8c-7.3-3.3-14.2-7.2-20.7-11.7L160 128h-32l-90.5 90.5A128 128 0 01128 0z"/></svg>

After

Width:  |  Height:  |  Size: 264 B

View File

@ -1,6 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256px" height="310px" viewBox="0 0 256 310" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<path d="M254.312882,235.518775 L148.000961,9.74987264 C145.309805,4.08935083 139.731924,0.359884549 133.472618,0.0359753113 C127.198908,-0.384374336 121.212054,2.71925839 117.939655,8.08838662 L2.63252565,194.847143 C-0.947129465,200.604248 -0.871814894,207.912774 2.8257217,213.594888 L59.2003287,300.896318 C63.5805009,307.626626 71.8662281,310.673635 79.5631922,308.384597 L243.161606,259.992851 C248.145475,258.535702 252.252801,254.989363 254.421072,250.271225 C256.559881,245.57581 256.523135,240.176915 254.32061,235.511047 L254.312882,235.518775 Z M230.511129,245.201761 L91.6881763,286.252058 C87.4533189,287.511696 83.388474,283.840971 84.269448,279.567474 L133.866738,42.0831633 C134.794079,37.6396542 140.929985,36.9364206 142.869673,41.0476325 L234.684164,236.021085 C235.505704,237.779423 235.515611,239.809427 234.711272,241.575701 C233.906934,243.341974 232.369115,244.667163 230.503401,245.201761 L230.511129,245.201761 Z" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>
<svg width="256" height="310" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#000" d="M254.313 235.519L148 9.749A17.063 17.063 0 00133.473.037a16.87 16.87 0 00-15.533 8.052L2.633 194.848a17.465 17.465 0 00.193 18.747L59.2 300.896a18.13 18.13 0 0020.363 7.489l163.599-48.392a17.929 17.929 0 0011.26-9.722 17.542 17.542 0 00-.101-14.76l-.008.008zm-23.802 9.683l-138.823 41.05c-4.235 1.26-8.3-2.411-7.419-6.685l49.598-237.484c.927-4.443 7.063-5.147 9.003-1.035l91.814 194.973a6.63 6.63 0 01-4.18 9.18h.007z"/></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 543 B

View File

@ -0,0 +1 @@
<svg width="256" height="310" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M254.313 235.519L148 9.749A17.063 17.063 0 00133.473.037a16.87 16.87 0 00-15.533 8.052L2.633 194.848a17.465 17.465 0 00.193 18.747L59.2 300.896a18.13 18.13 0 0020.363 7.489l163.599-48.392a17.929 17.929 0 0011.26-9.722 17.542 17.542 0 00-.101-14.76l-.008.008zm-23.802 9.683l-138.823 41.05c-4.235 1.26-8.3-2.411-7.419-6.685l49.598-237.484c.927-4.443 7.063-5.147 9.003-1.035l91.814 194.973a6.63 6.63 0 01-4.18 9.18h.007z"/></svg>

After

Width:  |  Height:  |  Size: 543 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 32 32"><path d="M16 25.093c-8.839 0-16-4.796-16-10.719C0 8.458 7.161 3.661 16 3.661s16 4.797 16 10.713c0 5.923-7.161 10.719-16 10.719zm2.448-17.244c-6.713 0-12.161 3.281-12.161 7.328s5.448 7.328 12.161 7.328c6.713 0 11.677-2.245 11.677-7.328 0-5.084-4.959-7.328-11.677-7.328zm5.916 12.411a11.43 11.43 0 0 1 1.537.579c.287.14.547.328.776.552.14.151.26.323.353.511l3.819 6.437h-6.172l-2.885-5.417a6.764 6.764 0 0 0-.953-1.307.994.994 0 0 0-.735-.333H18.64v7.052l-5.457.005V10.318h10.963s4.991.089 4.991 4.839a5.097 5.097 0 0 1-4.772 5.104zm-2.369-6.036h-3.307v3.063h3.307a1.515 1.515 0 0 0 1.532-1.557 1.428 1.428 0 0 0-1.532-1.505z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 32 32"><path fill="#000" d="M16 25.093c-8.839 0-16-4.796-16-10.719C0 8.458 7.161 3.661 16 3.661s16 4.797 16 10.713c0 5.923-7.161 10.719-16 10.719zm2.448-17.244c-6.713 0-12.161 3.281-12.161 7.328s5.448 7.328 12.161 7.328c6.713 0 11.677-2.245 11.677-7.328 0-5.084-4.959-7.328-11.677-7.328zm5.916 12.411a11.43 11.43 0 0 1 1.537.579c.287.14.547.328.776.552.14.151.26.323.353.511l3.819 6.437h-6.172l-2.885-5.417a6.764 6.764 0 0 0-.953-1.307.994.994 0 0 0-.735-.333H18.64v7.052l-5.457.005V10.318h10.963s4.991.089 4.991 4.839a5.097 5.097 0 0 1-4.772 5.104zm-2.369-6.036h-3.307v3.063h3.307a1.515 1.515 0 0 0 1.532-1.557 1.428 1.428 0 0 0-1.532-1.505z"/></svg>

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 729 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 32 32"><path fill="#fff" d="M16 25.093c-8.839 0-16-4.796-16-10.719C0 8.458 7.161 3.661 16 3.661s16 4.797 16 10.713c0 5.923-7.161 10.719-16 10.719zm2.448-17.244c-6.713 0-12.161 3.281-12.161 7.328s5.448 7.328 12.161 7.328c6.713 0 11.677-2.245 11.677-7.328 0-5.084-4.959-7.328-11.677-7.328zm5.916 12.411a11.43 11.43 0 0 1 1.537.579c.287.14.547.328.776.552.14.151.26.323.353.511l3.819 6.437h-6.172l-2.885-5.417a6.764 6.764 0 0 0-.953-1.307.994.994 0 0 0-.735-.333H18.64v7.052l-5.457.005V10.318h10.963s4.991.089 4.991 4.839a5.097 5.097 0 0 1-4.772 5.104zm-2.369-6.036h-3.307v3.063h3.307a1.515 1.515 0 0 0 1.532-1.557 1.428 1.428 0 0 0-1.532-1.505z"/></svg>

After

Width:  |  Height:  |  Size: 729 B

View File

@ -1,4 +1 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<path d="M4.8 438.2A520.7 520.7 0 0 0 0 489.7h777.8c-2.7-5.3-6.4-10-10-14.7-133-171.8-204.5-157-306.9-161.3-34-1.4-57.2-2-193-2-72.7 0-151.7.2-228.6.4A621 621 0 0 0 15 386.3h398.6v51.9H4.8Zm779.1 103.5H.4c.8 13.8 2.1 27.5 4 41h723.4c32.2 0 50.3-18.3 56.1-41ZM45 724.3s120 294.5 466.5 299.7c207 0 385-123 465.9-299.7H45Z" fill="#000"/>
<path d="M511.5 0A512.2 512.2 0 0 0 65.3 260.6l202.7-.2c158.4 0 164.2.6 195.2 2l19.1.6c66.7 2.3 148.7 9.4 213.2 58.2 35 26.5 85.6 85 115.7 126.5 27.9 38.5 35.9 82.8 17 125.2-17.5 39-55 62.2-100.4 62.2H16.7s4.2 18 10.6 37.8h970.6a510.4 510.4 0 0 0 26.1-160.7A512.4 512.4 0 0 0 511.5 0Z" fill="#000"/>
</svg>
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M4.8 438.2A520.7 520.7 0 000 489.7h777.8c-2.7-5.3-6.4-10-10-14.7-133-171.8-204.5-157-306.9-161.3-34-1.4-57.2-2-193-2-72.7 0-151.7.2-228.6.4A621 621 0 0015 386.3h398.6v51.9H4.8zm779.1 103.5H.4c.8 13.8 2.1 27.5 4 41h723.4c32.2 0 50.3-18.3 56.1-41zM45 724.3s120 294.5 466.5 299.7c207 0 385-123 465.9-299.7H45z" fill="#000"/><path d="M511.5 0A512.2 512.2 0 0065.3 260.6l202.7-.2c158.4 0 164.2.6 195.2 2l19.1.6c66.7 2.3 148.7 9.4 213.2 58.2 35 26.5 85.6 85 115.7 126.5 27.9 38.5 35.9 82.8 17 125.2-17.5 39-55 62.2-100.4 62.2H16.7s4.2 18 10.6 37.8h970.6a510.4 510.4 0 0026.1-160.7A512.4 512.4 0 00511.5 0z" fill="#000"/></svg>

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 705 B

View File

@ -0,0 +1 @@
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M4.8 438.2A520.7 520.7 0 000 489.7h777.8c-2.7-5.3-6.4-10-10-14.7-133-171.8-204.5-157-306.9-161.3-34-1.4-57.2-2-193-2-72.7 0-151.7.2-228.6.4A621 621 0 0015 386.3h398.6v51.9H4.8zm779.1 103.5H.4c.8 13.8 2.1 27.5 4 41h723.4c32.2 0 50.3-18.3 56.1-41zM45 724.3s120 294.5 466.5 299.7c207 0 385-123 465.9-299.7H45z" fill="#fff"/><path d="M511.5 0A512.2 512.2 0 0065.3 260.6l202.7-.2c158.4 0 164.2.6 195.2 2l19.1.6c66.7 2.3 148.7 9.4 213.2 58.2 35 26.5 85.6 85 115.7 126.5 27.9 38.5 35.9 82.8 17 125.2-17.5 39-55 62.2-100.4 62.2H16.7s4.2 18 10.6 37.8h970.6a510.4 510.4 0 0026.1-160.7A512.4 512.4 0 00511.5 0z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 705 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 564 115"><mask id="prefix__a" width="512" height="95" x="26" y="10" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M26 10h512v94.72H26V10z"/></mask><g mask="url(#prefix__a)"><path fill="#000" d="M87.73 71.45l14.73 26.97H75.13L62.68 75.37h-11.8v23.05H26V16.7h45.52c18.83 0 30.78 10.45 30.78 29.24 0 12.1-5.57 20.76-14.57 25.5zm-36.84-33.5v16.17h17.68c5.24 0 8.52-3.1 8.52-8.17 0-5.06-3.28-8-8.52-8H50.9zm130.66 66.51l-74.5-20.1L127.03 10l37.24 10.05 37.25 10.05-19.97 74.36zm-14.08-54.75L146.67 44l-5.56 20.76 20.79 5.72 5.57-20.76zm119.36 25.66c0 15.69-9.99 23.05-25.54 23.05h-48.8V16.7h47.16c15.56 0 25.54 8 25.54 22.06 0 8.83-3.27 14.71-9.5 18.8 7.05 3.1 11.14 9.3 11.14 17.8zm-50.1-39.05v12.1h16.2c4.42 0 7.04-1.97 7.04-6.22 0-3.92-2.62-5.88-7.04-5.88h-16.2zm0 42.49h18.17c4.26 0 6.72-2.29 6.72-6.21 0-4.25-2.45-6.21-6.72-6.21h-18.17V78.8zm62.38-62.1h24.88v57.52h35.7v24.19H299.1V16.71zm152.11 40.86a42.43 42.43 0 01-26.28 39.25 42.64 42.64 0 01-46.4-9.21 42.46 42.46 0 0130.1-72.53 42.56 42.56 0 0130.13 12.41 42.38 42.38 0 0112.45 30.07zm-24.89 0c0-10.14-8.02-18.15-17.68-18.15s-17.69 8.01-17.69 18.15c0 10.13 8.03 18.14 17.69 18.14 9.66 0 17.68-8.02 17.68-18.15zm84.82-1.31L538 98.42h-29.64l-14.73-24.03-15.23 24.03h-30.13l28-41.18-25.7-40.53h29.63l13.59 22.06 13.1-22.06h29.47l-25.21 39.55z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -1,25 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<rect width="256" height="256" fill="none" />
<line
x1="208"
y1="128"
x2="128"
y2="208"
fill="none"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="16"
/>
<line
x1="192"
y1="40"
x2="40"
y2="192"
fill="none"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="16"
/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="none" d="M0 0h256v256H0z"/><path fill="none" stroke="currentColor" d="M208 128l-80 80M192 40L40 192"/></svg>

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 182 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill="none" d="M0 0h256v256H0z"/><path fill="none" stroke="#fff" d="M208 128l-80 80M192 40L40 192"/></svg>

After

Width:  |  Height:  |  Size: 174 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="405"><g fill="#fff" fill-rule="evenodd"><path d="M219.76 136.638c12.601 0 22.817-10.216 22.817-22.819 0-12.602-10.216-22.819-22.818-22.819-12.603 0-22.819 10.217-22.819 22.819 0 12.603 10.216 22.819 22.82 22.819M275.042 214.199v-.019L151.863 91c-17.822 17.823-17.722 46.619.1 64.442l39.2 39.199-.066.067 22.215 22.214c.807.807 1.341 1.921 1.341 3.152 0 1.265-.59 2.386-1.437 3.197l-25.91 25.91a4.44 4.44 0 0 1-6.277 0l-25.993-25.993a4.439 4.439 0 0 1 0-6.278c17.734-18.925 4.497-41.58-3.696-49.255l-5.795-5.795L93.6 213.805a8.878 8.878 0 0 0 0 12.555l84.257 84.257a8.876 8.876 0 0 0 12.554 0l84.077-84.077a8.392 8.392 0 0 0 2.987-6.426c0-2.306-.93-4.395-2.433-5.915M391.643 195.22c-20.552-2.691-24.019-6.909-24.019-15.345 0-8.552 7.934-13.864 20.706-13.864 14.076 0 21.077 4.579 23.41 15.312l.072.332h11.858l-.06-.48c-2.016-15.886-14.545-24.635-35.28-24.635-19.13 0-33.015 10.228-33.015 24.321 0 17.686 16.456 22.317 34.235 24.686 18.518 2.603 24.164 6.447 24.164 16.454 0 9.39-9.543 16.205-22.69 16.205-20.702 0-24.914-9.122-26.382-18.979l-.054-.361h-12.73l.06.478c1.584 12.926 9.655 28.334 39.105 28.334 20.196 0 35.425-11.357 35.425-26.416 0-17.725-13.317-23.106-34.805-26.042M510.634 157.647H438.51v11.295h29.483v77.627h13.158v-77.627h29.483v-11.295M538.383 210.996l16.117-42.908 16.117 42.908h-32.234Zm8.326-53.349-35.206 88.922h12.518l9.781-25.374h41.255l9.922 25.374h13.081l-34.634-88.922H546.71ZM599.889 168.942h29.483v77.627h13.158v-77.627h29.483v-11.295h-72.124v11.295M704.369 207.499h24.97v-11.174h-24.97v-27.383h49.202v-11.295h-62.362v88.922h62.362v-11.295h-49.202v-27.775M788.082 157.647h-13.158v88.922h59.51v-11.295h-46.352v-77.627M895.257 157.647l-25.295 40.544-26.278-40.544h-14.907l34.258 50.2v38.722h13.159v-38.605l32.39-50.317h-13.327"/></g></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" aria-label="Threads" viewBox="0 0 192 192"><path fill="#fff" d="M141.537 88.988a66.667 66.667 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553ZM98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735 1.966-.114 3.895-.169 5.79-.169 6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274Z" class="x19hqcy"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,4 +1 @@
<svg viewBox="0 0 91 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.05 8.11 7.02 4.06 0 8.1V4.06L7.03 0l7.02 4.06V8.1z" fill="#A435F0"/>
<path d="M0 11.52h3.68v8.94a3.27 3.27 0 0 0 3.35 3.44 3.3 3.3 0 0 0 3.34-3.47v-8.91h3.68v9.15c0 2.13-.67 3.77-2 4.9a7.55 7.55 0 0 1-5.06 1.67 7.4 7.4 0 0 1-5.01-1.67C.67 24.44 0 22.87 0 20.77v-9.25zm45.87 11.11a5.57 5.57 0 0 1-3.83 1.48c-2.64 0-4.41-1.5-4.61-3.83h11.89s.08-.76.08-1.46c0-2.2-.7-4.02-2.13-5.5a7.13 7.13 0 0 0-5.45-2.23 7.9 7.9 0 0 0-5.78 2.22 7.93 7.93 0 0 0-2.25 5.87v.12c0 2.4.76 4.32 2.25 5.75a8.17 8.17 0 0 0 5.87 2.16c2.8 0 5.02-1.1 6.69-3l-2.73-1.58zm-7-7.46a4.7 4.7 0 0 1 2.95-.98c1.07 0 1.95.34 2.7 1a3 3 0 0 1 1.16 2.23h-8.16c.12-.9.57-1.64 1.35-2.25zm44.04 14.1C81.41 32.8 79.86 34 77.46 34H75.8v-3.26h1.34c.83 0 1.6-.31 2.32-2l.73-1.68-6.3-15.54h3.75L82.1 22.7l4.6-11.2h3.73l-7.53 17.77zM28.38 5.66v7.26a7.58 7.58 0 0 0-4.9-1.73c-2.16 0-3.98.76-5.47 2.31a7.87 7.87 0 0 0-2.2 5.69 8 8 0 0 0 2.2 5.72 7.37 7.37 0 0 0 5.47 2.28c2.5 0 4.06-.98 4.9-1.75v1.42h3.65V5.65h-3.65zm-1.1 16.88c-.88.88-2 1.34-3.31 1.34a4.4 4.4 0 0 1-3.26-1.34c-.85-.89-1.27-2.01-1.27-3.35 0-1.34.42-2.46 1.27-3.34.88-.89 1.95-1.34 3.26-1.34s2.43.45 3.31 1.34c.91.88 1.37 2 1.37 3.34 0 1.34-.46 2.47-1.37 3.35zM68.22 11.2a6.39 6.39 0 0 0-5.2 2.26c-.4-.75-1.5-2.26-4.1-2.26a5.17 5.17 0 0 0-4.14 1.9v-1.59h-3.62v15.33h3.62v-8.82c0-2.07 1.28-3.56 2.98-3.56 1.74 0 2.74 1.3 2.74 3.4v8.98h3.62v-8.82c0-2.1 1.24-3.56 3.04-3.56 1.73 0 2.73 1.3 2.73 3.4v8.97h3.65v-9.48c0-4-2.14-6.15-5.32-6.15z" fill="#000"/>
</svg>
<svg viewBox="0 0 91 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.05 8.11L7.02 4.06 0 8.1V4.06L7.03 0l7.02 4.06V8.1z" fill="#A435F0"/><path d="M0 11.52h3.68v8.94a3.27 3.27 0 003.35 3.44 3.3 3.3 0 003.34-3.47v-8.91h3.68v9.15c0 2.13-.67 3.77-2 4.9a7.55 7.55 0 01-5.06 1.67 7.4 7.4 0 01-5.01-1.67C.67 24.44 0 22.87 0 20.77v-9.25zm45.87 11.11a5.57 5.57 0 01-3.83 1.48c-2.64 0-4.41-1.5-4.61-3.83h11.89s.08-.76.08-1.46c0-2.2-.7-4.02-2.13-5.5a7.13 7.13 0 00-5.45-2.23 7.9 7.9 0 00-5.78 2.22 7.93 7.93 0 00-2.25 5.87v.12c0 2.4.76 4.32 2.25 5.75a8.17 8.17 0 005.87 2.16c2.8 0 5.02-1.1 6.69-3l-2.73-1.58zm-7-7.46a4.7 4.7 0 012.95-.98c1.07 0 1.95.34 2.7 1a3 3 0 011.16 2.23h-8.16c.12-.9.57-1.64 1.35-2.25zm44.04 14.1C81.41 32.8 79.86 34 77.46 34H75.8v-3.26h1.34c.83 0 1.6-.31 2.32-2l.73-1.68-6.3-15.54h3.75L82.1 22.7l4.6-11.2h3.73L82.9 29.27zM28.38 5.66v7.26a7.58 7.58 0 00-4.9-1.73c-2.16 0-3.98.76-5.47 2.31a7.87 7.87 0 00-2.2 5.69 8 8 0 002.2 5.72 7.37 7.37 0 005.47 2.28c2.5 0 4.06-.98 4.9-1.75v1.42h3.65V5.65h-3.65zm-1.1 16.88c-.88.88-2 1.34-3.31 1.34a4.4 4.4 0 01-3.26-1.34c-.85-.89-1.27-2.01-1.27-3.35 0-1.34.42-2.46 1.27-3.34.88-.89 1.95-1.34 3.26-1.34s2.43.45 3.31 1.34c.91.88 1.37 2 1.37 3.34 0 1.34-.46 2.47-1.37 3.35zM68.22 11.2a6.39 6.39 0 00-5.2 2.26c-.4-.75-1.5-2.26-4.1-2.26a5.17 5.17 0 00-4.14 1.9v-1.59h-3.62v15.33h3.62v-8.82c0-2.07 1.28-3.56 2.98-3.56 1.74 0 2.74 1.3 2.74 3.4v8.98h3.62v-8.82c0-2.1 1.24-3.56 3.04-3.56 1.73 0 2.73 1.3 2.73 3.4v8.97h3.65v-9.48c0-4-2.14-6.15-5.32-6.15z" fill="#000"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
<svg viewBox="0 0 91 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.05 8.11L7.02 4.06 0 8.1V4.06L7.03 0l7.02 4.06V8.1z" fill="#A435F0"/><path d="M0 11.52h3.68v8.94a3.27 3.27 0 003.35 3.44 3.3 3.3 0 003.34-3.47v-8.91h3.68v9.15c0 2.13-.67 3.77-2 4.9a7.55 7.55 0 01-5.06 1.67 7.4 7.4 0 01-5.01-1.67C.67 24.44 0 22.87 0 20.77v-9.25zm45.87 11.11a5.57 5.57 0 01-3.83 1.48c-2.64 0-4.41-1.5-4.61-3.83h11.89s.08-.76.08-1.46c0-2.2-.7-4.02-2.13-5.5a7.13 7.13 0 00-5.45-2.23 7.9 7.9 0 00-5.78 2.22 7.93 7.93 0 00-2.25 5.87v.12c0 2.4.76 4.32 2.25 5.75a8.17 8.17 0 005.87 2.16c2.8 0 5.02-1.1 6.69-3l-2.73-1.58zm-7-7.46a4.7 4.7 0 012.95-.98c1.07 0 1.95.34 2.7 1a3 3 0 011.16 2.23h-8.16c.12-.9.57-1.64 1.35-2.25zm44.04 14.1C81.41 32.8 79.86 34 77.46 34H75.8v-3.26h1.34c.83 0 1.6-.31 2.32-2l.73-1.68-6.3-15.54h3.75L82.1 22.7l4.6-11.2h3.73L82.9 29.27zM28.38 5.66v7.26a7.58 7.58 0 00-4.9-1.73c-2.16 0-3.98.76-5.47 2.31a7.87 7.87 0 00-2.2 5.69 8 8 0 002.2 5.72 7.37 7.37 0 005.47 2.28c2.5 0 4.06-.98 4.9-1.75v1.42h3.65V5.65h-3.65zm-1.1 16.88c-.88.88-2 1.34-3.31 1.34a4.4 4.4 0 01-3.26-1.34c-.85-.89-1.27-2.01-1.27-3.35 0-1.34.42-2.46 1.27-3.34.88-.89 1.95-1.34 3.26-1.34s2.43.45 3.31 1.34c.91.88 1.37 2 1.37 3.34 0 1.34-.46 2.47-1.37 3.35zM68.22 11.2a6.39 6.39 0 00-5.2 2.26c-.4-.75-1.5-2.26-4.1-2.26a5.17 5.17 0 00-4.14 1.9v-1.59h-3.62v15.33h3.62v-8.82c0-2.07 1.28-3.56 2.98-3.56 1.74 0 2.74 1.3 2.74 3.4v8.98h3.62v-8.82c0-2.1 1.24-3.56 3.04-3.56 1.73 0 2.73 1.3 2.73 3.4v8.97h3.65v-9.48c0-4-2.14-6.15-5.32-6.15z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,3 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 263">
<path d="M166.9 131.2 212.8 52l22.2 79.2-22.2 79.3-46-79.3Zm-22.4 13 46 79.2-80-20.5L52.6 144h91.8ZM190.4 39l-45.9 79.3H52.7l57.7-58.8 80-20.5Zm65.5 65.2L228 0 123.4 28l-15.5 27.2-31.4-.2L0 131.2l76.5 76.3 31.4-.2 15.5 27.2 104.5 27.9 28-104.2-15.9-27 16-27Z" fill="#222C37"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 263"><path d="M166.9 131.2L212.8 52l22.2 79.2-22.2 79.3-46-79.3zm-22.4 13l46 79.2-80-20.5L52.6 144h91.8zM190.4 39l-45.9 79.3H52.7l57.7-58.8 80-20.5zm65.5 65.2L228 0 123.4 28l-15.5 27.2-31.4-.2L0 131.2l76.5 76.3 31.4-.2 15.5 27.2 104.5 27.9 28-104.2-15.9-27 16-27z" fill="#222C37"/></svg>

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 375 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 263"><path d="M166.9 131.2L212.8 52l22.2 79.2-22.2 79.3-46-79.3zm-22.4 13l46 79.2-80-20.5L52.6 144h91.8zM190.4 39l-45.9 79.3H52.7l57.7-58.8 80-20.5zm65.5 65.2L228 0 123.4 28l-15.5 27.2-31.4-.2L0 131.2l76.5 76.3 31.4-.2 15.5 27.2 104.5 27.9 28-104.2-15.9-27 16-27z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 372 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><path fill="#fff" fill-rule="evenodd" d="M201.2 145.8a75 75 0 01-41.7 50.7l-12-13.6-20.5 20.5A75.4 75.4 0 0167.4 173c2.2.6 4.4 1 6.7 1.2 3.3 0 7-1.1 7-6.8V112a9.1 9.1 0 00-11.5-9.1c-9.5 2.2-17 25.8-17 25.8a75 75 0 0164.2-75.2c-10.3 6-16 15.5-16 23.5 0 13 7.7 11.4 10 9.5v74.8a11.9 11.9 0 005.5 6 11 11 0 005 1.2c7.9 0 18-9 18-9V99a21 21 0 00-9.3-16.2s8.6-1.5 15.3 3.6a75 75 0 0146.2-26s-22.1 17.3-22.1 40.6c0 17.3.4 59.6.4 59.6 8.2 7.9 20.4-3.6 31.4-14.8z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M128 4.8a123.2 123.2 0 100 246.4 123.2 123.2 0 000-246.4zm0 241.5a118.3 118.3 0 110-236.6 118.3 118.3 0 010 236.6z" clip-rule="evenodd"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><path fill="#000" fill-rule="evenodd" d="M201.2 145.8a75 75 0 01-41.7 50.7l-12-13.6-20.5 20.5A75.4 75.4 0 0167.4 173c2.2.6 4.4 1 6.7 1.2 3.3 0 7-1.1 7-6.8V112a9.1 9.1 0 00-11.5-9.1c-9.5 2.2-17 25.8-17 25.8a75 75 0 0164.2-75.2c-10.3 6-16 15.5-16 23.5 0 13 7.7 11.4 10 9.5v74.8a11.9 11.9 0 005.5 6 11 11 0 005 1.2c7.9 0 18-9 18-9V99a21 21 0 00-9.3-16.2s8.6-1.5 15.3 3.6a75 75 0 0146.2-26s-22.1 17.3-22.1 40.6c0 17.3.4 59.6.4 59.6 8.2 7.9 20.4-3.6 31.4-14.8z" clip-rule="evenodd"/><path fill="#000" fill-rule="evenodd" d="M128 4.8a123.2 123.2 0 100 246.4 123.2 123.2 0 000-246.4zm0 241.5a118.3 118.3 0 110-236.6 118.3 118.3 0 010 236.6z" clip-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 256 256"><path fill="#fff" fill-rule="evenodd" d="M201.2 145.8a75 75 0 01-41.7 50.7l-12-13.6-20.5 20.5A75.4 75.4 0 0167.4 173c2.2.6 4.4 1 6.7 1.2 3.3 0 7-1.1 7-6.8V112a9.1 9.1 0 00-11.5-9.1c-9.5 2.2-17 25.8-17 25.8a75 75 0 0164.2-75.2c-10.3 6-16 15.5-16 23.5 0 13 7.7 11.4 10 9.5v74.8a11.9 11.9 0 005.5 6 11 11 0 005 1.2c7.9 0 18-9 18-9V99a21 21 0 00-9.3-16.2s8.6-1.5 15.3 3.6a75 75 0 0146.2-26s-22.1 17.3-22.1 40.6c0 17.3.4 59.6.4 59.6 8.2 7.9 20.4-3.6 31.4-14.8z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M128 4.8a123.2 123.2 0 100 246.4 123.2 123.2 0 000-246.4zm0 241.5a118.3 118.3 0 110-236.6 118.3 118.3 0 010 236.6z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 736 B

View File

@ -1 +1 @@
<svg width="256" height="222" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="m128 0 128 221.705H0z"/></svg>
<svg width="256" height="222" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#000" d="m128 0 128 221.705H0z"/></svg>

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 147 B

View File

@ -0,0 +1 @@
<svg width="256" height="222" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#fff" d="m128 0 128 221.705H0z"/></svg>

After

Width:  |  Height:  |  Size: 147 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1227" fill="none" viewBox="0 0 1200 1227"><path fill="#fff" d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1227" fill="none" viewBox="0 0 1200 1227"><path fill="#000" d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></svg>

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 417 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1227" fill="none" viewBox="0 0 1200 1227"><path fill="#fff" d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></svg>

After

Width:  |  Height:  |  Size: 417 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="405"><g fill="#fff" fill-rule="evenodd"><path d="M342.953 156.14c20.78 0 33.34 8.767 35.358 24.687l.061.48H366.49l-.074-.333c-2.34-10.754-9.356-15.342-23.463-15.342-12.799 0-20.752 5.323-20.752 13.889 0 8.456 3.477 12.681 24.072 15.378 21.535 2.94 34.883 8.334 34.883 26.096 0 15.089-15.264 26.467-35.5 26.467-29.518 0-37.608-15.437-39.196-28.39l-.059-.478h12.76l.054.363c1.47 9.876 5.691 19.016 26.438 19.016 13.178 0 22.74-6.83 22.74-16.239 0-10.026-5.659-13.879-24.218-16.485-17.819-2.376-34.307-7.016-34.307-24.738 0-14.122 13.914-24.371 33.085-24.371Zm122.576 1.11v11.316h-29.547v77.787H422.79v-77.787h-29.547V157.25h72.285Zm52.908 0 34.709 89.103h-13.108l-9.947-25.427h-41.344l-9.8 25.427h-12.549l35.283-89.104h16.756Zm108.826 0v11.316h-29.547v77.787h-13.188v-77.784H554.98v-11.317h72.282v-.003Zm81.737 0v11.316h-49.311v27.44h25.027v11.195h-25.027v27.832H709v11.317h-62.5v-89.1H709Zm-199.51 10.462-16.154 42.994h32.306l-16.153-42.994ZM99.363 113l33.464.272c3.251.026 6.31 1.54 8.304 4.108l119.56 154.056c2.71 3.488.22 8.564-4.192 8.564h-35.035c-3.31 0-6.432-1.543-8.44-4.172l-33.345-45.635-36.905 45.777a10.623 10.623 0 0 1-8.33 4.03H99.32c-4.437 0-6.917-5.122-4.165-8.603l58.543-74.144-58.595-75.718c-2.68-3.51-.154-8.569 4.263-8.532l-.002-.003Zm157.091 0c4.46-.034 6.973 5.108 4.207 8.603l-52.239 66.006c-3.726-2.932-32.644-27.14-4.745-59.556 0 0 2.183-2.554 4.435-5.195l.436-.511.435-.51a676.11 676.11 0 0 0 3.842-4.533c2.759-3.339 5.03-4.005 8.247-4.03l35.382-.274Z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB