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