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