import type { ComponentPropsWithRef } from "react" /** * Renders a LinkedIn brand icon as an SVG and forwards given SVG props to the root element. * * @param props - SVG attributes, event handlers, and refs applied to the root * @returns The LinkedIn SVG element */ export function LinkedIn(props: ComponentPropsWithRef<"svg">) { return ( ) }