iconList = [
{ name: "sheets", url: await FileAttachment("sheets.svg").url(), title: "Google Sheet" },
{ name: "arrows", url: await FileAttachment("arrows.svg").url(), title: "Arrows" },
{ name: "book", url: await FileAttachment("book.svg").url(), title: "Book" },
{ name: "neo4jDB", url: await FileAttachment("database.svg").url(), title: "Neo4j Database" },
{ name: "github", url: await FileAttachment("github.svg").url(), title: "GitHub repository" },
{ name: "observable", url: await FileAttachment("observable.svg").url(), title: "Observable notebook" }
]