css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
33 lines (30 loc) • 632 B
CSS
.gg-arrows-exchange-alt {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 14px
}
.gg-arrows-exchange-alt::after,
.gg-arrows-exchange-alt::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 2px;
background: currentColor;
border-radius: 4px
}
.gg-arrows-exchange-alt::before {
width: 6px;
transform: rotate(-45deg);
box-shadow: -2px -13px 0;
right: 0;
top: 10px
}
.gg-arrows-exchange-alt::after {
width: 12px;
box-shadow: 4px 4px 0;
top: 4px
}