bid_landscape_filled constant

IconData const bid_landscape_filled
bid landscape filled icon

Implementation

static const IconData bid_landscape_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm600-501L530-371 353-548 180-375v85l173-173 177 177 250-250v-85Z''',
    },
  },
]);