Panel Icon for Page List

How do I change the icon for the page list view from a pencil/paper icon? I am currently using the following, but with no success:

  - width: 2/3
    sections:
      housetype:
        label: House Types
        type: pages
        icon: home
        layout: list
        info: "{{ page.price }}"

The icon is set in the page blueprints of the children shown in the section:

In the section, you set the image property to icon: Pages section | Kirby CMS