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