bugPlay static method

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

BugPlay icon

Implementation

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