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