.tablerStyle-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .icon-large {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
