mousePointer2Off static method

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

MousePointer2Off icon

Implementation

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