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