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