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