tickets static method

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

Tickets icon

Implementation

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