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