UNPKG
@anew/icons
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Anew Icons
github.com/anewjs/icons
anewjs/icons
@anew/icons
/
anew.min.css
11 lines
(10 loc)
•
224 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.anew-icon
{
fill
: currentColor;
width
:
1em
;
height
:
1em
;
display
: inline-block;
font-size
:
24px
;
transition
: fill
200ms
cubic-bezier
(
0.4
,
0
,
0.2
,
1
)
0ms
;
user-select
: none;
flex-shrink
:
0
; }