earth static method

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

Earth icon

Implementation

static Widget earth({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e1f3', size: size);