compass static method

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

Compass icon

Implementation

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