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