drone static method

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

Drone icon

Implementation

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