hotel static method

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

Hotel icon

Implementation

static Component hotel({IconSize size = IconSize.md}) =>
    lucide.Hotel(width: size.unit, height: size.unit);