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