userPlus property

IconData userPlus
final

Implementation

static final userPlus = IconData(
  'userPlus',
  shapes: [
    _path('M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'),
    _circle(9, 7, 4),
    _line(19, 8, 19, 14),
    _line(22, 11, 16, 11),
  ],
);