call_made_sharp_filled constant

IconData const call_made_sharp_filled
call made sharp filled icon

Implementation

static const IconData call_made_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd': r'''m202-160-42-42 498-498H364v-60h396v396h-60v-294L202-160Z''',
    },
  },
]);