handMetal static method

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

HandMetal icon

Implementation

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