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