Learn R Programming

cardargus (version 0.2.1)

icon_construction: Construction Icon SVG

Description

Generate a construction/crane icon SVG.

Usage

icon_construction(
  width = 50,
  height = 56,
  stroke_color = "white",
  stroke_width = 2,
  fill = "none"
)

Value

SVG string

Arguments

width

Width of the icon

height

Height of the icon

stroke_color

Stroke color

stroke_width

Stroke width

fill

Fill color

Examples

Run this code
icon_construction(50, 56)

Run the code above in your browser using DataLab