.svg-icon {
    width: 24px;
    height: 24px;
  }
  
  .svg-icon path,
  .svg-icon polygon,
  .svg-icon rect {
    fill: white;
  }
  
  .svg-icon circle {
    stroke: white;
    stroke-width: 1;
  }