atSign static method

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

AtSign icon

Implementation

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