UNPKG

css.gg

Version:

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

35 lines (32 loc) 679 B
.gg-arrow-bottom-left-r { box-sizing: border-box; position: relative; display: block; width: 22px; height: 22px; border: 2px solid; transform: scale(var(--ggs,1)); border-radius: 4px } .gg-arrow-bottom-left-r::after, .gg-arrow-bottom-left-r::before { content: ""; display: block; box-sizing: border-box; position: absolute; left: 4px } .gg-arrow-bottom-left-r::after { width: 10px; height: 2px; background: currentColor; transform: rotate(-45deg); bottom: 8px } .gg-arrow-bottom-left-r::before { width: 6px; height: 6px; bottom: 4px; border-bottom: 2px solid; border-left: 2px solid }