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