import { forwardRef, SVGProps } from 'react'; export interface PauseProps extends Omit, 'css'> {} export const Pause = forwardRef((props, ref) => ( )); Pause.displayName = 'Pause';