line_end_square_filled constant

IconData const line_end_square_filled
line end square filled icon

Implementation

static const IconData line_end_square_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {'d': r'''M440-260v-190H80v-60h360v-190h440v440H440Z'''},
  },
]);