pilcrowRight static method

Component pilcrowRight({
  1. IconSize size = IconSize.md,
})

PilcrowRight icon

Implementation

static Component pilcrowRight({IconSize size = IconSize.md}) =>
    lucide.PilcrowRight(width: size.unit, height: size.unit);