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