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