css.gg/icons/css/format-slash.css

10 lines
229 B
CSS

.gg-format-slash {
box-sizing: border-box;
position: relative;
display: block;
transform: rotate(25deg) scale(var(--ggs,1));
width: 2px;
height: 14px;
background: currentColor;
border-radius: 3px
}