css.gg
Version:
Minimalistic Icon library Designed by code.
34 lines (32 loc) • 694 B
CSS
.gg-play-list-add {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 12px;
height: 6px;
border-top: 0 solid transparent;
border-bottom: 2px solid transparent;
box-shadow:
inset 0 -2px 0,
-2px 4px 0 -2px,
0 -2px 0 0
}
.gg-play-list-add::after,
.gg-play-list-add::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 2px;
background: currentColor;
top: 6px;
right: -8px
}
.gg-play-list-add::before {
width: 2px;
height: 10px;
top: 2px;
right: -4px
}