cornerRightDown static method

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

CornerRightDown icon

Implementation

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