ticketPlus static method

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

TicketPlus icon

Implementation

static Component ticketPlus({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5b1', size: size);