copySlash static method

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

CopySlash icon

Implementation

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