ear static method

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

Ear icon

Implementation

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