pawPrint static method

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

PawPrint icon

Implementation

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