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