camping_filled constant

IconData const camping_filled
camping filled icon

Implementation

static const IconData camping_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M80-80v-183l363-491-67-90 49-35 55 75 56-75 48 35-66 90 362 491v183H80Zm242-60h316L480-361 322-140Z''',
    },
  },
]);