axe static method

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

Axe icon

Implementation

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