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