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