chartNetwork static method

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

ChartNetwork icon

Implementation

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