css.gg
Version:
Minimalistic Icon library Designed by code.
39 lines (36 loc) • 752 B
CSS
.gg-git-branch {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 2px;
height: 14px;
background: currentColor
}
.gg-git-branch::after,
.gg-git-branch::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute
}
.gg-git-branch::before {
border-right: 2px solid;
border-bottom: 2px solid;
border-bottom-right-radius: 4px;
bottom: 0;
width: 8px;
height: 6px;
left: 0
}
.gg-git-branch::after {
width: 4px;
height: 4px;
background: currentColor;
box-shadow:
0 12px 0 0,
6px 6px 0 0;
border-radius: 100%;
left: -1px;
top: -1px
}