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