panelLeftRightDashed static method

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

PanelLeftRightDashed icon

Implementation

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