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