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