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