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