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