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