/* Lucide-based icon system — replaces the old mix of emoji/Unicode glyphs and trash.png.
   Usage: <svg class="icon"><use href="/static/icons/lucide-sprite.svg#i-edit"></use></svg> */
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon.icon-filled {
  fill: currentColor;
  stroke: none;
}
