testTubes static method

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

TestTubes icon

Implementation

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