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