css.gg
Version:
Minimalistic Icon library Designed by code.
34 lines (31 loc) • 608 B
CSS
.gg-carousel {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 22px;
height: 18px
}
.gg-carousel::after,
.gg-carousel::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border-radius: 3px
}
.gg-carousel::before {
width: 22px;
height: 10px;
border: 2px solid
}
.gg-carousel::after {
width: 10px;
height: 2px;
background: currentColor;
top: 16px;
left: 6px;
box-shadow:
-3px -4px 0,
3px -4px 0
}