Nothing
css0 <- readLines("metro-icons.css")
css <- css0[grep("before \\{$", css0)]
icons <- sub("^\\.mif-(.*?)\\:before \\{$", "\\1", css)
quotedicons <- paste0("\"", sort(icons), "\",")
writeLines(quotedicons, "iconsvector.txt")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.