sunSnow static method

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

SunSnow icon

Implementation

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