earth static method

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

Earth icon

Implementation

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