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