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