briefcase property

IconData briefcase
final

Implementation

static final briefcase = IconData(
  'briefcase',
  shapes: [
    _rect(3, 7, 18, 13, rx: 2),
    _path('M9 7V5h6v2'),
    _path('M3 13h18'),
  ],
);