washingMachine static method

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

WashingMachine icon

Implementation

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