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