table static method

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

Table icon

Implementation

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