circleArrowOutDownRight static method

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

CircleArrowOutDownRight icon

Implementation

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