tabletSmartphone static method

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

TabletSmartphone icon

Implementation

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