ionicons (version 0.1.1)

as_array: 'ionicons' png file

Description

raster of an icon from 'ionicons' pack. Width, height and fill color can be specified.

Usage

as_array(name, width = NULL, height = NULL, fill = "black")

Arguments

name
icon name (without extensions)
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

Run this code
as_array(name = "alert")

Run the code above in your browser using DataCamp Workspace