Merge branch 'main' into add-new-item

This commit is contained in:
Pablo Hdez 2024-02-01 10:53:36 +00:00 committed by GitHub
commit 9a146bd6fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 35 additions and 3 deletions

View File

@ -163,7 +163,7 @@ A list of extensions that use the [svgl API](https://svgl.app/api), created by t
| ---------------------------------------------------------------------------------------------- | ---------------- | -------------------------------------------------- | ----------------------------------------- | ------------------------------------------------------------------------------- |
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/svgl.svg" height="25" /> | svgls | A CLI for easily adding SVG icons to your project. | [sujjeee](https://twitter.com/sujjeeee) | [Github Repository](https://github.com/sujjeee/svgls) |
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/figma.svg" height="25" /> | SVGL for Figma | Add svgs from svgl to your Figma project. | [quilljou](https://twitter.com/quillzhou) | [Figma Plugin](https://www.figma.com/community/plugin/1320306989350693206/svgl) |
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/raycast.svg" height="25" /> | SVGL for Raycast | Search SVG logos via svgl. | [1weiho](https://twitter.com/1weiho) | [Raycast Store](https://www.raycast.com/davidho0403/svgl) |
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/raycast.svg" height="25" /> | SVGL for Raycast | Search SVG logos via svgl. | [1weiho](https://twitter.com/1weiho) | [Raycast Store](https://www.raycast.com/1weiho/svgl) |
## ✌️ Contributing

View File

@ -2407,5 +2407,23 @@ export const svgs: iSVG[] = [
category: 'Education',
route: '/library/webdev.svg',
url: 'https://web.dev/'
}
},
{
title: 'SWR',
category: 'Library',
route: {
light: '/library/swr-light.svg',
dark: '/library/swr-dark.svg'
},
url: 'https://swr.vercel.app/'
},
{
title: 'Refine',
category: 'Framework',
route: {
light: '/library/refine_dark.svg',
dark: '/library/refine_light.svg'
},
url: 'https://refine.dev/'
},
];

View File

@ -1,5 +1,5 @@
export const buttonStyles =
'flex items-center space-x-2 relative h-10 overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-transparent px-4 text-neutral-950 dark:text-white hover:bg-neutral-200/50 dark:hover:bg-neutral-800/50 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:focus:ring-neutral-700 transition-colors duration-100';
'flex items-center space-x-2 relative h-10 rounded-md border border-neutral-200 dark:border-neutral-800 bg-transparent px-4 text-neutral-950 dark:text-white hover:bg-neutral-200/50 dark:hover:bg-neutral-800/50 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:focus:ring-neutral-700 transition-colors duration-100';
export const inputStyles =
'w-full border-b border-neutral-300 bg-white p-3 px-11 placeholder-neutral-500 focus:outline-none focus:ring-1 focus:ring-neutral-300 dark:border-neutral-800 dark:bg-neutral-900 dark:focus:ring-neutral-700';

View File

@ -0,0 +1,4 @@
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.9443 2.11146C63.3137 -0.703819 56.6863 -0.703819 51.0557 2.11146L11.0557 22.1115C4.28005 25.4993 0 32.4246 0 40V80C0 87.5754 4.28005 94.5007 11.0557 97.8885L51.0557 117.889C56.6863 120.704 63.3137 120.704 68.9443 117.889L108.944 97.8885C115.72 94.5007 120 87.5754 120 80V40C120 32.4246 115.72 25.4993 108.944 22.1115L68.9443 2.11146ZM40 40C40 28.9543 48.9543 20 60 20C71.0457 20 80 28.9543 80 40V80C80 91.0457 71.0457 100 60 100C48.9543 100 40 91.0457 40 80V40Z" fill="#14141F"/>
<path d="M70 40C70 45.5228 65.5228 50 60 50C54.4771 50 50 45.5228 50 40C50 34.4771 54.4771 30 60 30C65.5228 30 70 34.4771 70 40Z" fill="#14141F"/>
</svg>

After

Width:  |  Height:  |  Size: 787 B

View File

@ -0,0 +1,4 @@
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.9443 2.11146C63.3137 -0.703819 56.6863 -0.703819 51.0557 2.11146L11.0557 22.1115C4.28005 25.4993 0 32.4246 0 40V80C0 87.5754 4.28005 94.5007 11.0557 97.8885L51.0557 117.889C56.6863 120.704 63.3137 120.704 68.9443 117.889L108.944 97.8885C115.72 94.5007 120 87.5754 120 80V40C120 32.4246 115.72 25.4993 108.944 22.1115L68.9443 2.11146ZM40 40C40 28.9543 48.9543 20 60 20C71.0457 20 80 28.9543 80 40V80C80 91.0457 71.0457 100 60 100C48.9543 100 40 91.0457 40 80V40Z" fill="white"/>
<path d="M70 40C70 45.5228 65.5228 50 60 50C54.4771 50 50 45.5228 50 40C50 34.4771 54.4771 30 60 30C65.5228 30 70 34.4771 70 40Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 783 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 KiB