Nothing
icon_theme <- gtkIconThemeGetDefault()
result <- icon_theme$loadIcon("my-icon-name", 48, 0)
if (!result[[1]]) {
warning("Couldn't load icon: ", result$error$message)
} else {
pixbuf <- result[[1]]
## Use the pixbuf
}
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.