rectangleGoggles static method

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

RectangleGoggles icon

Implementation

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