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