/**
*- boostrap Icons
https://icons.getbootstrap.com/

Heroicons
https://heroicons.com/outline

Material Symbols (Google)
https://fonts.google.com/icons

*/


.ui-icon-svg {
  display: block;          /* important */
  flex-shrink: 0;          /* évite compression */
  width: 24px;
  height: 24px;
  /* si tes SVG sont authorés avec stroke="currentColor" / fill="none",
     la couleur est pilotée par style.color (data-color) */
}