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 VueIcon({ 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}
>
<path
d="M407.772 42.6665H320L256 147.2L201.143 42.6665H0L256 490.667L512 42.6665H407.772ZM64 79.9998H126.172L256 311.467L385.828 79.9998H448L256 416L64 79.9998Z"