fileDiff static method

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

FileDiff icon

Implementation

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