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