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