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