botOff static method

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

BotOff icon

Implementation

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