mirror of
https://github.com/pheralb/svgl.git
synced 2024-12-04 21:32:37 +08:00
📦 Add Mermaid SVG
This commit is contained in:
parent
e4a7e8a9e6
commit
d24b70001d
@ -3083,5 +3083,14 @@ export const svgs: iSVG[] = [
|
|||||||
dark: '/library/clerk-dark.svg'
|
dark: '/library/clerk-dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://clerk.com/'
|
url: 'https://clerk.com/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Mermaid',
|
||||||
|
category: ['Library'],
|
||||||
|
route: {
|
||||||
|
light: '/library/mermaid-logo-light.svg',
|
||||||
|
dark: '/library/mermaid-logo-dark.svg'
|
||||||
|
},
|
||||||
|
url: 'https://mermaid.js.org/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
1
static/library/mermaid-logo-dark.svg
Normal file
1
static/library/mermaid-logo-dark.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 491 491"><path d="M407.48 111.18c-71.893-3.077-137.907 41.158-162.4 108.82-24.493-67.662-90.507-111.897-162.4-108.82-2.395 57.049 24.897 111.452 72.06 143.64 24.168 16.599 38.61 44.131 38.53 73.45v50.86H296.9v-50.86c-.084-29.317 14.355-56.85 38.52-73.45 47.176-32.176 74.472-86.587 72.06-143.64Z" style="fill:#ffff;fill-rule:nonzero"/></svg>
|
After Width: | Height: | Size: 501 B |
1
static/library/mermaid-logo-light.svg
Normal file
1
static/library/mermaid-logo-light.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 491 491"><path d="M407.48 111.18c-71.893-3.077-137.907 41.158-162.4 108.82-24.493-67.662-90.507-111.897-162.4-108.82-2.395 57.049 24.897 111.452 72.06 143.64 24.168 16.599 38.61 44.131 38.53 73.45v50.86H296.9v-50.86c-.084-29.317 14.355-56.85 38.52-73.45 47.176-32.176 74.472-86.587 72.06-143.64Z" style="fill:#121212;fill-rule:nonzero"/></svg>
|
After Width: | Height: | Size: 503 B |
Loading…
Reference in New Issue
Block a user