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