/* Feather Icons CSS */
/* This file is required for feather icon functionality */
[data-feather] {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
