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