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