stethoscope static method

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

Stethoscope icon

Implementation

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