as_png
From ionicons v0.1.1
by David Gohel
'ionicons' png file
get full path of an icon from 'ionicons' pack. The icon is been produced as a png image. Width, height and fill color can be specified.
Usage
as_png(name, png = NULL, width = NULL, height = NULL, fill = "black")
Arguments
- name
- icon name (without extensions)
- png
- png file to produce
- width
- output width in pixels or NULL for default.
- height
- output height in pixels or NULL for default.
- fill
- fill color
Details
All icons are 512 pixels * 512 pixels by default.
Examples
as_png(name = "alert")
Community examples
Looks like there are no examples yet.