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