.material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25em;
  min-height: 1em;
  line-height: 1;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  /* Hide raw ligature text before local-icons.js runs */
  font-size: 0;
}

.material-symbols-outlined[data-icon-name] {
  /* Reveal emoji after JS has replaced the text */
  font-size: inherit;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  speak: none;
}