align_vertical_top_filled constant

IconData const align_vertical_top_filled
align vertical top filled icon

Implementation

static const IconData align_vertical_top_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M290-80v-640h100v640H290Zm280-240v-400h100v400H570ZM80-820v-60h800v60H80Z''',
    },
  },
]);