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