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