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