flyover_sharp_filled constant

IconData const flyover_sharp_filled
flyover sharp filled icon

Implementation

static const IconData flyover_sharp_filled = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M160-409v-135q-20 4-40 9l-40 10v-62q98-26 198-36.5T480-634q102 0 202 10.5T880-587v62q-20-5-40-9.5t-40-8.5v134h-60v-145q-65-11-129.5-15.5T480-574q-66 0-130.5 4T220-555v146h-60Zm191-322 18-109h222l18 109q-32-2-65-3.5t-65-1.5q-32 0-64 1.5t-64 3.5Zm-98 611 56-349q35-4 70.5-6t70.5-3v111h60v-111q35 1 70.5 3t70.5 7l56 348H510v-141h-60v141H253Z''',
    },
  },
]);