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