import { FC, SVGProps, HTMLAttributes } from 'react'; import { cn } from '@/utils/styling'; const PlayIcon: FC> = ({ className, ...restProps }) => ( ); export const PlayButton: FC> = ({ onClick }) => ( );