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