export default async function (doc, rootNode) { const node = { type: rootNode.head, icon: rootNode.tail } return node }