tablets static method

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

Tablets icon

Implementation

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