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