UNPKG

css.gg

Version:

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

30 lines (26 loc) 554 B
.gg-shape-hexagon, .gg-shape-hexagon::after, .gg-shape-hexagon::before { display: block; box-sizing: border-box; width: 18px; height: 10px; border-left: 3px solid currentColor; border-right: 3px solid currentColor } .gg-shape-hexagon { position: relative; transform: scale(var(--ggs,1)) } .gg-shape-hexagon::after, .gg-shape-hexagon::before { content: ""; position: absolute; left: -3px } .gg-shape-hexagon::before { transform: rotate(60deg) } .gg-shape-hexagon::after { transform: rotate(-60deg) }