badgeCent static method

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

BadgeCent icon

Implementation

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