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