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