css.gg
Version:
Minimalistic Icon library Designed by code.
30 lines (28 loc) • 558 B
CSS
.gg-edit-mask,
.gg-edit-mask::after {
display: block;
box-sizing: border-box;
border-radius: 22px
}
.gg-edit-mask {
position: relative;
transform: scale(var(--ggs,1));
width: 20px;
height: 20px;
border: 2px solid;
overflow: hidden
}
.gg-edit-mask::after {
content: "";
position: absolute;
width: 4px;
height: 4px;
background: currentColor;
top: 6px;
left: 6px;
box-shadow:
0 7px 0 1px,
0 -7px 0 1px,
-7px 0 0 1px,
7px 0 0 1px
}