flag_sharp_filled constant

IconData const flag_sharp_filled
flag sharp filled icon

Implementation

static const IconData flag_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd': r'''M200-120v-680h343l19 86h238v370H544l-19-85H260v309h-60Z''',
    },
  },
]);