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