UNPKG
css.gg
Version:
latest (2.1.4)
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Minimalistic Icon library Designed by code.
css.gg
astrit/css.gg
css.gg
/
icons
/
css
/
format-slash.css
10 lines
•
238 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
.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
}