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