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