sunMoon static method

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

SunMoon icon

Implementation

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