monitorSmartphone static method

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

MonitorSmartphone icon

Implementation

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