fileExclamationPoint static method

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

FileExclamationPoint icon

Implementation

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