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