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