Updated type

This commit is contained in:
2025-09-18 19:00:07 +02:00
parent ab07bb00cb
commit b6ecc251cb

View File

@@ -1,6 +1,6 @@
import { ComponentProps } from "react"
import { SVGProps } from "react"
export default function DeveloperBadge({ size = 32, ...props }: { size?: number } & ComponentProps<SVGSVGElement>) {
export default function DeveloperBadge({ size = 32, ...props }: { size?: number } & SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height={size} width={size} {...props}>
<path