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