fileHeadphone static method

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

FileHeadphone icon

Implementation

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