quote static method

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

Quote icon

Implementation

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