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