@charset "UTF-8";

svg{
  color:#FF0000;
}
.back{
  fill:#fff;
  opacity:1;
}
.fill{
  fill:currentColor;
}
.stroke{
  stroke:currentColor;
  stroke-width:4px;
  fill:none;
}

.opacity{
  opacity:0;
}
