UNPKG

css.gg

Version:

700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs

34 lines (32 loc) 627 B
.gg-touchpad { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs,1)); border: 2px solid; border-radius: 3px; width: 22px; height: 18px } .gg-touchpad::after { content: ""; display: block; box-sizing: border-box; position: absolute; width: 2px; height: 6px; bottom: -2px; left: 8px; background: currentColor; } .gg-touchpad::before { content: ""; display: block; box-sizing: border-box; position: absolute; width: 20px; height: 2px; left: -2px; bottom: 3px; background: currentColor; }