hotel static method

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

Hotel icon

Implementation

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