rotateCcwSquare static method

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

RotateCcwSquare icon

Implementation

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