I would like to know, what icons for cards look like and how to set this option ```py class CardItem: title: str url: str | None = None content: str | None = None icon: str | None = None key: str | None = None image: str | Image | None = None ```