watch_alert_filled constant

IconData const watch_alert_filled
watch alert filled icon

Implementation

static const IconData watch_alert_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''m366-80-47-171q-55-35-87-95t-32-134q0-74 32-134.5t87-94.5l47-171h228l47 171q55 34 87 94.5T760-480q0 74-32 134t-87 95L594-80H366Zm270-244q64-64 64-156t-64-156q-64-64-156-64t-156 64q-64 64-64 156t64 156q64 64 156 64t156-64Zm-132.5-25.5Q513-359 513-373t-9.5-23.5Q494-406 480-406t-23.5 9.5Q447-387 447-373t9.5 23.5Q466-340 480-340t23.5-9.5ZM453-456h60v-170h-60v170Z''',
    },
  },
]);