import * as React from 'react'; export interface Coughing64Props extends React.SVGProps { ariaLabel?: string } export default function Coughing64({ ariaLabel, ...props }: Coughing64Props) { return ( ); }