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