circleArrowOutDownRight static method

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

CircleArrowOutDownRight icon

Implementation

static Component circleArrowOutDownRight({IconSize size = IconSize.md}) =>
    lucide.CircleArrowOutDownRight(width: size.unit, height: size.unit);