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