css.gg/icons/css/redo.css

25 lines
501 B
CSS

.gg-redo {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px;
border: 2px solid;
border-right-color: transparent;
border-radius: 100px
}
.gg-redo::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
height: 6px;
border-top: 2px solid;
border-right: 2px solid;
top: -3px;
right: -1px;
transform: rotate(68deg)
}