css.gg
Version:
Minimalistic Icon library Designed by code.
34 lines (31 loc) • 667 B
CSS
.gg-code-slash {
display: block;
position: relative;
box-sizing: border-box;
transform: rotate(15deg) scale(var(--ggs,1));
width: 2px;
height: 16px;
background: currentColor
}
.gg-code-slash::after,
.gg-code-slash::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 8px;
transform: rotate(-60deg)
}
.gg-code-slash::before {
border-left: 2px solid;
border-top: 2px solid;
left: -8px;
top: 5px
}
.gg-code-slash::after {
border-right: 2px solid;
border-bottom: 2px solid;
right: -8px;
top: 3px
}