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