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