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