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