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