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