umbrellaOff static method

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

UmbrellaOff icon

Implementation

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