spa_sharp_filled constant

IconData const spa_sharp_filled
spa sharp filled icon

Implementation

static const IconData spa_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M491-79q-82-9-156.5-44T204-218q-56-60-89.5-142.5T80-546q96 1 172 31.5t129 89Q434-367 462.5-280T491-79Zm-12-308q-29-50-59-82t-83-66q4-44 16.5-90.5T385-717q19-45 43-87t51-75q27 33 51.5 74.5t44 88q19.5 46.5 32 94T623-530q-44 20-81 59t-63 84Zm72 293q-3-64-12-124t-26-104q43-97 143-162.5T880-548q-8 180-94 294.5T551-94Z''',
    },
  },
]);