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