copyright static method

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

Copyright icon

Implementation

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