UNPKG
phosphor-icons
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.6.1
0.6.0
0.5.1
0.5.0
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
A clean and friendly icon family for web
phosphoricons.com
phosphor-icons/phosphor-icons
phosphor-icons
/
src
/
index.js
7 lines
(6 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
head =
document
.
getElementsByTagName
(
"head"
)[
0
];
var
link =
document
.
createElement
(
"link"
); link.
rel
=
"stylesheet"
; link.
type
=
"text/css"
; link.
href
=
"https://unpkg.com/phosphor-icons@1.4.2/src/css/icons.css"
; head.
appendChild
(link);