globe static method

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

Globe icon

Implementation

static Component globe({IconSize size = IconSize.md}) =>
    lucide.Globe(width: size.unit, height: size.unit);