JavaScript
/* API Methods -
*
* @status - String - indicates the icon requested for the specified progress
*/
'none' // 'none', '', or not specifying status are all acceptable to show no progress
'progress' // shows the in progress icon
'complete' // shows the progress complete icon
'canceled' // shows the progress canceled icon
/*
* @light-theme - Boolean - existence of this property specifies to the component to show outline icons instead of filled icons
*
*/