/* SVG replacements retain the legacy wrapper classes and font-size sizing. */
.material-icons:where([data-icon]),
.material-symbols-outlined:where([data-icon]) {
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  position: relative;
  width: 1em;
  height: 1em;
}

.material-icons[data-icon] > svg,
.material-symbols-outlined[data-icon] > svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  max-width: none;
  fill: currentColor;
  pointer-events: none;
}
