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