pilcrowRight static method

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

PilcrowRight icon

Implementation

static ArcaneGlyph pilcrowRight({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5dd', size: size);