refreshCcwDot static method

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

RefreshCcwDot icon

Implementation

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