css.gg
Version:
Minimalistic Icon library Designed by code.
43 lines (40 loc) • 942 B
CSS
.gg-copy {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 18px;
border: 2px solid;
margin-left: -5px;
margin-top: -4px
}
.gg-copy::after,
.gg-copy::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute
}
.gg-copy::before {
background:
linear-gradient( to left,
currentColor 5px, transparent 0)
no-repeat right top/5px 2px,
linear-gradient( to left,
currentColor 5px, transparent 0)
no-repeat left bottom/ 2px 5px;
box-shadow: inset -4px -4px 0 -2px;
bottom: -6px;
right: -6px;
width: 14px;
height: 18px
}
.gg-copy::after {
width: 6px;
height: 2px;
background: currentColor;
left: 2px;
top: 2px;
box-shadow: 0 4px 0,0 8px 0
}