starHalf static method

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

StarHalf icon

Implementation

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