creativeCommons static method

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

CreativeCommons icon

Implementation

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