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