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