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