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 (23 loc) • 431 B
CSS
.gg-shortcut,
.gg-shortcut::after {
display: block;
box-sizing: border-box;
border-radius: 3px
}
.gg-shortcut {
border: 2px solid;
position: relative;
transform: scale(var(--ggs,1));
width: 18px;
height: 18px
}
.gg-shortcut::after {
content: "";
position: absolute;
width: 2px;
height: 12px;
background: currentColor;
left: 6px;
top: 1px;
transform: rotate(45deg)
}