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