rockingChair static method

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

RockingChair icon

Implementation

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