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