import * as React from 'react'; export interface 2xDragDown64Props extends React.SVGProps { ariaLabel?: string } export default function 2xDragDown64({ ariaLabel, ...props }: 2xDragDown64Props) { return ( ); }