bone static method

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

Bone icon

Implementation

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