chore:little fixes and formating and linting and patches

This commit is contained in:
2026-03-31 15:50:54 +02:00
parent a1ce71ffb6
commit 9b197abcfa
815 changed files with 22960 additions and 8982 deletions

View File

@@ -3,12 +3,12 @@ import type { IconProps } from './types';
export function NextjsIcon({ className }: IconProps) {
return (
<svg
width="512"
className={className}
fill="none"
height="512"
viewBox="0 0 512 512"
fill="none"
width="512"
xmlns="http://www.w3.org/2000/svg"
className={className}
>
<g clipPath="url(#clip0_367_158)">
<path
@@ -18,7 +18,7 @@ export function NextjsIcon({ className }: IconProps) {
</g>
<defs>
<clipPath id="clip0_367_158">
<rect width="512" height="512" fill="white" />
<rect fill="white" height="512" width="512" />
</clipPath>
</defs>
</svg>