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