import { type SVGProps } from 'react' import { cn } from '@/lib/utils' export function IconSkype({ className, ...props }: SVGProps) { return ( path]:stroke-current', className)} fill='none' stroke='currentColor' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round' {...props} > Skype ) }