ticketsPlane static method

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

TicketsPlane icon

Implementation

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