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