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