.dig-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  line-height: 1;
  color: inherit;
  flex-shrink: 0;
}

.dig-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
}

