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