thermometerSnowflake static method

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

ThermometerSnowflake icon

Implementation

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