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