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