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