API endpoint that allows icons to be viewed or edited.

GET /icons/?format=api&ordering=-src&page=8
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 72,
    "next": null,
    "previous": "https://api.swistay.com/icons/?format=api&ordering=-src&page=7",
    "results": [
        {
            "id": 71,
            "name": "King bed",
            "src": "https://api.swistay.com/media/icons/1b821be660a345a78aeb08b260e39196.svg"
        },
        {
            "id": 46,
            "name": "Camera",
            "src": "https://api.swistay.com/media/icons/027d9a3532ca472fb7773be4596e1198.svg"
        }
    ]
}