stone static method

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

Stone icon

Implementation

static Component stone({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e6b8', size: size);