css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
26 lines (25 loc) • 528 B
CSS
.gg-arrows-expand-right {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px;
margin: 2px;
box-shadow:
-6px 6px 0 -4px,
6px -6px 0 -4px
}
.gg-arrows-expand-right::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 2px;
height: 22px;
top: -4px;
left: 6px;
transform: rotate(45deg);
border-top: 9px solid;
border-bottom: 9px solid
}