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