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