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