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