compass static method

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

Compass icon

Implementation

static Component compass({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e09b', size: size);