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