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