rotateCcwKey static method

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

RotateCcwKey icon

Implementation

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