bluetooth_disabled_sharp constant

IconData const bluetooth_disabled_sharp
bluetooth disabled sharp icon

Implementation

static const IconData bluetooth_disabled_sharp = IconData([
  {
    'tag': 'root',
    'family': 'material_symbols',
    'attrs': {'viewBox': r'''0 -960 960 960'''},
  },
  {
    'tag': 'path',
    'attrs': {
      'd':
          r'''M806-56 624-238 480-94h-30v-314L256-214l-42-42 196-196L56-806l42-42L848-98l-42 42ZM510-210l70-70-70-70v140Zm26-284-42-43 116-115-100-98v229l-60-60v-285h30l214 214-158 158Z''',
    },
  },
]);