import type { JSX, SVGProps } from 'react' export const LinkedinIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }