css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
25 lines (24 loc) • 514 B
CSS
.gg-pull-clear {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 20px;
height: 12px;
border: 2px solid;
border-top: 0;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px
}
.gg-pull-clear::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 12px;
height: 2px;
bottom: 2px;
left: 2px;
background: currentColor;
box-shadow: 0 -4px 0 0
}