tablets static method

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

Tablets icon

Implementation

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