eclipse static method

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

Eclipse icon

Implementation

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