cpu static method

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

Cpu icon

Implementation

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