
.icon[data-v-357cc8ca] {
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.icon.rotate[data-v-357cc8ca]{
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
