usb static method

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

Usb icon

Implementation

static Component usb({IconSize size = IconSize.md}) =>
    lucide.Usb(width: size.unit, height: size.unit);