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