table_chart_sharp_filled constant

IconData const table_chart_sharp_filled
table chart sharp filled icon

Implementation

static const IconData table_chart_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-639v-201h720v201H120Zm0 518v-458h190v458H120Zm530 0v-458h190v458H650Zm-280 0v-458h220v458H370Z''',
    },
  },
]);