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