codesandbox static method

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

Codesandbox icon

Implementation

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