hotel static method

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

Hotel icon

Implementation

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