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