trophy static method

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

Trophy icon

Implementation

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