icon (cart)

Description

Define an icon to be displayed in the header of the cart box.

To configure the icon, you can provide a either a partial or full CSS classname to use. The icon will be appended to the configuration parameter iconPrefix.

Default value

cart: {
  icon: 'pushpin'
}

Examples

Display no icon in the header of the cart box.

cart: {
  icon: null
}