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