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