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