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