mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add OpenRouter SVGs
This commit is contained in:
@@ -3692,5 +3692,14 @@ export const svgs: iSVG[] = [
|
|||||||
route: '/library/lovable.svg',
|
route: '/library/lovable.svg',
|
||||||
url: 'https://lovable.dev/',
|
url: 'https://lovable.dev/',
|
||||||
brandUrl: 'https://lovable.dev/brand'
|
brandUrl: 'https://lovable.dev/brand'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'OpenRouter',
|
||||||
|
category: 'AI',
|
||||||
|
route: {
|
||||||
|
light: '/library/openrouter_light.svg',
|
||||||
|
dark: '/library/openrouter_dark.svg'
|
||||||
|
},
|
||||||
|
url: 'https://openrouter.ai/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
<svg
|
||||||
|
width="512"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 512 512"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
fill="#ffff"
|
||||||
|
stroke="#ffff"
|
||||||
|
>
|
||||||
|
<g clip-path="url(#clip0_205_3)">
|
||||||
|
<path
|
||||||
|
d="M3 248.945C18 248.945 76 236 106 219C136 202 136 202 198 158C276.497 102.293 332 120.945 423 120.945"
|
||||||
|
stroke-width="90"
|
||||||
|
/>
|
||||||
|
<path d="M511 121.5L357.25 210.268L357.25 32.7324L511 121.5Z" />
|
||||||
|
<path
|
||||||
|
d="M0 249C15 249 73 261.945 103 278.945C133 295.945 133 295.945 195 339.945C273.497 395.652 329 377 420 377"
|
||||||
|
stroke-width="90"
|
||||||
|
/>
|
||||||
|
<path d="M508 376.445L354.25 287.678L354.25 465.213L508 376.445Z" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 629 B |
@@ -0,0 +1,21 @@
|
|||||||
|
<svg
|
||||||
|
width="512"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 512 512"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
fill="#111111"
|
||||||
|
stroke="#111111"
|
||||||
|
>
|
||||||
|
<g clip-path="url(#clip0_205_3)">
|
||||||
|
<path
|
||||||
|
d="M3 248.945C18 248.945 76 236 106 219C136 202 136 202 198 158C276.497 102.293 332 120.945 423 120.945"
|
||||||
|
stroke-width="90"
|
||||||
|
/>
|
||||||
|
<path d="M511 121.5L357.25 210.268L357.25 32.7324L511 121.5Z" />
|
||||||
|
<path
|
||||||
|
d="M0 249C15 249 73 261.945 103 278.945C133 295.945 133 295.945 195 339.945C273.497 395.652 329 377 420 377"
|
||||||
|
stroke-width="90"
|
||||||
|
/>
|
||||||
|
<path d="M508 376.445L354.25 287.678L354.25 465.213L508 376.445Z" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 633 B |
Reference in New Issue
Block a user