Gets the list of icons.
Request
GET https://www.activityinfo.org/resources/icons
     Successful response
application/json
| array[object] | |||
| id | string | The id of the icon. | required | 
| label | string | The human-readable label of the icon. | required | 
| path | string | An SVG-Path string describing the icon. | required | 
Error responses
| Status Code | Error Code | Description | 
|---|---|---|
| 401 | AUTHENTICATION_ | 
        The request must be authenticated | 
Example
curl -u anything:YOUR_API_TOKEN \
  https://www.activityinfo.org/resources/icons