css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
38 lines (35 loc) • 687 B
CSS
.gg-read,
.gg-read::after,
.gg-read::before {
display: block;
box-sizing: border-box;
border: 2px solid
}
.gg-read {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-color: transparent;
margin-left: -1px;
position: relative;
transform: scale(var(--ggs,1));
width: 6px;
height: 5px;
border-radius: 50px
}
.gg-read::after,
.gg-read::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 10px;
left: -10px;
top: -5px;
box-shadow:
-6px 0 0 -4px currentColor
}
.gg-read::after {
left: 2px;
box-shadow:
6px 0 0 -4px currentColor
}