Avatar icon
const avatar_icon = {
  component: NANO.AVATAR_ICON,
  value: 'folder',
  props: {
    size: 50,
    color: 'white',
    style: {backgroundColor: 'blue'}
  }
};
const avatar_icon = {
  component: NANO.AVATAR_ICON,
  value: 'folder',
  props: {
    size: 50,
    color: 'white',
    style: {backgroundColor: 'blue'}
  }
};