brushCleaning static method

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

BrushCleaning icon

Implementation

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