busFront static method

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

BusFront icon

Implementation

static Component busFront({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4fb', size: size);