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