fileKey static method

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

FileKey icon

Implementation

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