youtube static method

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

Youtube icon

Implementation

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