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