cloudMoon static method

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

CloudMoon icon

Implementation

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