.iconList {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--s-m);
  list-style: none;
}

.iconList.mInline {
  flex-flow: row wrap;
}
