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