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