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