cloudMoonRain static method

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

CloudMoonRain icon

Implementation

static Component cloudMoonRain({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e2fa', size: size);