css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
24 lines (22 loc) • 395 B
CSS
.gg-patreon {
transform: scale(var(--ggs,1))
}
.gg-patreon,
.gg-patreon::after {
box-sizing: border-box;
position: relative;
display: block;
width: 4px;
height: 16px;
background: currentColor;
left: -6px
}
.gg-patreon::after {
content: "";
position: absolute;
width: 12px;
height: 12px;
opacity: .5;
border-radius: 100px;
left: 6px
}