laugh static method

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

Laugh icon

Implementation

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