chore:little fixes and formating and linting and patches
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user