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