pivot_table_chart_sharp constant

IconData const pivot_table_chart_sharp
pivot table chart sharp icon

Implementation

static const IconData pivot_table_chart_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M380-640v-200h460v200H380ZM120-120v-460h200v460H120Zm0-520v-200h200v200H120ZM515-80 361-234l154-154 43 43-81 81h219v-219l-81 81-43-43 154-154 154 154-43 43-81-81v279H477l81 81-43 43Z''',
    },
  },
]);