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