stone static method

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

Stone icon

Implementation

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