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