/* Lucide SVGs: size with em so existing font-size rules still work. */
.lucide {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  overflow: visible;
}

i[data-lucide] {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
}
