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