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