heart property

IconData heart
final

Implementation

static final heart = IconData(
  'heart',
  shapes: [
    _path(
      'M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z',
    ),
  ],
);