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 (23 loc) • 470 B
CSS
.gg-battery-empty {
box-sizing: border-box;
position: relative;
display: block;
width: 20px;
height: 12px;
transform: scale(var(--ggs,1));
border: 2px solid;
border-radius: 3px;
margin-left: -3px
}
.gg-battery-empty::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border-radius: 3px;
width: 4px;
height: 6px;
right: -4px;
top: 1px;
background: currentColor
}