trash static method

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

Trash icon

Implementation

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