planeLanding static method

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

PlaneLanding icon

Implementation

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