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