inbox static method

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

Inbox icon

Implementation

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