.EditPopupIcon {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons', 'Material Symbols Outlined';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: var(--Icon-size);
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  position: relative;
  top: calc((var(--Text-height) - var(--Icon-size)) / 2);
  transform: var(--Icon-transform);
  vertical-align: top;
  white-space: nowrap;
  word-wrap: normal;
}

.EditPopupIcon[data-icon-name]:before {
  content: attr(data-icon-name);
}
