table_edit_sharp_filled constant

IconData const table_edit_sharp_filled
table edit sharp filled icon

Implementation

static const IconData table_edit_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M120-400v-220h330v220H120Zm0-280v-160h720v160H120Zm0 560v-220h330v220H120Zm390-280v-220h330L619-400H510Zm10 320v-123l263-262 122 122L643-80H520Zm263-224 37-39-37-37-38 38 38 38Z''',
    },
  },
]);