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