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