import type { ComponentPropsWithRef } from "react" /** * Render the VK social icon as an SVG element. * * @param props - SVG attributes and ref forwarded to the root `` element * @returns An `` element containing the VK icon path */ export function VK(props: ComponentPropsWithRef<"svg">) { return ( ) }