Merge branch 'main' into main
@ -43,6 +43,7 @@
|
||||
"@upstash/redis": "1.34.0",
|
||||
"clsx": "2.1.1",
|
||||
"downloadjs": "1.4.7",
|
||||
"fuse.js": "^7.0.0",
|
||||
"jszip": "3.10.1",
|
||||
"lucide-svelte": "0.445.0",
|
||||
"mode-watcher": "0.4.1",
|
||||
|
10
pnpm-lock.yaml
generated
@ -32,6 +32,9 @@ importers:
|
||||
downloadjs:
|
||||
specifier: 1.4.7
|
||||
version: 1.4.7
|
||||
fuse.js:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
jszip:
|
||||
specifier: 3.10.1
|
||||
version: 3.10.1
|
||||
@ -1459,6 +1462,10 @@ packages:
|
||||
function-bind@1.1.2:
|
||||
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
||||
|
||||
fuse.js@7.0.0:
|
||||
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
gensync@1.0.0-beta.2:
|
||||
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -2296,6 +2303,7 @@ packages:
|
||||
|
||||
shikiji-core@0.10.2:
|
||||
resolution: {integrity: sha512-9Of8HMlF96usXJHmCL3Gd0Fcf0EcyJUF9m8EoAKKd98mHXi0La2AZl1h6PegSFGtiYcBDK/fLuKbDa1l16r1fA==}
|
||||
deprecated: Shikiji is merged back to Shiki v1.0, please migrate over to get the latest updates
|
||||
|
||||
shikiji@0.10.2:
|
||||
resolution: {integrity: sha512-wtZg3T0vtYV2PnqusWQs3mDaJBdCPWxFDrBM/SE5LfrX92gjUvfEMlc+vJnoKY6Z/S44OWaCRzNIsdBRWcTAiw==}
|
||||
@ -3995,6 +4003,8 @@ snapshots:
|
||||
|
||||
function-bind@1.1.2: {}
|
||||
|
||||
fuse.js@7.0.0: {}
|
||||
|
||||
gensync@1.0.0-beta.2: {}
|
||||
|
||||
get-caller-file@2.0.5: {}
|
||||
|
117
src/data/svgs.ts
@ -96,6 +96,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/animate.svg',
|
||||
url: 'https://www.adobe.com/products/animate'
|
||||
},
|
||||
{
|
||||
title: 'Apollo.io',
|
||||
category: 'Software',
|
||||
route: '/library/apollo.io.svg',
|
||||
url: 'https://www.apollo.io/'
|
||||
},
|
||||
{
|
||||
title: 'Blender',
|
||||
category: ['Software', 'Design'],
|
||||
@ -162,8 +168,15 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'React',
|
||||
category: 'Library',
|
||||
route: '/library/react.svg',
|
||||
url: 'https://reactjs.org/'
|
||||
route: {
|
||||
light: '/library/react_light.svg',
|
||||
dark: '/library/react_dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/react_wordmark_light.svg',
|
||||
dark: '/library/react_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://react.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Svelte',
|
||||
@ -317,7 +330,12 @@ export const svgs: iSVG[] = [
|
||||
light: '/library/deno.svg',
|
||||
dark: '/library/deno_dark.svg'
|
||||
},
|
||||
url: 'https://deno.land/'
|
||||
wordmark: {
|
||||
light: '/library/deno_wordmark.svg',
|
||||
dark: '/library/deno_wordmark_dark.svg'
|
||||
},
|
||||
brandUrl: 'https://deno.com/brand',
|
||||
url: 'https://deno.com/'
|
||||
},
|
||||
{
|
||||
title: 'Gatsby',
|
||||
@ -353,6 +371,11 @@ export const svgs: iSVG[] = [
|
||||
title: 'Tailwind CSS',
|
||||
category: 'Framework',
|
||||
route: '/library/tailwindcss.svg',
|
||||
wordmark: {
|
||||
light: '/library/tailwindcss-wordmark.svg',
|
||||
dark: '/library/tailwindcss-wordmark-dark.svg'
|
||||
},
|
||||
brandUrl: 'https://tailwindcss.com/brand',
|
||||
url: 'https://tailwindcss.com/'
|
||||
},
|
||||
{
|
||||
@ -2135,9 +2158,13 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://www.jetbrains.com/phpstorm/'
|
||||
},
|
||||
{
|
||||
title: 'MonkeyType',
|
||||
title: 'Monkeytype',
|
||||
category: 'Software',
|
||||
route: '/library/monkeytype.svg',
|
||||
wordmark: {
|
||||
dark: '/library/monkeytype-wordmark-dark.svg',
|
||||
light: '/library/monkeytype-wordmark-light.svg'
|
||||
},
|
||||
url: 'https://monkeytype.com/'
|
||||
},
|
||||
{
|
||||
@ -2344,7 +2371,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Google Idx',
|
||||
category: 'Software',
|
||||
category: ['Software', 'Google'],
|
||||
route: '/library/google-idx.svg',
|
||||
url: 'https://idx.dev/'
|
||||
},
|
||||
@ -2405,7 +2432,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Bitwarden',
|
||||
category: 'Software',
|
||||
category: ['Software', 'Authentication'],
|
||||
route: '/library/bitwarden.svg',
|
||||
url: 'https://bitwarden.com/'
|
||||
},
|
||||
@ -2456,7 +2483,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Google PaLM',
|
||||
category: 'AI',
|
||||
category: ['AI', 'Google'],
|
||||
route: '/library/google-palm.svg',
|
||||
url: 'https://ai.google/discover/palm2/'
|
||||
},
|
||||
@ -2656,20 +2683,6 @@ export const svgs: iSVG[] = [
|
||||
wordmark: '/library/tina_wordmark.svg',
|
||||
url: 'https://tina.io/'
|
||||
},
|
||||
{
|
||||
title: 'Vercel',
|
||||
category: ['Hosting', 'Vercel'],
|
||||
route: {
|
||||
light: '/library/vercel.svg',
|
||||
dark: '/library/vercel_dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/vercel_wordmark.svg',
|
||||
dark: '/library/vercel_wordmark_dark.svg'
|
||||
},
|
||||
brandUrl: 'https://vercel.com/geist/brands',
|
||||
url: 'https://vercel.com/'
|
||||
},
|
||||
{
|
||||
title: 'Next.js',
|
||||
category: ['Framework', 'Vercel'],
|
||||
@ -2899,7 +2912,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Firebase',
|
||||
category: 'Hosting',
|
||||
category: ['Hosting', 'Google'],
|
||||
route: '/library/firebase.svg',
|
||||
wordmark: '/library/firebase-wordmark.svg',
|
||||
url: 'https://firebase.google.com/'
|
||||
@ -2946,25 +2959,25 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Vite',
|
||||
category: ['Devtool', 'void(0)'],
|
||||
category: ['Devtool', 'VoidZero'],
|
||||
route: '/library/vitejs.svg',
|
||||
url: 'https://vitejs.dev'
|
||||
},
|
||||
{
|
||||
title: 'Vitest',
|
||||
category: ['Framework', 'void(0)'],
|
||||
category: ['Framework', 'VoidZero'],
|
||||
route: '/library/vitest.svg',
|
||||
url: 'https://vitest.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Oxc',
|
||||
category: ['Devtool', 'void(0)'],
|
||||
category: ['Devtool', 'VoidZero'],
|
||||
route: '/library/oxc.svg',
|
||||
url: 'https://oxc.rs/'
|
||||
},
|
||||
{
|
||||
title: 'Rolldown',
|
||||
category: ['Compiler', 'void(0)'],
|
||||
category: ['Compiler', 'VoidZero'],
|
||||
route: '/library/rolldown.svg',
|
||||
url: 'https://rolldown.rs/'
|
||||
},
|
||||
@ -3228,5 +3241,57 @@ export const svgs: iSVG[] = [
|
||||
category: 'Authentication',
|
||||
route: '/library/keycloak.svg',
|
||||
url: 'https://keycloak.org'
|
||||
},
|
||||
{
|
||||
title: 'DeepSeek',
|
||||
category: 'AI',
|
||||
route: '/library/deepseek.svg',
|
||||
wordmark: '/library/deepseek_wordmark.svg',
|
||||
url: 'https://deepseek.com/'
|
||||
},
|
||||
{
|
||||
title: 'Shiki',
|
||||
category: 'Library',
|
||||
route: '/library/shiki.svg',
|
||||
url: 'https://shiki.style/'
|
||||
},
|
||||
{
|
||||
title: 'Dropbox',
|
||||
category: ['Hosting', 'Software'],
|
||||
route: '/library/dropbox.svg',
|
||||
wordmark: {
|
||||
light: '/library/dropbox_wordmark.svg',
|
||||
dark: '/library/dropbox_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://www.dropbox.com/'
|
||||
},
|
||||
{
|
||||
title: 'Open WebUI',
|
||||
category: ['AI', 'Software'],
|
||||
route: '/library/openwebui.svg',
|
||||
url: 'https://openwebui.com/'
|
||||
},
|
||||
{
|
||||
title: 'Base UI',
|
||||
category: 'Library',
|
||||
route: {
|
||||
light: '/library/base-ui.svg',
|
||||
dark: '/library/base-ui-dark.svg'
|
||||
},
|
||||
url: 'https://base-ui.com/'
|
||||
},
|
||||
{
|
||||
title: 'Vercel',
|
||||
category: ['Hosting', 'Vercel'],
|
||||
route: {
|
||||
light: '/library/vercel.svg',
|
||||
dark: '/library/vercel_dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/vercel_wordmark.svg',
|
||||
dark: '/library/vercel_wordmark_dark.svg'
|
||||
},
|
||||
brandUrl: 'https://vercel.com/geist/brands',
|
||||
url: 'https://vercel.com/'
|
||||
}
|
||||
];
|
||||
|
@ -1,12 +1,27 @@
|
||||
<script lang="ts">
|
||||
import type { iSVG } from '@/types/svg';
|
||||
import { cn } from '@/utils/cn';
|
||||
import { onMount } from 'svelte';
|
||||
import { queryParam } from 'sveltekit-search-params';
|
||||
|
||||
import Fuse from 'fuse.js';
|
||||
|
||||
// Get all svgs:
|
||||
import { svgsData } from '@/data';
|
||||
const allSvgs = JSON.parse(JSON.stringify(svgsData));
|
||||
|
||||
// Cache sorted arrays
|
||||
const latestSorted = [...allSvgs].sort((a, b) => b.id! - a.id!);
|
||||
const alphabeticallySorted = [...allSvgs].sort((a, b) => a.title.localeCompare(b.title));
|
||||
|
||||
// Fuzzy search setup:
|
||||
const fuse = new Fuse<iSVG>(allSvgs, {
|
||||
keys: ['title'],
|
||||
threshold: 0.35,
|
||||
ignoreLocation: true,
|
||||
isCaseSensitive: false,
|
||||
shouldSort: true
|
||||
});
|
||||
|
||||
// Components:
|
||||
import Search from '@/components/search.svelte';
|
||||
import Container from '@/components/container.svelte';
|
||||
@ -22,73 +37,66 @@
|
||||
import { buttonStyles } from '@/ui/styles';
|
||||
|
||||
let sorted: boolean = false;
|
||||
let isFirstLoad: boolean = true;
|
||||
let showAll: boolean = false;
|
||||
|
||||
// Search:
|
||||
let searchTerm = $searchParam || '';
|
||||
let searchTerm = '';
|
||||
let filteredSvgs: iSVG[] = [];
|
||||
let displaySvgs: iSVG[] = [];
|
||||
|
||||
// Order by last added:
|
||||
if (searchTerm.length === 0) {
|
||||
filteredSvgs = allSvgs.sort((a: iSVG, b: iSVG) => {
|
||||
return b.id! - a.id!;
|
||||
});
|
||||
}
|
||||
|
||||
const loadSvgs = () => {
|
||||
if (isFirstLoad || showAll) {
|
||||
filteredSvgs = allSvgs;
|
||||
isFirstLoad = false;
|
||||
} else {
|
||||
filteredSvgs = allSvgs.slice(0, 30);
|
||||
}
|
||||
const updateDisplaySvgs = () => {
|
||||
displaySvgs = showAll ? filteredSvgs : filteredSvgs.slice(0, 30);
|
||||
};
|
||||
|
||||
// Search svgs:
|
||||
// Hybrid search strategy:
|
||||
// - Simple string matching for queries < 3 chars
|
||||
// - Fuzzy search for longer queries (handle typos and partial matches)
|
||||
const searchSvgs = () => {
|
||||
$searchParam = searchTerm || null;
|
||||
loadSvgs();
|
||||
filteredSvgs = allSvgs.filter((svg: iSVG) => {
|
||||
let svgTitle = svg.title.toLowerCase();
|
||||
return svgTitle.includes(searchTerm.toLowerCase());
|
||||
});
|
||||
|
||||
if (!searchTerm) {
|
||||
filteredSvgs = sorted ? alphabeticallySorted : latestSorted;
|
||||
updateDisplaySvgs();
|
||||
return;
|
||||
}
|
||||
|
||||
if (searchTerm.length < 3) {
|
||||
filteredSvgs = allSvgs.filter((svg: iSVG) =>
|
||||
svg.title.toLowerCase().includes(searchTerm.toLowerCase())
|
||||
);
|
||||
} else {
|
||||
filteredSvgs = fuse.search(searchTerm).map((result) => result.item);
|
||||
}
|
||||
|
||||
updateDisplaySvgs();
|
||||
};
|
||||
|
||||
// Clear search:
|
||||
const clearSearch = () => {
|
||||
searchTerm = '';
|
||||
searchSvgs();
|
||||
// Use current sort state to determine order
|
||||
filteredSvgs = sorted ? alphabeticallySorted : latestSorted;
|
||||
updateDisplaySvgs();
|
||||
};
|
||||
|
||||
// Sort:
|
||||
const sort = () => {
|
||||
if (sorted) {
|
||||
sortByLatest();
|
||||
} else {
|
||||
sortAlphabetically();
|
||||
}
|
||||
sorted = !sorted;
|
||||
filteredSvgs = sorted ? alphabeticallySorted : latestSorted;
|
||||
updateDisplaySvgs();
|
||||
};
|
||||
|
||||
// Sort alphabetically:
|
||||
const sortAlphabetically = () => {
|
||||
filteredSvgs = allSvgs.sort((a: iSVG, b: iSVG) => {
|
||||
return a.title.localeCompare(b.title);
|
||||
});
|
||||
};
|
||||
|
||||
// Sort by latest:
|
||||
const sortByLatest = () => {
|
||||
filteredSvgs = filteredSvgs.sort((a: iSVG, b: iSVG) => {
|
||||
return b.id! - a.id!;
|
||||
});
|
||||
};
|
||||
|
||||
if ($searchParam) {
|
||||
onMount(() => {
|
||||
if ($searchParam) {
|
||||
searchTerm = $searchParam;
|
||||
}
|
||||
searchSvgs();
|
||||
} else {
|
||||
loadSvgs();
|
||||
});
|
||||
|
||||
$: {
|
||||
if (showAll || filteredSvgs) {
|
||||
updateDisplaySvgs();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -100,15 +108,15 @@
|
||||
bind:searchTerm
|
||||
on:input={searchSvgs}
|
||||
clearSearch={() => clearSearch()}
|
||||
placeholder={`Search ${filteredSvgs.length} logos...`}
|
||||
placeholder={`Search ${allSvgs.length} logos...`}
|
||||
/>
|
||||
|
||||
<Container>
|
||||
<div class={cn('flex items-center mb-4 justify-end', searchTerm.length > 0 && 'justify-between')}>
|
||||
<div class={cn('mb-4 flex items-center justify-end', searchTerm.length > 0 && 'justify-between')}>
|
||||
{#if searchTerm.length > 0}
|
||||
<button
|
||||
class={cn(
|
||||
'flex items-center justify-center space-x-1 rounded-md py-1.5 text-sm font-medium opacity-80 hover:opacity-100 transition-opacity',
|
||||
'flex items-center justify-center space-x-1 rounded-md py-1.5 text-sm font-medium opacity-80 transition-opacity hover:opacity-100',
|
||||
filteredSvgs.length === 0 && 'hidden'
|
||||
)}
|
||||
on:click={() => clearSearch()}
|
||||
@ -119,7 +127,7 @@
|
||||
{/if}
|
||||
<button
|
||||
class={cn(
|
||||
'flex items-center justify-center space-x-1 rounded-md py-1.5 text-sm font-medium opacity-80 hover:opacity-100 transition-opacity',
|
||||
'flex items-center justify-center space-x-1 rounded-md py-1.5 text-sm font-medium opacity-80 transition-opacity hover:opacity-100',
|
||||
filteredSvgs.length === 0 && 'hidden'
|
||||
)}
|
||||
on:click={() => sort()}
|
||||
@ -129,18 +137,24 @@
|
||||
{:else}
|
||||
<ArrowUpDownIcon size={16} strokeWidth={2} class="mr-1" />
|
||||
{/if}
|
||||
<span>{sorted ? 'Sort by latest' : 'Sort alphabetically'}</span>
|
||||
<span>{sorted ? 'Sort by latest' : 'Sort A-Z'}</span>
|
||||
</button>
|
||||
</div>
|
||||
<Grid>
|
||||
{#each filteredSvgs.slice(0, showAll ? undefined : 30) as svg}
|
||||
<SvgCard svgInfo={svg} searchTerm={searchTerm} />
|
||||
{#each displaySvgs as svg}
|
||||
<SvgCard svgInfo={svg} {searchTerm} />
|
||||
{/each}
|
||||
</Grid>
|
||||
{#if filteredSvgs.length > 30 && !showAll}
|
||||
<div class="flex items-center justify-center mt-4">
|
||||
<button class={buttonStyles} on:click={() => (showAll = true)}>
|
||||
<div class="flex items-center space-x-2 relative">
|
||||
<div class="mt-4 flex items-center justify-center">
|
||||
<button
|
||||
class={buttonStyles}
|
||||
on:click={() => {
|
||||
showAll = true;
|
||||
updateDisplaySvgs();
|
||||
}}
|
||||
>
|
||||
<div class="relative flex items-center space-x-2">
|
||||
<ArrowDown size={16} strokeWidth={2} />
|
||||
<span>Load All SVGs</span>
|
||||
<span class="opacity-70">
|
||||
|
@ -25,7 +25,7 @@ export type tCategory =
|
||||
| 'Vercel'
|
||||
| 'Google'
|
||||
| 'Payment'
|
||||
| 'void(0)'
|
||||
| 'VoidZero'
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Home Automation'
|
||||
|
5
static/library/apollo.io.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none">
|
||||
<rect width="128" height="128" fill="#FECF40" rx="8" />
|
||||
<path fill="#000"
|
||||
d="M91.044 36.135H78.489l6.51 11.134 6.045-11.134ZM108.494 98.987 63.922 25 19.5 98.832h23.792c3.174 0 6.297-.8 9.058-2.316 2.98-1.638 5.23-4.012 6.989-6.89 2.056-3.367 4.053-6.773 6.077-10.16l5.178-8.67-6.678-11.167-2.961 4.755c-3.375 5.631-6.569 11.392-10.066 16.947-1.759 2.786-4.054 5.418-7.442 6.096a9.686 9.686 0 0 1-1.558.174c-.698.026-1.397.013-2.088.013l24.121-40.99 30.975 52.363h13.597Z" />
|
||||
</svg>
|
After Width: | Height: | Size: 569 B |
1
static/library/base-ui-dark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" aria-label="Base UI" viewBox="0 0 17 24"><path d="M9.5 7.015A.477.477 0 0 0 9 7.5V23a8 8 0 0 0 .5-15.985ZM8 9.8V23c-4.418 0-8-3.94-8-8.8V1c4.418 0 8 3.94 8 8.8Z"/></svg>
|
After Width: | Height: | Size: 221 B |
1
static/library/base-ui.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" aria-label="Base UI" viewBox="0 0 17 24"><path d="M9.5 7.015A.477.477 0 0 0 9 7.5V23a8 8 0 0 0 .5-15.985ZM8 9.8V23c-4.418 0-8-3.94-8-8.8V1c4.418 0 8 3.94 8 8.8Z"/></svg>
|
After Width: | Height: | Size: 209 B |
1
static/library/deepseek.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="flex:none;line-height:1" viewBox="0 0 24 24"><path fill="#4D6BFE" d="M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 0 1-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 0 0-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 0 1-.465.137 9.597 9.597 0 0 0-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 0 0 1.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 0 1 1.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 0 1 .415-.287.302.302 0 0 1 .2.288.306.306 0 0 1-.31.307.303.303 0 0 1-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 0 1-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 0 1 .016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 0 1-.254-.078.253.253 0 0 1-.114-.358c.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z"/></svg>
|
After Width: | Height: | Size: 2.1 KiB |
1
static/library/deepseek_wordmark.svg
Normal file
After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 1.3 KiB |
1
static/library/deno_wordmark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 1326 401"><path d="M886.367 199.558c0 6.451 0 15.726-1.213 18.951H746.852c6.45 23.389 24.999 37.907 50.401 37.907 20.969.402 36.291-8.872 47.176-22.181l34.274 31.858c-16.934 21.371-45.561 37.096-85.078 37.096-57.659 0-101.207-40.322-101.207-102.016 0-59.676 41.531-101.211 97.579-101.211 57.658 0 96.37 41.938 96.37 99.596Zm-94.76-53.225c-21.366 0-38.305 11.695-44.353 34.275h86.693c-5.243-20.562-19.354-34.275-42.34-34.275Zm233.463-46.371c42.34 0 71.77 22.585 71.77 83.065v116.937h-52.82V196.333c0-37.5-13.3-49.19-37.9-49.19-26.606 0-44.755 18.544-44.755 53.628v99.193h-52.822V103.188h52.822v25.407h.803c16.126-18.95 38.712-28.633 62.902-28.633Zm195.97 203.227c-62.5 0-104.43-42.743-104.43-101.613s41.93-101.614 104.43-101.614c61.29 0 104.84 41.133 104.84 101.614s-43.55 101.613-104.84 101.613Zm0-47.18c28.62 0 51.21-22.58 51.21-54.433 0-32.256-21.77-54.433-51.21-54.433-30.65 0-51.21 23.385-51.21 54.433 0 30.645 21.37 54.433 51.21 54.433Zm-720.633 43.955V99.962h72.302c63.266 0 103.936 41.128 103.936 100.283 0 58.873-38.128 99.719-103.088 99.719h-73.15Zm51.968-47.607h17.511c30.503 0 50.555-23.38 50.555-52.112 0-29.86-20.335-52.676-46.602-52.676h-21.464v104.788Zm-290.691-7.208c33.861 1.662 69.225-13.535 80.203-43.776 10.978-30.241 6.721-60.148-32.661-78.086-39.381-17.944-57.569-39.272-89.385-52.14-20.787-8.408-43.915-3.418-67.664 9.707-63.963 35.351-121.274 147.038-94.858 250.518a3.185 3.185 0 0 1-1.544 3.615 3.189 3.189 0 0 1-3.877-.64C16.282 295.06-3.759 241.788.593 184.791 8.998 74.728 105.178-7.806 215.241.599 325.296 9.003 407.83 105.182 399.425 215.245c-3.529 46.221-22.535 87.584-51.559 119.399-22.195 22.8-50.473 32.935-74.07 32.516-17.107-.303-33.839-7.112-45.409-17.066-16.516-14.228-23.191-30.485-25.474-48.635-.572-4.507-.236-16.797 2.112-25.309 1.745-6.343 6.185-18.599 12.676-23.957-7.595-3.266-17.361-10.388-20.446-13.805-.753-.838-.652-2.156.026-3.057a2.56 2.56 0 0 1 2.925-.88c6.528 2.239 14.477 4.444 22.86 5.851 11.021 1.844 24.729 4.159 38.618 4.847ZM192.777 85.086c10.789-.846 20.202 8.363 21.825 20.609 2.164 16.314-3.822 33.166-23.511 33.554-16.819.335-21.915-16.625-20.8-26.9 1.107-10.275 9.577-26.25 22.486-27.263Z"/></svg>
|
After Width: | Height: | Size: 2.3 KiB |
1
static/library/deno_wordmark_dark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 1366 441"><path fill="#fff" d="M230.227.242c121.29 5.642 215.181 108.695 209.539 229.985-5.642 121.29-108.695 215.18-229.985 209.538C88.491 434.122-5.401 331.071.242 209.781 5.884 88.491 108.937-5.4 230.227.242Zm51.437 264.904c-13.886-.683-27.595-3.003-38.617-4.846-8.381-1.402-16.33-3.611-22.856-5.852a2.577 2.577 0 0 0-2.932.879c-.678.906-.776 2.221-.019 3.061 3.08 3.418 12.85 10.538 20.442 13.807-6.49 5.358-10.928 17.61-12.677 23.953-2.347 8.511-2.681 20.801-2.113 25.312 2.287 18.145 8.96 34.406 25.48 48.632 11.565 9.957 28.299 16.763 45.403 17.068 23.603.42 51.878-9.72 74.075-32.513 29.019-31.815 48.031-73.183 51.56-119.405 8.404-110.062-74.129-206.241-184.191-214.645-110.061-8.405-206.24 74.129-214.644 184.19-4.352 56.998 15.684 110.275 51.307 149.56a3.186 3.186 0 0 0 5.421-2.976c-26.418-103.478 30.89-215.167 94.856-250.516 23.748-13.124 46.878-18.113 67.66-9.709 31.818 12.865 50.009 34.196 89.388 52.138 39.38 17.94 43.639 47.85 32.662 78.088-10.977 30.239-46.345 45.437-80.205 43.774Zm-68.906-160.059c-12.906 1.01-21.38 16.984-22.489 27.26-1.115 10.275 3.985 27.234 20.801 26.903 19.693-.388 25.676-17.245 23.516-33.555-1.622-12.25-11.039-21.453-21.828-20.608Zm713.37 114.487c0 6.451 0 15.726-1.213 18.951H786.613c6.45 23.389 25 37.907 50.401 37.907 20.969.402 36.291-8.872 47.176-22.181l34.274 31.858c-16.934 21.371-45.561 37.096-85.078 37.096-57.658 0-101.206-40.322-101.206-102.016 0-59.676 41.53-101.211 97.578-101.211 57.658 0 96.37 41.938 96.37 99.596Zm-94.76-53.225c-21.366 0-38.305 11.695-44.353 34.275h86.694c-5.244-20.562-19.354-34.275-42.341-34.275Zm233.462-46.371c42.344 0 71.772 22.585 71.772 83.065V319.98h-52.821V216.349c0-37.5-13.301-49.19-37.903-49.19-26.603 0-44.752 18.544-44.752 53.628v99.193h-52.821V123.204h52.821v25.407h.803c16.127-18.95 38.716-28.633 62.901-28.633Zm195.968 203.227c-62.494 0-104.432-42.743-104.432-101.613s41.938-101.614 104.432-101.614c61.296 0 104.839 41.133 104.839 101.614s-43.543 101.613-104.839 101.613Zm0-47.18c28.626 0 51.215-22.58 51.215-54.433 0-32.256-21.776-54.433-51.215-54.433-30.647 0-51.205 23.385-51.205 54.433 0 30.645 21.371 54.433 51.205 54.433Zm-720.63 43.955V119.978h72.303c63.265 0 103.936 41.128 103.936 100.283 0 58.873-38.129 99.719-103.089 99.719h-73.15Zm51.968-47.607h17.511c30.503 0 50.555-23.38 50.555-52.112 0-29.86-20.334-52.676-46.601-52.676h-21.465v104.788Z"/></svg>
|
After Width: | Height: | Size: 2.5 KiB |
1
static/library/dropbox.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><path fill="#0061FE" d="M0 0h128v128H0z"/><path fill="#F7F5F2" d="M43.7 32 23.404 44.75 43.701 57.5 64 44.75 84.3 57.5l20.298-12.75L84.299 32 64.002 44.75 43.7 32Zm0 51L23.404 70.25 43.701 57.5 64 70.25 43.702 83Zm20.302-12.75L84.299 57.5l20.298 12.75L84.299 83 64.002 70.25Zm0 29.75L43.7 87.25 64 74.5l20.3 12.75L64.002 100Z"/></svg>
|
After Width: | Height: | Size: 408 B |
1
static/library/dropbox_wordmark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 472 128"><path fill="#0061FE" d="M48.924 22 23.851 37.75 48.924 53.5l25.078-15.75L99.076 53.5l25.073-15.75L99.076 22 74.002 37.75 48.924 22Zm0 63L23.851 69.25 48.924 53.5l25.078 15.75L48.924 85Zm25.078-15.75L99.076 53.5l25.073 15.75L99.076 85 74.002 69.25Zm0 36.75L48.924 90.25 74.002 74.5l25.074 15.75L74.002 106Z"/><path fill="#1E1919" d="M141.95 37.527h19.953c12.76 0 23.181 7.405 23.181 24.202v3.59c0 16.86-9.833 24.49-22.88 24.49H141.95V37.526Zm11.146 9.468v33.22h8.582c7.181 0 12.097-4.765 12.097-15.246v-2.714c0-10.482-5.054-15.247-12.472-15.247h-8.207v-.013Zm37.918.513h8.869l1.389 9.831c1.689-6.741 6.017-10.193 13.861-10.193h2.715v11.219h-4.541c-9.095 0-11.297 3.152-11.297 12.094v19.362h-10.996V47.508ZM220.2 69.571v-1.175c0-14.221 9.094-21.85 21.417-21.85 12.61 0 21.342 7.766 21.342 21.85v1.175c0 13.934-8.582 21.338-21.342 21.338-13.636 0-21.417-7.404-21.417-21.338Zm31.612-.15v-1.025c0-7.918-3.965-12.533-10.195-12.533-6.155 0-10.271 4.328-10.271 12.533v1.025c0 7.63 3.891 11.882 10.196 11.882 6.317 0 10.27-4.177 10.27-11.882Zm16.939-21.913h9.244l1.101 8.068c2.277-5.429 6.968-9.018 13.936-9.018 10.784 0 17.827 7.767 17.827 22v1.176c0 13.933-7.844 21.188-17.827 21.188-6.742 0-11.221-3.002-13.498-7.918v21.338h-10.783V47.508ZM299.7 69.496v-.95c0-8.43-4.328-12.608-10.12-12.608-6.155 0-10.271 4.69-10.271 12.533v.813c0 7.48 3.966 12.17 10.046 12.17 6.317 0 10.345-4.178 10.345-11.958Zm27.359 12.62-.875 7.705h-9.533V33.35h10.784v21.7c2.352-5.503 7.043-8.505 13.711-8.505 10.045.075 17.526 7.042 17.526 21.113v1.25c0 14.084-7.043 22.001-17.827 22.001-6.968 0-11.509-3.365-13.786-8.793Zm20.542-13.207v-1.026c0-7.767-4.254-12.02-10.121-12.02-6.092 0-10.27 4.916-10.27 12.17v.876c0 7.917 4.028 12.47 10.12 12.47 6.38 0 10.271-4.103 10.271-12.47Zm15.987.662v-1.175c0-14.221 9.02-21.85 21.342-21.85 12.61 0 21.417 7.766 21.417 21.85v1.175c0 13.934-8.656 21.338-21.417 21.338-13.648 0-21.342-7.404-21.342-21.338Zm31.601-.15v-1.025c0-7.918-3.966-12.533-10.196-12.533-6.155 0-10.271 4.328-10.271 12.533v1.025c0 7.63 3.891 11.882 10.196 11.882 6.392 0 10.271-4.177 10.271-11.882Zm25.532-1.538L405.91 47.496h12.685l8.581 12.682 8.657-12.682h12.61l-15.037 20.312 15.838 22h-12.472L427.014 75.8l-9.458 14.008h-12.91l16.075-21.925Z"/></svg>
|
After Width: | Height: | Size: 2.3 KiB |
1
static/library/dropbox_wordmark_dark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 472 128"><path fill="#F7F5F2" d="M49.16 22 24.088 37.75 49.161 53.5l25.077-15.75L99.312 53.5l25.074-15.75L99.312 22 74.238 37.75 49.161 22Zm0 63L24.088 69.25 49.161 53.5l25.077 15.75L49.161 85Zm25.078-15.75L99.312 53.5l25.074 15.75L99.312 85 74.238 69.25Zm0 36.75L49.161 90.25 74.238 74.5l25.074 15.75L74.238 106Zm67.948-68.473h19.954c12.76 0 23.181 7.405 23.181 24.202v3.59c0 16.86-9.833 24.49-22.881 24.49h-20.254V37.526Zm11.147 9.468v33.22h8.581c7.181 0 12.098-4.765 12.098-15.246v-2.714c0-10.482-5.054-15.247-12.473-15.247h-8.206v-.013Zm37.917.513h8.87l1.388 9.831c1.689-6.741 6.018-10.193 13.861-10.193h2.715v11.219h-4.541c-9.095 0-11.297 3.152-11.297 12.094v19.362H191.25V47.508Zm29.186 22.063v-1.175c0-14.221 9.095-21.85 21.417-21.85 12.61 0 21.342 7.766 21.342 21.85v1.175c0 13.934-8.582 21.338-21.342 21.338-13.636 0-21.417-7.404-21.417-21.338Zm31.612-.15v-1.025c0-7.918-3.965-12.533-10.195-12.533-6.155 0-10.271 4.328-10.271 12.533v1.025c0 7.63 3.891 11.882 10.196 11.882 6.317 0 10.27-4.177 10.27-11.882Zm16.939-21.913h9.245l1.101 8.068c2.276-5.429 6.968-9.018 13.936-9.018 10.783 0 17.826 7.767 17.826 22v1.176c0 13.933-7.843 21.188-17.826 21.188-6.743 0-11.222-3.002-13.499-7.918v21.338h-10.783V47.508Zm30.949 21.988v-.95c0-8.43-4.328-12.608-10.12-12.608-6.155 0-10.271 4.69-10.271 12.533v.813c0 7.48 3.966 12.17 10.046 12.17 6.317 0 10.345-4.178 10.345-11.958Zm27.36 12.62-.876 7.705h-9.533V33.35h10.784v21.7c2.352-5.503 7.043-8.505 13.711-8.505 10.045.075 17.526 7.042 17.526 21.113v1.25c0 14.084-7.043 22.001-17.826 22.001-6.968 0-11.51-3.365-13.786-8.793Zm20.541-13.207v-1.026c0-7.767-4.253-12.02-10.121-12.02-6.092 0-10.27 4.916-10.27 12.17v.876c0 7.917 4.028 12.47 10.12 12.47 6.38 0 10.271-4.103 10.271-12.47Zm15.988.662v-1.175c0-14.221 9.019-21.85 21.342-21.85 12.61 0 21.417 7.766 21.417 21.85v1.175c0 13.934-8.657 21.338-21.417 21.338-13.649 0-21.342-7.404-21.342-21.338Zm31.6-.15v-1.025c0-7.918-3.966-12.533-10.196-12.533-6.155 0-10.27 4.328-10.27 12.533v1.025c0 7.63 3.89 11.882 10.195 11.882 6.393 0 10.271-4.177 10.271-11.882Zm25.533-1.538-14.812-20.387h12.685l8.582 12.682 8.657-12.682h12.61l-15.037 20.312 15.837 22h-12.472L427.25 75.8l-9.457 14.008h-12.911l16.076-21.925Z"/></svg>
|
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none"><path fill="#DE5833" fill-rule="evenodd" d="M64 128c35.346 0 64-28.654 64-64S99.346 0 64 0 0 28.654 0 64s28.654 64 64 64" clip-rule="evenodd"/><path fill="#DDD" fill-rule="evenodd" d="M73 111.75c0-.5.123-.614-1.466-3.782-4.224-8.459-8.47-20.384-6.54-28.075.353-1.397-3.978-51.744-7.04-53.365-3.402-1.813-7.588-4.69-11.418-5.33-1.943-.31-4.49-.164-6.482.105-.353.047-.368.683-.03.798 1.308.443 2.895 1.212 3.83 2.375.178.22-.06.566-.342.577-.882.032-2.482.402-4.593 2.195-.244.207-.041.592.273.53 4.536-.897 9.17-.455 11.9 2.027.177.16.084.45-.147.512-23.694 6.44-19.003 27.05-12.696 52.344 5.619 22.53 7.733 29.792 8.4 32.004a.72.72 0 0 0 .423.467C55.228 118.38 73 118.524 73 113z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M122.75 64c0 32.447-26.303 58.75-58.75 58.75S5.25 96.447 5.25 64 31.553 5.25 64 5.25 122.75 31.553 122.75 64m-72.46 51.986c-1.624-5.016-6.161-19.551-10.643-37.92l-.447-1.828-.003-.016c-5.425-22.155-9.855-40.252 14.427-45.937.222-.052.33-.317.183-.492-2.786-3.305-8.005-4.388-14.604-2.111-.27.093-.506-.18-.338-.412 1.294-1.783 3.823-3.155 5.072-3.756.258-.124.242-.502-.031-.588a28 28 0 0 0-3.771-.9c-.37-.059-.404-.693-.032-.743 9.356-1.259 19.125 1.55 24.028 7.726a.33.33 0 0 0 .185.114c17.953 3.855 19.239 32.235 17.17 33.528-.407.255-1.714.108-3.438-.085-6.985-.781-20.818-2.329-9.401 18.948.113.21-.037.488-.272.525-6.416.997 1.755 21.034 7.812 34.323 23.815-5.52 41.563-26.868 41.563-52.362 0-29.685-24.065-53.75-53.75-53.75S10.25 34.315 10.25 64c0 24.947 16.995 45.924 40.04 51.986" clip-rule="evenodd"/><path fill="#3CA82B" d="M84.28 90.698c-1.367-.633-6.621 3.135-10.11 6.028-.728-1.031-2.103-1.78-5.203-1.242-2.713.472-4.211 1.126-4.88 2.254-4.283-1.623-11.488-4.13-13.229-1.71-1.902 2.646.476 15.161 3.003 16.786 1.32.849 7.63-3.208 10.926-6.005.532.749 1.388 1.178 3.148 1.137 2.662-.062 6.979-.681 7.649-1.921q.06-.113.105-.266c3.388 1.266 9.35 2.606 10.682 2.406 3.47-.521-.484-16.723-2.09-17.467"/><path fill="#4CBA3C" d="M74.49 97.097c.144.256.26.526.358.8.483 1.352 1.27 5.648.674 6.709-.595 1.062-4.459 1.574-6.843 1.615s-2.92-.831-3.403-2.181c-.387-1.081-.577-3.621-.572-5.075-.098-2.158.69-2.916 4.334-3.506 2.696-.436 4.121.071 4.944.94 3.828-2.857 10.215-6.889 10.838-6.152 3.106 3.674 3.499 12.42 2.826 15.939-.22 1.151-10.505-1.139-10.505-2.38 0-5.152-1.337-6.565-2.65-6.71M51.96 95.488c.843-1.333 7.674.325 11.424 1.993 0 0-.77 3.491.456 7.604.359 1.203-8.627 6.558-9.8 5.637-1.355-1.065-3.85-12.432-2.08-15.234"/><path fill="#FC3" fill-rule="evenodd" d="M55.269 68.407c.553-2.404 3.127-6.933 12.321-6.823 4.648-.019 10.422-.002 14.25-.436 5.689-.647 9.912-2.023 12.726-3.095 3.98-1.519 5.392-1.18 5.887-.272.544.999-.097 2.722-1.488 4.309-2.656 3.03-7.431 5.38-15.865 6.076-8.433.698-14.02-1.565-16.425 2.118-1.038 1.589-.236 5.333 7.92 6.512 11.02 1.59 20.072-1.917 21.19.201s-5.323 6.428-16.362 6.518-17.934-3.865-20.379-5.83c-3.102-2.495-4.49-6.133-3.775-9.279" clip-rule="evenodd"/><g fill="#14307E" opacity=".8"><path d="M69.327 42.127c.616-1.008 1.981-1.786 4.216-1.786 2.234 0 3.285.889 4.013 1.88.148.202-.076.44-.306.34l-.168-.073c-.817-.357-1.82-.795-3.54-.82-1.838-.026-2.997.435-3.727.831-.246.134-.634-.133-.488-.372M44.17 43.417c2.17-.907 3.876-.79 5.081-.504.254.06.43-.213.227-.377-.935-.755-3.03-1.692-5.76-.674-2.437.909-3.585 2.796-3.592 4.038-.002.292.6.317.756.07.42-.67 1.12-1.646 3.289-2.553"/><path fill-rule="evenodd" d="M75.44 55.92a3.47 3.47 0 0 1-3.474-3.462 3.47 3.47 0 0 1 3.475-3.46 3.47 3.47 0 0 1 3.474 3.46 3.47 3.47 0 0 1-3.475 3.462m2.447-4.608a.899.899 0 0 0-1.799 0c0 .494.405.895.9.895.499 0 .9-.4.9-.895M52.423 54.854a4.04 4.04 0 0 1-4.049 4.037 4.045 4.045 0 0 1-4.05-4.037 4.045 4.045 0 0 1 4.05-4.037 4.045 4.045 0 0 1 4.05 4.037m-1.193-1.338a1.05 1.05 0 0 0-2.097 0c0 .575.469 1.044 1.048 1.044s1.049-.47 1.049-1.044" clip-rule="evenodd"/></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><path fill="#DE5833" fill-rule="evenodd" d="M64 128c35.346 0 64-28.654 64-64S99.346 0 64 0 0 28.654 0 64s28.654 64 64 64" clip-rule="evenodd"/><path fill="#DDD" fill-rule="evenodd" d="M73 111.75c0-.5.123-.614-1.466-3.782-4.224-8.459-8.47-20.384-6.54-28.075.353-1.397-3.978-51.744-7.04-53.365-3.402-1.813-7.588-4.69-11.418-5.33-1.943-.31-4.49-.164-6.482.105-.353.047-.368.683-.03.798 1.308.443 2.895 1.212 3.83 2.375.178.22-.06.566-.342.577-.882.032-2.482.402-4.593 2.195-.244.207-.041.592.273.53 4.536-.897 9.17-.455 11.9 2.027.177.16.084.45-.147.512-23.694 6.44-19.003 27.05-12.696 52.344 5.619 22.53 7.733 29.792 8.4 32.004a.72.72 0 0 0 .423.467C55.228 118.38 73 118.524 73 113z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M122.75 64c0 32.447-26.303 58.75-58.75 58.75S5.25 96.447 5.25 64 31.553 5.25 64 5.25 122.75 31.553 122.75 64m-72.46 51.986c-1.624-5.016-6.161-19.551-10.643-37.92l-.447-1.828-.003-.016c-5.425-22.155-9.855-40.252 14.427-45.937.222-.052.33-.317.183-.492-2.786-3.305-8.005-4.388-14.604-2.111-.27.093-.506-.18-.338-.412 1.294-1.783 3.823-3.155 5.072-3.756.258-.124.242-.502-.031-.588a28 28 0 0 0-3.771-.9c-.37-.059-.404-.693-.032-.743 9.356-1.259 19.125 1.55 24.028 7.726a.33.33 0 0 0 .185.114c17.953 3.855 19.239 32.235 17.17 33.528-.407.255-1.714.108-3.438-.085-6.985-.781-20.818-2.329-9.401 18.948.113.21-.037.488-.272.525-6.416.997 1.755 21.034 7.812 34.323 23.815-5.52 41.563-26.868 41.563-52.362 0-29.685-24.065-53.75-53.75-53.75S10.25 34.315 10.25 64c0 24.947 16.995 45.924 40.04 51.986" clip-rule="evenodd"/><path fill="#3CA82B" d="M84.28 90.698c-1.367-.633-6.621 3.135-10.11 6.028-.728-1.031-2.103-1.78-5.203-1.242-2.713.472-4.211 1.126-4.88 2.254-4.283-1.623-11.488-4.13-13.229-1.71-1.902 2.646.476 15.161 3.003 16.786 1.32.849 7.63-3.208 10.926-6.005.532.749 1.388 1.178 3.148 1.137 2.662-.062 6.979-.681 7.649-1.921q.06-.113.105-.266c3.388 1.266 9.35 2.606 10.682 2.406 3.47-.521-.484-16.723-2.09-17.467"/><path fill="#4CBA3C" d="M74.49 97.097c.144.256.26.526.358.8.483 1.352 1.27 5.648.674 6.709-.595 1.062-4.459 1.574-6.843 1.615s-2.92-.831-3.403-2.181c-.387-1.081-.577-3.621-.572-5.075-.098-2.158.69-2.916 4.334-3.506 2.696-.436 4.121.071 4.944.94 3.828-2.857 10.215-6.889 10.838-6.152 3.106 3.674 3.499 12.42 2.826 15.939-.22 1.151-10.505-1.139-10.505-2.38 0-5.152-1.337-6.565-2.65-6.71M51.96 95.488c.843-1.333 7.674.325 11.424 1.993 0 0-.77 3.491.456 7.604.359 1.203-8.627 6.558-9.8 5.637-1.355-1.065-3.85-12.432-2.08-15.234"/><path fill="#FC3" fill-rule="evenodd" d="M55.269 68.407c.553-2.404 3.127-6.933 12.321-6.823 4.648-.019 10.422-.002 14.25-.436a51.312 51.312 0 0 0 12.726-3.095c3.98-1.519 5.392-1.18 5.887-.272.544.999-.097 2.722-1.488 4.309-2.656 3.03-7.431 5.38-15.865 6.076-8.433.698-14.02-1.565-16.425 2.118-1.038 1.589-.236 5.333 7.92 6.512 11.02 1.59 20.072-1.917 21.19.201s-5.323 6.428-16.362 6.518-17.934-3.865-20.379-5.83c-3.102-2.495-4.49-6.133-3.775-9.279" clip-rule="evenodd"/><g fill="#14307E" opacity=".8"><path d="M69.327 42.127c.616-1.008 1.981-1.786 4.216-1.786 2.234 0 3.285.889 4.013 1.88.148.202-.076.44-.306.34l-.168-.073c-.817-.357-1.82-.795-3.54-.82-1.838-.026-2.997.435-3.727.831-.246.134-.634-.133-.488-.372m-25.157 1.29c2.17-.907 3.876-.79 5.081-.504.254.06.43-.213.227-.377-.935-.755-3.03-1.692-5.76-.674-2.437.909-3.585 2.796-3.592 4.038-.002.292.6.317.756.07.42-.67 1.12-1.646 3.289-2.553"/><path fill-rule="evenodd" d="M75.44 55.92a3.47 3.47 0 0 1-3.474-3.462 3.47 3.47 0 0 1 3.475-3.46 3.47 3.47 0 0 1 3.474 3.46 3.47 3.47 0 0 1-3.475 3.462m2.447-4.608a.899.899 0 0 0-1.799 0c0 .494.405.895.9.895.499 0 .9-.4.9-.895m-25.465 3.542a4.04 4.04 0 0 1-4.049 4.037 4.045 4.045 0 0 1-4.05-4.037 4.045 4.045 0 0 1 4.05-4.037 4.045 4.045 0 0 1 4.05 4.037m-1.193-1.338a1.05 1.05 0 0 0-2.097 0 1.048 1.048 0 0 0 2.097 0" clip-rule="evenodd"/></g></svg>
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="160" height="160"><defs><linearGradient id="a"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-553.27" x2="-666.12" y1="525.91" y2="413.05" gradientTransform="matrix(.99884 0 0 .9987 689.01 -388.84)" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#a" id="b" x1="-666.12" x2="-553.27" y1="413.04" y2="525.91" gradientTransform="matrix(.99884 0 0 .9987 689.01 -388.84)" gradientUnits="userSpaceOnUse"/></defs><g fill-rule="evenodd" color="#000"><path fill="url(#b)" d="M79.865 119.1c35.398 48.255 70.04-13.469 69.989-50.587C149.794 24.627 105.313.099 79.836.099 38.944.099 0 33.895 0 80.135 0 131.531 44.64 160 79.836 160c-7.965-1.147-34.506-6.834-34.863-67.967-.24-41.347 13.488-57.866 34.805-50.599.477.177 23.514 9.265 23.514 38.951 0 29.56-23.427 38.715-23.427 38.715z"/><path fill="url(#c)" d="M79.823 41.401C56.433 33.339 27.78 52.617 27.78 91.23c0 63.048 46.721 68.77 52.384 68.77C121.056 160 160 126.204 160 79.964 160 28.568 115.36.099 80.164.099c9.748-1.35 52.541 10.55 52.541 69.037 0 38.141-31.953 58.905-52.735 50.033-.477-.177-23.514-9.264-23.514-38.951 0-29.56 23.367-38.818 23.367-38.818z"/></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 160 160"><defs><linearGradient id="a"><stop offset="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="-553.27" x2="-666.12" y1="525.91" y2="413.05" gradientTransform="matrix(.99884 0 0 .9987 689.01 -388.84)" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#a" id="b" x1="-666.12" x2="-553.27" y1="413.04" y2="525.91" gradientTransform="matrix(.99884 0 0 .9987 689.01 -388.84)" gradientUnits="userSpaceOnUse"/></defs><g fill-rule="evenodd" color="#000"><path fill="url(#b)" d="M79.865 119.1c35.398 48.255 70.04-13.469 69.989-50.587C149.794 24.627 105.313.099 79.836.099 38.944.099 0 33.895 0 80.135 0 131.531 44.64 160 79.836 160c-7.965-1.147-34.506-6.834-34.863-67.967-.24-41.347 13.488-57.866 34.805-50.599.477.177 23.514 9.265 23.514 38.951 0 29.56-23.427 38.715-23.427 38.715z"/><path fill="url(#c)" d="M79.823 41.401C56.433 33.339 27.78 52.617 27.78 91.23c0 63.048 46.721 68.77 52.384 68.77C121.056 160 160 126.204 160 79.964 160 28.568 115.36.099 80.164.099c9.748-1.35 52.541 10.55 52.541 69.037 0 38.141-31.953 58.905-52.735 50.033-.477-.177-23.514-9.264-23.514-38.951 0-29.56 23.367-38.818 23.367-38.818z"/></g></svg>
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="276" height="276" fill="none"><rect width="274" height="274" x="1" y="1" fill="url(#a)" rx="81"/><path stroke="url(#b)" stroke-linecap="round" stroke-linejoin="round" stroke-width="20" d="M142.892 59.721c-30.057-5.67-40.834 99.13-23.051 131.821"/><path stroke="#D7D5FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="20" d="M119.577 191.219c17.747 32.552 50.284 32.552 65.206-4.71"/><path stroke="#F4F3FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="20" d="M142.892 59.729c30.057 5.656-2.582 97.684-50.401 145.51"/><rect width="274" height="274" x="1" y="1" stroke="url(#c)" stroke-width="2" rx="81"/><defs><linearGradient id="a" x1="2" x2="274" y1="2" y2="274" gradientUnits="userSpaceOnUse"><stop stop-color="#9688FD"/><stop offset="1" stop-color="#607EF4"/></linearGradient><linearGradient id="b" x1="132.555" x2="94.765" y1="62.627" y2="82.582" gradientUnits="userSpaceOnUse"><stop stop-color="#F4F3FF"/><stop offset="1" stop-color="#D7D5FF"/></linearGradient><linearGradient id="c" x1="2" x2="274" y1="2" y2="274" gradientUnits="userSpaceOnUse"><stop stop-color="#9688FD"/><stop offset="1" stop-color="#607EF4"/></linearGradient></defs></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 276 276"><rect width="274" height="274" x="1" y="1" fill="url(#a)" rx="81"/><path stroke="url(#b)" stroke-linecap="round" stroke-linejoin="round" stroke-width="20" d="M142.892 59.721c-30.057-5.67-40.834 99.13-23.051 131.821"/><path stroke="#D7D5FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="20" d="M119.577 191.219c17.747 32.552 50.284 32.552 65.206-4.71"/><path stroke="#F4F3FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="20" d="M142.892 59.729c30.057 5.656-2.582 97.684-50.401 145.51"/><rect width="274" height="274" x="1" y="1" stroke="url(#c)" stroke-width="2" rx="81"/><defs><linearGradient id="a" x1="2" x2="274" y1="2" y2="274" gradientUnits="userSpaceOnUse"><stop stop-color="#9688FD"/><stop offset="1" stop-color="#607EF4"/></linearGradient><linearGradient id="b" x1="132.555" x2="94.765" y1="62.627" y2="82.582" gradientUnits="userSpaceOnUse"><stop stop-color="#F4F3FF"/><stop offset="1" stop-color="#D7D5FF"/></linearGradient><linearGradient id="c" x1="2" x2="274" y1="2" y2="274" gradientUnits="userSpaceOnUse"><stop stop-color="#9688FD"/><stop offset="1" stop-color="#607EF4"/></linearGradient></defs></svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
47
static/library/monkeytype-wordmark-dark.svg
Normal file
@ -0,0 +1,47 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 1455 187" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g transform="matrix(1,0,0,1,0,1.52028)">
|
||||
<path d="M250,120C255.519,120 260,124.481 260,130C260,135.519 255.519,140 250,140C244.481,140 240,135.519 240,130C240,124.481 244.481,120 250,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M110,120L170,120C175.519,120 180,124.481 180,130C180,135.519 175.519,140 170,140L110,140C104.481,140 100,135.519 100,130C100,124.481 104.481,120 110,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M90,60C95.519,60 100,64.481 100,70L100,90C100,95.519 95.519,100 90,100C84.481,100 80,95.519 80,90L80,70C80,64.481 84.481,60 90,60Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M40.009,69.485C40.28,53.164 53.615,40 70,40C77.68,40 84.69,42.892 90,47.645C95.31,42.892 102.32,40 110,40C126.385,40 139.72,53.164 139.991,69.485C139.999,69.655 140,69.828 140,70L140,90C140,95.519 135.519,100 130,100C124.481,100 120,95.519 120,90L120,70C120,64.481 115.519,60 110,60C104.481,60 100,64.481 100,70L100,90C100,95.519 95.519,100 90,100C84.481,100 80,95.519 80,90L80,70C80,64.481 75.519,60 70,60C64.481,60 60,64.481 60,70L60,90C60,95.519 55.519,100 50,100C44.481,100 40,95.519 40,90L40,70C40,69.828 40.004,69.656 40.009,69.485Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M220,100L220,130C220,135.519 215.519,140 210,140C204.481,140 200,135.519 200,130L200,100L171.18,100C165.01,100 160,95.519 160,90C160,84.481 165.01,80 171.18,80L248.82,80C254.99,80 260,84.481 260,90C260,95.519 254.99,100 248.82,100L220,100Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M210,40L250,40C255.519,40 260,44.481 260,50C260,55.519 255.519,60 250,60L210,60C204.481,60 200,55.519 200,50C200,44.481 204.481,40 210,40Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M50,120L70,120C75.519,120 80,124.481 80,130C80,135.519 75.519,140 70,140L50,140C44.481,140 40,135.519 40,130C40,124.481 44.481,120 50,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M165,40L170,40C175.519,40 180,44.481 180,50C180,55.519 175.519,60 170,60L165,60C159.481,60 155,55.519 155,50C155,44.481 159.481,40 165,40Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M20,110L0,110L0,50C0,22.404 22.404,0 50,0L250,0C277.596,0 300,22.404 300,50L300,130C300,157.596 277.596,180 250,180L50,180C22.404,180 0,157.596 0,130L0,110L20,110L20,130C20,146.557 33.443,160 50,160L250,160C266.557,160 280,146.557 280,130L280,50C280,33.443 266.557,20 250,20L50,20C33.443,20 20,33.443 20,50L20,110Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<g transform="matrix(16.0821,0,0,16.0821,-20198.1,-5150.96)">
|
||||
<g transform="matrix(12,0,0,12,1277.51,329.077)">
|
||||
<path d="M0.07,-0L0.07,-0.527L0.191,-0.527L0.193,-0.421L0.173,-0.413C0.179,-0.43 0.188,-0.446 0.2,-0.461C0.212,-0.476 0.226,-0.489 0.243,-0.501C0.259,-0.512 0.277,-0.52 0.296,-0.527C0.315,-0.533 0.334,-0.536 0.353,-0.536C0.382,-0.536 0.407,-0.532 0.429,-0.523C0.452,-0.513 0.47,-0.499 0.485,-0.48C0.5,-0.461 0.512,-0.436 0.519,-0.406L0.5,-0.41L0.508,-0.426C0.515,-0.442 0.526,-0.456 0.539,-0.47C0.552,-0.483 0.567,-0.495 0.584,-0.505C0.601,-0.515 0.618,-0.523 0.637,-0.528C0.655,-0.534 0.673,-0.536 0.691,-0.536C0.731,-0.536 0.764,-0.528 0.791,-0.512C0.817,-0.496 0.837,-0.472 0.851,-0.439C0.864,-0.407 0.871,-0.366 0.871,-0.318L0.871,-0L0.747,-0L0.747,-0.31C0.747,-0.337 0.743,-0.359 0.736,-0.376C0.729,-0.393 0.719,-0.406 0.704,-0.414C0.69,-0.423 0.673,-0.427 0.651,-0.427C0.634,-0.427 0.618,-0.424 0.603,-0.419C0.589,-0.413 0.576,-0.405 0.565,-0.395C0.555,-0.385 0.546,-0.373 0.54,-0.359C0.534,-0.346 0.531,-0.331 0.531,-0.315L0.531,-0L0.407,-0L0.407,-0.311C0.407,-0.336 0.404,-0.357 0.396,-0.374C0.389,-0.391 0.378,-0.405 0.364,-0.414C0.35,-0.423 0.333,-0.427 0.313,-0.427C0.296,-0.427 0.28,-0.424 0.266,-0.419C0.251,-0.413 0.239,-0.405 0.228,-0.395C0.217,-0.385 0.209,-0.374 0.203,-0.36C0.197,-0.347 0.194,-0.332 0.194,-0.316L0.194,-0L0.07,-0Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1288.16,329.077)">
|
||||
<path d="M0.313,0.01C0.26,0.01 0.213,-0.002 0.172,-0.026C0.13,-0.049 0.098,-0.082 0.074,-0.123C0.05,-0.164 0.038,-0.211 0.038,-0.264C0.038,-0.317 0.05,-0.364 0.074,-0.405C0.098,-0.446 0.13,-0.479 0.172,-0.502C0.213,-0.526 0.26,-0.538 0.313,-0.538C0.365,-0.538 0.412,-0.526 0.453,-0.502C0.494,-0.479 0.527,-0.446 0.55,-0.405C0.574,-0.364 0.586,-0.317 0.586,-0.264C0.586,-0.211 0.574,-0.164 0.55,-0.123C0.527,-0.082 0.494,-0.049 0.453,-0.026C0.412,-0.002 0.365,0.01 0.313,0.01ZM0.313,-0.099C0.341,-0.099 0.367,-0.107 0.389,-0.121C0.412,-0.135 0.43,-0.155 0.442,-0.18C0.455,-0.205 0.461,-0.233 0.461,-0.264C0.461,-0.296 0.455,-0.324 0.442,-0.349C0.43,-0.374 0.412,-0.393 0.389,-0.408C0.367,-0.422 0.341,-0.429 0.313,-0.429C0.284,-0.429 0.258,-0.422 0.235,-0.407C0.212,-0.393 0.195,-0.373 0.182,-0.348C0.169,-0.324 0.163,-0.295 0.163,-0.264C0.163,-0.233 0.169,-0.205 0.182,-0.18C0.195,-0.155 0.212,-0.135 0.235,-0.121C0.258,-0.107 0.284,-0.099 0.313,-0.099Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1295.07,329.077)">
|
||||
<path d="M0.072,-0L0.072,-0.527L0.192,-0.527L0.194,-0.419L0.171,-0.407C0.178,-0.431 0.191,-0.452 0.21,-0.472C0.229,-0.492 0.252,-0.508 0.279,-0.52C0.306,-0.532 0.333,-0.538 0.361,-0.538C0.401,-0.538 0.435,-0.53 0.462,-0.514C0.489,-0.498 0.509,-0.474 0.523,-0.442C0.536,-0.41 0.543,-0.37 0.543,-0.322L0.543,-0L0.42,-0L0.42,-0.313C0.42,-0.34 0.416,-0.362 0.409,-0.38C0.401,-0.398 0.39,-0.411 0.375,-0.419C0.36,-0.427 0.341,-0.431 0.319,-0.43C0.301,-0.43 0.284,-0.427 0.269,-0.421C0.254,-0.415 0.241,-0.407 0.23,-0.397C0.219,-0.387 0.211,-0.375 0.204,-0.362C0.198,-0.348 0.195,-0.334 0.195,-0.318L0.195,-0L0.072,-0Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1301.81,329.077)">
|
||||
<path d="M0.187,-0.161L0.163,-0.276L0.413,-0.527L0.577,-0.527L0.187,-0.161ZM0.072,-0L0.072,-0.74L0.195,-0.74L0.195,-0L0.072,-0ZM0.428,-0L0.234,-0.235L0.321,-0.309L0.58,-0L0.428,-0Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1308.03,329.077)">
|
||||
<path d="M0.319,0.01C0.264,0.01 0.215,-0.002 0.173,-0.025C0.13,-0.048 0.097,-0.08 0.074,-0.12C0.05,-0.16 0.038,-0.207 0.038,-0.259C0.038,-0.3 0.045,-0.338 0.058,-0.372C0.071,-0.406 0.09,-0.435 0.114,-0.46C0.137,-0.485 0.166,-0.505 0.199,-0.518C0.232,-0.532 0.268,-0.539 0.307,-0.539C0.342,-0.539 0.374,-0.532 0.404,-0.519C0.434,-0.506 0.46,-0.488 0.482,-0.465C0.504,-0.442 0.521,-0.414 0.533,-0.383C0.545,-0.351 0.55,-0.317 0.549,-0.279L0.548,-0.236L0.121,-0.236L0.098,-0.32L0.445,-0.32L0.429,-0.303L0.429,-0.325C0.427,-0.345 0.421,-0.363 0.409,-0.379C0.398,-0.395 0.383,-0.407 0.366,-0.416C0.348,-0.425 0.329,-0.43 0.307,-0.43C0.275,-0.43 0.247,-0.424 0.225,-0.411C0.203,-0.399 0.186,-0.38 0.174,-0.357C0.163,-0.333 0.157,-0.303 0.157,-0.268C0.157,-0.234 0.164,-0.204 0.178,-0.179C0.193,-0.154 0.213,-0.135 0.239,-0.121C0.266,-0.107 0.297,-0.1 0.332,-0.1C0.357,-0.1 0.38,-0.104 0.4,-0.112C0.421,-0.12 0.443,-0.134 0.467,-0.155L0.528,-0.07C0.51,-0.053 0.489,-0.039 0.466,-0.027C0.443,-0.015 0.419,-0.006 0.394,0C0.369,0.007 0.344,0.01 0.319,0.01Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1314.37,329.077)">
|
||||
<path d="M0.152,0.23L0.264,-0.029L0.265,0.053L0.005,-0.527L0.147,-0.527L0.292,-0.183C0.297,-0.174 0.301,-0.163 0.306,-0.148C0.311,-0.134 0.315,-0.12 0.318,-0.107L0.293,-0.098C0.298,-0.111 0.303,-0.124 0.308,-0.139C0.313,-0.153 0.318,-0.168 0.323,-0.183L0.447,-0.527L0.59,-0.527L0.37,-0L0.28,0.23L0.152,0.23Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1321.5,329.077)">
|
||||
<path d="M0.129,-0L0.129,-0.661L0.252,-0.661L0.252,-0L0.129,-0ZM0.025,-0.413L0.025,-0.527L0.368,-0.527L0.368,-0.413L0.025,-0.413Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1326.15,329.077)">
|
||||
<path d="M0.152,0.23L0.264,-0.029L0.265,0.053L0.005,-0.527L0.147,-0.527L0.292,-0.183C0.297,-0.174 0.301,-0.163 0.306,-0.148C0.311,-0.134 0.315,-0.12 0.318,-0.107L0.293,-0.098C0.298,-0.111 0.303,-0.124 0.308,-0.139C0.313,-0.153 0.318,-0.168 0.323,-0.183L0.447,-0.527L0.59,-0.527L0.37,-0L0.28,0.23L0.152,0.23Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1332.71,329.077)">
|
||||
<path d="M0.072,0.22L0.072,-0.527L0.193,-0.527L0.195,-0.407L0.174,-0.416C0.178,-0.437 0.189,-0.457 0.208,-0.475C0.226,-0.493 0.249,-0.508 0.276,-0.519C0.303,-0.531 0.332,-0.536 0.361,-0.536C0.408,-0.536 0.449,-0.525 0.486,-0.501C0.522,-0.478 0.55,-0.446 0.571,-0.405C0.592,-0.364 0.603,-0.317 0.603,-0.264C0.603,-0.212 0.592,-0.165 0.572,-0.124C0.551,-0.083 0.522,-0.05 0.486,-0.027C0.45,-0.003 0.409,0.009 0.363,0.009C0.332,0.009 0.303,0.003 0.275,-0.009C0.246,-0.021 0.222,-0.037 0.203,-0.056C0.183,-0.075 0.171,-0.096 0.166,-0.117L0.196,-0.131L0.196,0.22L0.072,0.22ZM0.338,-0.1C0.366,-0.1 0.391,-0.107 0.413,-0.121C0.435,-0.135 0.452,-0.155 0.465,-0.179C0.477,-0.204 0.483,-0.232 0.483,-0.264C0.483,-0.296 0.477,-0.324 0.465,-0.349C0.453,-0.373 0.436,-0.392 0.414,-0.406C0.392,-0.42 0.367,-0.427 0.338,-0.427C0.309,-0.427 0.283,-0.42 0.262,-0.407C0.24,-0.393 0.222,-0.374 0.21,-0.349C0.197,-0.324 0.191,-0.296 0.191,-0.264C0.191,-0.232 0.197,-0.204 0.21,-0.179C0.222,-0.155 0.24,-0.135 0.262,-0.121C0.283,-0.107 0.309,-0.1 0.338,-0.1Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1339.83,329.077)">
|
||||
<path d="M0.319,0.01C0.264,0.01 0.215,-0.002 0.173,-0.025C0.13,-0.048 0.097,-0.08 0.074,-0.12C0.05,-0.16 0.038,-0.207 0.038,-0.259C0.038,-0.3 0.045,-0.338 0.058,-0.372C0.071,-0.406 0.09,-0.435 0.114,-0.46C0.137,-0.485 0.166,-0.505 0.199,-0.518C0.232,-0.532 0.268,-0.539 0.307,-0.539C0.342,-0.539 0.374,-0.532 0.404,-0.519C0.434,-0.506 0.46,-0.488 0.482,-0.465C0.504,-0.442 0.521,-0.414 0.533,-0.383C0.545,-0.351 0.55,-0.317 0.549,-0.279L0.548,-0.236L0.121,-0.236L0.098,-0.32L0.445,-0.32L0.429,-0.303L0.429,-0.325C0.427,-0.345 0.421,-0.363 0.409,-0.379C0.398,-0.395 0.383,-0.407 0.366,-0.416C0.348,-0.425 0.329,-0.43 0.307,-0.43C0.275,-0.43 0.247,-0.424 0.225,-0.411C0.203,-0.399 0.186,-0.38 0.174,-0.357C0.163,-0.333 0.157,-0.303 0.157,-0.268C0.157,-0.234 0.164,-0.204 0.178,-0.179C0.193,-0.154 0.213,-0.135 0.239,-0.121C0.266,-0.107 0.297,-0.1 0.332,-0.1C0.357,-0.1 0.38,-0.104 0.4,-0.112C0.421,-0.12 0.443,-0.134 0.467,-0.155L0.528,-0.07C0.51,-0.053 0.489,-0.039 0.466,-0.027C0.443,-0.015 0.419,-0.006 0.394,0C0.369,0.007 0.344,0.01 0.319,0.01Z" style="fill:rgb(240,237,218);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1346.86,329.077)">
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
47
static/library/monkeytype-wordmark-light.svg
Normal file
@ -0,0 +1,47 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 1455 187" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g transform="matrix(1,0,0,1,0,1.52028)">
|
||||
<path d="M250,120C255.519,120 260,124.481 260,130C260,135.519 255.519,140 250,140C244.481,140 240,135.519 240,130C240,124.481 244.481,120 250,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M110,120L170,120C175.519,120 180,124.481 180,130C180,135.519 175.519,140 170,140L110,140C104.481,140 100,135.519 100,130C100,124.481 104.481,120 110,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M90,60C95.519,60 100,64.481 100,70L100,90C100,95.519 95.519,100 90,100C84.481,100 80,95.519 80,90L80,70C80,64.481 84.481,60 90,60Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M40.009,69.485C40.28,53.164 53.615,40 70,40C77.68,40 84.69,42.892 90,47.645C95.31,42.892 102.32,40 110,40C126.385,40 139.72,53.164 139.991,69.485C139.999,69.655 140,69.828 140,70L140,90C140,95.519 135.519,100 130,100C124.481,100 120,95.519 120,90L120,70C120,64.481 115.519,60 110,60C104.481,60 100,64.481 100,70L100,90C100,95.519 95.519,100 90,100C84.481,100 80,95.519 80,90L80,70C80,64.481 75.519,60 70,60C64.481,60 60,64.481 60,70L60,90C60,95.519 55.519,100 50,100C44.481,100 40,95.519 40,90L40,70C40,69.828 40.004,69.656 40.009,69.485Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M220,100L220,130C220,135.519 215.519,140 210,140C204.481,140 200,135.519 200,130L200,100L171.18,100C165.01,100 160,95.519 160,90C160,84.481 165.01,80 171.18,80L248.82,80C254.99,80 260,84.481 260,90C260,95.519 254.99,100 248.82,100L220,100Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M210,40L250,40C255.519,40 260,44.481 260,50C260,55.519 255.519,60 250,60L210,60C204.481,60 200,55.519 200,50C200,44.481 204.481,40 210,40Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M50,120L70,120C75.519,120 80,124.481 80,130C80,135.519 75.519,140 70,140L50,140C44.481,140 40,135.519 40,130C40,124.481 44.481,120 50,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M165,40L170,40C175.519,40 180,44.481 180,50C180,55.519 175.519,60 170,60L165,60C159.481,60 155,55.519 155,50C155,44.481 159.481,40 165,40Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M20,110L0,110L0,50C0,22.404 22.404,0 50,0L250,0C277.596,0 300,22.404 300,50L300,130C300,157.596 277.596,180 250,180L50,180C22.404,180 0,157.596 0,130L0,110L20,110L20,130C20,146.557 33.443,160 50,160L250,160C266.557,160 280,146.557 280,130L280,50C280,33.443 266.557,20 250,20L50,20C33.443,20 20,33.443 20,50L20,110Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<g transform="matrix(16.0821,0,0,16.0821,-20198.1,-5150.96)">
|
||||
<g transform="matrix(12,0,0,12,1277.51,329.077)">
|
||||
<path d="M0.07,-0L0.07,-0.527L0.191,-0.527L0.193,-0.421L0.173,-0.413C0.179,-0.43 0.188,-0.446 0.2,-0.461C0.212,-0.476 0.226,-0.489 0.243,-0.501C0.259,-0.512 0.277,-0.52 0.296,-0.527C0.315,-0.533 0.334,-0.536 0.353,-0.536C0.382,-0.536 0.407,-0.532 0.429,-0.523C0.452,-0.513 0.47,-0.499 0.485,-0.48C0.5,-0.461 0.512,-0.436 0.519,-0.406L0.5,-0.41L0.508,-0.426C0.515,-0.442 0.526,-0.456 0.539,-0.47C0.552,-0.483 0.567,-0.495 0.584,-0.505C0.601,-0.515 0.618,-0.523 0.637,-0.528C0.655,-0.534 0.673,-0.536 0.691,-0.536C0.731,-0.536 0.764,-0.528 0.791,-0.512C0.817,-0.496 0.837,-0.472 0.851,-0.439C0.864,-0.407 0.871,-0.366 0.871,-0.318L0.871,-0L0.747,-0L0.747,-0.31C0.747,-0.337 0.743,-0.359 0.736,-0.376C0.729,-0.393 0.719,-0.406 0.704,-0.414C0.69,-0.423 0.673,-0.427 0.651,-0.427C0.634,-0.427 0.618,-0.424 0.603,-0.419C0.589,-0.413 0.576,-0.405 0.565,-0.395C0.555,-0.385 0.546,-0.373 0.54,-0.359C0.534,-0.346 0.531,-0.331 0.531,-0.315L0.531,-0L0.407,-0L0.407,-0.311C0.407,-0.336 0.404,-0.357 0.396,-0.374C0.389,-0.391 0.378,-0.405 0.364,-0.414C0.35,-0.423 0.333,-0.427 0.313,-0.427C0.296,-0.427 0.28,-0.424 0.266,-0.419C0.251,-0.413 0.239,-0.405 0.228,-0.395C0.217,-0.385 0.209,-0.374 0.203,-0.36C0.197,-0.347 0.194,-0.332 0.194,-0.316L0.194,-0L0.07,-0Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1288.16,329.077)">
|
||||
<path d="M0.313,0.01C0.26,0.01 0.213,-0.002 0.172,-0.026C0.13,-0.049 0.098,-0.082 0.074,-0.123C0.05,-0.164 0.038,-0.211 0.038,-0.264C0.038,-0.317 0.05,-0.364 0.074,-0.405C0.098,-0.446 0.13,-0.479 0.172,-0.502C0.213,-0.526 0.26,-0.538 0.313,-0.538C0.365,-0.538 0.412,-0.526 0.453,-0.502C0.494,-0.479 0.527,-0.446 0.55,-0.405C0.574,-0.364 0.586,-0.317 0.586,-0.264C0.586,-0.211 0.574,-0.164 0.55,-0.123C0.527,-0.082 0.494,-0.049 0.453,-0.026C0.412,-0.002 0.365,0.01 0.313,0.01ZM0.313,-0.099C0.341,-0.099 0.367,-0.107 0.389,-0.121C0.412,-0.135 0.43,-0.155 0.442,-0.18C0.455,-0.205 0.461,-0.233 0.461,-0.264C0.461,-0.296 0.455,-0.324 0.442,-0.349C0.43,-0.374 0.412,-0.393 0.389,-0.408C0.367,-0.422 0.341,-0.429 0.313,-0.429C0.284,-0.429 0.258,-0.422 0.235,-0.407C0.212,-0.393 0.195,-0.373 0.182,-0.348C0.169,-0.324 0.163,-0.295 0.163,-0.264C0.163,-0.233 0.169,-0.205 0.182,-0.18C0.195,-0.155 0.212,-0.135 0.235,-0.121C0.258,-0.107 0.284,-0.099 0.313,-0.099Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1295.07,329.077)">
|
||||
<path d="M0.072,-0L0.072,-0.527L0.192,-0.527L0.194,-0.419L0.171,-0.407C0.178,-0.431 0.191,-0.452 0.21,-0.472C0.229,-0.492 0.252,-0.508 0.279,-0.52C0.306,-0.532 0.333,-0.538 0.361,-0.538C0.401,-0.538 0.435,-0.53 0.462,-0.514C0.489,-0.498 0.509,-0.474 0.523,-0.442C0.536,-0.41 0.543,-0.37 0.543,-0.322L0.543,-0L0.42,-0L0.42,-0.313C0.42,-0.34 0.416,-0.362 0.409,-0.38C0.401,-0.398 0.39,-0.411 0.375,-0.419C0.36,-0.427 0.341,-0.431 0.319,-0.43C0.301,-0.43 0.284,-0.427 0.269,-0.421C0.254,-0.415 0.241,-0.407 0.23,-0.397C0.219,-0.387 0.211,-0.375 0.204,-0.362C0.198,-0.348 0.195,-0.334 0.195,-0.318L0.195,-0L0.072,-0Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1301.81,329.077)">
|
||||
<path d="M0.187,-0.161L0.163,-0.276L0.413,-0.527L0.577,-0.527L0.187,-0.161ZM0.072,-0L0.072,-0.74L0.195,-0.74L0.195,-0L0.072,-0ZM0.428,-0L0.234,-0.235L0.321,-0.309L0.58,-0L0.428,-0Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1308.03,329.077)">
|
||||
<path d="M0.319,0.01C0.264,0.01 0.215,-0.002 0.173,-0.025C0.13,-0.048 0.097,-0.08 0.074,-0.12C0.05,-0.16 0.038,-0.207 0.038,-0.259C0.038,-0.3 0.045,-0.338 0.058,-0.372C0.071,-0.406 0.09,-0.435 0.114,-0.46C0.137,-0.485 0.166,-0.505 0.199,-0.518C0.232,-0.532 0.268,-0.539 0.307,-0.539C0.342,-0.539 0.374,-0.532 0.404,-0.519C0.434,-0.506 0.46,-0.488 0.482,-0.465C0.504,-0.442 0.521,-0.414 0.533,-0.383C0.545,-0.351 0.55,-0.317 0.549,-0.279L0.548,-0.236L0.121,-0.236L0.098,-0.32L0.445,-0.32L0.429,-0.303L0.429,-0.325C0.427,-0.345 0.421,-0.363 0.409,-0.379C0.398,-0.395 0.383,-0.407 0.366,-0.416C0.348,-0.425 0.329,-0.43 0.307,-0.43C0.275,-0.43 0.247,-0.424 0.225,-0.411C0.203,-0.399 0.186,-0.38 0.174,-0.357C0.163,-0.333 0.157,-0.303 0.157,-0.268C0.157,-0.234 0.164,-0.204 0.178,-0.179C0.193,-0.154 0.213,-0.135 0.239,-0.121C0.266,-0.107 0.297,-0.1 0.332,-0.1C0.357,-0.1 0.38,-0.104 0.4,-0.112C0.421,-0.12 0.443,-0.134 0.467,-0.155L0.528,-0.07C0.51,-0.053 0.489,-0.039 0.466,-0.027C0.443,-0.015 0.419,-0.006 0.394,0C0.369,0.007 0.344,0.01 0.319,0.01Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1314.37,329.077)">
|
||||
<path d="M0.152,0.23L0.264,-0.029L0.265,0.053L0.005,-0.527L0.147,-0.527L0.292,-0.183C0.297,-0.174 0.301,-0.163 0.306,-0.148C0.311,-0.134 0.315,-0.12 0.318,-0.107L0.293,-0.098C0.298,-0.111 0.303,-0.124 0.308,-0.139C0.313,-0.153 0.318,-0.168 0.323,-0.183L0.447,-0.527L0.59,-0.527L0.37,-0L0.28,0.23L0.152,0.23Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1321.5,329.077)">
|
||||
<path d="M0.129,-0L0.129,-0.661L0.252,-0.661L0.252,-0L0.129,-0ZM0.025,-0.413L0.025,-0.527L0.368,-0.527L0.368,-0.413L0.025,-0.413Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1326.15,329.077)">
|
||||
<path d="M0.152,0.23L0.264,-0.029L0.265,0.053L0.005,-0.527L0.147,-0.527L0.292,-0.183C0.297,-0.174 0.301,-0.163 0.306,-0.148C0.311,-0.134 0.315,-0.12 0.318,-0.107L0.293,-0.098C0.298,-0.111 0.303,-0.124 0.308,-0.139C0.313,-0.153 0.318,-0.168 0.323,-0.183L0.447,-0.527L0.59,-0.527L0.37,-0L0.28,0.23L0.152,0.23Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1332.71,329.077)">
|
||||
<path d="M0.072,0.22L0.072,-0.527L0.193,-0.527L0.195,-0.407L0.174,-0.416C0.178,-0.437 0.189,-0.457 0.208,-0.475C0.226,-0.493 0.249,-0.508 0.276,-0.519C0.303,-0.531 0.332,-0.536 0.361,-0.536C0.408,-0.536 0.449,-0.525 0.486,-0.501C0.522,-0.478 0.55,-0.446 0.571,-0.405C0.592,-0.364 0.603,-0.317 0.603,-0.264C0.603,-0.212 0.592,-0.165 0.572,-0.124C0.551,-0.083 0.522,-0.05 0.486,-0.027C0.45,-0.003 0.409,0.009 0.363,0.009C0.332,0.009 0.303,0.003 0.275,-0.009C0.246,-0.021 0.222,-0.037 0.203,-0.056C0.183,-0.075 0.171,-0.096 0.166,-0.117L0.196,-0.131L0.196,0.22L0.072,0.22ZM0.338,-0.1C0.366,-0.1 0.391,-0.107 0.413,-0.121C0.435,-0.135 0.452,-0.155 0.465,-0.179C0.477,-0.204 0.483,-0.232 0.483,-0.264C0.483,-0.296 0.477,-0.324 0.465,-0.349C0.453,-0.373 0.436,-0.392 0.414,-0.406C0.392,-0.42 0.367,-0.427 0.338,-0.427C0.309,-0.427 0.283,-0.42 0.262,-0.407C0.24,-0.393 0.222,-0.374 0.21,-0.349C0.197,-0.324 0.191,-0.296 0.191,-0.264C0.191,-0.232 0.197,-0.204 0.21,-0.179C0.222,-0.155 0.24,-0.135 0.262,-0.121C0.283,-0.107 0.309,-0.1 0.338,-0.1Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1339.83,329.077)">
|
||||
<path d="M0.319,0.01C0.264,0.01 0.215,-0.002 0.173,-0.025C0.13,-0.048 0.097,-0.08 0.074,-0.12C0.05,-0.16 0.038,-0.207 0.038,-0.259C0.038,-0.3 0.045,-0.338 0.058,-0.372C0.071,-0.406 0.09,-0.435 0.114,-0.46C0.137,-0.485 0.166,-0.505 0.199,-0.518C0.232,-0.532 0.268,-0.539 0.307,-0.539C0.342,-0.539 0.374,-0.532 0.404,-0.519C0.434,-0.506 0.46,-0.488 0.482,-0.465C0.504,-0.442 0.521,-0.414 0.533,-0.383C0.545,-0.351 0.55,-0.317 0.549,-0.279L0.548,-0.236L0.121,-0.236L0.098,-0.32L0.445,-0.32L0.429,-0.303L0.429,-0.325C0.427,-0.345 0.421,-0.363 0.409,-0.379C0.398,-0.395 0.383,-0.407 0.366,-0.416C0.348,-0.425 0.329,-0.43 0.307,-0.43C0.275,-0.43 0.247,-0.424 0.225,-0.411C0.203,-0.399 0.186,-0.38 0.174,-0.357C0.163,-0.333 0.157,-0.303 0.157,-0.268C0.157,-0.234 0.164,-0.204 0.178,-0.179C0.193,-0.154 0.213,-0.135 0.239,-0.121C0.266,-0.107 0.297,-0.1 0.332,-0.1C0.357,-0.1 0.38,-0.104 0.4,-0.112C0.421,-0.12 0.443,-0.134 0.467,-0.155L0.528,-0.07C0.51,-0.053 0.489,-0.039 0.466,-0.027C0.443,-0.015 0.419,-0.006 0.394,0C0.369,0.007 0.344,0.01 0.319,0.01Z" style="fill:rgb(50,52,55);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(12,0,0,12,1346.86,329.077)">
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
@ -1,6 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<g>
|
||||
<path fill="#323437" d="M0 16Q0 0 16 0h32q16 0 16 16v32q0 16-16 16H16Q0 64 0 48"/>
|
||||
<path fill="#e2b714" d="M9.09 24.1v21.2h5.12V33.1q.256-4.61 4.48-4.61 3.46.384 3.46 3.84v12.9h5.12v-11.5q-.128-5.25 4.48-5.25 3.46.384 3.46 3.84v12.9h5.12v-12.2q0-9.47-7.04-9.47-4.22 0-7.04 3.46-2.18-3.46-6.02-3.46-3.46 0-6.02 2.43v-2.05M47 18.9v5.12h-4.61v5.12H47v16.1h5.12v-16.1h4.61v-5.12h-4.61V18.9"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg width="100%" height="100%" viewBox="0 0 300 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g>
|
||||
<path d="M250,120C255.519,120 260,124.481 260,130C260,135.519 255.519,140 250,140C244.481,140 240,135.519 240,130C240,124.481 244.481,120 250,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M110,120L170,120C175.519,120 180,124.481 180,130C180,135.519 175.519,140 170,140L110,140C104.481,140 100,135.519 100,130C100,124.481 104.481,120 110,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M90,60C95.519,60 100,64.481 100,70L100,90C100,95.519 95.519,100 90,100C84.481,100 80,95.519 80,90L80,70C80,64.481 84.481,60 90,60Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M40.009,69.485C40.28,53.164 53.615,40 70,40C77.68,40 84.69,42.892 90,47.645C95.31,42.892 102.32,40 110,40C126.385,40 139.72,53.164 139.991,69.485C139.999,69.655 140,69.828 140,70L140,90C140,95.519 135.519,100 130,100C124.481,100 120,95.519 120,90L120,70C120,64.481 115.519,60 110,60C104.481,60 100,64.481 100,70L100,90C100,95.519 95.519,100 90,100C84.481,100 80,95.519 80,90L80,70C80,64.481 75.519,60 70,60C64.481,60 60,64.481 60,70L60,90C60,95.519 55.519,100 50,100C44.481,100 40,95.519 40,90L40,70C40,69.828 40.004,69.656 40.009,69.485Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M220,100L220,130C220,135.519 215.519,140 210,140C204.481,140 200,135.519 200,130L200,100L171.18,100C165.01,100 160,95.519 160,90C160,84.481 165.01,80 171.18,80L248.82,80C254.99,80 260,84.481 260,90C260,95.519 254.99,100 248.82,100L220,100Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M210,40L250,40C255.519,40 260,44.481 260,50C260,55.519 255.519,60 250,60L210,60C204.481,60 200,55.519 200,50C200,44.481 204.481,40 210,40Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M50,120L70,120C75.519,120 80,124.481 80,130C80,135.519 75.519,140 70,140L50,140C44.481,140 40,135.519 40,130C40,124.481 44.481,120 50,120Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M165,40L170,40C175.519,40 180,44.481 180,50C180,55.519 175.519,60 170,60L165,60C159.481,60 155,55.519 155,50C155,44.481 159.481,40 165,40Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
<path d="M20,110L0,110L0,50C0,22.404 22.404,0 50,0L250,0C277.596,0 300,22.404 300,50L300,130C300,157.596 277.596,180 250,180L50,180C22.404,180 0,157.596 0,130L0,110L20,110L20,130C20,146.557 33.443,160 50,160L250,160C266.557,160 280,146.557 280,130L280,50C280,33.443 266.557,20 250,20L50,20C33.443,20 20,33.443 20,50L20,110Z" style="fill:rgb(226,183,20);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 2.8 KiB |
3
static/library/openwebui.svg
Normal file
After Width: | Height: | Size: 15 KiB |
@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 256 228" width="256" height="228" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M210.483 73.824a171.49 171.49 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621 6.238-30.281 2.16-54.676-11.769-62.708-13.355-7.7-35.196.329-57.254 19.526a171.23 171.23 0 0 0-6.375 5.848 155.866 155.866 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233 50.33 10.957 46.379 33.89 51.995 62.588a170.974 170.974 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a145.52 145.52 0 0 0 6.921 2.165 167.467 167.467 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266 13.744 7.926 36.812-.22 59.273-19.855a145.567 145.567 0 0 0 5.342-4.923 168.064 168.064 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586 13.731-7.949 18.194-32.003 12.4-61.268a145.016 145.016 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488 29.348-9.723 48.443-25.443 48.443-41.52 0-15.417-17.868-30.326-45.517-39.844Zm-6.365 70.984c-1.4.463-2.836.91-4.3 1.345-3.24-10.257-7.612-21.163-12.963-32.432 5.106-11 9.31-21.767 12.459-31.957 2.619.758 5.16 1.557 7.61 2.4 23.69 8.156 38.14 20.213 38.14 29.504 0 9.896-15.606 22.743-40.946 31.14Zm-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787-1.524 8.219-4.59 13.698-8.382 15.893-8.067 4.67-25.32-1.4-43.927-17.412a156.726 156.726 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246 12.376-1.098 24.068-2.894 34.671-5.345.522 2.107.986 4.173 1.386 6.193ZM87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675-8.075-4.657-11.432-22.636-6.853-46.752a156.923 156.923 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994 7.084 9.967 14.501 19.128 21.976 27.15a134.668 134.668 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94ZM50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863-6.35-5.437-9.555-10.836-9.555-15.216 0-9.322 13.897-21.212 37.076-29.293 2.813-.98 5.757-1.905 8.812-2.773 3.204 10.42 7.406 21.315 12.477 32.332-5.137 11.18-9.399 22.249-12.634 32.792a134.718 134.718 0 0 1-6.318-1.979Zm12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789 8.564-4.958 27.502 2.111 47.463 19.835a144.318 144.318 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988-12.04 1.116-23.565 2.908-34.161 5.309a160.342 160.342 0 0 1-1.76-7.887Zm110.427 27.268a347.8 347.8 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08-2.206 7.072-4.956 14.465-8.193 22.045a381.151 381.151 0 0 0-7.365-13.322Zm-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322.04 322.04 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18ZM82.802 87.83a323.167 323.167 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152 7.304-1.634 15.093-2.97 23.209-3.984a321.524 321.524 0 0 0-7.848 12.897Zm8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793 2.26-7.3 5.045-14.885 8.298-22.6a321.187 321.187 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147Zm37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433 4.902.192 9.899.29 14.978.29 5.218 0 10.376-.117 15.453-.343-4.985 6.774-10.018 12.97-15.028 18.486Zm52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52-7.422 1.694-15.436 3.058-23.88 4.071a382.417 382.417 0 0 0 7.859-13.026 347.403 347.403 0 0 0 7.425-13.565Zm-16.898 8.101a358.557 358.557 0 0 1-12.281 19.815 329.4 329.4 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310.202 310.202 0 0 1-12.513-19.846h.001a307.41 307.41 0 0 1-10.923-20.627 310.278 310.278 0 0 1 10.89-20.637l-.001.001a307.318 307.318 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329.357 329.357 0 0 1 12.335 19.695 358.489 358.489 0 0 1 11.036 20.54 329.472 329.472 0 0 1-11 20.722Zm22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026-.344 1.668-.73 3.367-1.15 5.09-10.622-2.452-22.155-4.275-34.23-5.408-7.034-10.017-14.323-19.124-21.64-27.008a160.789 160.789 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3ZM128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86-22.86-10.235-22.86-22.86 10.235-22.86 22.86-22.86Z" fill="#00D8FF"/></svg>
|
Before Width: | Height: | Size: 3.9 KiB |
11
static/library/react_dark.svg
Normal file
After Width: | Height: | Size: 6.5 KiB |
9
static/library/react_light.svg
Normal file
After Width: | Height: | Size: 6.4 KiB |
14
static/library/react_wordmark_dark.svg
Normal file
After Width: | Height: | Size: 20 KiB |
10
static/library/react_wordmark_light.svg
Normal file
After Width: | Height: | Size: 13 KiB |
1
static/library/shiki.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 266 266"><circle cx="219.5" cy="46.5" r="46.5" fill="#CB7676"/><path fill="#4B9978" d="M0 48h266v65H0z"/><path fill="#83D0DA" d="M109.463 144.426c-.451-5.634-2.564-10.029-6.339-13.184-3.719-3.156-9.381-4.733-16.988-4.733-4.846 0-8.818.591-11.917 1.775-3.042 1.127-5.296 2.676-6.761 4.648-1.465 1.972-2.226 4.226-2.282 6.761-.113 2.085.254 3.973 1.099 5.663.901 1.634 2.31 3.127 4.225 4.479 1.916 1.296 4.367 2.48 7.353 3.55 2.987 1.071 6.536 2.029 10.65 2.874l14.198 3.042c9.579 2.029 17.777 4.705 24.595 8.029 6.817 3.325 12.396 7.241 16.734 11.748 4.339 4.451 7.522 9.466 9.55 15.044 2.085 5.578 3.156 11.663 3.212 18.256-.056 11.381-2.902 21.016-8.536 28.905-5.635 7.888-13.692 13.888-24.172 18.002-10.424 4.113-22.96 6.169-37.61 6.169-15.044 0-28.172-2.225-39.385-6.676-11.156-4.452-19.833-11.298-26.03-20.538-6.142-9.297-9.241-21.186-9.298-35.666h44.625c.282 5.296 1.606 9.747 3.972 13.354 2.367 3.606 5.691 6.338 9.974 8.198 4.338 1.859 9.494 2.789 15.466 2.789 5.015 0 9.212-.62 12.593-1.86 3.381-1.239 5.944-2.958 7.691-5.155 1.747-2.198 2.648-4.705 2.705-7.522-.057-2.648-.93-4.959-2.62-6.931-1.634-2.028-4.339-3.831-8.114-5.409-3.775-1.634-8.874-3.155-15.298-4.564l-17.241-3.718c-15.326-3.325-27.412-8.875-36.258-16.65-8.79-7.832-13.156-18.509-13.1-32.032-.056-10.987 2.874-20.594 8.79-28.82 5.973-8.283 14.227-14.734 24.763-19.355 10.593-4.62 22.735-6.93 36.427-6.93 13.974 0 26.059 2.338 36.258 7.015 10.198 4.677 18.058 11.269 23.58 19.777 5.578 8.452 8.395 18.34 8.452 29.665h-44.963Z"/><path fill="#E6CC78" d="M217 0v266h-65V0z"/></svg>
|
After Width: | Height: | Size: 1.6 KiB |
1
static/library/tailwindcss-wordmark-dark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 262 33"><path fill="#38BDF8" fill-rule="evenodd" d="M27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054.513 3.522 2.004 5.147 3.653C30.744 13.09 33.808 16.2 40.5 16.2c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C36.756 3.11 33.692 0 27 0ZM13.5 16.2C6.3 16.2 1.8 19.8 0 27c2.7-3.6 5.85-4.95 9.45-4.05 2.054.514 3.522 2.004 5.147 3.653C17.244 29.29 20.308 32.4 27 32.4c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C23.256 19.31 20.192 16.2 13.5 16.2Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M80.996 13.652h-4.712v9.12c0 2.432 1.596 2.394 4.712 2.242V28.7c-6.308.76-8.816-.988-8.816-5.928v-9.12h-3.496V9.7h3.496V4.596l4.104-1.216V9.7h4.712v3.952ZM98.958 9.7h4.104v19h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192V9.7Zm-6.004 15.58c3.42 0 6.004-2.546 6.004-6.08 0-3.534-2.584-6.08-6.004-6.08-3.42 0-6.004 2.546-6.004 6.08 0 3.534 2.584 6.08 6.004 6.08Zm16.948-18.43c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.629 2.629 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622ZM107.85 28.7v-19h4.104v19h-4.104Zm8.854 0V.96h4.104V28.7h-4.104Zm30.742-19h4.332l-5.966 19h-4.028l-3.952-12.806-3.99 12.806h-4.028l-5.966-19h4.332l3.686 13.11 3.99-13.11h3.914l3.952 13.11 3.724-13.11Zm9.424-2.85c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.629 2.629 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622Zm-2.052 21.85v-19h4.104v19h-4.104Zm18.848-19.494c4.256 0 7.296 2.888 7.296 7.828V28.7h-4.104V17.452c0-2.888-1.672-4.408-4.256-4.408-2.698 0-4.826 1.596-4.826 5.472V28.7h-4.104v-19h4.104v2.432c1.254-1.976 3.306-2.926 5.89-2.926ZM200.418 2.1h4.104v26.6h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192V2.1Zm-6.004 23.18c3.42 0 6.004-2.546 6.004-6.08 0-3.534-2.584-6.08-6.004-6.08-3.42 0-6.004 2.546-6.004 6.08 0 3.534 2.584 6.08 6.004 6.08Zm23.864 3.914c-5.738 0-10.032-4.37-10.032-9.994 0-5.662 4.294-9.994 10.032-9.994 3.724 0 6.954 1.938 8.474 4.902l-3.534 2.052c-.836-1.786-2.698-2.926-4.978-2.926-3.344 0-5.89 2.546-5.89 5.966 0 3.42 2.546 5.966 5.89 5.966 2.28 0 4.142-1.178 5.054-2.926l3.534 2.014c-1.596 3.002-4.826 4.94-8.55 4.94Zm15.314-14.25c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774.646-2.774 2.014Zm17.518 0c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774.646-2.774 2.014Z" clip-rule="evenodd"/></svg>
|
After Width: | Height: | Size: 3.1 KiB |
1
static/library/tailwindcss-wordmark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 262 33"><g fill-rule="evenodd" clip-path="url(#a)" clip-rule="evenodd"><path fill="#38bdf8" d="M27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054.513 3.522 2.004 5.147 3.653C30.744 13.09 33.808 16.2 40.5 16.2c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C36.756 3.11 33.692 0 27 0zM13.5 16.2C6.3 16.2 1.8 19.8 0 27c2.7-3.6 5.85-4.95 9.45-4.05 2.054.514 3.522 2.004 5.147 3.653C17.244 29.29 20.308 32.4 27 32.4c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C23.256 19.31 20.192 16.2 13.5 16.2z"/><path fill="#0f172a" d="M80.996 13.652h-4.712v9.12c0 2.432 1.596 2.394 4.712 2.242V28.7c-6.308.76-8.816-.988-8.816-5.928v-9.12h-3.496V9.7h3.496V4.596l4.104-1.216V9.7h4.712v3.952zM98.958 9.7h4.104v19h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192V9.7zm-6.004 15.58c3.42 0 6.004-2.546 6.004-6.08 0-3.534-2.584-6.08-6.004-6.08-3.42 0-6.004 2.546-6.004 6.08 0 3.534 2.584 6.08 6.004 6.08zm16.948-18.43c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.627 2.627 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622zM107.85 28.7v-19h4.104v19h-4.104zm8.854 0V.96h4.104V28.7h-4.104zm30.742-19h4.332l-5.966 19h-4.028l-3.952-12.806-3.99 12.806h-4.028l-5.966-19h4.332l3.686 13.11 3.99-13.11h3.914l3.952 13.11 3.724-13.11zm9.424-2.85c-1.444 0-2.622-1.216-2.622-2.622a2.627 2.627 0 0 1 2.622-2.622 2.627 2.627 0 0 1 2.622 2.622c0 1.406-1.178 2.622-2.622 2.622zm-2.052 21.85v-19h4.104v19h-4.104zm18.848-19.494c4.256 0 7.296 2.888 7.296 7.828V28.7h-4.104V17.452c0-2.888-1.672-4.408-4.256-4.408-2.698 0-4.826 1.596-4.826 5.472V28.7h-4.104v-19h4.104v2.432c1.254-1.976 3.306-2.926 5.89-2.926zM200.418 2.1h4.104v26.6h-4.104v-2.736c-1.444 2.014-3.686 3.23-6.65 3.23-5.168 0-9.462-4.37-9.462-9.994 0-5.662 4.294-9.994 9.462-9.994 2.964 0 5.206 1.216 6.65 3.192V2.1zm-6.004 23.18c3.42 0 6.004-2.546 6.004-6.08 0-3.534-2.584-6.08-6.004-6.08-3.42 0-6.004 2.546-6.004 6.08 0 3.534 2.584 6.08 6.004 6.08zm23.864 3.914c-5.738 0-10.032-4.37-10.032-9.994 0-5.662 4.294-9.994 10.032-9.994 3.724 0 6.954 1.938 8.474 4.902l-3.534 2.052c-.836-1.786-2.698-2.926-4.978-2.926-3.344 0-5.89 2.546-5.89 5.966 0 3.42 2.546 5.966 5.89 5.966 2.28 0 4.142-1.178 5.054-2.926l3.534 2.014c-1.596 3.002-4.826 4.94-8.55 4.94zm15.314-14.25c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774.646-2.774 2.014zm17.518 0c0 3.458 10.222 1.368 10.222 8.398 0 3.8-3.306 5.852-7.41 5.852-3.8 0-6.536-1.71-7.752-4.446l3.534-2.052c.608 1.71 2.128 2.736 4.218 2.736 1.824 0 3.23-.608 3.23-2.128 0-3.382-10.222-1.482-10.222-8.284 0-3.572 3.078-5.814 6.954-5.814 3.116 0 5.7 1.444 7.03 3.952l-3.458 1.938c-.684-1.482-2.014-2.166-3.572-2.166-1.482 0-2.774.646-2.774 2.014z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h262v32.4H0z"/></clipPath></defs></svg>
|
After Width: | Height: | Size: 3.2 KiB |
@ -1,15 +1 @@
|
||||
<svg
|
||||
viewBox="0 0 256 154"
|
||||
width="256"
|
||||
height="154"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
preserveAspectRatio="xMidYMid"
|
||||
>
|
||||
<defs
|
||||
><linearGradient x1="-2.778%" y1="32%" x2="100%" y2="67.556%" id="gradient">
|
||||
<stop stop-color="#2298BD" offset="0%"></stop>
|
||||
<stop stop-color="#0ED7B5" offset="100%"></stop>
|
||||
</linearGradient></defs>
|
||||
<path
|
||||
d="M128 0C93.867 0 72.533 17.067 64 51.2 76.8 34.133 91.733 27.733 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8c34.133 0 55.467-17.067 64-51.2-12.8 17.067-27.733 23.467-44.8 19.2-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0ZM64 76.8C29.867 76.8 8.533 93.867 0 128c12.8-17.067 27.733-23.467 44.8-19.2 9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6c34.133 0 55.467-17.067 64-51.2-12.8 17.067-27.733 23.467-44.8 19.2-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8Z"
|
||||
fill="url(#gradient)"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 54 33"><g clip-path="url(#a)"><path fill="#38bdf8" fill-rule="evenodd" d="M27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054.513 3.522 2.004 5.147 3.653C30.744 13.09 33.808 16.2 40.5 16.2c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C36.756 3.11 33.692 0 27 0zM13.5 16.2C6.3 16.2 1.8 19.8 0 27c2.7-3.6 5.85-4.95 9.45-4.05 2.054.514 3.522 2.004 5.147 3.653C17.244 29.29 20.308 32.4 27 32.4c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C23.256 19.31 20.192 16.2 13.5 16.2z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h54v32.4H0z"/></clipPath></defs></svg>
|
Before Width: | Height: | Size: 995 B After Width: | Height: | Size: 747 B |
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#000000" viewBox="0 0 284 65"><path d="M141.68 16.25c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.46 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zm117.14-14.5c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.45 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zm-39.03 3.5c0 6 3.92 10 10 10 4.12 0 7.21-1.87 8.8-4.92l7.68 4.43c-3.18 5.3-9.14 8.49-16.48 8.49-11.05 0-19-7.2-19-18s7.96-18 19-18c7.34 0 13.29 3.19 16.48 8.49l-7.68 4.43c-1.59-3.05-4.68-4.92-8.8-4.92-6.07 0-10 4-10 10zm82.48-29v46h-9v-46h9zM37.59.25l36.95 64H.64l36.95-64zm92.38 5l-27.71 48-27.71-48h10.39l17.32 30 17.32-30h10.39zm58.91 12v9.69c-1-.29-2.06-.49-3.2-.49-5.81 0-10 4-10 10v14.8h-9v-34h9v9.2c0-5.08 5.91-9.2 13.2-9.2z" /><!-- With love, the ▲ team --></svg>
|
||||
<svg aria-label="Vercel logotype" height="52" role="img" viewBox="0 0 262 52" width="262" xmlns="http://www.w3.org/2000/svg"><path d="M59.8019 52L29.9019 0L0.00190544 52H59.8019ZM89.9593 49.6328L114.947 2.36365H104.139L86.9018 36.6921L69.6647 2.36365H58.8564L83.8442 49.6328H89.9593ZM260.25 2.36365V49.6329H251.302V2.36365H260.25ZM210.442 31.99C210.442 28.3062 211.211 25.0661 212.749 22.2699C214.287 19.4737 216.431 17.321 219.181 15.812C221.93 14.3029 225.146 13.5484 228.828 13.5484C232.09 13.5484 235.026 14.2585 237.636 15.6788C240.245 17.0991 242.319 19.2074 243.857 22.0036C245.395 24.7998 246.187 28.2174 246.234 32.2564V34.3202H219.88C220.066 37.2496 220.928 39.5576 222.466 41.2442C224.051 42.8864 226.171 43.7075 228.828 43.7075C230.505 43.7075 232.043 43.2637 233.441 42.376C234.839 41.4883 235.888 40.2899 236.587 38.7808L245.745 39.4466C244.626 42.7754 242.529 45.4385 239.453 47.4358C236.377 49.4331 232.835 50.4317 228.828 50.4317C225.146 50.4317 221.93 49.6772 219.181 48.1681C216.431 46.6591 214.287 44.5064 212.749 41.7102C211.211 38.914 210.442 35.6739 210.442 31.99ZM237.006 28.6612C236.68 25.7762 235.771 23.668 234.28 22.3365C232.789 20.9606 230.971 20.2726 228.828 20.2726C226.358 20.2726 224.354 21.0049 222.816 22.4696C221.278 23.9343 220.322 25.9982 219.95 28.6612H237.006ZM195.347 22.3365C196.838 23.5348 197.77 25.1993 198.143 27.3297L207.371 26.8637C207.044 24.1562 206.089 21.8039 204.505 19.8066C202.92 17.8093 200.869 16.278 198.353 15.2128C195.883 14.1032 193.157 13.5484 190.174 13.5484C186.492 13.5484 183.277 14.3029 180.527 15.812C177.777 17.321 175.634 19.4737 174.096 22.2699C172.558 25.0661 171.789 28.3062 171.789 31.99C171.789 35.6739 172.558 38.914 174.096 41.7102C175.634 44.5064 177.777 46.6591 180.527 48.1681C183.277 49.6772 186.492 50.4317 190.174 50.4317C193.25 50.4317 196.046 49.8769 198.563 48.7673C201.079 47.6133 203.13 45.9933 204.714 43.9072C206.299 41.8212 207.254 39.38 207.58 36.5838L198.283 36.1844C197.957 38.5367 197.048 40.3565 195.557 41.6436C194.065 42.8864 192.271 43.5078 190.174 43.5078C187.285 43.5078 185.048 42.5091 183.463 40.5118C181.879 38.5145 181.086 35.6739 181.086 31.99C181.086 28.3062 181.879 25.4656 183.463 23.4683C185.048 21.471 187.285 20.4723 190.174 20.4723C192.178 20.4723 193.902 21.0937 195.347 22.3365ZM149.955 14.3457H158.281L158.522 21.1369C159.113 19.2146 159.935 17.7218 160.988 16.6585C162.514 15.1166 164.642 14.3457 167.371 14.3457H170.771V21.6146H167.302C165.359 21.6146 163.763 21.8789 162.514 22.4075C161.311 22.9362 160.386 23.7732 159.739 24.9186C159.137 26.064 158.837 27.5178 158.837 29.2799V49.6328H149.955V14.3457ZM111.548 22.2699C110.01 25.0661 109.241 28.3062 109.241 31.99C109.241 35.6739 110.01 38.914 111.548 41.7102C113.086 44.5064 115.229 46.6591 117.979 48.1681C120.729 49.6772 123.944 50.4317 127.626 50.4317C131.634 50.4317 135.176 49.4331 138.252 47.4358C141.327 45.4385 143.425 42.7754 144.543 39.4466L135.385 38.7808C134.686 40.2899 133.638 41.4883 132.24 42.376C130.842 43.2637 129.304 43.7075 127.626 43.7075C124.97 43.7075 122.849 42.8864 121.265 41.2442C119.727 39.5576 118.865 37.2496 118.678 34.3202H145.032V32.2564C144.986 28.2174 144.194 24.7998 142.656 22.0036C141.118 19.2074 139.044 17.0991 136.434 15.6788C133.824 14.2585 130.888 13.5484 127.626 13.5484C123.944 13.5484 120.729 14.3029 117.979 15.812C115.229 17.321 113.086 19.4737 111.548 22.2699ZM133.079 22.3365C134.57 23.668 135.479 25.7762 135.805 28.6612H118.748C119.121 25.9982 120.076 23.9343 121.614 22.4696C123.152 21.0049 125.156 20.2726 127.626 20.2726C129.77 20.2726 131.587 20.9606 133.079 22.3365Z" fill="black"></path></svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.5 KiB |
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 284 65"><path d="M141.68 16.25c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.46 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zm117.14-14.5c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99zm-9.45 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5h-18.9zm-39.03 3.5c0 6 3.92 10 10 10 4.12 0 7.21-1.87 8.8-4.92l7.68 4.43c-3.18 5.3-9.14 8.49-16.48 8.49-11.05 0-19-7.2-19-18s7.96-18 19-18c7.34 0 13.29 3.19 16.48 8.49l-7.68 4.43c-1.59-3.05-4.68-4.92-8.8-4.92-6.07 0-10 4-10 10zm82.48-29v46h-9v-46h9zM37.59.25l36.95 64H.64l36.95-64zm92.38 5l-27.71 48-27.71-48h10.39l17.32 30 17.32-30h10.39zm58.91 12v9.69c-1-.29-2.06-.49-3.2-.49-5.81 0-10 4-10 10v14.8h-9v-34h9v9.2c0-5.08 5.91-9.2 13.2-9.2z" /><!-- With love, the ▲ team --></svg>
|
||||
<svg aria-label="Vercel logotype" height="52" role="img" viewBox="0 0 262 52" width="262" xmlns="http://www.w3.org/2000/svg"><path d="M59.8019 52L29.9019 0L0.00190544 52H59.8019ZM89.9593 49.6328L114.947 2.36365H104.139L86.9018 36.6921L69.6647 2.36365H58.8564L83.8442 49.6328H89.9593ZM260.25 2.36365V49.6329H251.302V2.36365H260.25ZM210.442 31.99C210.442 28.3062 211.211 25.0661 212.749 22.2699C214.287 19.4737 216.431 17.321 219.181 15.812C221.93 14.3029 225.146 13.5484 228.828 13.5484C232.09 13.5484 235.026 14.2585 237.636 15.6788C240.245 17.0991 242.319 19.2074 243.857 22.0036C245.395 24.7998 246.187 28.2174 246.234 32.2564V34.3202H219.88C220.066 37.2496 220.928 39.5576 222.466 41.2442C224.051 42.8864 226.171 43.7075 228.828 43.7075C230.505 43.7075 232.043 43.2637 233.441 42.376C234.839 41.4883 235.888 40.2899 236.587 38.7808L245.745 39.4466C244.626 42.7754 242.529 45.4385 239.453 47.4358C236.377 49.4331 232.835 50.4317 228.828 50.4317C225.146 50.4317 221.93 49.6772 219.181 48.1681C216.431 46.6591 214.287 44.5064 212.749 41.7102C211.211 38.914 210.442 35.6739 210.442 31.99ZM237.006 28.6612C236.68 25.7762 235.771 23.668 234.28 22.3365C232.789 20.9606 230.971 20.2726 228.828 20.2726C226.358 20.2726 224.354 21.0049 222.816 22.4696C221.278 23.9343 220.322 25.9982 219.95 28.6612H237.006ZM195.347 22.3365C196.838 23.5348 197.77 25.1993 198.143 27.3297L207.371 26.8637C207.044 24.1562 206.089 21.8039 204.505 19.8066C202.92 17.8093 200.869 16.278 198.353 15.2128C195.883 14.1032 193.157 13.5484 190.174 13.5484C186.492 13.5484 183.277 14.3029 180.527 15.812C177.777 17.321 175.634 19.4737 174.096 22.2699C172.558 25.0661 171.789 28.3062 171.789 31.99C171.789 35.6739 172.558 38.914 174.096 41.7102C175.634 44.5064 177.777 46.6591 180.527 48.1681C183.277 49.6772 186.492 50.4317 190.174 50.4317C193.25 50.4317 196.046 49.8769 198.563 48.7673C201.079 47.6133 203.13 45.9933 204.714 43.9072C206.299 41.8212 207.254 39.38 207.58 36.5838L198.283 36.1844C197.957 38.5367 197.048 40.3565 195.557 41.6436C194.065 42.8864 192.271 43.5078 190.174 43.5078C187.285 43.5078 185.048 42.5091 183.463 40.5118C181.879 38.5145 181.086 35.6739 181.086 31.99C181.086 28.3062 181.879 25.4656 183.463 23.4683C185.048 21.471 187.285 20.4723 190.174 20.4723C192.178 20.4723 193.902 21.0937 195.347 22.3365ZM149.955 14.3457H158.281L158.522 21.1369C159.113 19.2146 159.935 17.7218 160.988 16.6585C162.514 15.1166 164.642 14.3457 167.371 14.3457H170.771V21.6146H167.302C165.359 21.6146 163.763 21.8789 162.514 22.4075C161.311 22.9362 160.386 23.7732 159.739 24.9186C159.137 26.064 158.837 27.5178 158.837 29.2799V49.6328H149.955V14.3457ZM111.548 22.2699C110.01 25.0661 109.241 28.3062 109.241 31.99C109.241 35.6739 110.01 38.914 111.548 41.7102C113.086 44.5064 115.229 46.6591 117.979 48.1681C120.729 49.6772 123.944 50.4317 127.626 50.4317C131.634 50.4317 135.176 49.4331 138.252 47.4358C141.327 45.4385 143.425 42.7754 144.543 39.4466L135.385 38.7808C134.686 40.2899 133.638 41.4883 132.24 42.376C130.842 43.2637 129.304 43.7075 127.626 43.7075C124.97 43.7075 122.849 42.8864 121.265 41.2442C119.727 39.5576 118.865 37.2496 118.678 34.3202H145.032V32.2564C144.986 28.2174 144.194 24.7998 142.656 22.0036C141.118 19.2074 139.044 17.0991 136.434 15.6788C133.824 14.2585 130.888 13.5484 127.626 13.5484C123.944 13.5484 120.729 14.3029 117.979 15.812C115.229 17.321 113.086 19.4737 111.548 22.2699ZM133.079 22.3365C134.57 23.668 135.479 25.7762 135.805 28.6612H118.748C119.121 25.9982 120.076 23.9343 121.614 22.4696C123.152 21.0049 125.156 20.2726 127.626 20.2726C129.77 20.2726 131.587 20.9606 133.079 22.3365Z" fill="white"></path></svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.8 KiB |
@ -1 +1 @@
|
||||
<svg viewBox="0 0 256 254" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="254" preserveAspectRatio="xMidYMid"><defs><linearGradient id="c" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#FFF"/><stop offset="100%" stop-color="#FFF" stop-opacity="0"/></linearGradient><path id="a" d="M180.828 252.605a15.872 15.872 0 0 0 12.65-.486l52.501-25.262a15.94 15.94 0 0 0 9.025-14.364V41.197a15.939 15.939 0 0 0-9.025-14.363l-52.5-25.263a15.877 15.877 0 0 0-18.115 3.084L74.857 96.35l-43.78-33.232a10.614 10.614 0 0 0-13.56.603L3.476 76.494c-4.63 4.211-4.635 11.495-.012 15.713l37.967 34.638-37.967 34.637c-4.623 4.219-4.618 11.502.012 15.714l14.041 12.772a10.614 10.614 0 0 0 13.56.604l43.78-33.233 100.507 91.695a15.853 15.853 0 0 0 5.464 3.571Zm10.464-183.649-76.262 57.889 76.262 57.888V68.956Z"/></defs><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#0065A9" d="M246.135 26.873 193.593 1.575a15.885 15.885 0 0 0-18.123 3.08L3.466 161.482c-4.626 4.219-4.62 11.502.012 15.714l14.05 12.772a10.625 10.625 0 0 0 13.569.604L238.229 33.436c6.949-5.271 16.93-.315 16.93 8.407v-.61a15.938 15.938 0 0 0-9.024-14.36Z" /><path fill="#007ACC" d="m246.135 226.816-52.542 25.298a15.887 15.887 0 0 1-18.123-3.08L3.466 92.207c-4.626-4.218-4.62-11.502.012-15.713l14.05-12.773a10.625 10.625 0 0 1 13.569-.603l207.132 157.135c6.949 5.271 16.93.315 16.93-8.408v.611a15.939 15.939 0 0 1-9.024 14.36Z" /><path fill="#1F9CF0" d="M193.428 252.134a15.892 15.892 0 0 1-18.125-3.083c5.881 5.88 15.938 1.715 15.938-6.603V11.273c0-8.318-10.057-12.483-15.938-6.602a15.892 15.892 0 0 1 18.125-3.084l52.533 25.263a15.937 15.937 0 0 1 9.03 14.363V212.51c0 6.125-3.51 11.709-9.03 14.363l-52.533 25.262Z" /><path fill="url(#c)" fill-opacity=".25" d="M180.828 252.605a15.874 15.874 0 0 0 12.65-.486l52.5-25.263a15.938 15.938 0 0 0 9.026-14.363V41.197a15.939 15.939 0 0 0-9.025-14.363L193.477 1.57a15.877 15.877 0 0 0-18.114 3.084L74.857 96.35l-43.78-33.232a10.614 10.614 0 0 0-13.56.603L3.476 76.494c-4.63 4.211-4.635 11.495-.012 15.713l37.967 34.638-37.967 34.637c-4.623 4.219-4.618 11.502.012 15.714l14.041 12.772a10.614 10.614 0 0 0 13.56.604l43.78-33.233 100.506 91.695a15.857 15.857 0 0 0 5.465 3.571Zm10.464-183.65-76.262 57.89 76.262 57.888V68.956Z" /></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><mask id="a" width="100" height="100" x="0" y="0" mask-type="alpha" maskUnits="userSpaceOnUse"><path fill="#fff" fill-rule="evenodd" d="M70.912 99.317a6.223 6.223 0 0 0 4.96-.19l20.589-9.907A6.25 6.25 0 0 0 100 83.587V16.413a6.25 6.25 0 0 0-3.54-5.632L75.874.874a6.226 6.226 0 0 0-7.104 1.21L29.355 38.04 12.187 25.01a4.162 4.162 0 0 0-5.318.236l-5.506 5.009a4.168 4.168 0 0 0-.004 6.162L16.247 50 1.36 63.583a4.168 4.168 0 0 0 .004 6.162l5.506 5.01a4.162 4.162 0 0 0 5.318.236l17.168-13.032L68.77 97.917a6.217 6.217 0 0 0 2.143 1.4ZM75.015 27.3 45.11 50l29.906 22.701V27.3Z" clip-rule="evenodd"/></mask><g mask="url(#a)"><path fill="#0065A9" d="M96.461 10.796 75.857.876a6.23 6.23 0 0 0-7.107 1.207l-67.451 61.5a4.167 4.167 0 0 0 .004 6.162l5.51 5.009a4.167 4.167 0 0 0 5.32.236l81.228-61.62c2.725-2.067 6.639-.124 6.639 3.297v-.24a6.25 6.25 0 0 0-3.539-5.63Z"/><g filter="url(#b)"><path fill="#007ACC" d="m96.461 89.204-20.604 9.92a6.229 6.229 0 0 1-7.107-1.207l-67.451-61.5a4.167 4.167 0 0 1 .004-6.162l5.51-5.009a4.167 4.167 0 0 1 5.32-.236l81.228 61.62c2.725 2.067 6.639.124 6.639-3.297v.24a6.25 6.25 0 0 1-3.539 5.63Z"/></g><g filter="url(#c)"><path fill="#1F9CF0" d="M75.858 99.126a6.232 6.232 0 0 1-7.108-1.21c2.306 2.307 6.25.674 6.25-2.588V4.672c0-3.262-3.944-4.895-6.25-2.589a6.232 6.232 0 0 1 7.108-1.21l20.6 9.908A6.25 6.25 0 0 1 100 16.413v67.174a6.25 6.25 0 0 1-3.541 5.633l-20.601 9.906Z"/></g><path fill="url(#d)" fill-rule="evenodd" d="M70.851 99.317a6.224 6.224 0 0 0 4.96-.19L96.4 89.22a6.25 6.25 0 0 0 3.54-5.633V16.413a6.25 6.25 0 0 0-3.54-5.632L75.812.874a6.226 6.226 0 0 0-7.104 1.21L29.294 38.04 12.126 25.01a4.162 4.162 0 0 0-5.317.236l-5.507 5.009a4.168 4.168 0 0 0-.004 6.162L16.186 50 1.298 63.583a4.168 4.168 0 0 0 .004 6.162l5.507 5.009a4.162 4.162 0 0 0 5.317.236L29.294 61.96l39.414 35.958a6.218 6.218 0 0 0 2.143 1.4ZM74.954 27.3 45.048 50l29.906 22.701V27.3Z" clip-rule="evenodd" opacity=".25" style="mix-blend-mode:overlay"/></g><defs><filter id="b" width="116.727" height="92.246" x="-8.394" y="15.829" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="4.167"/><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="BackgroundImageFix" mode="overlay" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><filter id="c" width="47.917" height="116.151" x="60.417" y="-8.076" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="4.167"/><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="BackgroundImageFix" mode="overlay" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter><linearGradient id="d" x1="49.939" x2="49.939" y1=".258" y2="99.742" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient></defs></svg>
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.3 KiB |