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