handFist static method

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

HandFist icon

Implementation

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