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