table_chart_view_sharp_filled constant

IconData const table_chart_view_sharp_filled
table chart view sharp filled icon

Implementation

static const IconData table_chart_view_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m289-87-42-42 269-270 140 140 215-214 42 42-257 257-140-140L289-87Zm-149-33H80v-740h720v290H140v450Z''',
    },
  },
]);