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