bath static method

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

Bath icon

Implementation

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