UNPKG

phosphor-icons

Version:

A clean and friendly icon family for web

7 lines (6 loc) 241 B
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);