doorbell_filled constant

IconData const doorbell_filled
doorbell filled icon

Implementation

static const IconData doorbell_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M503-278.5q10-8.5 12-21.5h-70q2 13 12 21.5t23 8.5q13 0 23-8.5ZM325-320h310v-30h-40v-99q0-42.6-24-77.46-24-34.86-66-44.54v-14q0-10.83-7.12-17.92-7.11-7.08-18-7.08-10.88 0-17.88 7.08-7 7.09-7 17.92v14q-42 9.68-66 44.54T365-449v99h-40v30ZM160-120v-480l320-240 320 240v480H160Z''',
    },
  },
]);