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