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