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