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