flaskConical static method

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

FlaskConical icon

Implementation

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