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