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